generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
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
806 additions
and
802 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,35 +1,35 @@ | ||
declare module "sap/ca/ui/ChartColor" { | ||
import ChartColor from "sap/ca/ui/library"; | ||
declare module "sap/ca/ui/charts/ChartColor" { | ||
import {charts} from "sap/ca/ui/library"; | ||
|
||
/** | ||
* Enumeration of available color to be used in sap.ca.ui charts. | ||
* | ||
* @deprecated (since 1.24) - Sap.ca charts have been replaced with sap.viz and VizFrame in 1.24. The UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts. Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control will not be supported anymore from 1.24. | ||
* @public | ||
*/ | ||
export default ChartColor; | ||
export default charts.ChartColor; | ||
} | ||
|
||
declare module "sap/ca/ui/ChartSelectionMode" { | ||
import ChartSelectionMode from "sap/ca/ui/library"; | ||
declare module "sap/ca/ui/charts/ChartSelectionMode" { | ||
import {charts} from "sap/ca/ui/library"; | ||
|
||
/** | ||
* Determines the selection mode of a Chart. | ||
* | ||
* @deprecated (since 1.24) - Sap.ca charts have been replaced with sap.viz and VizFrame in 1.24. The UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts. Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control will not be supported anymore from 1.24. | ||
* @public | ||
*/ | ||
export default ChartSelectionMode; | ||
export default charts.ChartSelectionMode; | ||
} | ||
|
||
declare module "sap/ca/ui/ChartSemanticColor" { | ||
import ChartSemanticColor from "sap/ca/ui/library"; | ||
declare module "sap/ca/ui/charts/ChartSemanticColor" { | ||
import {charts} from "sap/ca/ui/library"; | ||
|
||
/** | ||
* Enumeration of available semantic color to be used in sap.Ca.ui | ||
* | ||
* @deprecated (since 1.24) - Sap.ca charts have been replaced with sap.viz and VizFrame in 1.24. The UI5 control "sap.viz.ui5.controls.VizFrame" serves as a single point of entry for all the new charts. Now that 1.24 is available you are asked to use sap.viz charts and the VizFrame instead! This control will not be supported anymore from 1.24. | ||
* @public | ||
*/ | ||
export default ChartSemanticColor; | ||
export default charts.ChartSemanticColor; | ||
} |
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
Oops, something went wrong.