UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

47 lines (46 loc) 892 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_SETTINGS_PANEL_NAVIGATION_ITEMS = void 0; /** * This constant determines the items, and order, which appear in Settings Panel */ exports.DEFAULT_SETTINGS_PANEL_NAVIGATION_ITEMS = [ 'GridInfo', 'ColumnInfo', 'Dashboard', 'ToolPanel', 'StatusBar', 'Theme', '-', 'Layout', 'CalculatedColumn', 'CustomSort', 'Alert', 'SystemStatus', '-', 'Export', 'DataImport', '-', 'FormatColumn', 'StyledColumn', 'FlashingCell', '-', 'QuickSearch', 'GridFilter', 'ColumnFilter', 'DataSet', 'NamedQuery', '-', 'Note', 'Comment', 'FreeTextColumn', '-', 'PlusMinus', 'Shortcut', 'DataChangeHistory', '-', 'Charting', 'Schedule', 'TeamSharing', 'StateManagement', ];