Skip to content

Commit 67b2041

Browse files
committed
NumberBox refactoring
1 parent 8ec293c commit 67b2041

14 files changed

Lines changed: 534 additions & 431 deletions

File tree

packages/devextreme/js/__internal/ui/color_box/color_view.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import { isCommandKeyPressed } from '@ts/events/utils/index';
1818
import Draggable from '@ts/m_draggable';
1919
import type { EditorProperties, ValueChangedEvent } from '@ts/ui/editor/editor';
2020
import Editor from '@ts/ui/editor/editor';
21-
import NumberBox from '@ts/ui/number_box/m_number_box';
22-
import { WIDGET_CLASS as NUMBERBOX_CLASS } from '@ts/ui/number_box/m_number_box.base';
21+
import NumberBox from '@ts/ui/number_box/number_box';
22+
import { WIDGET_CLASS as NUMBERBOX_CLASS } from '@ts/ui/number_box/number_box.base';
2323
import TextBox from '@ts/ui/text_box/text_box';
2424

2525
const COLOR_VIEW_CLASS = 'dx-colorview';

packages/devextreme/js/__internal/ui/date_box/time_view.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import Box from '@ts/ui/box';
99
import dateUtils from '@ts/ui/date_box/date_utils';
1010
import type { EditorProperties } from '@ts/ui/editor/editor';
1111
import Editor from '@ts/ui/editor/editor';
12-
import NumberBox from '@ts/ui/number_box/m_number_box';
13-
import type { NumberBoxMaskProperties } from '@ts/ui/number_box/m_number_box.mask';
12+
import NumberBox from '@ts/ui/number_box/number_box';
13+
import type { NumberBoxMaskProperties } from '@ts/ui/number_box/number_box.mask';
1414
import SelectBox from '@ts/ui/select_box';
1515

1616
const TIMEVIEW_CLASS = 'dx-timeview';

0 commit comments

Comments
 (0)