UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

19 lines (18 loc) 582 B
/** * DevExtreme (esm/__internal/grids/grid_core/row_dragging/const.js) * Version: 22.1.9 * Build date: Tue Apr 18 2023 * * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ export const ATTRIBUTES = { dragCell: "dx-drag-cell" }; export const CLASSES = { cellFocusDisabled: "dx-cell-focus-disabled", handleIcon: "drag-icon", commandDrag: "dx-command-drag", sortableWithoutHandle: "dx-sortable-without-handle", rowsView: "rowsview" };