UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

22 lines (21 loc) 742 B
/** * DevExtreme (esm/__internal/grids/grid_core/ai_column/const.js) * Version: 25.2.5 * Build date: Fri Feb 20 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ export const AI_COLUMN_NAME = "ai"; export const AI_CHAT_SPARKLE_OUTLINE = "chatsparkleoutline"; export const CLASSES = { aiColumn: "dx-command-ai", aiColumnHeaderContent: "dx-command-ai-header-content", aiColumnHeaderButton: "dx-command-ai-header-button", aiChatSparkleOutlineIcon: "dx-icon-chatsparkleoutline" }; export const ICON_NAMES = { autoFill: "chatsparkleoutline", regenerate: "refresh", clear: "trash" };