File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/devextreme/js/__internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments