-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
41 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
export { | ||
/** | ||
* @deprecated Use cancelAnimationFrame from common/core/animation instead | ||
*/ | ||
cancelAnimationFrame, | ||
/** | ||
* @deprecated Use requestAnimationFrame from common/core/animation instead | ||
*/ | ||
requestAnimationFrame, | ||
} from '../common/core/animation'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
import { PositionConfig } from '../common/core/animation'; | ||
|
||
export { | ||
/** | ||
* @deprecated Use CollisionResolution from common/core/animation instead | ||
*/ | ||
CollisionResolution, | ||
/** | ||
* @deprecated Use CollisionResolutionCombination from common/core/animation instead | ||
*/ | ||
CollisionResolutionCombination, | ||
/** | ||
* @deprecated Use PositionConfig from common/core/animation instead | ||
*/ | ||
PositionConfig, | ||
} from '../common/core/animation'; | ||
|
||
/** | ||
* @public | ||
* @deprecated Use the PositionConfig type from common/core/animation instead | ||
* @namespace DevExpress.animation | ||
*/ | ||
export interface positionConfig extends PositionConfig { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
import { animationPresets } from '../common/core/animation'; | ||
|
||
/** | ||
* @deprecated Use animationPresets from common/core/animation instead | ||
*/ | ||
export default animationPresets; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
import { TransitionExecutor } from '../common/core/animation'; | ||
|
||
/** | ||
* @deprecated Use TransitionExecutor from common/core/animation instead | ||
*/ | ||
export default TransitionExecutor; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
import { devices } from '../common/core/environment'; | ||
|
||
export { | ||
/** | ||
* @deprecated Use Device from /common/core/environment instead | ||
*/ | ||
Device, | ||
} from '../common/core/environment'; | ||
|
||
/** | ||
* @deprecated Use devices from /common/core/environment instead | ||
*/ | ||
export default devices; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
import { Guid } from '../common'; | ||
|
||
/** | ||
* @deprecated Use Guid from /common instead | ||
*/ | ||
export default Guid; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
export { | ||
/** | ||
* @deprecated Use DefaultOptionsRule from /common instead | ||
*/ | ||
DefaultOptionsRule, | ||
} from '../common'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
import { setTemplateEngine } from '../common'; | ||
|
||
/** | ||
* @deprecated Use setTemplateEngine from /common instead | ||
*/ | ||
export default setTemplateEngine; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
export type { | ||
/** | ||
* @deprecated Use 'template' from /common instead | ||
*/ | ||
template, | ||
} from '../../common'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
import { applyChanges } from '../common/data'; | ||
|
||
/** | ||
* @deprecated Use applyChanges from /common/data instead | ||
*/ | ||
export default applyChanges; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
import { EndpointSelector } from '../common/data'; | ||
|
||
/** | ||
* @deprecated Use EndpointSelector from /common/data instead | ||
*/ | ||
export default EndpointSelector; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
export { | ||
/** | ||
* @deprecated Use setErrorHandler from /common/data instead | ||
*/ | ||
setErrorHandler, | ||
/** | ||
* @deprecated Use errorHandler from /common/data instead | ||
*/ | ||
errorHandler, | ||
} from '../common/data'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,13 @@ | ||
export { | ||
/** | ||
* @deprecated Use SearchOperation from /common/data instead | ||
*/ | ||
SearchOperation, | ||
/** | ||
* @deprecated Use GroupingInterval from /common/data instead | ||
*/ | ||
GroupingInterval, | ||
/** | ||
* @deprecated Use GroupDescriptor from /common/data instead | ||
*/ | ||
GroupDescriptor, | ||
/** | ||
* @deprecated Use SortDescriptor from /common/data instead | ||
*/ | ||
SortDescriptor, | ||
/** | ||
* @deprecated Use SelectDescriptor from /common/data instead | ||
*/ | ||
SelectDescriptor, | ||
/** | ||
* @deprecated Use FilterDescriptor from /common/data instead | ||
*/ | ||
FilterDescriptor, | ||
/** | ||
* @deprecated Use LangParams from /common/data instead | ||
*/ | ||
LangParams, | ||
/** | ||
* @deprecated Use SummaryDescriptor from /common/data instead | ||
*/ | ||
SummaryDescriptor, | ||
/** | ||
* @deprecated Use LoadOptions from /common/data instead | ||
*/ | ||
LoadOptions, | ||
/** | ||
* @deprecated Use Store from /common/data instead | ||
*/ | ||
Store, | ||
/** | ||
* @deprecated Use StoreOptions from /common/data instead | ||
*/ | ||
StoreOptions, | ||
} from '../common/data'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,8 @@ | ||
import { ODataContext } from '../../common/data'; | ||
|
||
export { | ||
/** | ||
* @deprecated Use ODataContextOptions from /common/data instead | ||
*/ | ||
ODataContextOptions, | ||
/** | ||
* @deprecated Use ODataRequestOptions from /common/data instead | ||
*/ | ||
ODataRequestOptions, | ||
} from '../../common/data'; | ||
|
||
/** | ||
* @deprecated Use ODataContext from /common/data instead | ||
*/ | ||
export default ODataContext; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
export { | ||
/** | ||
* @deprecated Use EdmLiteral from /common/data instead | ||
*/ | ||
EdmLiteral, | ||
/** | ||
* @deprecated Use keyConverters from /common/data instead | ||
*/ | ||
keyConverters, | ||
} from '../../common/data'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
import { query } from '../common/data'; | ||
|
||
export { | ||
/** | ||
* @deprecated Use Query from /common/data instead | ||
*/ | ||
Query, | ||
} from '../common/data'; | ||
|
||
/** | ||
* @deprecated Use query from /common/data instead | ||
*/ | ||
export default query; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
export { | ||
/** | ||
* @deprecated Use base64_encode from /common/data instead | ||
*/ | ||
base64_encode, | ||
} from '../common/data'; |
Oops, something went wrong.