UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

25 lines (24 loc) 767 B
/** * DevExtreme (cjs/__internal/grids/grid_core/row_dragging/const.js) * Version: 24.2.6 * Build date: Mon Mar 17 2025 * * Copyright (c) 2012 - 2025 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 = exports.ATTRIBUTES = { dragCell: "dx-drag-cell" }; const CLASSES = exports.CLASSES = { cellFocusDisabled: "dx-cell-focus-disabled", handleIcon: "drag-icon", commandDrag: "dx-command-drag", sortableWithoutHandle: "dx-sortable-without-handle", rowsView: "rowsview", dragView: "dragview" };