File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
packages/devextreme/js/__internal/grids
data_grid/module_not_extended
tree_list/module_not_extended Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- import { AIAssistantView } from '@ts/grids/grid_core/ai_assistant/m_ai_assistant_view ' ;
2- import { AIAssistantViewController } from '@ts/grids/grid_core/ai_assistant/m_ai_assistant_view_controller ' ;
1+ import { AIAssistantView } from '@ts/grids/grid_core/ai_assistant/ai_assistant_view ' ;
2+ import { AIAssistantViewController } from '@ts/grids/grid_core/ai_assistant/ai_assistant_view_controller ' ;
33
44import gridCore from '../m_core' ;
55
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ import type { dxElementWrapper } from '@js/core/renderer';
1212import $ from '@js/core/renderer' ;
1313import wrapInstanceWithMocks from '@ts/grids/grid_core/__tests__/__mock__/helpers/wrapInstance' ;
1414
15- import { AIChat } from '../ai_chat/ai_chat' ;
16- import { AIAssistantView } from './m_ai_assistant_view ' ;
15+ import { AIChat } from '../../ ai_chat/ai_chat' ;
16+ import { AIAssistantView } from '../ai_assistant_view ' ;
1717
18- jest . mock ( '../ai_chat/ai_chat' , ( ) : any => {
19- const original = jest . requireActual < any > ( '../ai_chat/ai_chat' ) ;
18+ jest . mock ( '../../ ai_chat/ai_chat' , ( ) : any => {
19+ const original = jest . requireActual < any > ( '../../ ai_chat/ai_chat' ) ;
2020
2121 return {
2222 ...original ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type { OptionChanged } from '@ts/grids/grid_core/m_types';
55import type { ToolbarItem } from '@ts/grids/new/grid_core/toolbar/types' ;
66
77import { ViewController } from '../m_modules' ;
8- import type { AIAssistantView } from './m_ai_assistant_view ' ;
8+ import type { AIAssistantView } from './ai_assistant_view ' ;
99
1010const AI_ASSISTANT_BUTTON_NAME = 'aiAssistantButton' ;
1111const AI_ASSISTANT_BUTTON_CLASS = 'ai-assistant-button' ;
Original file line number Diff line number Diff line change 1- import { AIAssistantView } from '@ts/grids/grid_core/ai_assistant/m_ai_assistant_view ' ;
2- import { AIAssistantViewController } from '@ts/grids/grid_core/ai_assistant/m_ai_assistant_view_controller ' ;
1+ import { AIAssistantView } from '@ts/grids/grid_core/ai_assistant/ai_assistant_view ' ;
2+ import { AIAssistantViewController } from '@ts/grids/grid_core/ai_assistant/ai_assistant_view_controller ' ;
33
44import gridCore from '../m_core' ;
55
You can’t perform that action at this time.
0 commit comments