@openui5/ts-types 1.96.2 → 1.97.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.f.d.ts +1 -1
- package/types/sap.m.d.ts +490 -45
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +7 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +389 -165
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -3
- package/types/sap.ui.integration.d.ts +42 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +20 -10
- package/types/sap.ui.rta.d.ts +5 -11
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +3 -3
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +43 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +679 -59
- package/types/sap.ui.webc.main.d.ts +1026 -506
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
@@ -88,8 +88,6 @@ declare namespace sap {
|
|
|
88
88
|
|
|
89
89
|
"sap/ui/fl/ChangePersistenceFactory": undefined;
|
|
90
90
|
|
|
91
|
-
"sap/ui/fl/ControlPersonalizationAPI": undefined;
|
|
92
|
-
|
|
93
91
|
"sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory": undefined;
|
|
94
92
|
|
|
95
93
|
"sap/ui/fl/descriptorRelated/api/DescriptorInlineChangeFactory": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -2564,6 +2564,32 @@ declare namespace sap {
|
|
|
2564
2564
|
*/
|
|
2565
2565
|
oListener?: object
|
|
2566
2566
|
): this;
|
|
2567
|
+
/**
|
|
2568
|
+
* @EXPERIMENTAL (since 1.97)
|
|
2569
|
+
*
|
|
2570
|
+
* This functions is called when a CSRF token has expired.
|
|
2571
|
+
*/
|
|
2572
|
+
csrfTokenExpired(
|
|
2573
|
+
/**
|
|
2574
|
+
* The CSRF token configuration.
|
|
2575
|
+
*/
|
|
2576
|
+
mCSRFTokenConfig: object
|
|
2577
|
+
): void;
|
|
2578
|
+
/**
|
|
2579
|
+
* @EXPERIMENTAL (since 1.97)
|
|
2580
|
+
*
|
|
2581
|
+
* This functions is called when a CSRF token is fetched.
|
|
2582
|
+
*/
|
|
2583
|
+
csrfTokenFetched(
|
|
2584
|
+
/**
|
|
2585
|
+
* The CSRF token configuration.
|
|
2586
|
+
*/
|
|
2587
|
+
mCSRFTokenConfig: object,
|
|
2588
|
+
/**
|
|
2589
|
+
* A promise which resolves the CSRF token to its value.
|
|
2590
|
+
*/
|
|
2591
|
+
pCSRFTokenValuePromise: Promise<any>
|
|
2592
|
+
): void;
|
|
2567
2593
|
/**
|
|
2568
2594
|
* @EXPERIMENTAL (since 1.75)
|
|
2569
2595
|
*
|
|
@@ -2735,6 +2761,17 @@ declare namespace sap {
|
|
|
2735
2761
|
*/
|
|
2736
2762
|
sPath: string
|
|
2737
2763
|
): Promise<any>;
|
|
2764
|
+
/**
|
|
2765
|
+
* @EXPERIMENTAL (since 1.97)
|
|
2766
|
+
*
|
|
2767
|
+
* Resolves the CSRF token and returns a Promise with its value.
|
|
2768
|
+
*/
|
|
2769
|
+
getCsrfToken(
|
|
2770
|
+
/**
|
|
2771
|
+
* The CSRF token configuration.
|
|
2772
|
+
*/
|
|
2773
|
+
mCSRFTokenConfig: object
|
|
2774
|
+
): Promise<any>;
|
|
2738
2775
|
/**
|
|
2739
2776
|
* Resolves the destination and returns its URL.
|
|
2740
2777
|
*/
|
|
@@ -3048,8 +3085,12 @@ declare namespace sap {
|
|
|
3048
3085
|
|
|
3049
3086
|
"sap/ui/integration/library": undefined;
|
|
3050
3087
|
|
|
3088
|
+
"sap/ui/integration/ManifestResolver": undefined;
|
|
3089
|
+
|
|
3051
3090
|
"sap/ui/integration/services/Service": undefined;
|
|
3052
3091
|
|
|
3092
|
+
"sap/ui/integration/util/CsrfTokenHandler": undefined;
|
|
3093
|
+
|
|
3053
3094
|
"sap/ui/integration/util/DataProvider": undefined;
|
|
3054
3095
|
|
|
3055
3096
|
"sap/ui/integration/util/DataProviderFactory": undefined;
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
@@ -32,6 +32,8 @@ declare namespace sap {
|
|
|
32
32
|
|
|
33
33
|
"sap/ui/mdc/condition/Operator": undefined;
|
|
34
34
|
|
|
35
|
+
"sap/ui/mdc/condition/OperatorDynamicDateOption": undefined;
|
|
36
|
+
|
|
35
37
|
"sap/ui/mdc/condition/RangeOperator": undefined;
|
|
36
38
|
|
|
37
39
|
"sap/ui/mdc/Control": undefined;
|
|
@@ -72,6 +74,8 @@ declare namespace sap {
|
|
|
72
74
|
|
|
73
75
|
"sap/ui/mdc/field/DefineConditionPanel": undefined;
|
|
74
76
|
|
|
77
|
+
"sap/ui/mdc/field/DynamicDateRangeConditionsType": undefined;
|
|
78
|
+
|
|
75
79
|
"sap/ui/mdc/field/FieldBase": undefined;
|
|
76
80
|
|
|
77
81
|
"sap/ui/mdc/field/FieldBaseDelegate": undefined;
|
|
@@ -144,19 +148,11 @@ declare namespace sap {
|
|
|
144
148
|
|
|
145
149
|
"sap/ui/mdc/p13n/AdaptationProvider": undefined;
|
|
146
150
|
|
|
147
|
-
"sap/ui/mdc/p13n/DefaultProviderRegistry": undefined;
|
|
148
|
-
|
|
149
151
|
"sap/ui/mdc/p13n/Engine": undefined;
|
|
150
152
|
|
|
151
153
|
"sap/ui/mdc/p13n/modification/ModificationHandler": undefined;
|
|
152
154
|
|
|
153
|
-
"sap/ui/mdc/p13n/
|
|
154
|
-
|
|
155
|
-
"sap/ui/mdc/p13n/panels/QueryPanel": undefined;
|
|
156
|
-
|
|
157
|
-
"sap/ui/mdc/p13n/panels/SortQueryPanel": undefined;
|
|
158
|
-
|
|
159
|
-
"sap/ui/mdc/p13n/panels/Wrapper": undefined;
|
|
155
|
+
"sap/ui/mdc/p13n/modules/DefaultProviderRegistry": undefined;
|
|
160
156
|
|
|
161
157
|
"sap/ui/mdc/p13n/StateUtil": undefined;
|
|
162
158
|
|
|
@@ -164,6 +160,20 @@ declare namespace sap {
|
|
|
164
160
|
|
|
165
161
|
"sap/ui/mdc/p13n/UIManager": undefined;
|
|
166
162
|
|
|
163
|
+
"sap/ui/mdc/Table": undefined;
|
|
164
|
+
|
|
165
|
+
"sap/ui/mdc/table/Column": undefined;
|
|
166
|
+
|
|
167
|
+
"sap/ui/mdc/table/CreationRow": undefined;
|
|
168
|
+
|
|
169
|
+
"sap/ui/mdc/table/GridTableType": undefined;
|
|
170
|
+
|
|
171
|
+
"sap/ui/mdc/table/ResponsiveTableType": undefined;
|
|
172
|
+
|
|
173
|
+
"sap/ui/mdc/table/RowSettings": undefined;
|
|
174
|
+
|
|
175
|
+
"sap/ui/mdc/table/TableTypeBase": undefined;
|
|
176
|
+
|
|
167
177
|
"sap/ui/mdc/util/DateUtil": undefined;
|
|
168
178
|
|
|
169
179
|
"sap/ui/mdc/util/FilterUtil": undefined;
|
package/types/sap.ui.rta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/rta/api/startAdaptation" {
|
|
4
4
|
/**
|
|
@@ -15,9 +15,9 @@ declare module "sap/ui/rta/api/startAdaptation" {
|
|
|
15
15
|
*/
|
|
16
16
|
mOptions: {
|
|
17
17
|
/**
|
|
18
|
-
* Control instance
|
|
18
|
+
* Control instance to get the AppComponent. This then is used to start UI adaptation.
|
|
19
19
|
*/
|
|
20
|
-
rootControl: sap.ui.core.
|
|
20
|
+
rootControl: sap.ui.core.Control | sap.ui.core.UIComponent;
|
|
21
21
|
/**
|
|
22
22
|
* Map with flex-related settings
|
|
23
23
|
*/
|
|
@@ -66,9 +66,9 @@ declare module "sap/ui/rta/api/startKeyUserAdaptation" {
|
|
|
66
66
|
*/
|
|
67
67
|
mPropertyBag: {
|
|
68
68
|
/**
|
|
69
|
-
* Control instance
|
|
69
|
+
* Control instance to get the AppComponent. This then is used to start UI adaptation.
|
|
70
70
|
*/
|
|
71
|
-
rootControl: sap.ui.core.
|
|
71
|
+
rootControl: sap.ui.core.Control | sap.ui.core.UIComponent;
|
|
72
72
|
}
|
|
73
73
|
): Promise<any>;
|
|
74
74
|
}
|
|
@@ -107,11 +107,5 @@ declare namespace sap {
|
|
|
107
107
|
"sap/ui/rta/service/Property": undefined;
|
|
108
108
|
|
|
109
109
|
"sap/ui/rta/service/Selection": undefined;
|
|
110
|
-
|
|
111
|
-
"sap/ui/rta/util/changeVisualization/ChangeIndicator": undefined;
|
|
112
|
-
|
|
113
|
-
"sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry": undefined;
|
|
114
|
-
|
|
115
|
-
"sap/ui/rta/util/changeVisualization/ChangeVisualization": undefined;
|
|
116
110
|
}
|
|
117
111
|
}
|
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.
|
|
241
|
+
* @SINCE 1.97.0
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.
|
|
260
|
+
* @SINCE 1.97.0
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.
|
|
315
|
+
* @SINCE 1.97.0
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.
|
|
330
|
+
* @SINCE 1.97.0
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.
|
|
349
|
+
* @SINCE 1.97.0
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -2050,7 +2050,7 @@ declare namespace sap {
|
|
|
2050
2050
|
* into account.
|
|
2051
2051
|
*
|
|
2052
2052
|
* Please also take notice of the fact, that "addSelectionInterval" does not change any other selection.
|
|
2053
|
-
* To override the current selection, please use "
|
|
2053
|
+
* To override the current selection, please use "setSelectionInterval" or for a single entry use "setSelectedIndex".
|
|
2054
2054
|
*/
|
|
2055
2055
|
addSelectionInterval(
|
|
2056
2056
|
/**
|
|
@@ -7532,7 +7532,7 @@ declare namespace sap {
|
|
|
7532
7532
|
* to the selection. Invisible nodes (collapsed child nodes) will not be regarded.
|
|
7533
7533
|
*
|
|
7534
7534
|
* Please also take notice of the fact, that "addSelectionInterval" does not change any other selection.
|
|
7535
|
-
* To override the current selection, please use "
|
|
7535
|
+
* To override the current selection, please use "setSelectionInterval" or for a single entry use "setSelectedIndex".
|
|
7536
7536
|
*/
|
|
7537
7537
|
addSelectionInterval(
|
|
7538
7538
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.97.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -5148,6 +5148,17 @@ declare namespace sap {
|
|
|
5148
5148
|
| sap.ui.unified.CalendarAppointmentRoundWidth
|
|
5149
5149
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5150
5150
|
|
|
5151
|
+
/**
|
|
5152
|
+
* @SINCE 1.97
|
|
5153
|
+
*
|
|
5154
|
+
* Determines whether the selection of multiple appointments is enabled.
|
|
5155
|
+
*
|
|
5156
|
+
* Note: selection of multiple appointments is possible using CTRL key regardless of the value of this property.
|
|
5157
|
+
*/
|
|
5158
|
+
multipleAppointmentsSelection?:
|
|
5159
|
+
| boolean
|
|
5160
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5161
|
+
|
|
5151
5162
|
/**
|
|
5152
5163
|
* Appointments to be displayed in the row. Appointments outside the visible time frame are not rendered.
|
|
5153
5164
|
*
|
|
@@ -9402,6 +9413,18 @@ declare namespace sap {
|
|
|
9402
9413
|
* ID of the element which is the current target of the association {@link #getLegend legend}, or `null`.
|
|
9403
9414
|
*/
|
|
9404
9415
|
getLegend(): sap.ui.core.ID;
|
|
9416
|
+
/**
|
|
9417
|
+
* @SINCE 1.97
|
|
9418
|
+
*
|
|
9419
|
+
* Gets current value of property {@link #getMultipleAppointmentsSelection multipleAppointmentsSelection}.
|
|
9420
|
+
*
|
|
9421
|
+
* Determines whether the selection of multiple appointments is enabled.
|
|
9422
|
+
*
|
|
9423
|
+
* Note: selection of multiple appointments is possible using CTRL key regardless of the value of this property.
|
|
9424
|
+
*
|
|
9425
|
+
* Default value is `false`.
|
|
9426
|
+
*/
|
|
9427
|
+
getMultipleAppointmentsSelection(): boolean;
|
|
9405
9428
|
/**
|
|
9406
9429
|
* Gets current value of property {@link #getNonWorkingDays nonWorkingDays}.
|
|
9407
9430
|
*
|
|
@@ -9775,6 +9798,25 @@ declare namespace sap {
|
|
|
9775
9798
|
*/
|
|
9776
9799
|
oLegend: sap.ui.core.ID | sap.ui.unified.CalendarLegend
|
|
9777
9800
|
): this;
|
|
9801
|
+
/**
|
|
9802
|
+
* @SINCE 1.97
|
|
9803
|
+
*
|
|
9804
|
+
* Sets a new value for property {@link #getMultipleAppointmentsSelection multipleAppointmentsSelection}.
|
|
9805
|
+
*
|
|
9806
|
+
* Determines whether the selection of multiple appointments is enabled.
|
|
9807
|
+
*
|
|
9808
|
+
* Note: selection of multiple appointments is possible using CTRL key regardless of the value of this property.
|
|
9809
|
+
*
|
|
9810
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9811
|
+
*
|
|
9812
|
+
* Default value is `false`.
|
|
9813
|
+
*/
|
|
9814
|
+
setMultipleAppointmentsSelection(
|
|
9815
|
+
/**
|
|
9816
|
+
* New value for property `multipleAppointmentsSelection`
|
|
9817
|
+
*/
|
|
9818
|
+
bMultipleAppointmentsSelection?: boolean
|
|
9819
|
+
): this;
|
|
9778
9820
|
/**
|
|
9779
9821
|
* Sets a new value for property {@link #getNonWorkingDays nonWorkingDays}.
|
|
9780
9822
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED