@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.
872 lines (871 loc) • 27.7 kB
TypeScript
/**
* CSS Constants
*
* @hidden
*/
/** @hidden */
export declare const ROOT: string;
/** @hidden */
export declare const RTL: string;
/** @hidden */
export declare const PIVOTCHART_LTR: string;
/** @hidden */
export declare const DEVICE: string;
/** @hidden */
export declare const ICON: string;
/** @hidden */
export declare const ICON_DISABLE: string;
/** @hidden */
export declare const ICON_HIDDEN: string;
/** @hidden */
export declare const FIRST_PAGER_ICON: string;
/** @hidden */
export declare const LAST_PAGER_ICON: string;
/** @hidden */
export declare const PREV_PAGER_ICON: string;
/** @hidden */
export declare const NEXT_PAGER_ICON: string;
/** @hidden */
export declare const AXISFIELD_ICON_CLASS: string;
/** @hidden */
export declare const WRAPPER_CLASS: string;
/** @hidden */
export declare const OLAP_WRAPPER_CLASS: string;
/** @hidden */
export declare const CONTAINER_CLASS: string;
/** @hidden */
export declare const TOGGLE_FIELD_LIST_CLASS: string;
/** @hidden */
export declare const STATIC_FIELD_LIST_CLASS: string;
/** @hidden */
export declare const TOGGLE_SELECT_CLASS: string;
/** @hidden */
export declare const FIELD_TABLE_CLASS: string;
/** @hidden */
export declare const BUTTON_DRAGGABLE: string;
/** @hidden */
export declare const OLAP_FIELD_TABLE_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_CLASS: string;
/** @hidden */
export declare const OLAP_FIELD_LIST_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_TREE_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_TREE_OUTER_DIV_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_TREE_OUTER_DIV_SEARCH_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_SEARCH_MODE_CLASS: string;
/** @hidden */
export declare const FIELD_HEADER_CLASS: string;
/** @hidden */
export declare const FIELD_TREE_PARENT: string;
/** @hidden */
export declare const FIELD_TREE_CHILD: string;
/** @hidden */
export declare const FIELD_HEADER_CONTAINER_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_TITLE_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_TITLE_CONTENT_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_SEARCH_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_SEARCH_INPUT_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_SEARCH_ICON_CLASS: string;
/** @hidden */
export declare const FIELD_LIST_FOOTER_CLASS: string;
/** @hidden */
export declare const CALCULATED_FIELD_CLASS: string;
/** @hidden */
export declare const FLAT_CLASS: string;
/** @hidden */
export declare const OUTLINE_CLASS: string;
/** @hidden */
export declare const AXIS_TABLE_CLASS: string;
/** @hidden */
export declare const OLAP_AXIS_TABLE_CLASS: string;
/** @hidden */
export declare const LEFT_AXIS_PANEL_CLASS: string;
/** @hidden */
export declare const RIGHT_AXIS_PANEL_CLASS: string;
/** @hidden */
export declare const ALL_FIELDS_PANEL_CLASS: string;
/** @hidden */
export declare const FIELD_PANEL_SCROLL_CLASS: string;
/** @hidden */
export declare const AXIS_HEADER_CLASS: string;
/** @hidden */
export declare const AXIS_CONTENT_CLASS: string;
/** @hidden */
export declare const AXIS_PROMPT_CLASS: string;
/** @hidden */
export declare const PIVOT_BUTTON_WRAPPER_CLASS: string;
/** @hidden */
export declare const PIVOT_BUTTON_CLASS: string;
/** @hidden */
export declare const CONTENT_CLASS: string;
/** @hidden */
export declare const PIVOT_BUTTON_CONTENT_CLASS: string;
/** @hidden */
export declare const DRAG_CLONE_CLASS: string;
/** @hidden */
export declare const SORT_CLASS: string;
/** @hidden */
export declare const MEMBER_SORT_CLASS: string;
/** @hidden */
export declare const SORT_DESCEND_CLASS: string;
/** @hidden */
export declare const FILTER_COMMON_CLASS: string;
/** @hidden */
export declare const FILTER_CLASS: string;
/** @hidden */
export declare const FILTERED_CLASS: string;
/** @hidden */
export declare const REMOVE_CLASS: string;
/** @hidden */
export declare const DRAG_CLASS: string;
/** @hidden */
export declare const DRAG_DISABLE_CLASS: string;
/** @hidden */
export declare const DROP_INDICATOR_CLASS: string;
/** @hidden */
export declare const INDICATOR_HOVER_CLASS: string;
/** @hidden */
export declare const MEMBER_EDITOR_DIALOG_CLASS: string;
/** @hidden */
export declare const EDITOR_TREE_WRAPPER_CLASS: string;
/** @hidden */
export declare const EDITOR_TREE_CONTAINER_CLASS: string;
/** @hidden */
export declare const DRILLTHROUGH_GRID_CLASS: string;
/** @hidden */
export declare const DRILLTHROUGH_BODY_CLASS: string;
/** @hidden */
export declare const DRILLTHROUGH_BODY_HEADER_CONTAINER_CLASS: string;
/** @hidden */
export declare const DRILLTHROUGH_BODY_HEADER_CLASS: string;
/** @hidden */
export declare const DRILLTHROUGH_BODY_HEADER_COMMON_CLASS: string;
/** @hidden */
export declare const DRILLTHROUGH_BODY_HEADER_VALUE_CLASS: string;
/** @hidden */
export declare const DRILLTHROUGH_DIALOG: string;
/** @hidden */
export declare const EDITOR_LABEL_WRAPPER_CLASS: string;
/** @hidden */
export declare const EDITOR_LABEL_CLASS: string;
/** @hidden */
export declare const CHECK_BOX_FRAME_CLASS: string;
/** @hidden */
export declare const NODE_CHECK_CLASS: string;
/** @hidden */
export declare const NODE_STOP_CLASS: string;
/** @hidden */
export declare const OK_BUTTON_CLASS: string;
/** @hidden */
export declare const CANCEL_BUTTON_CLASS: string;
/** @hidden */
export declare const ERROR_DIALOG_CLASS: string;
/** @hidden */
export declare const DROPPABLE_CLASS: string;
/** @hidden */
export declare const ROW_AXIS_CLASS: string;
/** @hidden */
export declare const COLUMN_AXIS_CLASS: string;
/** @hidden */
export declare const VALUE_AXIS_CLASS: string;
/** @hidden */
export declare const FILTER_AXIS_CLASS: string;
/** @hidden */
export declare const GROUPING_BAR_CLASS: string;
/** @hidden */
export declare const VALUE_COLUMN_CLASS: string;
/** @hidden */
export declare const GROUP_ALL_FIELDS_CLASS: string;
/** @hidden */
export declare const GROUP_ROW_CLASS: string;
/** @hidden */
export declare const GROUP_COLUMN_CLASS: string;
/** @hidden */
export declare const GROUP_FLEX_CLASS: string;
/** @hidden */
export declare const GROUP_VALUE_CLASS: string;
/** @hidden */
export declare const GROUP_FILTER_CLASS: string;
/** @hidden */
export declare const DIALOG_CLOSE_ICON_CLASS: string;
/** @hidden */
export declare const NO_DRAG_CLASS: string;
/** @hidden */
export declare const SELECTED_NODE_CLASS: string;
/** @hidden */
export declare const TITLE_HEADER_CLASS: string;
/** @hidden */
export declare const TITLE_CONTENT_CLASS: string;
/** @hidden */
export declare const TEXT_CONTENT_CLASS: string;
/** @hidden */
export declare const FOOTER_CONTENT_CLASS: string;
/** @hidden */
export declare const ADAPTIVE_CONTAINER_CLASS: string;
/** @hidden */
export declare const ADAPTIVE_FIELD_LIST_BUTTON_CLASS: string;
/** @hidden */
export declare const ADAPTIVE_CALCULATED_FIELD_BUTTON_CLASS: string;
/** @hidden */
export declare const BUTTON_SMALL_CLASS: string;
/** @hidden */
export declare const BUTTON_ROUND_CLASS: string;
/** @hidden */
export declare const ADD_ICON_CLASS: string;
/** @hidden */
export declare const BUTTON_FLAT_CLASS: string;
/** @hidden */
export declare const STATIC_CENTER_DIV_CLASS: string;
/** @hidden */
export declare const STATIC_CENTER_HEADER_CLASS: string;
/** @hidden */
export declare const ADAPTIVE_FIELD_LIST_DIALOG_CLASS: string;
/** @hidden */
export declare const LIST_TEXT_CLASS: string;
/** @hidden */
export declare const LIST_SELECT_CLASS: string;
/** @hidden */
export declare const LIST_FRAME_CLASS: string;
/** @hidden */
export declare const EXCEL_FILTER_ICON_CLASS: string;
/** @hidden */
export declare const SELECTED_MENU_ICON_CLASS: string;
/** @hidden */
export declare const EMPTY_ICON_CLASS: string;
/** @hidden */
export declare const SUB_MENU_CLASS: string;
/** @hidden */
export declare const FOCUSED_CLASS: string;
/** @hidden */
export declare const SELECTED_CLASS: string;
/** @hidden */
export declare const SELECT_CLASS: string;
/** @hidden */
export declare const MENU_ITEM_CLASS: string;
/** @hidden */
export declare const FILTER_MENU_OPTIONS_CLASS: string;
/** @hidden */
export declare const SELECTED_OPTION_ICON_CLASS: string;
/** @hidden */
export declare const SELECTED_LEVEL_ICON_CLASS: string;
/** @hidden */
export declare const FILTER_DIV_CONTENT_CLASS: string;
/** @hidden */
export declare const FILTER_TEXT_DIV_CLASS: string;
/** @hidden */
export declare const BETWEEN_TEXT_DIV_CLASS: string;
/** @hidden */
export declare const SEPARATOR_DIV_CLASS: string;
/** @hidden */
export declare const FILTER_OPTION_WRAPPER_1_CLASS: string;
/** @hidden */
export declare const FILTER_OPTION_WRAPPER_2_CLASS: string;
/** @hidden */
export declare const FILTER_INPUT_DIV_1_CLASS: string;
/** @hidden */
export declare const FILTER_INPUT_DIV_2_CLASS: string;
/** @hidden */
export declare const VALUE_OPTIONS_CLASS: string;
/** @hidden */
export declare const LEVEL_OPTIONS_CLASS: string;
/** @hidden */
export declare const FILTER_OPERATOR_CLASS: string;
/** @hidden */
export declare const FILTER_SORT_CLASS: string;
/** @hidden */
export declare const SORT_ASCEND_ICON_CLASS: string;
/** @hidden */
export declare const SORT_DESCEND_ICON_CLASS: string;
/** @hidden */
export declare const SORT_SELECTED_CLASS: string;
/** @hidden */
export declare const COLLAPSE: string;
/** @hidden */
export declare const EXPAND: string;
/** @hidden */
export declare const TABLE: string;
/** @hidden */
export declare const BODY: string;
/** @hidden */
export declare const PIVOTBODY: string;
/** @hidden */
export declare const COLUMNSHEADER: string;
/** @hidden */
export declare const ROWSHEADER: string;
/** @hidden */
export declare const VALUESCONTENT: string;
/** @hidden */
export declare const VALUECELL: string;
/** @hidden */
export declare const PIVOTHEADER: string;
/** @hidden */
export declare const PGHEADERS: string;
/** @hidden */
export declare const TOPHEADER: string;
/** @hidden */
export declare const HEADERCELL: string;
/** @hidden */
export declare const SUMMARY: string;
/** @hidden */
export declare const CELLVALUE: string;
/** @hidden */
export declare const ROW: string;
/** @hidden */
export declare const PIVOTTOOLTIP: string;
/** @hidden */
export declare const TOOLTIP_HEADER: string;
/** @hidden */
export declare const TOOLTIP_CONTENT: string;
/** @hidden */
export declare const NEXTSPAN: string;
/** @hidden */
export declare const LASTSPAN: string;
/** @hidden */
export declare const EDITOR_SEARCH_WRAPPER_CLASS: string;
/** @hidden */
export declare const EDITOR_SEARCH_CLASS: string;
/** @hidden */
export declare const EDITOR_SEARCH__INPUT_CLASS: string;
/** @hidden */
export declare const SELECT_ALL_WRAPPER_CLASS: string;
/** @hidden */
export declare const SELECT_ALL_CLASS: string;
/** @hidden */
export declare const PIVOTCALC: string;
/** @hidden */
export declare const CALCDIALOG: string;
/** @hidden */
export declare const OLAP_CALCDIALOG: string;
/** @hidden */
export declare const CALCRADIO: string;
/** @hidden */
export declare const CALCCHECK: string;
/** @hidden */
export declare const CALCINPUT: string;
/** @hidden */
export declare const CALC_FORMAT_INPUT: string;
/** @hidden */
export declare const CALCINPUTDIV: string;
/** @hidden */
export declare const PIVOT_CALC_CUSTOM_FORMAT_INPUTDIV: string;
/** @hidden */
export declare const CALC_HIERARCHY_LIST_DIV: string;
/** @hidden */
export declare const CALC_FORMAT_TYPE_DIV: string;
/** @hidden */
export declare const CALC_MEMBER_TYPE_DIV: string;
/** @hidden */
export declare const MEMBER_OPTIONS_CLASS: string;
/** @hidden */
export declare const HIERARCHY_OPTIONS_CLASS: string;
/** @hidden */
export declare const FORMAT_OPTIONS_CLASS: string;
/** @hidden */
export declare const FORMAT_INPUT_CLASS: string;
/** @hidden */
export declare const CALCOUTERDIV: string;
/** @hidden */
export declare const OLAP_CALCOUTERDIV: string;
/** @hidden */
export declare const FLAT: string;
/** @hidden */
export declare const FORMAT: string;
/** @hidden */
export declare const FORMULA: string;
/** @hidden */
export declare const TREEVIEW: string;
/** @hidden */
export declare const TREEVIEWOUTER: string;
/** @hidden */
export declare const TREE_CONTAINER: string;
/** @hidden */
export declare const CALCCANCELBTN: string;
/** @hidden */
export declare const CALCADDBTN: string;
/** @hidden */
export declare const CALCOKBTN: string;
/** @hidden */
export declare const CALCACCORD: string;
/** @hidden */
export declare const CALCBUTTONDIV: string;
/** @hidden */
export declare const AXIS_ICON_CLASS: string;
/** @hidden */
export declare const AXIS_ROW_CLASS: string;
/** @hidden */
export declare const AXIS_COLUMN_CLASS: string;
/** @hidden */
export declare const AXIS_VALUE_CLASS: string;
/** @hidden */
export declare const AXIS_FILTER_CLASS: string;
/** @hidden */
export declare const AXIS_NAVIGATE_WRAPPER_CLASS: string;
/** @hidden */
export declare const LEFT_NAVIGATE_WRAPPER_CLASS: string;
/** @hidden */
export declare const RIGHT_NAVIGATE_WRAPPER_CLASS: string;
/** @hidden */
export declare const LEFT_NAVIGATE_CLASS: string;
/** @hidden */
export declare const RIGHT_NAVIGATE_CLASS: string;
/** @hidden */
export declare const GRID_CLASS: string;
/** @hidden */
export declare const PIVOT_VIEW_CLASS: string;
/** @hidden */
export declare const PIVOT_ALL_FIELD_TITLE_CLASS: string;
/** @hidden */
export declare const PIVOT_FIELD_TITLE_CLASS: string;
/** @hidden */
export declare const PIVOT_FORMULA_TITLE_CLASS: string;
/** @hidden */
export declare const OLAP_HIERARCHY_TITLE_CLASS: string;
/** @hidden */
export declare const PIVOT_FORMAT_TITLE_CLASS: string;
/** @hidden */
export declare const OLAP_MEMBER_TITLE_CLASS: string;
/** @hidden */
export declare const PIVOT_CONTEXT_MENU_CLASS: string;
/** @hidden */
export declare const MENU_DISABLE: string;
/** @hidden */
export declare const MENU_HIDE: string;
/** @hidden */
export declare const EMPTY_MEMBER_CLASS: string;
/** @hidden */
export declare const CALC_EDIT: string;
/** @hidden */
export declare const CALC_EDITED: string;
/** @hidden */
export declare const CALC_INFO: string;
/** @hidden */
export declare const EMPTY_FIELD: string;
/** @hidden */
export declare const FORMAT_DIALOG: string;
/** @hidden */
export declare const FORMAT_CONDITION_BUTTON: string;
/** @hidden */
export declare const FORMAT_NEW: string;
/** @hidden */
export declare const FORMAT_OUTER: string;
/** @hidden */
export declare const FORMAT_INNER: string;
/** @hidden */
export declare const FORMAT_TABLE: string;
/** @hidden */
export declare const FORMAT_VALUE_LABEL: string;
/** @hidden */
export declare const FORMAT_LABEL: string;
/** @hidden */
export declare const INPUT: string;
/** @hidden */
export declare const FORMAT_VALUE1: string;
/** @hidden */
export declare const FORMAT_VALUE2: string;
/** @hidden */
export declare const HIDDEN: string;
/** @hidden */
export declare const FORMAT_INPUT_VALUE: string;
/** @hidden */
export declare const FORMAT_VALUE_SPAN: string;
/** @hidden */
export declare const FORMAT_FONT_COLOR: string;
/** @hidden */
export declare const FORMAT_BACK_COLOR: string;
/** @hidden */
export declare const FORMAT_VALUE_PREVIEW: string;
/** @hidden */
export declare const FORMAT_COLOR_PICKER: string;
/** @hidden */
export declare const GRANDTOTAL_CHECKBOX_TABLE: string;
/** @hidden */
export declare const FORMAT_DELETE_ICON: string;
/** @hidden */
export declare const FORMAT_DELETE_BUTTON: string;
/** @hidden */
export declare const SELECTED_COLOR: string;
/** @hidden */
export declare const DIALOG_HEADER: string;
/** @hidden */
export declare const FORMAT_APPLY_BUTTON: string;
/** @hidden */
export declare const FORMAT_CANCEL_BUTTON: string;
/** @hidden */
export declare const FORMAT_ROUND_BUTTON: string;
/** @hidden */
export declare const VIRTUALTRACK_DIV: string;
/** @hidden */
export declare const VIRTUALTABLE_DIV: string;
/** @hidden */
export declare const CONTENT_VIRTUALTABLE_DIV: string;
/** @hidden */
export declare const VIRTUALSCROLL_DIV: string;
/** @hidden */
export declare const MOVABLESCROLL_DIV: string;
/** @hidden */
export declare const MOVABLEHEADER_DIV: string;
/** @hidden */
export declare const DEFER_APPLY_BUTTON: string;
/** @hidden */
export declare const DEFER_CANCEL_BUTTON: string;
/** @hidden */
export declare const LAYOUT_FOOTER: string;
/** @hidden */
export declare const CELL_SELECTED_BGCOLOR: string;
/** @hidden */
export declare const SELECTED_BGCOLOR: string;
/** @hidden */
export declare const BUTTON_LAYOUT: string;
/** @hidden */
export declare const CHECKBOX_LAYOUT: string;
/** @hidden */
export declare const CHECKBOX_CONTAINER: string;
/** @hidden */
export declare const DEFER_UPDATE_BUTTON: string;
/** @hidden */
export declare const HEADERCONTENT: string;
/** @hidden */
export declare const BACK_ICON: string;
/** @hidden */
export declare const TITLE_MOBILE_HEADER: string;
/** @hidden */
export declare const TITLE_MOBILE_CONTENT: string;
/** @hidden */
export declare const ROW_CELL_CLASS: string;
/** @hidden */
export declare const CELL_ACTIVE_BGCOLOR: string;
/** @hidden */
export declare const SPAN_CLICKED: string;
/** @hidden */
export declare const ROW_SELECT: string;
/** @hidden */
export declare const GRID_HEADER: string;
/** @hidden */
export declare const GRID_CONTENT: string;
/** @hidden */
export declare const GRID_EXPORT: string;
/** @hidden */
export declare const PIVOTVIEW_EXPORT: string;
/** @hidden */
export declare const PIVOTVIEW_GRID: string;
/** @hidden */
export declare const PIVOTVIEW_EXPAND: string;
/** @hidden */
export declare const PIVOTVIEW_COLLAPSE: string;
/** @hidden */
export declare const PIVOTVIEW_GROUP: string;
/** @hidden */
export declare const PIVOTVIEW_UN_GROUP: string;
/** @hidden */
export declare const GRID_PDF_EXPORT: string;
/** @hidden */
export declare const GRID_EXCEL_EXPORT: string;
/** @hidden */
export declare const GRID_CSV_EXPORT: string;
/** @hidden */
export declare const GRID_PNG_EXPORT: string;
/** @hidden */
export declare const GRID_JPEG_EXPORT: string;
/** @hidden */
export declare const GRID_SVG_EXPORT: string;
/** @hidden */
export declare const GRID_LOAD: string;
/** @hidden */
export declare const GRID_NEW: string;
/** @hidden */
export declare const GRID_RENAME: string;
/** @hidden */
export declare const GRID_REMOVE: string;
/** @hidden */
export declare const GRID_SAVEAS: string;
/** @hidden */
export declare const GRID_SAVE: string;
/** @hidden */
export declare const GRID_SUB_TOTAL: string;
/** @hidden */
export declare const GRID_GRAND_TOTAL: string;
/** @hidden */
export declare const GRID_FORMATTING: string;
/** @hidden */
export declare const GRID_TOOLBAR: string;
/** @hidden */
export declare const GRID_REPORT_LABEL: string;
/** @hidden */
export declare const GRID_REPORT_INPUT: string;
/** @hidden */
export declare const GRID_REPORT_OUTER: string;
/** @hidden */
export declare const GRID_REPORT_DIALOG: string;
/** @hidden */
export declare const TOOLBAR_FIELDLIST: string;
/** @hidden */
export declare const TOOLBAR_GRID: string;
/** @hidden */
export declare const TOOLBAR_CHART: string;
/** @hidden */
export declare const REPORT_LIST_DROP: string;
/** @hidden */
export declare const PIVOTCHART: string;
/** @hidden */
export declare const GROUP_CHART_ROW: string;
/** @hidden */
export declare const GROUP_CHART_COLUMN: string;
/** @hidden */
export declare const GROUP_CHART_VALUE: string;
/** @hidden */
export declare const GROUP_CHART_MULTI_VALUE: string;
/** @hidden */
export declare const GROUP_CHART_ACCUMULATION_COLUMN: string;
/** @hidden */
export declare const GROUP_CHART_FILTER: string;
/** @hidden */
export declare const GROUP_CHART_VALUE_DROPDOWN_DIV: string;
/** @hidden */
export declare const GROUP_CHART_VALUE_DROPDOWN: string;
/** @hidden */
export declare const GROUP_CHART_COLUMN_DROPDOWN_DIV: string;
/** @hidden */
export declare const GROUP_CHART_COLUMN_DROPDOWN: string;
/** @hidden */
export declare const CHART_GROUPING_BAR_CLASS: string;
/** @hidden */
export declare const PIVOT_DISABLE_ICON: string;
/** @hidden */
export declare const PIVOT_SELECT_ICON: string;
/** @hidden */
export declare const VALUESHEADER: string;
/** @hidden */
export declare const ICON_ASC: string;
/** @hidden */
export declare const ICON_DESC: string;
/** @hidden */
export declare const GRID_GROUPING_BAR_CLASS: string;
/** @hidden */
export declare const MDX_QUERY: string;
/** @hidden */
export declare const MDX_QUERY_CONTENT: string;
/** @hidden */
export declare const GRID_MDX_DIALOG: string;
/** @hidden */
export declare const GRID_MDX: string;
/** @hidden */
export declare const FORMATTING_DIALOG: string;
/** @hidden */
export declare const FORMATTING_DIALOG_OUTER: string;
/** @hidden */
export declare const FORMATTING_VALUE_LABLE: string;
/** @hidden */
export declare const FORMATTING_VALUE_DROP: string;
/** @hidden */
export declare const FORMATTING_FORMAT_LABLE: string;
/** @hidden */
export declare const FORMATTING_FORMAT_DROP: string;
/** @hidden */
export declare const FORMATTING_CUSTOM_LABLE: string;
/** @hidden */
export declare const FORMATTING_CUSTOM_TEXT: string;
/** @hidden */
export declare const FORMATTING_SYMBOL_LABLE: string;
/** @hidden */
export declare const FORMATTING_SYMBOL_DROP: string;
/** @hidden */
export declare const FORMATTING_GROUPING_LABLE: string;
/** @hidden */
export declare const FORMATTING_GROUPING_DROP: string;
/** @hidden */
export declare const FORMATTING_DECIMAL_LABLE: string;
/** @hidden */
export declare const FORMATTING_DECIMAL_DROP: string;
/** @hidden */
export declare const FORMATTING_TOOLBAR: string;
/** @hidden */
export declare const FORMATTING_TABLE: string;
/** @hidden */
export declare const FORMATTING_MENU: string;
/** @hidden */
export declare const NUMBER_FORMATTING_MENU: string;
/** @hidden */
export declare const EMPTY_FORMAT: string;
/** @hidden */
export declare const CONDITIONAL_FORMATTING_MENU: string;
/** @hidden */
export declare const PIVOTCHART_INNER: string;
/** @hidden */
export declare const PIVOTCHART_TYPE_DIALOG: string;
/** @hidden */
export declare const FORMAT_FONT_COLOR_PICKER: string;
/** @hidden */
export declare const GROUP_PIVOT_ROW: string;
/** @hidden */
export declare const TOOLBAR_MENU: string;
/** @hidden */
export declare const DISABLE_FIRST_PAGE: string;
/** @hidden */
export declare const DISABLE_PREV_PAGE: string;
/** @hidden */
export declare const DISABLE_NEXT_PAGE: string;
/** @hidden */
export declare const DISABLE_LAST_PAGE: string;
/** @hidden */
export declare const GRID_PAGER: string;
/** @hidden */
export declare const GRID_PAGER_DIV: string;
/** @hidden */
export declare const PIVOT_ROW_PAGER_DIV: string;
/** @hidden */
export declare const PIVOT_COLUMN_PAGER_DIV: string;
/** @hidden */
export declare const PIVOT_ROW_PAGER_SETTINGS: string;
/** @hidden */
export declare const PIVOT_COLUMN_PAGER_SETTINGS: string;
/** @hidden */
export declare const PIVOT_BOTH_PAGER_SETTINGS: string;
/** @hidden */
export declare const PIVOT_PAGER_CONTAINER: string;
/** @hidden */
export declare const PIVOT_V_SEPARATOR: string;
/** @hidden */
export declare const PIVOT_H_SEPARATOR: string;
/** @hidden */
export declare const PIVOT_TEXT_DIV: string;
/** @hidden */
export declare const PIVOT_TEXT_DIV_1: string;
/** @hidden */
export declare const PIVOT_ROW_SIZE: string;
/** @hidden */
export declare const PIVOT_ROW_PAGER_NUMBER: string;
/** @hidden */
export declare const PIVOT_COLUMN_SIZE: string;
/** @hidden */
export declare const PIVOT_COLUMN_PAGER_NUMBER: string;
/** @hidden */
export declare const PIVOT_ROW_PAGER_STRING: string;
/** @hidden */
export declare const PIVOT_COLUMN_PAGER_STRING: string;
/** @hidden */
export declare const PIVOT_ROW_OF_STRING: string;
/** @hidden */
export declare const PIVOT_COLUMN_OF_STRING: string;
/** @hidden */
export declare const PIVOT_ROW_DROPDOWN: string;
/** @hidden */
export declare const PIVOT_COLUMN_DROPDOWN: string;
/** @hidden */
export declare const PIVOT_ROW_SIZE_LIST: string;
/** @hidden */
export declare const PIVOT_COLUMN_SIZE_LIST: string;
/** @hidden */
export declare const INVERSE: string;
/** @hidden */
export declare const COMPACT_VIEW: string;
/** @hidden */
export declare const PAGE_SIZE_DISABLE: string;
/** @hidden */
export declare const PIVOT_COMPACT_PAGER_DIV: string;
/** @hidden */
export declare const PIVOT_COMPACT_PAGER_NO_ROWSIZE: string;
/** @hidden */
export declare const PIVOT_COMPACT_PAGER_NO_COLUMNSIZE: string;
/** @hidden */
export declare const PIVOT_SINGLE_ROW_PAGER_DIV: string;
/** @hidden */
export declare const PIVOT_SINGLE_COLUMN_PAGER_DIV: string;
/** @hidden */
export declare const PIVOT_COMPACT_MOBILE_PAGER: string;
/** @hidden */
export declare const PIVOT_MOBILE_PAGER: string;
/** @hidden */
export declare const PIVOT_ROW_OF_STRING_MAINDIV: string;
/** @hidden */
export declare const PIVOT_COLUMN_OF_STRING_MAINDIV: string;
/** @hidden */
export declare const PIVOT_PAGE_SIZE_LIST_MAINDIV: string;
/** @hidden */
export declare const PIVOT_FIRST_ICON_DEFAULT: string;
/** @hidden */
export declare const PIVOT_PREV_ICON_DEFAULT: string;
/** @hidden */
export declare const PIVOT_NEXT_ICON_DEFAULT: string;
/** @hidden */
export declare const PIVOT_LAST_ICON_DEFAULT: string;
/** @hidden */
export declare const PIVOT_FIRST_ICON_ENABLE: string;
/** @hidden */
export declare const PIVOT_PREV_ICON_ENABLE: string;
/** @hidden */
export declare const PIVOT_NEXT_ICON_ENABLE: string;
/** @hidden */
export declare const PIVOT_LAST_ICON_ENABLE: string;
/** @hidden */
export declare const GRID_PAGER_TOP: string;
/** @hidden */
export declare const GRID_PAGER_BOTTOM: string;
/** @hidden */
export declare const GRID_PAGER_SINGLE_DIV: string;
/** @hidden */
export declare const PIVOT_MOBILE_SINGLE_PAGER: string;
/** @hidden */
export declare const PIVOT_COMPACT_PAGER_SINGLE_DIV: string;
/** @hidden */
export declare const PIVOT_COMPACT_MOBILE_SINGLE_PAGER: string;
/** @hidden */
export declare const PIVOT_COMPACT_MOBILE_FULL_SINGLE_PAGER: string;
/** @hidden */
export declare const PIVOT_PAGER_SINGLE_NO_SIZE: string;
/** @hidden */
export declare const PIVOT_PAGER_COMPACT_SINGLE_NO_SIZE: string;
/** @hidden */
export declare const PIVOT_PAGER_NAV_CONTAINER: string;
/** @hidden */
export declare const PIVOT_PAGER_INFO_CONTAINER: string;
/** @hidden */
export declare const PIVOT_CELL_CONTAINER: string;
/** @hidden */
export declare const PIVOT_ROW_CONTAINER: string;
/** @hidden */
export declare const PIVOT_FILTER_TAB_CONTAINER: string;
/** @hidden */
export declare const PIVOT_FILTER_MEMBER_LIMIT: string;
/** @hidden */
export declare const FREEZED_CELL: string;
/** @hidden */
export declare const PIVOT_CONTENT_LOADER: string;
/** @hidden */
export declare const PIVOT_HIDE_LOADER: string;
/** @hidden */
export declare const COLLAPSIBLE: string;
/** @hidden */
export declare const EXPANDABLE: string;
/** @hidden */
export declare const PIVOT_VIEW_AUTOFIT: string;
/** @hidden */
export declare const RHANDLER: string;
/** @hidden */
export declare const RCURSOR: string;
/** @hidden */
export declare const RESIZED: string;
/** @hidden */
export declare const TABULAR_ROW_BUTTON: string;
/** @hidden */
export declare const TABULAR_PIVOT_BUTTON: string;
/** @hidden */
export declare const GROUP_ROW: string;
/** @hidden */
export declare const FREEZE_LEFT_BORDER: string;
/** @hidden */
export declare const ROWCELL: string;
/** @hidden */
export declare const ROW_CLASS: string;
/** @hidden */
export declare const TABULAR_GROUP_ROWS: string;
/** @hidden */
export declare const TABULAR_LAYOUT_HEADER: string;