@sapui5/ts-types 1.136.11 → 1.136.12
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/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- 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 +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +51 -2
- 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 +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- 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.suite.ui.commons.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +4 -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 +1 -1
- 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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -2902,6 +2902,13 @@ declare namespace sap {
|
|
|
2902
2902
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
2903
2903
|
}
|
|
2904
2904
|
): Promise<string>;
|
|
2905
|
+
/**
|
|
2906
|
+
* Get the count of the row binding of the table.
|
|
2907
|
+
*
|
|
2908
|
+
*
|
|
2909
|
+
* @returns The count of the row binding
|
|
2910
|
+
*/
|
|
2911
|
+
getCount(): number | undefined;
|
|
2905
2912
|
/**
|
|
2906
2913
|
* Get the variant management applied to the table.
|
|
2907
2914
|
*
|
|
@@ -3182,6 +3189,13 @@ declare namespace sap {
|
|
|
3182
3189
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
3183
3190
|
}
|
|
3184
3191
|
): Promise<string>;
|
|
3192
|
+
/**
|
|
3193
|
+
* Get the count of the row binding of the table.
|
|
3194
|
+
*
|
|
3195
|
+
*
|
|
3196
|
+
* @returns The count of the row binding
|
|
3197
|
+
*/
|
|
3198
|
+
getCount(): number | undefined;
|
|
3185
3199
|
/**
|
|
3186
3200
|
* Get the variant management applied to the table.
|
|
3187
3201
|
*
|
|
@@ -4974,7 +4988,7 @@ declare namespace sap {
|
|
|
4974
4988
|
setVariantManagement(): string;
|
|
4975
4989
|
}
|
|
4976
4990
|
/**
|
|
4977
|
-
* API to add parameters to the collection binding
|
|
4991
|
+
* API to add parameters to the collection binding info.
|
|
4978
4992
|
*/
|
|
4979
4993
|
class CollectionBindingInfo {
|
|
4980
4994
|
/**
|
|
@@ -5004,6 +5018,27 @@ declare namespace sap {
|
|
|
5004
5018
|
*/
|
|
5005
5019
|
sorter: sap.ui.model.Sorter
|
|
5006
5020
|
): void;
|
|
5021
|
+
/**
|
|
5022
|
+
* Attach the events to the table binding.
|
|
5023
|
+
*/
|
|
5024
|
+
attachEvent(
|
|
5025
|
+
/**
|
|
5026
|
+
* The event ID to attach the callback to
|
|
5027
|
+
*/
|
|
5028
|
+
eventId: string,
|
|
5029
|
+
/**
|
|
5030
|
+
* The callback function to be executed when the event is triggered
|
|
5031
|
+
*/
|
|
5032
|
+
callback: Function,
|
|
5033
|
+
/**
|
|
5034
|
+
* The listener object that will be used as the context for the callback function
|
|
5035
|
+
*/
|
|
5036
|
+
listener?: object,
|
|
5037
|
+
/**
|
|
5038
|
+
* Data that will be passed to the callback function when the event is triggered
|
|
5039
|
+
*/
|
|
5040
|
+
data?: object
|
|
5041
|
+
): void;
|
|
5007
5042
|
/**
|
|
5008
5043
|
* Retrieve the 'serialized' binding info, useful if you want to create your own binding
|
|
5009
5044
|
*
|
|
@@ -5593,6 +5628,13 @@ declare namespace sap {
|
|
|
5593
5628
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5594
5629
|
}
|
|
5595
5630
|
): Promise<string>;
|
|
5631
|
+
/**
|
|
5632
|
+
* Get the count of the row binding of the table.
|
|
5633
|
+
*
|
|
5634
|
+
*
|
|
5635
|
+
* @returns The count of the row binding
|
|
5636
|
+
*/
|
|
5637
|
+
getCount(): number | undefined;
|
|
5596
5638
|
/**
|
|
5597
5639
|
* Get the variant management applied to the table.
|
|
5598
5640
|
*
|
|
@@ -5760,6 +5802,13 @@ declare namespace sap {
|
|
|
5760
5802
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5761
5803
|
}
|
|
5762
5804
|
): Promise<string>;
|
|
5805
|
+
/**
|
|
5806
|
+
* Get the count of the row binding of the table.
|
|
5807
|
+
*
|
|
5808
|
+
*
|
|
5809
|
+
* @returns The count of the row binding
|
|
5810
|
+
*/
|
|
5811
|
+
getCount(): number | undefined;
|
|
5763
5812
|
/**
|
|
5764
5813
|
* Get the variant management applied to the table.
|
|
5765
5814
|
*
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1325,7 +1325,7 @@ declare namespace sap {
|
|
|
1325
1325
|
/**
|
|
1326
1326
|
* List Panel aggregation
|
|
1327
1327
|
*/
|
|
1328
|
-
listPanelStack?:
|
|
1328
|
+
listPanelStack?: sap.ui.vbm.ListPanelStack;
|
|
1329
1329
|
}
|
|
1330
1330
|
|
|
1331
1331
|
/**
|
|
@@ -13183,7 +13183,7 @@ declare namespace sap {
|
|
|
13183
13183
|
*
|
|
13184
13184
|
* List Panel aggregation
|
|
13185
13185
|
*/
|
|
13186
|
-
getListPanelStack():
|
|
13186
|
+
getListPanelStack(): sap.ui.vbm.ListPanelStack;
|
|
13187
13187
|
/**
|
|
13188
13188
|
* Gets current value of property {@link #getShowHome showHome}.
|
|
13189
13189
|
*
|
|
@@ -13249,7 +13249,7 @@ declare namespace sap {
|
|
|
13249
13249
|
/**
|
|
13250
13250
|
* The listPanelStack to set
|
|
13251
13251
|
*/
|
|
13252
|
-
oListPanelStack:
|
|
13252
|
+
oListPanelStack: sap.ui.vbm.ListPanelStack
|
|
13253
13253
|
): this;
|
|
13254
13254
|
/**
|
|
13255
13255
|
* Sets a new value for property {@link #getShowHome showHome}.
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED