@syncfusion/ej2-pivotview
Version:
The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.
413 lines (412 loc) • 12.1 kB
TypeScript
/**
* Specifies pivot external events
*
* @hidden
*/
/** @hidden */
export declare const load: string;
/** @hidden */
export declare const enginePopulating: string;
/** @hidden */
export declare const enginePopulated: string;
/** @hidden */
export declare const onFieldDropped: string;
/** @hidden */
export declare const fieldDrop: string;
/** @hidden */
export declare const beforePivotTableRender: string;
/** @hidden */
export declare const afterPivotTableRender: string;
/** @hidden */
export declare const beforeExport: string;
/** @hidden */
export declare const exportComplete: string;
/** @hidden */
export declare const excelHeaderQueryCellInfo: string;
/** @hidden */
export declare const pdfHeaderQueryCellInfo: string;
/** @hidden */
export declare const excelQueryCellInfo: string;
/** @hidden */
export declare const pdfQueryCellInfo: string;
/** @hidden */
export declare const onPdfCellRender: string;
/** @hidden */
export declare const dataBound: string;
/** @hidden */
export declare const queryCellInfo: string;
/** @hidden */
export declare const headerCellInfo: string;
/** @hidden */
export declare const hyperlinkCellClick: string;
/** @hidden */
export declare const resizing: string;
/** @hidden */
export declare const resizeStop: string;
/** @hidden */
export declare const cellClick: string;
/** @hidden */
export declare const drillThrough: string;
/** @hidden */
export declare const beforeColumnsRender: string;
/** @hidden */
export declare const selected: string;
/** @hidden */
export declare const selecting: string;
/** @hidden */
export declare const cellSelecting: string;
/** @hidden */
export declare const drill: string;
/** @hidden */
export declare const cellSelected: string;
/** @hidden */
export declare const cellDeselected: string;
/** @hidden */
export declare const rowSelected: string;
/** @hidden */
export declare const rowDeselected: string;
/** @hidden */
export declare const beginDrillThrough: string;
/** @hidden */
export declare const editCompleted: string;
/** @hidden */
export declare const multiLevelLabelClick: string;
/** @hidden */
export declare const saveReport: string;
/** @hidden */
export declare const fetchReport: string;
/** @hidden */
export declare const loadReport: string;
/** @hidden */
export declare const renameReport: string;
/** @hidden */
export declare const removeReport: string;
/** @hidden */
export declare const newReport: string;
/** @hidden */
export declare const toolbarRender: string;
/** @hidden */
export declare const toolbarClick: string;
/** @hidden */
export declare const chartTooltipRender: string;
/** @hidden */
export declare const chartLegendClick: string;
/** @hidden */
export declare const chartLoaded: string;
/** @hidden */
export declare const multiLevelLabelRender: string;
/** @hidden */
export declare const beforePrint: string;
/** @hidden */
export declare const animationComplete: string;
/** @hidden */
export declare const legendRender: string;
/** @hidden */
export declare const textRender: string;
/** @hidden */
export declare const pointRender: string;
/** @hidden */
export declare const seriesRender: string;
/** @hidden */
export declare const chartMouseMove: string;
/** @hidden */
export declare const chartMouseClick: string;
/** @hidden */
export declare const pointMove: string;
/** @hidden */
export declare const chartMouseLeave: string;
/** @hidden */
export declare const chartMouseDown: string;
/** @hidden */
export declare const chartMouseUp: string;
/** @hidden */
export declare const dragComplete: string;
/** @hidden */
export declare const zoomComplete: string;
/** @hidden */
export declare const scrollStart: string;
/** @hidden */
export declare const scrollEnd: string;
/** @hidden */
export declare const scrollChanged: string;
/** @hidden */
export declare const chartLoad: string;
/** @hidden */
export declare const chartResized: string;
/** @hidden */
export declare const chartAxisLabelRender: string;
/** @hidden */
export declare const chartSeriesCreated: string;
/** @hidden */
export declare const aggregateCellInfo: string;
/** @hidden */
export declare const onHeadersSort: string;
/** @hidden */
export declare const contextMenuClick: string;
/** @hidden */
export declare const contextMenuOpen: string;
/** @hidden */
export declare const fieldListRefreshed: string;
/** @hidden */
export declare const conditionalFormatting: string;
/** @hidden */
export declare const beforePdfExport: string;
/** @hidden */
export declare const beforeExcelExport: string;
/** @hidden */
export declare const memberFiltering: string;
/** @hidden */
export declare const calculatedFieldCreate: string;
/** @hidden */
export declare const memberEditorOpen: string;
/** @hidden */
export declare const fieldRemove: string;
/** @hidden */
export declare const numberFormatting: string;
/** @hidden */
export declare const aggregateMenuOpen: string;
/** @hidden */
export declare const fieldDragStart: string;
/** @hidden */
export declare const chartPointClick: string;
/** @hidden */
export declare const beforeServiceInvoke: string;
/** @hidden */
export declare const afterServiceInvoke: string;
/** @hidden */
export declare const actionBegin: string;
/** @hidden */
export declare const actionComplete: string;
/** @hidden */
export declare const actionFailure: string;
/**
* Specifies pivot internal events
*/
/** @hidden */
export declare const initialLoad: string;
/** @hidden */
export declare const uiUpdate: string;
/** @hidden */
export declare const scroll: string;
/** @hidden */
export declare const verticalScroll: string;
/** @hidden */
export declare const horizontalScroll: string;
/** @hidden */
export declare const contentReady: string;
/** @hidden */
export declare const dataReady: string;
/** @hidden */
export declare const initSubComponent: string;
/** @hidden */
export declare const treeViewUpdate: string;
/** @hidden */
export declare const pivotButtonUpdate: string;
/** @hidden */
export declare const initCalculatedField: string;
/** @hidden */
export declare const click: string;
/** @hidden */
export declare const initToolbar: string;
/** @hidden */
export declare const initPivotPager: string;
/** @hidden */
export declare const initFormatting: string;
/** @hidden */
export declare const initGrouping: string;
/**
* Specifies action names of actionBegin events
*/
/** @hidden */
export declare const sortValue: string;
/** @hidden */
export declare const drillUp: string;
/** @hidden */
export declare const drillDown: string;
/** @hidden */
export declare const addNewReport: string;
/** @hidden */
export declare const saveCurrentReport: string;
/** @hidden */
export declare const saveAsCurrentReport: string;
/** @hidden */
export declare const renameCurrentReport: string;
/** @hidden */
export declare const removeCurrentReport: string;
/** @hidden */
export declare const loadReports: string;
/** @hidden */
export declare const openConditionalFormatting: string;
/** @hidden */
export declare const openNumberFormatting: string;
/** @hidden */
export declare const MdxQuery: string;
/** @hidden */
export declare const showFieldList: string;
/** @hidden */
export declare const tableView: string;
/** @hidden */
export declare const chartView: string;
/** @hidden */
export declare const multipleAxis: string;
/** @hidden */
export declare const showLegend: string;
/** @hidden */
export declare const pdfExport: string;
/** @hidden */
export declare const pngExport: string;
/** @hidden */
export declare const excelExport: string;
/** @hidden */
export declare const csvExport: string;
/** @hidden */
export declare const jpegExport: string;
/** @hidden */
export declare const svgExport: string;
/** @hidden */
export declare const hideSubTotals: string;
/** @hidden */
export declare const subTotalsRow: string;
/** @hidden */
export declare const subTotalsColumn: string;
/** @hidden */
export declare const showSubTotals: string;
/** @hidden */
export declare const hideGrandTotals: string;
/** @hidden */
export declare const grandTotalsRow: string;
/** @hidden */
export declare const grandTotalsColumn: string;
/** @hidden */
export declare const showGrandTotals: string;
/** @hidden */
export declare const numberFormattingMenu: string;
/** @hidden */
export declare const conditionalFormattingMenu: string;
/** @hidden */
export declare const reportChange: string;
/** @hidden */
export declare const sortFieldTree: string;
/** @hidden */
export declare const editCalculatedField: string;
/** @hidden */
export declare const sortField: string;
/** @hidden */
export declare const filterField: string;
/** @hidden */
export declare const removeField: string;
/** @hidden */
export declare const openCalculatedField: string;
/** @hidden */
export declare const editRecord: string;
/** @hidden */
export declare const saveEditedRecords: string;
/** @hidden */
export declare const addNewRecord: string;
/** @hidden */
export declare const removeRecord: string;
/** @hidden */
export declare const aggregateField: string;
/** @hidden */
export declare const contextMenuCalculatedField: string;
/** @hidden */
export declare const windowResize: string;
/** @hidden */
export declare const rowPageNavigation: string;
/** @hidden */
export declare const columnPageNavigation: string;
/**
* Specifies action names of actionComplete events
*/
/** @hidden */
export declare const calculatedFieldApplied: string;
/** @hidden */
export declare const editedRecordsSaved: string;
/** @hidden */
export declare const newRecordAdded: string;
/** @hidden */
export declare const recordRemoved: string;
/** @hidden */
export declare const closeFieldlist: string;
/** @hidden */
export declare const fieldTreeSorted: string;
/** @hidden */
export declare const reportSaved: string;
/** @hidden */
export declare const newReportAdded: string;
/** @hidden */
export declare const reportReSaved: string;
/** @hidden */
export declare const reportRenamed: string;
/** @hidden */
export declare const reportRemoved: string;
/** @hidden */
export declare const excelExported: string;
/** @hidden */
export declare const csvExported: string;
/** @hidden */
export declare const pdfExported: string;
/** @hidden */
export declare const pngExported: string;
/** @hidden */
export declare const jpegExported: string;
/** @hidden */
export declare const svgExported: string;
/** @hidden */
export declare const conditionallyFormatted: string;
/** @hidden */
export declare const numberFormatted: string;
/** @hidden */
export declare const tableViewed: string;
/** @hidden */
export declare const chartViewed: string;
/** @hidden */
export declare const subTotalsHidden: string;
/** @hidden */
export declare const subTotalsRowShown: string;
/** @hidden */
export declare const subTotalsColumnShown: string;
/** @hidden */
export declare const subTotalsShown: string;
/** @hidden */
export declare const grandTotalsHidden: string;
/** @hidden */
export declare const grandTotalsRowShown: string;
/** @hidden */
export declare const grandTotalsColumnShown: string;
/** @hidden */
export declare const grandTotalsShown: string;
/** @hidden */
export declare const valueSorted: string;
/** @hidden */
export declare const calculatedFieldEdited: string;
/** @hidden */
export declare const fieldSorted: string;
/** @hidden */
export declare const fieldFiltered: string;
/** @hidden */
export declare const fieldRemoved: string;
/** @hidden */
export declare const fieldAggregated: string;
/** @hidden */
export declare const recordEdited: string;
/** @hidden */
export declare const reportChanged: string;
/** @hidden */
export declare const windowResized: string;
/** @hidden */
export declare const recordUpdated: string;
/** @hidden */
export declare const drillThroughClosed: string;
/** @hidden */
export declare const verticalScrolled: string;
/** @hidden */
export declare const horizontalScrolled: string;
/** @hidden */
export declare const rowPageNavigated: string;
/** @hidden */
export declare const columnPageNavigated: string;
/** @hidden */
export declare const actionDropped: string;
/** @hidden */
export declare const invalidFormula: string;