@sapui5/ts-types 1.136.3 → 1.138.1
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 +2 -1
- package/types/sap.apf.d.ts +30 -3
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +263 -63
- package/types/sap.esh.search.ui.d.ts +71 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +3 -0
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +46 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +197 -65
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +4 -3
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1206 -541
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +34 -1
- package/types/sap.suite.ui.commons.d.ts +2 -2
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +103 -16
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +70 -9
- package/types/sap.ui.core.d.ts +69 -70
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +216 -167
- package/types/sap.ui.fl.d.ts +3 -7
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +44 -24
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/{mdc-1.136.0-d.ts → sap.ui.mdc.d.ts} +597 -293
- package/types/sap.ui.richtexteditor.d.ts +21 -17
- package/types/sap.ui.rta.d.ts +1 -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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +9 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +65 -29
- package/types/sap.ui.vk.d.ts +387 -100
- package/types/sap.ui.vtm.d.ts +7 -4
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +55 -43
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.138.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6,7 +6,8 @@ declare namespace sap {
|
|
|
6
6
|
* SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
|
|
7
7
|
* 3D objects.
|
|
8
8
|
*
|
|
9
|
-
* @deprecated As of version 1.96.10.
|
|
9
|
+
* @deprecated As of version 1.96.10. This library must not be used in production code as it will be completely
|
|
10
|
+
* removed in future releases.
|
|
10
11
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
11
12
|
* future versions.
|
|
12
13
|
*/
|
|
@@ -99,7 +100,8 @@ declare namespace sap {
|
|
|
99
100
|
/**
|
|
100
101
|
* Namespace for extensions that are provided with the sap.ui.vtm library.
|
|
101
102
|
*
|
|
102
|
-
* @deprecated As of version 1.96.10.
|
|
103
|
+
* @deprecated As of version 1.96.10. This library must not be used in production code as it will be completely
|
|
104
|
+
* removed in future releases.
|
|
103
105
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
104
106
|
* future versions.
|
|
105
107
|
*/
|
|
@@ -1104,7 +1106,8 @@ declare namespace sap {
|
|
|
1104
1106
|
/**
|
|
1105
1107
|
* Namespace for interfaces that are provided with the sap.ui.vtm library.
|
|
1106
1108
|
*
|
|
1107
|
-
* @deprecated As of version 1.96.10.
|
|
1109
|
+
* @deprecated As of version 1.96.10. This library must not be used in production code as it will be completely
|
|
1110
|
+
* removed in future releases.
|
|
1108
1111
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
1109
1112
|
* future versions.
|
|
1110
1113
|
*/
|
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.138.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -112,49 +112,49 @@ declare namespace sap {
|
|
|
112
112
|
/**
|
|
113
113
|
* The ABAP transaction code which not always available and therefore can be undefined.
|
|
114
114
|
*/
|
|
115
|
-
"abap.transaction" = "
|
|
115
|
+
"abap.transaction" = "abap.transaction",
|
|
116
116
|
/**
|
|
117
117
|
* ID of the framework
|
|
118
118
|
*/
|
|
119
|
-
appFrameworkId = "
|
|
119
|
+
appFrameworkId = "appFrameworkId",
|
|
120
120
|
/**
|
|
121
121
|
* Version of the framework
|
|
122
122
|
*/
|
|
123
|
-
appFrameworkVersion = "
|
|
123
|
+
appFrameworkVersion = "appFrameworkVersion",
|
|
124
124
|
/**
|
|
125
125
|
* Universal stable logical identifier of the application across the whole content.
|
|
126
126
|
*/
|
|
127
|
-
appId = "
|
|
127
|
+
appId = "appId",
|
|
128
128
|
/**
|
|
129
129
|
* Intent that was used to launch the application (including parameters)
|
|
130
130
|
*/
|
|
131
|
-
appIntent = "
|
|
131
|
+
appIntent = "appIntent",
|
|
132
132
|
/**
|
|
133
133
|
* The name of an organizational component that handles support incidents.
|
|
134
134
|
*/
|
|
135
|
-
appSupportInfo = "
|
|
135
|
+
appSupportInfo = "appSupportInfo",
|
|
136
136
|
/**
|
|
137
137
|
* Version of the app
|
|
138
138
|
*/
|
|
139
|
-
appVersion = "
|
|
139
|
+
appVersion = "appVersion",
|
|
140
140
|
/**
|
|
141
141
|
* Current Language (BCP47 format)
|
|
142
142
|
*/
|
|
143
|
-
languageTag = "
|
|
143
|
+
languageTag = "languageTag",
|
|
144
144
|
/**
|
|
145
145
|
* A human readable free form text maintained on the platform where FLP runs, and identifying the current
|
|
146
146
|
* product.
|
|
147
147
|
*/
|
|
148
|
-
productName = "
|
|
148
|
+
productName = "productName",
|
|
149
149
|
/**
|
|
150
150
|
* Identifier of the component that implements the base application.
|
|
151
151
|
*/
|
|
152
|
-
technicalAppComponentId = "
|
|
152
|
+
technicalAppComponentId = "technicalAppComponentId",
|
|
153
153
|
/**
|
|
154
154
|
* Current FLP theme. Includes the path to the theme resources if the theme is not an sap theme (does not
|
|
155
155
|
* start with sap_)
|
|
156
156
|
*/
|
|
157
|
-
theme = "
|
|
157
|
+
theme = "theme",
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* Enumeration of application types.
|
|
@@ -492,7 +492,7 @@ declare namespace sap {
|
|
|
492
492
|
*/
|
|
493
493
|
destroy(): Promise<any>;
|
|
494
494
|
/**
|
|
495
|
-
*
|
|
495
|
+
* Hides the item for all applications. Does not change the visibility of the item for the launchpad "home".
|
|
496
496
|
*
|
|
497
497
|
* @since 1.120.0
|
|
498
498
|
*
|
|
@@ -610,7 +610,7 @@ declare namespace sap {
|
|
|
610
610
|
*/
|
|
611
611
|
getControl(): Promise<sap.ui.core.Control>;
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Hides the item for all applications. Does not change the visibility of the item for the launchpad "home".
|
|
614
614
|
*
|
|
615
615
|
* @since 1.124.0
|
|
616
616
|
*
|
|
@@ -699,7 +699,7 @@ declare namespace sap {
|
|
|
699
699
|
}
|
|
700
700
|
): Promise<sap.ushell.services.FrameBoundExtension.Item>;
|
|
701
701
|
/**
|
|
702
|
-
*
|
|
702
|
+
* Hides the side pane for all applications. Does not change the visibility of the side pane for the launchpad
|
|
703
703
|
* "home".
|
|
704
704
|
*
|
|
705
705
|
* @since 1.124.0
|
|
@@ -708,7 +708,7 @@ declare namespace sap {
|
|
|
708
708
|
*/
|
|
709
709
|
hideForAllApps(): this;
|
|
710
710
|
/**
|
|
711
|
-
* Hides the
|
|
711
|
+
* Hides the side pane for launchpad "home". Does not change the visibility of the side pane within applications.
|
|
712
712
|
*
|
|
713
713
|
* @since 1.124.0
|
|
714
714
|
*
|
|
@@ -763,7 +763,7 @@ declare namespace sap {
|
|
|
763
763
|
controlProperties: object
|
|
764
764
|
): Promise<sap.ushell.services.FrameBoundExtension.Item>;
|
|
765
765
|
/**
|
|
766
|
-
*
|
|
766
|
+
* Hides the tool area for all applications. Does not change the visibility of the tool area for the launchpad
|
|
767
767
|
* "home".
|
|
768
768
|
*
|
|
769
769
|
* @since 1.124.0
|
|
@@ -1382,8 +1382,10 @@ declare namespace sap {
|
|
|
1382
1382
|
*
|
|
1383
1383
|
* @since 1.22.0
|
|
1384
1384
|
* @deprecated As of version 1.31. Support for this function has been discontinued.
|
|
1385
|
+
*
|
|
1386
|
+
* @returns the scope validity.
|
|
1385
1387
|
*/
|
|
1386
|
-
getValidity():
|
|
1388
|
+
getValidity(): int;
|
|
1387
1389
|
/**
|
|
1388
1390
|
* (Re)loads the current container data from the underlying storage asynchronously. The current local data
|
|
1389
1391
|
* is discarded.
|
|
@@ -1412,7 +1414,7 @@ declare namespace sap {
|
|
|
1412
1414
|
*/
|
|
1413
1415
|
save(): jQuery.Promise;
|
|
1414
1416
|
/**
|
|
1415
|
-
* Save the current container data at the underlying storage asynchronously at the
|
|
1417
|
+
* Save the current container data at the underlying storage asynchronously at the earliest nDelayInMilliseconds
|
|
1416
1418
|
* seconds before. The current state is serialized.
|
|
1417
1419
|
*
|
|
1418
1420
|
* @since 1.22.0
|
|
@@ -1421,7 +1423,12 @@ declare namespace sap {
|
|
|
1421
1423
|
*
|
|
1422
1424
|
* The operation may wait for completion of another pending operation.
|
|
1423
1425
|
*/
|
|
1424
|
-
saveDeferred(
|
|
1426
|
+
saveDeferred(
|
|
1427
|
+
/**
|
|
1428
|
+
* the delay in milliseconds.
|
|
1429
|
+
*/
|
|
1430
|
+
nDelayInMilliseconds: int
|
|
1431
|
+
): jQuery.Promise;
|
|
1425
1432
|
/**
|
|
1426
1433
|
* Sets the value of a direct item in the container. In case the item is already existing its value is overwritten.
|
|
1427
1434
|
* In case it is not existing a new item with this key and value is created. The value is serialized during
|
|
@@ -1437,7 +1444,7 @@ declare namespace sap {
|
|
|
1437
1444
|
/**
|
|
1438
1445
|
* item value (JSON object)
|
|
1439
1446
|
*/
|
|
1440
|
-
|
|
1447
|
+
oItemValue: object
|
|
1441
1448
|
): void;
|
|
1442
1449
|
}
|
|
1443
1450
|
/**
|
|
@@ -1489,13 +1496,15 @@ declare namespace sap {
|
|
|
1489
1496
|
* Deletes an item from this variant. In case the item does not exist, nothing happens.
|
|
1490
1497
|
*
|
|
1491
1498
|
* @since 1.18.0
|
|
1499
|
+
*
|
|
1500
|
+
* @returns whether the key was removed.
|
|
1492
1501
|
*/
|
|
1493
1502
|
delItem(
|
|
1494
1503
|
/**
|
|
1495
1504
|
* item key
|
|
1496
1505
|
*/
|
|
1497
1506
|
sItemKey: string
|
|
1498
|
-
):
|
|
1507
|
+
): boolean;
|
|
1499
1508
|
/**
|
|
1500
1509
|
* Returns an array with the keys of all items in this variant.
|
|
1501
1510
|
*
|
|
@@ -1538,6 +1547,8 @@ declare namespace sap {
|
|
|
1538
1547
|
* Sets the value for an item in this variant.
|
|
1539
1548
|
*
|
|
1540
1549
|
* @since 1.18.0
|
|
1550
|
+
*
|
|
1551
|
+
* @returns the old value.
|
|
1541
1552
|
*/
|
|
1542
1553
|
setItemValue(
|
|
1543
1554
|
/**
|
|
@@ -1545,10 +1556,10 @@ declare namespace sap {
|
|
|
1545
1556
|
*/
|
|
1546
1557
|
sItemKey: string,
|
|
1547
1558
|
/**
|
|
1548
|
-
* value (JSON object)
|
|
1559
|
+
* item value (JSON object)
|
|
1549
1560
|
*/
|
|
1550
|
-
|
|
1551
|
-
):
|
|
1561
|
+
oItemValue: object
|
|
1562
|
+
): any;
|
|
1552
1563
|
}
|
|
1553
1564
|
/**
|
|
1554
1565
|
* The personalization variant set contains variants of personalization data. It is used in the personalization
|
|
@@ -1566,6 +1577,20 @@ declare namespace sap {
|
|
|
1566
1577
|
*/
|
|
1567
1578
|
protected constructor();
|
|
1568
1579
|
|
|
1580
|
+
/**
|
|
1581
|
+
* Creates a new variant in the variant set. sap.ushell.services.Personalization.PersonalizationContainerVariantSet#addVariant
|
|
1582
|
+
* In case a variant with this name is already existing an exception is thrown.
|
|
1583
|
+
*
|
|
1584
|
+
* @since 1.18.0
|
|
1585
|
+
*
|
|
1586
|
+
* @returns {@link sap.ushell.services.Personalization.PersonalizationContainerVariant}
|
|
1587
|
+
*/
|
|
1588
|
+
addVariant(
|
|
1589
|
+
/**
|
|
1590
|
+
* variant set name
|
|
1591
|
+
*/
|
|
1592
|
+
sVariantName: string
|
|
1593
|
+
): object;
|
|
1569
1594
|
/**
|
|
1570
1595
|
* Checks if a specific variant is contained in the variant set.
|
|
1571
1596
|
*
|
|
@@ -1792,9 +1817,9 @@ declare namespace sap {
|
|
|
1792
1817
|
*/
|
|
1793
1818
|
sItemKey: string,
|
|
1794
1819
|
/**
|
|
1795
|
-
* value (JSON object)
|
|
1820
|
+
* item value (JSON object)
|
|
1796
1821
|
*/
|
|
1797
|
-
|
|
1822
|
+
oItemValue: object
|
|
1798
1823
|
): void;
|
|
1799
1824
|
/**
|
|
1800
1825
|
* Sets the name of the variant.
|
|
@@ -1840,9 +1865,9 @@ declare namespace sap {
|
|
|
1840
1865
|
*/
|
|
1841
1866
|
addVariant(
|
|
1842
1867
|
/**
|
|
1843
|
-
* variant set name
|
|
1868
|
+
* variant set name.
|
|
1844
1869
|
*/
|
|
1845
|
-
|
|
1870
|
+
sVariantName: string
|
|
1846
1871
|
): object;
|
|
1847
1872
|
/**
|
|
1848
1873
|
* Checks if a specific variant is contained in the variant set.
|
|
@@ -6572,19 +6597,6 @@ declare namespace sap {
|
|
|
6572
6597
|
*/
|
|
6573
6598
|
callback: Function
|
|
6574
6599
|
): void;
|
|
6575
|
-
/**
|
|
6576
|
-
* Set the number of unseen notifications
|
|
6577
|
-
* e.g. Notifications that the user hasn't seen yet.
|
|
6578
|
-
*
|
|
6579
|
-
*
|
|
6580
|
-
* @returns Promise resolves when the unseen notifications count is set
|
|
6581
|
-
*/
|
|
6582
|
-
setUnseenNotificationsCount(
|
|
6583
|
-
/**
|
|
6584
|
-
* The number of unseen notifications to set
|
|
6585
|
-
*/
|
|
6586
|
-
number: int
|
|
6587
|
-
): Promise<any>;
|
|
6588
6600
|
}
|
|
6589
6601
|
/**
|
|
6590
6602
|
* The Unified Shell's personalization service, which provides a personalizer object that handles all personalization
|
|
@@ -7160,7 +7172,7 @@ declare namespace sap {
|
|
|
7160
7172
|
* Shell.onHashChange(shellHash,appHash) { / *resolve url, load app and exchange root view* / }
|
|
7161
7173
|
* Shell.init() {
|
|
7162
7174
|
* this.privShellNavigator = new ShellNavigation();
|
|
7163
|
-
* this.privShellNavigator.init(
|
|
7175
|
+
* this.privShellNavigator.init(this.doHashChange.bind(this));
|
|
7164
7176
|
* }
|
|
7165
7177
|
* });
|
|
7166
7178
|
* ```
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED