UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

27 lines (26 loc) 790 B
/** * DevExtreme (cjs/__internal/grids/grid_core/row_dragging/const.js) * Version: 23.2.6 * Build date: Wed May 01 2024 * * Copyright (c) 2012 - 2024 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.CLASSES = exports.ATTRIBUTES = void 0; const ATTRIBUTES = { dragCell: "dx-drag-cell" }; exports.ATTRIBUTES = ATTRIBUTES; const CLASSES = { cellFocusDisabled: "dx-cell-focus-disabled", handleIcon: "drag-icon", commandDrag: "dx-command-drag", sortableWithoutHandle: "dx-sortable-without-handle", rowsView: "rowsview", dragView: "dragview" }; exports.CLASSES = CLASSES;