Skip to content

Commit f7abdf7

Browse files
author
Julia Volkova
committed
aliases for deprecated indicatorSrc
1 parent 724eddc commit f7abdf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devextreme/js/__internal/grids/pivot_grid/m_widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class PivotGrid extends Widget {
287287
this._deprecatedOptions = {
288288
...this._deprecatedOptions,
289289
// @ts-expect-error ts-error
290-
'loadPanel.indicatorSrc': { since: '25.2', message: 'Use indicatorSrc in indicatorOptions' },
290+
'loadPanel.indicatorSrc': { since: '25.2', alias: 'loadPanel.indicatorOptions.indicatorSrc' },
291291
};
292292
}
293293

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class LoadPanel extends Overlay<LoadPanelProperties> {
109109
this._deprecatedOptions = {
110110
...this._deprecatedOptions,
111111
// @ts-expect-error ts-error
112-
indicatorSrc: { since: '25.2', message: 'Use indicatorSrc in indicatorOptions' },
112+
indicatorSrc: { since: '25.2', alias: 'indicatorOptions.indicatorSrc' },
113113
};
114114
}
115115

0 commit comments

Comments
 (0)