UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

17 lines (16 loc) 782 B
/** * DevExtreme (cjs/__internal/grids/pivot_grid/keyboard_navigation/const.js) * Version: 26.1.4 * Build date: Fri Jul 24 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VERTICAL_HEADERS_AREA_CLASS = exports.HORIZONTAL_HEADERS_AREA_CLASS = exports.FAKE_TABLE_CLASS = void 0; const HORIZONTAL_HEADERS_AREA_CLASS = exports.HORIZONTAL_HEADERS_AREA_CLASS = "dx-pivotgrid-horizontal-headers"; const VERTICAL_HEADERS_AREA_CLASS = exports.VERTICAL_HEADERS_AREA_CLASS = "dx-pivotgrid-vertical-headers"; const FAKE_TABLE_CLASS = exports.FAKE_TABLE_CLASS = "dx-pivot-grid-fake-table";