@sapui5/ts-types-esm 1.102.2 → 1.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +3 -0
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +11 -11
- package/types/sap.chart.d.ts +2 -2
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +318 -24
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +60 -1175
- package/types/sap.fe.macros.d.ts +16 -588
- package/types/sap.fe.navigation.d.ts +1 -1332
- package/types/sap.fe.templates.d.ts +12 -162
- package/types/sap.fe.test.d.ts +12 -265
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +340 -63
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +15 -15
- package/types/sap.m.d.ts +2471 -364
- package/types/sap.makit.d.ts +5 -5
- package/types/sap.me.d.ts +2 -2
- package/types/sap.ndc.d.ts +69 -3
- package/types/sap.ovp.d.ts +5 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +165 -4
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +554 -76
- package/types/sap.suite.ui.generic.template.d.ts +108 -13
- package/types/sap.suite.ui.microchart.d.ts +14 -14
- package/types/sap.tnt.d.ts +5 -5
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +36 -36
- package/types/sap.ui.comp.d.ts +1310 -382
- package/types/sap.ui.core.d.ts +390 -113
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +107 -66
- package/types/sap.ui.generic.app.d.ts +13 -10
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +48 -67
- package/types/sap.ui.layout.d.ts +33 -41
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +2 -2
- package/types/sap.ui.rta.d.ts +3 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +9 -9
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +115 -35
- package/types/sap.ui.ux3.d.ts +43 -43
- package/types/sap.ui.vbm.d.ts +33 -192
- package/types/sap.ui.vk.d.ts +82 -25
- package/types/sap.ui.vtm.d.ts +12 -12
- package/types/sap.ui.webc.common.d.ts +113 -0
- package/types/sap.ui.webc.fiori.d.ts +13589 -0
- package/types/sap.ui.webc.main.d.ts +40164 -0
- package/types/sap.uiext.inbox.d.ts +3 -3
- package/types/sap.ushell.d.ts +76 -31
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +13 -13
- package/types/sap.viz.d.ts +8 -8
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +4 -4
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -63,3 +63,6 @@
|
|
|
63
63
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
64
64
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
65
65
|
/// <reference path="./sap.viz.d.ts"/>
|
|
66
|
+
/// <reference path="./sap.ui.webc.common.d.ts"/>
|
|
67
|
+
/// <reference path="./sap.ui.webc.fiori.d.ts"/>
|
|
68
|
+
/// <reference path="./sap.ui.webc.main.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ca/ui/library" {
|
|
4
4
|
export namespace charts {
|
|
@@ -789,7 +789,7 @@ declare module "sap/ca/ui/AddPicture" {
|
|
|
789
789
|
* The picture to remove or its index or id
|
|
790
790
|
*/
|
|
791
791
|
vPicture: int | string | PictureItem
|
|
792
|
-
): PictureItem;
|
|
792
|
+
): PictureItem | null;
|
|
793
793
|
/**
|
|
794
794
|
* Sets a new value for property {@link #getButtonPageType buttonPageType}.
|
|
795
795
|
*
|
|
@@ -1587,7 +1587,7 @@ declare module "sap/ca/ui/charts/BubbleChart" {
|
|
|
1587
1587
|
* The content to remove or its index or id
|
|
1588
1588
|
*/
|
|
1589
1589
|
vContent: int | string | Control
|
|
1590
|
-
): Control;
|
|
1590
|
+
): Control | null;
|
|
1591
1591
|
/**
|
|
1592
1592
|
* @deprecated (since 7.20.0) - This method is deprecated now. Use the plotAreaAxisTooltipFormatter
|
|
1593
1593
|
*
|
|
@@ -4049,7 +4049,7 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
|
|
|
4049
4049
|
* The chart to remove or its index or id
|
|
4050
4050
|
*/
|
|
4051
4051
|
vChart: int | string | Control
|
|
4052
|
-
): Control;
|
|
4052
|
+
): Control | null;
|
|
4053
4053
|
/**
|
|
4054
4054
|
* Sets a new value for property {@link #getChartTitle chartTitle}.
|
|
4055
4055
|
*
|
|
@@ -6015,7 +6015,7 @@ declare module "sap/ca/ui/charts/StackedHorizontalBarChart" {
|
|
|
6015
6015
|
* The content to remove or its index or id
|
|
6016
6016
|
*/
|
|
6017
6017
|
vContent: int | string | Control
|
|
6018
|
-
): Control;
|
|
6018
|
+
): Control | null;
|
|
6019
6019
|
/**
|
|
6020
6020
|
* Sets a new value for property {@link #getDataLabelFormat dataLabelFormat}.
|
|
6021
6021
|
*
|
|
@@ -6318,7 +6318,7 @@ declare module "sap/ca/ui/charts/StackedVerticalColumnChart" {
|
|
|
6318
6318
|
* The content to remove or its index or id
|
|
6319
6319
|
*/
|
|
6320
6320
|
vContent: int | string | Control
|
|
6321
|
-
): Control;
|
|
6321
|
+
): Control | null;
|
|
6322
6322
|
/**
|
|
6323
6323
|
* @deprecated (since 1.16.3) - dataLabelFormat has been deprecated since 1.16.3. Please use the dataLabelFormatter
|
|
6324
6324
|
* instead.
|
|
@@ -6661,7 +6661,7 @@ declare module "sap/ca/ui/charts/VerticalBarChart" {
|
|
|
6661
6661
|
* The content to remove or its index or id
|
|
6662
6662
|
*/
|
|
6663
6663
|
vContent: int | string | Control
|
|
6664
|
-
): Control;
|
|
6664
|
+
): Control | null;
|
|
6665
6665
|
/**
|
|
6666
6666
|
* Sets a new value for property {@link #getBarWidth barWidth}.
|
|
6667
6667
|
*
|
|
@@ -9537,7 +9537,7 @@ declare module "sap/ca/ui/HierarchicalSelectDialog" {
|
|
|
9537
9537
|
* The item to remove or its index or id
|
|
9538
9538
|
*/
|
|
9539
9539
|
vItem: int | string | HierarchicalSelectDialogItem
|
|
9540
|
-
): HierarchicalSelectDialogItem;
|
|
9540
|
+
): HierarchicalSelectDialogItem | null;
|
|
9541
9541
|
}
|
|
9542
9542
|
|
|
9543
9543
|
export interface $HierarchicalSelectDialogSettings extends $DialogSettings {
|
|
@@ -9904,7 +9904,7 @@ declare module "sap/ca/ui/Hierarchy" {
|
|
|
9904
9904
|
* The item to remove or its index or id
|
|
9905
9905
|
*/
|
|
9906
9906
|
vItem: int | string | HierarchyItem
|
|
9907
|
-
): HierarchyItem;
|
|
9907
|
+
): HierarchyItem | null;
|
|
9908
9908
|
/**
|
|
9909
9909
|
* Sets a new value for property {@link #getHideOptionalLevels hideOptionalLevels}.
|
|
9910
9910
|
*
|
|
@@ -11826,7 +11826,7 @@ declare module "sap/ca/ui/OverflowContainer" {
|
|
|
11826
11826
|
* The content to remove or its index or id
|
|
11827
11827
|
*/
|
|
11828
11828
|
vContent: int | string | Control
|
|
11829
|
-
): Control;
|
|
11829
|
+
): Control | null;
|
|
11830
11830
|
/**
|
|
11831
11831
|
* Sets a new value for property {@link #getExpanded expanded}.
|
|
11832
11832
|
*
|
|
@@ -13270,7 +13270,7 @@ declare module "sap/ca/ui/PictureViewer" {
|
|
|
13270
13270
|
* The item to remove or its index or id
|
|
13271
13271
|
*/
|
|
13272
13272
|
vItem: int | string | PictureViewerItem
|
|
13273
|
-
): PictureViewerItem;
|
|
13273
|
+
): PictureViewerItem | null;
|
|
13274
13274
|
/**
|
|
13275
13275
|
* Select the picture at index `iIndex` from the `items` aggregation.
|
|
13276
13276
|
*
|
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/chart/library" {
|
|
4
4
|
import Dimension from "sap/chart/data/Dimension";
|
|
@@ -1650,7 +1650,7 @@ declare module "sap/chart/Chart" {
|
|
|
1650
1650
|
* The measure to remove or its index or id
|
|
1651
1651
|
*/
|
|
1652
1652
|
vMeasure: int | string | Measure
|
|
1653
|
-
): Measure;
|
|
1653
|
+
): Measure | null;
|
|
1654
1654
|
/**
|
|
1655
1655
|
* Deselect one or more categories from current category selections, specified by category objects.
|
|
1656
1656
|
*
|