Skip to content

Commit 64c4512

Browse files
ResponsiveBox, TileView, Tabs, MultiView, TabPanel: convert into ES6 class (DevExpress#29281)
1 parent a169fc5 commit 64c4512

File tree

11 files changed

+921
-593
lines changed

11 files changed

+921
-593
lines changed

packages/devextreme/js/__internal/ui/m_load_panel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import { isFluent, isMaterial } from '@js/ui/themes';
1111
import type { OptionChanged } from '@ts/core/widget/types';
1212
import Overlay from '@ts/ui/overlay/m_overlay';
1313

14+
// STYLE loadPanel
15+
1416
const LOADPANEL_CLASS = 'dx-loadpanel';
1517
const LOADPANEL_WRAPPER_CLASS = 'dx-loadpanel-wrapper';
1618
const LOADPANEL_INDICATOR_CLASS = 'dx-loadpanel-indicator';

0 commit comments

Comments
 (0)