Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import { isCommandKeyPressed } from '@ts/events/utils/index';
import Draggable from '@ts/m_draggable';
import type { EditorProperties, ValueChangedEvent } from '@ts/ui/editor/editor';
import Editor from '@ts/ui/editor/editor';
import NumberBox from '@ts/ui/number_box/m_number_box';
import { WIDGET_CLASS as NUMBERBOX_CLASS } from '@ts/ui/number_box/m_number_box.base';
import NumberBox from '@ts/ui/number_box/number_box';
import { WIDGET_CLASS as NUMBERBOX_CLASS } from '@ts/ui/number_box/number_box.base';
import TextBox from '@ts/ui/text_box/text_box';

const COLOR_VIEW_CLASS = 'dx-colorview';
Expand Down
4 changes: 2 additions & 2 deletions packages/devextreme/js/__internal/ui/date_box/time_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import Box from '@ts/ui/box';
import dateUtils from '@ts/ui/date_box/date_utils';
import type { EditorProperties } from '@ts/ui/editor/editor';
import Editor from '@ts/ui/editor/editor';
import NumberBox from '@ts/ui/number_box/m_number_box';
import type { NumberBoxMaskProperties } from '@ts/ui/number_box/m_number_box.mask';
import NumberBox from '@ts/ui/number_box/number_box';
import type { NumberBoxMaskProperties } from '@ts/ui/number_box/number_box.mask';
import SelectBox from '@ts/ui/select_box';

const TIMEVIEW_CLASS = 'dx-timeview';
Expand Down

This file was deleted.

64 changes: 0 additions & 64 deletions packages/devextreme/js/__internal/ui/number_box/m_utils.ts

This file was deleted.

Loading
Loading