devextreme
Version:
JavaScript/TypeScript Component Suite for Responsive Web Development
27 lines (26 loc) • 1.01 kB
JavaScript
/**
* DevExtreme (cjs/__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/
*/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ICON_NAMES = exports.CLASSES = exports.AI_COLUMN_NAME = exports.AI_CHAT_SPARKLE_OUTLINE = void 0;
const AI_COLUMN_NAME = exports.AI_COLUMN_NAME = "ai";
const AI_CHAT_SPARKLE_OUTLINE = exports.AI_CHAT_SPARKLE_OUTLINE = "chatsparkleoutline";
const CLASSES = exports.CLASSES = {
aiColumn: "dx-command-ai",
aiColumnHeaderContent: "dx-command-ai-header-content",
aiColumnHeaderButton: "dx-command-ai-header-button",
aiChatSparkleOutlineIcon: "dx-icon-chatsparkleoutline"
};
const ICON_NAMES = exports.ICON_NAMES = {
autoFill: AI_CHAT_SPARKLE_OUTLINE,
regenerate: "refresh",
clear: "trash"
};