@sapui5/ts-types 1.149.0 → 1.150.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/sap.apf.d.ts +1 -1
- 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.esh.search.ui.d.ts +165 -223
- package/types/sap.f.d.ts +57 -5
- package/types/sap.fe.ariba.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 +35 -15
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +93 -43
- 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 +140 -30
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +141 -137
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +251 -27
- 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 +1 -1
- package/types/sap.suite.ui.commons.d.ts +132 -59
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +4 -3
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +4 -3
- package/types/sap.ui.comp.d.ts +37 -25
- package/types/sap.ui.core.d.ts +753 -466
- 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.generic.app.d.ts +16 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +111 -209
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +7 -5
- package/types/sap.ui.mdc.d.ts +78 -9
- 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 +3 -1
- package/types/sap.ui.table.d.ts +10 -7
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +72 -3
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -3
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +58 -39
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +39 -25
- package/types/sap.zen.crosstab.d.ts +15 -8
- package/types/sap.zen.dsh.d.ts +17 -9
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7319,8 +7319,9 @@ declare namespace sap {
|
|
|
7319
7319
|
*
|
|
7320
7320
|
* @since 1.60
|
|
7321
7321
|
*/
|
|
7322
|
-
class GridResponsiveLayout
|
|
7323
|
-
.GridLayoutBase
|
|
7322
|
+
class GridResponsiveLayout
|
|
7323
|
+
extends sap.ui.layout.cssgrid.GridLayoutBase
|
|
7324
|
+
{
|
|
7324
7325
|
/**
|
|
7325
7326
|
* Constructor for a new GridResponsiveLayout.
|
|
7326
7327
|
*
|
|
@@ -8076,8 +8077,9 @@ declare namespace sap {
|
|
|
8076
8077
|
*
|
|
8077
8078
|
* @since 1.72
|
|
8078
8079
|
*/
|
|
8079
|
-
class ResponsiveColumnLayout
|
|
8080
|
-
.GridLayoutBase
|
|
8080
|
+
class ResponsiveColumnLayout
|
|
8081
|
+
extends sap.ui.layout.cssgrid.GridLayoutBase
|
|
8082
|
+
{
|
|
8081
8083
|
/**
|
|
8082
8084
|
* Constructor for a new `ResponsiveColumnLayout`.
|
|
8083
8085
|
*
|
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -2946,6 +2946,29 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
2946
2946
|
*/
|
|
2947
2947
|
oConditionB: sap.ui.mdc.condition.ConditionObject
|
|
2948
2948
|
): boolean;
|
|
2949
|
+
/**
|
|
2950
|
+
* Creates a condition that represents the given context for 'Select from list' scenarios.
|
|
2951
|
+
* By default, this method creates a {@link sap.ui.mdc.condition.ConditionObject Condition} representing
|
|
2952
|
+
* an "equal to" filter.
|
|
2953
|
+
*
|
|
2954
|
+
* @since 1.150.0
|
|
2955
|
+
*
|
|
2956
|
+
* @returns Condition representing the given context
|
|
2957
|
+
*/
|
|
2958
|
+
createConditionForContext(
|
|
2959
|
+
/**
|
|
2960
|
+
* The `ValueHelp` control instance
|
|
2961
|
+
*/
|
|
2962
|
+
oValueHelp: sap.ui.mdc.ValueHelp,
|
|
2963
|
+
/**
|
|
2964
|
+
* `ValueHelp` content instance
|
|
2965
|
+
*/
|
|
2966
|
+
oContent: sap.ui.mdc.valuehelp.base.ListContent,
|
|
2967
|
+
/**
|
|
2968
|
+
* Entry of a given list
|
|
2969
|
+
*/
|
|
2970
|
+
oContext: sap.ui.model.Context
|
|
2971
|
+
): sap.ui.mdc.condition.ConditionObject;
|
|
2949
2972
|
/**
|
|
2950
2973
|
* Provides the possibility to convey custom data in conditions. This enables an application to enhance
|
|
2951
2974
|
* conditions with data relevant for combined key or out parameter scenarios.
|
|
@@ -3084,16 +3107,16 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
3084
3107
|
* the same way.
|
|
3085
3108
|
*
|
|
3086
3109
|
* For each relevant column all items are searched for an exact match first and again with a startsWith
|
|
3087
|
-
* filter afterwards, if necessary.
|
|
3110
|
+
* filter afterwards, if necessary (and supported by the used data type).
|
|
3088
3111
|
*
|
|
3089
3112
|
* If the `caseSensitive` property is disabled, whichever entry comes first, wins, whether the user's input
|
|
3090
3113
|
* is in lowercase or uppercase letters.
|
|
3091
3114
|
*
|
|
3092
3115
|
* {@link sap.ui.mdc.valuehelp.base.ListContent ListContent}
|
|
3093
3116
|
*
|
|
3094
|
-
* @since 1.120
|
|
3117
|
+
* @since 1.120
|
|
3095
3118
|
*
|
|
3096
|
-
* @returns
|
|
3119
|
+
* @returns The `Context` that matches the user input best
|
|
3097
3120
|
*/
|
|
3098
3121
|
getFirstMatch(
|
|
3099
3122
|
/**
|
|
@@ -3108,7 +3131,7 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
3108
3131
|
* Configuration
|
|
3109
3132
|
*/
|
|
3110
3133
|
oConfig: sap.ui.mdc.valuehelp.base.ItemForValueConfiguration
|
|
3111
|
-
): sap.ui.model.Context;
|
|
3134
|
+
): sap.ui.model.Context | undefined;
|
|
3112
3135
|
/**
|
|
3113
3136
|
* Provides type information for list content filtering.
|
|
3114
3137
|
* By default, this method returns an object of types per binding path, extracted from a binding template
|
|
@@ -7580,8 +7603,9 @@ declare namespace sap {
|
|
|
7580
7603
|
*
|
|
7581
7604
|
* @since 1.96.0
|
|
7582
7605
|
*/
|
|
7583
|
-
class DynamicDateRangeConditionsType
|
|
7584
|
-
.ConditionsType
|
|
7606
|
+
class DynamicDateRangeConditionsType
|
|
7607
|
+
extends sap.ui.mdc.field.ConditionsType
|
|
7608
|
+
{
|
|
7585
7609
|
/**
|
|
7586
7610
|
* Constructor for a `ConditionsType` to be used in `DynamicDateRange` control.
|
|
7587
7611
|
*/
|
|
@@ -12786,8 +12810,9 @@ declare namespace sap {
|
|
|
12786
12810
|
*
|
|
12787
12811
|
* @since 1.95.0
|
|
12788
12812
|
*/
|
|
12789
|
-
abstract class FilterableListContent
|
|
12790
|
-
.ListContent
|
|
12813
|
+
abstract class FilterableListContent
|
|
12814
|
+
extends sap.ui.mdc.valuehelp.base.ListContent
|
|
12815
|
+
{
|
|
12791
12816
|
/**
|
|
12792
12817
|
* Constructor for a new `FilterableListContent`.
|
|
12793
12818
|
*
|
|
@@ -13553,6 +13578,17 @@ declare namespace sap {
|
|
|
13553
13578
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
13554
13579
|
| `{${string}}`;
|
|
13555
13580
|
|
|
13581
|
+
/**
|
|
13582
|
+
* If set to `true`, the filter is applied word by word, and matched text in the results is highlighted.
|
|
13583
|
+
* If set to `false`, filtering takes the whole string into account, and nothing is highlighted.
|
|
13584
|
+
*
|
|
13585
|
+
* @since 1.150
|
|
13586
|
+
*/
|
|
13587
|
+
highlightFilterResults?:
|
|
13588
|
+
| boolean
|
|
13589
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
13590
|
+
| `{${string}}`;
|
|
13591
|
+
|
|
13556
13592
|
/**
|
|
13557
13593
|
* If set, an item to clear the selection is added.
|
|
13558
13594
|
*
|
|
@@ -13954,6 +13990,19 @@ declare namespace sap {
|
|
|
13954
13990
|
* @returns Value of property `groupable`
|
|
13955
13991
|
*/
|
|
13956
13992
|
getGroupable(): boolean;
|
|
13993
|
+
/**
|
|
13994
|
+
* Gets current value of property {@link #getHighlightFilterResults highlightFilterResults}.
|
|
13995
|
+
*
|
|
13996
|
+
* If set to `true`, the filter is applied word by word, and matched text in the results is highlighted.
|
|
13997
|
+
* If set to `false`, filtering takes the whole string into account, and nothing is highlighted.
|
|
13998
|
+
*
|
|
13999
|
+
* Default value is `false`.
|
|
14000
|
+
*
|
|
14001
|
+
* @since 1.150
|
|
14002
|
+
*
|
|
14003
|
+
* @returns Value of property `highlightFilterResults`
|
|
14004
|
+
*/
|
|
14005
|
+
getHighlightFilterResults(): boolean;
|
|
13957
14006
|
/**
|
|
13958
14007
|
* Gets content of aggregation {@link #getItems items}.
|
|
13959
14008
|
*
|
|
@@ -14098,6 +14147,26 @@ declare namespace sap {
|
|
|
14098
14147
|
*/
|
|
14099
14148
|
bGroupable?: boolean
|
|
14100
14149
|
): this;
|
|
14150
|
+
/**
|
|
14151
|
+
* Sets a new value for property {@link #getHighlightFilterResults highlightFilterResults}.
|
|
14152
|
+
*
|
|
14153
|
+
* If set to `true`, the filter is applied word by word, and matched text in the results is highlighted.
|
|
14154
|
+
* If set to `false`, filtering takes the whole string into account, and nothing is highlighted.
|
|
14155
|
+
*
|
|
14156
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14157
|
+
*
|
|
14158
|
+
* Default value is `false`.
|
|
14159
|
+
*
|
|
14160
|
+
* @since 1.150
|
|
14161
|
+
*
|
|
14162
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
14163
|
+
*/
|
|
14164
|
+
setHighlightFilterResults(
|
|
14165
|
+
/**
|
|
14166
|
+
* New value for property `highlightFilterResults`
|
|
14167
|
+
*/
|
|
14168
|
+
bHighlightFilterResults?: boolean
|
|
14169
|
+
): this;
|
|
14101
14170
|
/**
|
|
14102
14171
|
* Sets a new value for property {@link #getRestrictedToFixedValues restrictedToFixedValues}.
|
|
14103
14172
|
*
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -32,6 +32,8 @@ declare namespace sap {
|
|
|
32
32
|
* Adds new temporary rule when in silent mode
|
|
33
33
|
*
|
|
34
34
|
* @since 1.60
|
|
35
|
+
* @deprecated As of version 1.150. Temporary rules are deprecated. Please use library rulesets instead.
|
|
36
|
+
* See {@link topic:b5a51358b3574aea9143fa50ae4e0e2a Creating a Ruleset for a Library}.
|
|
35
37
|
*
|
|
36
38
|
* @returns Rule creation status. Possible values are "success" or description of why adding failed.
|
|
37
39
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -223,8 +223,9 @@ declare namespace sap {
|
|
|
223
223
|
*
|
|
224
224
|
* @since 1.64
|
|
225
225
|
*/
|
|
226
|
-
class MultiSelectionPlugin
|
|
227
|
-
.SelectionPlugin
|
|
226
|
+
class MultiSelectionPlugin
|
|
227
|
+
extends sap.ui.table.plugins.SelectionPlugin
|
|
228
|
+
{
|
|
228
229
|
/**
|
|
229
230
|
* Constructs an instance of sap.ui.table.plugins.MultiSelectionPlugin.
|
|
230
231
|
*
|
|
@@ -895,8 +896,9 @@ declare namespace sap {
|
|
|
895
896
|
*
|
|
896
897
|
* @since 1.140
|
|
897
898
|
*/
|
|
898
|
-
class ODataV4MultiSelection
|
|
899
|
-
.SelectionPlugin
|
|
899
|
+
class ODataV4MultiSelection
|
|
900
|
+
extends sap.ui.table.plugins.SelectionPlugin
|
|
901
|
+
{
|
|
900
902
|
/**
|
|
901
903
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
902
904
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -1039,8 +1041,9 @@ declare namespace sap {
|
|
|
1039
1041
|
*
|
|
1040
1042
|
* @since 1.140
|
|
1041
1043
|
*/
|
|
1042
|
-
class ODataV4SingleSelection
|
|
1043
|
-
.SelectionPlugin
|
|
1044
|
+
class ODataV4SingleSelection
|
|
1045
|
+
extends sap.ui.table.plugins.SelectionPlugin
|
|
1046
|
+
{
|
|
1044
1047
|
/**
|
|
1045
1048
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
1046
1049
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6187,6 +6187,25 @@ declare namespace sap {
|
|
|
6187
6187
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6188
6188
|
| `{${string}}`;
|
|
6189
6189
|
|
|
6190
|
+
/**
|
|
6191
|
+
* Specifies the value of the `aria-haspopup` attribute
|
|
6192
|
+
*
|
|
6193
|
+
* If the value is `None`, the attribute will not be rendered. Otherwise it will be rendered with the selected
|
|
6194
|
+
* value.
|
|
6195
|
+
*
|
|
6196
|
+
* NOTE: Use this property only when an `sap.ui.unified.CalendarAppointment` instance is active and related
|
|
6197
|
+
* to a popover/popup. The value needs to be equal to the main/root role of the popup - e.g. dialog, menu
|
|
6198
|
+
* or list (examples: if you have dialog -> dialog, if you have menu -> menu; if you have list -> list;
|
|
6199
|
+
* if you have dialog containing a list -> dialog). Do not use it, if you open a standard sap.m.Dialog,
|
|
6200
|
+
* MessageBox or other type of modal dialogs.
|
|
6201
|
+
*
|
|
6202
|
+
* @since 1.150.0
|
|
6203
|
+
*/
|
|
6204
|
+
ariaHasPopup?:
|
|
6205
|
+
| sap.ui.core.aria.HasPopup
|
|
6206
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6207
|
+
| `{${string}}`;
|
|
6208
|
+
|
|
6190
6209
|
/**
|
|
6191
6210
|
* Holds the content of the appointment.
|
|
6192
6211
|
*
|
|
@@ -10395,6 +10414,27 @@ declare namespace sap {
|
|
|
10395
10414
|
* @returns Reference to `this` in order to allow method chaining
|
|
10396
10415
|
*/
|
|
10397
10416
|
destroyCustomContent(): this;
|
|
10417
|
+
/**
|
|
10418
|
+
* Gets current value of property {@link #getAriaHasPopup ariaHasPopup}.
|
|
10419
|
+
*
|
|
10420
|
+
* Specifies the value of the `aria-haspopup` attribute
|
|
10421
|
+
*
|
|
10422
|
+
* If the value is `None`, the attribute will not be rendered. Otherwise it will be rendered with the selected
|
|
10423
|
+
* value.
|
|
10424
|
+
*
|
|
10425
|
+
* NOTE: Use this property only when an `sap.ui.unified.CalendarAppointment` instance is active and related
|
|
10426
|
+
* to a popover/popup. The value needs to be equal to the main/root role of the popup - e.g. dialog, menu
|
|
10427
|
+
* or list (examples: if you have dialog -> dialog, if you have menu -> menu; if you have list -> list;
|
|
10428
|
+
* if you have dialog containing a list -> dialog). Do not use it, if you open a standard sap.m.Dialog,
|
|
10429
|
+
* MessageBox or other type of modal dialogs.
|
|
10430
|
+
*
|
|
10431
|
+
* Default value is `None`.
|
|
10432
|
+
*
|
|
10433
|
+
* @since 1.150.0
|
|
10434
|
+
*
|
|
10435
|
+
* @returns Value of property `ariaHasPopup`
|
|
10436
|
+
*/
|
|
10437
|
+
getAriaHasPopup(): sap.ui.core.aria.HasPopup;
|
|
10398
10438
|
/**
|
|
10399
10439
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10400
10440
|
*/
|
|
@@ -10578,6 +10618,34 @@ declare namespace sap {
|
|
|
10578
10618
|
*/
|
|
10579
10619
|
vCustomContent: int | string | sap.ui.core.Control
|
|
10580
10620
|
): sap.ui.core.Control | null;
|
|
10621
|
+
/**
|
|
10622
|
+
* Sets a new value for property {@link #getAriaHasPopup ariaHasPopup}.
|
|
10623
|
+
*
|
|
10624
|
+
* Specifies the value of the `aria-haspopup` attribute
|
|
10625
|
+
*
|
|
10626
|
+
* If the value is `None`, the attribute will not be rendered. Otherwise it will be rendered with the selected
|
|
10627
|
+
* value.
|
|
10628
|
+
*
|
|
10629
|
+
* NOTE: Use this property only when an `sap.ui.unified.CalendarAppointment` instance is active and related
|
|
10630
|
+
* to a popover/popup. The value needs to be equal to the main/root role of the popup - e.g. dialog, menu
|
|
10631
|
+
* or list (examples: if you have dialog -> dialog, if you have menu -> menu; if you have list -> list;
|
|
10632
|
+
* if you have dialog containing a list -> dialog). Do not use it, if you open a standard sap.m.Dialog,
|
|
10633
|
+
* MessageBox or other type of modal dialogs.
|
|
10634
|
+
*
|
|
10635
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
10636
|
+
*
|
|
10637
|
+
* Default value is `None`.
|
|
10638
|
+
*
|
|
10639
|
+
* @since 1.150.0
|
|
10640
|
+
*
|
|
10641
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
10642
|
+
*/
|
|
10643
|
+
setAriaHasPopup(
|
|
10644
|
+
/**
|
|
10645
|
+
* New value for property `ariaHasPopup`
|
|
10646
|
+
*/
|
|
10647
|
+
sAriaHasPopup?: sap.ui.core.aria.HasPopup
|
|
10648
|
+
): this;
|
|
10581
10649
|
/**
|
|
10582
10650
|
* Sets a new value for property {@link #getColor color}.
|
|
10583
10651
|
*
|
|
@@ -20508,8 +20576,9 @@ declare namespace sap {
|
|
|
20508
20576
|
*
|
|
20509
20577
|
* @experimental As of version 1.149.
|
|
20510
20578
|
*/
|
|
20511
|
-
class RecurringCalendarAppointment
|
|
20512
|
-
.CalendarAppointment
|
|
20579
|
+
class RecurringCalendarAppointment
|
|
20580
|
+
extends sap.ui.unified.CalendarAppointment
|
|
20581
|
+
{
|
|
20513
20582
|
/**
|
|
20514
20583
|
* Constructor for a new `RecurringCalendarAppointment`.
|
|
20515
20584
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -14262,8 +14262,6 @@ declare namespace sap {
|
|
|
14262
14262
|
* in case the user wants to close the logon frame for good. It will report "Authentication cancelled" and
|
|
14263
14263
|
* let all pending requests for the current realm fail. As a side-effect, it also calls `destroy` on the
|
|
14264
14264
|
* logon frame provider.
|
|
14265
|
-
* See:
|
|
14266
|
-
* sap.ushell.Container#setLogonFrameProvider
|
|
14267
14265
|
*
|
|
14268
14266
|
* @since 1.21.2
|
|
14269
14267
|
* @deprecated As of version 1.120. Deprecated without successor.
|
package/types/sap.uxap.d.ts
CHANGED