@openui5/ts-types 1.120.11 → 1.120.13
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 +369 -2
- package/types/sap.m.d.ts +3123 -7
- package/types/sap.tnt.d.ts +40 -2
- package/types/sap.ui.codeeditor.d.ts +16 -1
- package/types/sap.ui.commons.d.ts +753 -1
- package/types/sap.ui.core.d.ts +1098 -65
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +44 -1
- package/types/sap.ui.integration.d.ts +144 -2
- package/types/sap.ui.layout.d.ts +166 -2
- package/types/sap.ui.mdc.d.ts +430 -4
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +27 -2
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +222 -2
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +431 -2
- package/types/sap.ui.ux3.d.ts +524 -2
- package/types/sap.ui.webc.common.d.ts +7 -2
- package/types/sap.ui.webc.fiori.d.ts +351 -2
- package/types/sap.ui.webc.main.d.ts +1035 -2
- package/types/sap.uxap.d.ts +118 -1
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.13
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -48,6 +48,9 @@ declare namespace sap {
|
|
|
48
48
|
__implements__sap_uxap_IHeaderTitle: boolean;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
/**
|
|
52
|
+
* Describes the settings that can be provided to the AnchorBar constructor.
|
|
53
|
+
*/
|
|
51
54
|
interface $AnchorBarSettings extends sap.m.$ToolbarSettings {
|
|
52
55
|
/**
|
|
53
56
|
* Determines whether to show a Popover with Subsection links when clicking on Section links in the Anchor
|
|
@@ -85,6 +88,9 @@ declare namespace sap {
|
|
|
85
88
|
selectedButton?: sap.m.Button | string;
|
|
86
89
|
}
|
|
87
90
|
|
|
91
|
+
/**
|
|
92
|
+
* Describes the settings that can be provided to the BlockBase constructor.
|
|
93
|
+
*/
|
|
88
94
|
interface $BlockBaseSettings extends sap.ui.core.$ControlSettings {
|
|
89
95
|
/**
|
|
90
96
|
* Determines the mode of the block. See {@link sap.uxap.ObjectPageSubSectionMode ObjectPageSubSectionMode}.
|
|
@@ -161,6 +167,9 @@ declare namespace sap {
|
|
|
161
167
|
viewInit?: (oEvent: BlockBase$ViewInitEvent) => void;
|
|
162
168
|
}
|
|
163
169
|
|
|
170
|
+
/**
|
|
171
|
+
* Describes the settings that can be provided to the BreadCrumbs constructor.
|
|
172
|
+
*/
|
|
164
173
|
interface $BreadCrumbsSettings extends sap.ui.core.$ControlSettings {
|
|
165
174
|
/**
|
|
166
175
|
* Sets the visibility of the current/last element in the BreadCrumbs path.
|
|
@@ -185,6 +194,9 @@ declare namespace sap {
|
|
|
185
194
|
currentLocation?: sap.m.Text;
|
|
186
195
|
}
|
|
187
196
|
|
|
197
|
+
/**
|
|
198
|
+
* Describes the settings that can be provided to the HierarchicalSelect constructor.
|
|
199
|
+
*/
|
|
188
200
|
interface $HierarchicalSelectSettings extends sap.m.$SelectSettings {
|
|
189
201
|
/**
|
|
190
202
|
* Determines whether the HierarchicalSelect items are displayed in upper case.
|
|
@@ -195,6 +207,9 @@ declare namespace sap {
|
|
|
195
207
|
| `{${string}}`;
|
|
196
208
|
}
|
|
197
209
|
|
|
210
|
+
/**
|
|
211
|
+
* Describes the settings that can be provided to the ModelMapping constructor.
|
|
212
|
+
*/
|
|
198
213
|
interface $ModelMappingSettings extends sap.ui.core.$ElementSettings {
|
|
199
214
|
/**
|
|
200
215
|
* Determines the external model name.
|
|
@@ -216,6 +231,9 @@ declare namespace sap {
|
|
|
216
231
|
externalPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
217
232
|
}
|
|
218
233
|
|
|
234
|
+
/**
|
|
235
|
+
* Describes the settings that can be provided to the ObjectPageAccessibleLandmarkInfo constructor.
|
|
236
|
+
*/
|
|
219
237
|
interface $ObjectPageAccessibleLandmarkInfoSettings
|
|
220
238
|
extends sap.ui.core.$ElementSettings {
|
|
221
239
|
/**
|
|
@@ -314,12 +332,21 @@ declare namespace sap {
|
|
|
314
332
|
footerLabel?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
315
333
|
}
|
|
316
334
|
|
|
335
|
+
/**
|
|
336
|
+
* Describes the settings that can be provided to the ObjectPageDynamicHeaderContent constructor.
|
|
337
|
+
*/
|
|
317
338
|
interface $ObjectPageDynamicHeaderContentSettings
|
|
318
339
|
extends sap.f.$DynamicPageHeaderSettings {}
|
|
319
340
|
|
|
341
|
+
/**
|
|
342
|
+
* Describes the settings that can be provided to the ObjectPageDynamicHeaderTitle constructor.
|
|
343
|
+
*/
|
|
320
344
|
interface $ObjectPageDynamicHeaderTitleSettings
|
|
321
345
|
extends sap.f.$DynamicPageTitleSettings {}
|
|
322
346
|
|
|
347
|
+
/**
|
|
348
|
+
* Describes the settings that can be provided to the ObjectPageHeader constructor.
|
|
349
|
+
*/
|
|
323
350
|
interface $ObjectPageHeaderSettings extends sap.ui.core.$ControlSettings {
|
|
324
351
|
/**
|
|
325
352
|
* The URL of the image, representing the business object
|
|
@@ -554,6 +581,9 @@ declare namespace sap {
|
|
|
554
581
|
) => void;
|
|
555
582
|
}
|
|
556
583
|
|
|
584
|
+
/**
|
|
585
|
+
* Describes the settings that can be provided to the ObjectPageHeaderActionButton constructor.
|
|
586
|
+
*/
|
|
557
587
|
interface $ObjectPageHeaderActionButtonSettings
|
|
558
588
|
extends sap.m.$ButtonSettings {
|
|
559
589
|
/**
|
|
@@ -587,6 +617,9 @@ declare namespace sap {
|
|
|
587
617
|
| `{${string}}`;
|
|
588
618
|
}
|
|
589
619
|
|
|
620
|
+
/**
|
|
621
|
+
* Describes the settings that can be provided to the ObjectPageHeaderContent constructor.
|
|
622
|
+
*/
|
|
590
623
|
interface $ObjectPageHeaderContentSettings
|
|
591
624
|
extends sap.ui.core.$ControlSettings {
|
|
592
625
|
/**
|
|
@@ -610,6 +643,9 @@ declare namespace sap {
|
|
|
610
643
|
| `{${string}}`;
|
|
611
644
|
}
|
|
612
645
|
|
|
646
|
+
/**
|
|
647
|
+
* Describes the settings that can be provided to the ObjectPageHeaderLayoutData constructor.
|
|
648
|
+
*/
|
|
613
649
|
interface $ObjectPageHeaderLayoutDataSettings
|
|
614
650
|
extends sap.ui.core.$LayoutDataSettings {
|
|
615
651
|
/**
|
|
@@ -661,6 +697,9 @@ declare namespace sap {
|
|
|
661
697
|
| `{${string}}`;
|
|
662
698
|
}
|
|
663
699
|
|
|
700
|
+
/**
|
|
701
|
+
* Describes the settings that can be provided to the ObjectPageLayout constructor.
|
|
702
|
+
*/
|
|
664
703
|
interface $ObjectPageLayoutSettings extends sap.ui.core.$ControlSettings {
|
|
665
704
|
/**
|
|
666
705
|
* Determines whether the Navigation bar (Anchor bar) is displayed.
|
|
@@ -1031,6 +1070,9 @@ declare namespace sap {
|
|
|
1031
1070
|
) => void;
|
|
1032
1071
|
}
|
|
1033
1072
|
|
|
1073
|
+
/**
|
|
1074
|
+
* Describes the settings that can be provided to the ObjectPageLazyLoader constructor.
|
|
1075
|
+
*/
|
|
1034
1076
|
interface $ObjectPageLazyLoaderSettings
|
|
1035
1077
|
extends sap.ui.core.$ElementSettings {
|
|
1036
1078
|
/**
|
|
@@ -1043,6 +1085,9 @@ declare namespace sap {
|
|
|
1043
1085
|
| `{${string}}`;
|
|
1044
1086
|
}
|
|
1045
1087
|
|
|
1088
|
+
/**
|
|
1089
|
+
* Describes the settings that can be provided to the ObjectPageSection constructor.
|
|
1090
|
+
*/
|
|
1046
1091
|
interface $ObjectPageSectionSettings
|
|
1047
1092
|
extends sap.uxap.$ObjectPageSectionBaseSettings {
|
|
1048
1093
|
/**
|
|
@@ -1093,6 +1138,9 @@ declare namespace sap {
|
|
|
1093
1138
|
selectedSubSection?: sap.uxap.ObjectPageSubSection | string;
|
|
1094
1139
|
}
|
|
1095
1140
|
|
|
1141
|
+
/**
|
|
1142
|
+
* Describes the settings that can be provided to the ObjectPageSectionBase constructor.
|
|
1143
|
+
*/
|
|
1096
1144
|
interface $ObjectPageSectionBaseSettings
|
|
1097
1145
|
extends sap.ui.core.$ControlSettings {
|
|
1098
1146
|
/**
|
|
@@ -1149,6 +1197,9 @@ declare namespace sap {
|
|
|
1149
1197
|
customAnchorBarButton?: sap.m.Button;
|
|
1150
1198
|
}
|
|
1151
1199
|
|
|
1200
|
+
/**
|
|
1201
|
+
* Describes the settings that can be provided to the ObjectPageSubSection constructor.
|
|
1202
|
+
*/
|
|
1152
1203
|
interface $ObjectPageSubSectionSettings
|
|
1153
1204
|
extends sap.uxap.$ObjectPageSectionBaseSettings {
|
|
1154
1205
|
/**
|
|
@@ -1237,6 +1288,9 @@ declare namespace sap {
|
|
|
1237
1288
|
| `{${string}}`;
|
|
1238
1289
|
}
|
|
1239
1290
|
|
|
1291
|
+
/**
|
|
1292
|
+
* Parameters of the BlockBase#viewInit event.
|
|
1293
|
+
*/
|
|
1240
1294
|
interface BlockBase$ViewInitEventParameters {
|
|
1241
1295
|
/**
|
|
1242
1296
|
* The initialized view.
|
|
@@ -1244,6 +1298,9 @@ declare namespace sap {
|
|
|
1244
1298
|
view?: sap.ui.core.mvc.View;
|
|
1245
1299
|
}
|
|
1246
1300
|
|
|
1301
|
+
/**
|
|
1302
|
+
* Parameters of the ObjectPageHeader#markChangesPress event.
|
|
1303
|
+
*/
|
|
1247
1304
|
interface ObjectPageHeader$MarkChangesPressEventParameters {
|
|
1248
1305
|
/**
|
|
1249
1306
|
* DOM reference of the changed item's icon to be used for positioning.
|
|
@@ -1251,6 +1308,9 @@ declare namespace sap {
|
|
|
1251
1308
|
domRef?: string;
|
|
1252
1309
|
}
|
|
1253
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* Parameters of the ObjectPageHeader#markLockedPress event.
|
|
1313
|
+
*/
|
|
1254
1314
|
interface ObjectPageHeader$MarkLockedPressEventParameters {
|
|
1255
1315
|
/**
|
|
1256
1316
|
* DOM reference of the lock item's icon to be used for positioning.
|
|
@@ -1258,6 +1318,9 @@ declare namespace sap {
|
|
|
1258
1318
|
domRef?: string;
|
|
1259
1319
|
}
|
|
1260
1320
|
|
|
1321
|
+
/**
|
|
1322
|
+
* Parameters of the ObjectPageHeader#titleSelectorPress event.
|
|
1323
|
+
*/
|
|
1261
1324
|
interface ObjectPageHeader$TitleSelectorPressEventParameters {
|
|
1262
1325
|
/**
|
|
1263
1326
|
* DOM reference of the title item's icon to be used for positioning.
|
|
@@ -1265,6 +1328,9 @@ declare namespace sap {
|
|
|
1265
1328
|
domRef?: string;
|
|
1266
1329
|
}
|
|
1267
1330
|
|
|
1331
|
+
/**
|
|
1332
|
+
* Parameters of the ObjectPageLayout#beforeNavigate event.
|
|
1333
|
+
*/
|
|
1268
1334
|
interface ObjectPageLayout$BeforeNavigateEventParameters {
|
|
1269
1335
|
/**
|
|
1270
1336
|
* The selected section object.
|
|
@@ -1277,8 +1343,14 @@ declare namespace sap {
|
|
|
1277
1343
|
subSection?: sap.uxap.ObjectPageSubSection;
|
|
1278
1344
|
}
|
|
1279
1345
|
|
|
1346
|
+
/**
|
|
1347
|
+
* Parameters of the ObjectPageLayout#editHeaderButtonPress event.
|
|
1348
|
+
*/
|
|
1280
1349
|
interface ObjectPageLayout$EditHeaderButtonPressEventParameters {}
|
|
1281
1350
|
|
|
1351
|
+
/**
|
|
1352
|
+
* Parameters of the ObjectPageLayout#headerContentPinnedStateChange event.
|
|
1353
|
+
*/
|
|
1282
1354
|
interface ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters {
|
|
1283
1355
|
/**
|
|
1284
1356
|
* False or True values indicate the new pinned property value.
|
|
@@ -1286,6 +1358,9 @@ declare namespace sap {
|
|
|
1286
1358
|
pinned?: boolean;
|
|
1287
1359
|
}
|
|
1288
1360
|
|
|
1361
|
+
/**
|
|
1362
|
+
* Parameters of the ObjectPageLayout#navigate event.
|
|
1363
|
+
*/
|
|
1289
1364
|
interface ObjectPageLayout$NavigateEventParameters {
|
|
1290
1365
|
/**
|
|
1291
1366
|
* The selected section object.
|
|
@@ -1298,6 +1373,9 @@ declare namespace sap {
|
|
|
1298
1373
|
subSection?: sap.uxap.ObjectPageSubSection;
|
|
1299
1374
|
}
|
|
1300
1375
|
|
|
1376
|
+
/**
|
|
1377
|
+
* Parameters of the ObjectPageLayout#sectionChange event.
|
|
1378
|
+
*/
|
|
1301
1379
|
interface ObjectPageLayout$SectionChangeEventParameters {
|
|
1302
1380
|
/**
|
|
1303
1381
|
* The section which the layout is scrolled to.
|
|
@@ -1310,6 +1388,9 @@ declare namespace sap {
|
|
|
1310
1388
|
subSection?: sap.uxap.ObjectPageSubSection;
|
|
1311
1389
|
}
|
|
1312
1390
|
|
|
1391
|
+
/**
|
|
1392
|
+
* Parameters of the ObjectPageLayout#subSectionVisibilityChange event.
|
|
1393
|
+
*/
|
|
1313
1394
|
interface ObjectPageLayout$SubSectionVisibilityChangeEventParameters {
|
|
1314
1395
|
/**
|
|
1315
1396
|
* Object whose keys are the visible SubSection IDs and their values are the SubSection instances
|
|
@@ -1317,6 +1398,9 @@ declare namespace sap {
|
|
|
1317
1398
|
visibleSubSections?: object;
|
|
1318
1399
|
}
|
|
1319
1400
|
|
|
1401
|
+
/**
|
|
1402
|
+
* Parameters of the ObjectPageLayout#toggleAnchorBar event.
|
|
1403
|
+
*/
|
|
1320
1404
|
interface ObjectPageLayout$ToggleAnchorBarEventParameters {
|
|
1321
1405
|
/**
|
|
1322
1406
|
* False indicates that the Anchor bar has just detached from the Header and became part of the scrolling
|
|
@@ -7887,56 +7971,89 @@ declare namespace sap {
|
|
|
7887
7971
|
*/
|
|
7888
7972
|
type BlockBaseColumnLayout = string;
|
|
7889
7973
|
|
|
7974
|
+
/**
|
|
7975
|
+
* Event object of the BlockBase#viewInit event.
|
|
7976
|
+
*/
|
|
7890
7977
|
type BlockBase$ViewInitEvent = sap.ui.base.Event<
|
|
7891
7978
|
BlockBase$ViewInitEventParameters,
|
|
7892
7979
|
BlockBase
|
|
7893
7980
|
>;
|
|
7894
7981
|
|
|
7982
|
+
/**
|
|
7983
|
+
* Event object of the ObjectPageHeader#markChangesPress event.
|
|
7984
|
+
*/
|
|
7895
7985
|
type ObjectPageHeader$MarkChangesPressEvent = sap.ui.base.Event<
|
|
7896
7986
|
ObjectPageHeader$MarkChangesPressEventParameters,
|
|
7897
7987
|
ObjectPageHeader
|
|
7898
7988
|
>;
|
|
7899
7989
|
|
|
7990
|
+
/**
|
|
7991
|
+
* Event object of the ObjectPageHeader#markLockedPress event.
|
|
7992
|
+
*/
|
|
7900
7993
|
type ObjectPageHeader$MarkLockedPressEvent = sap.ui.base.Event<
|
|
7901
7994
|
ObjectPageHeader$MarkLockedPressEventParameters,
|
|
7902
7995
|
ObjectPageHeader
|
|
7903
7996
|
>;
|
|
7904
7997
|
|
|
7998
|
+
/**
|
|
7999
|
+
* Event object of the ObjectPageHeader#titleSelectorPress event.
|
|
8000
|
+
*/
|
|
7905
8001
|
type ObjectPageHeader$TitleSelectorPressEvent = sap.ui.base.Event<
|
|
7906
8002
|
ObjectPageHeader$TitleSelectorPressEventParameters,
|
|
7907
8003
|
ObjectPageHeader
|
|
7908
8004
|
>;
|
|
7909
8005
|
|
|
8006
|
+
/**
|
|
8007
|
+
* Event object of the ObjectPageLayout#beforeNavigate event.
|
|
8008
|
+
*/
|
|
7910
8009
|
type ObjectPageLayout$BeforeNavigateEvent = sap.ui.base.Event<
|
|
7911
8010
|
ObjectPageLayout$BeforeNavigateEventParameters,
|
|
7912
8011
|
ObjectPageLayout
|
|
7913
8012
|
>;
|
|
7914
8013
|
|
|
8014
|
+
/**
|
|
8015
|
+
* Event object of the ObjectPageLayout#editHeaderButtonPress event.
|
|
8016
|
+
*/
|
|
7915
8017
|
type ObjectPageLayout$EditHeaderButtonPressEvent = sap.ui.base.Event<
|
|
7916
8018
|
ObjectPageLayout$EditHeaderButtonPressEventParameters,
|
|
7917
8019
|
ObjectPageLayout
|
|
7918
8020
|
>;
|
|
7919
8021
|
|
|
8022
|
+
/**
|
|
8023
|
+
* Event object of the ObjectPageLayout#headerContentPinnedStateChange event.
|
|
8024
|
+
*/
|
|
7920
8025
|
type ObjectPageLayout$HeaderContentPinnedStateChangeEvent = sap.ui.base.Event<
|
|
7921
8026
|
ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters,
|
|
7922
8027
|
ObjectPageLayout
|
|
7923
8028
|
>;
|
|
7924
8029
|
|
|
8030
|
+
/**
|
|
8031
|
+
* Event object of the ObjectPageLayout#navigate event.
|
|
8032
|
+
*/
|
|
7925
8033
|
type ObjectPageLayout$NavigateEvent = sap.ui.base.Event<
|
|
7926
8034
|
ObjectPageLayout$NavigateEventParameters,
|
|
7927
8035
|
ObjectPageLayout
|
|
7928
8036
|
>;
|
|
7929
8037
|
|
|
8038
|
+
/**
|
|
8039
|
+
* Event object of the ObjectPageLayout#sectionChange event.
|
|
8040
|
+
*/
|
|
7930
8041
|
type ObjectPageLayout$SectionChangeEvent = sap.ui.base.Event<
|
|
7931
8042
|
ObjectPageLayout$SectionChangeEventParameters,
|
|
7932
8043
|
ObjectPageLayout
|
|
7933
8044
|
>;
|
|
7934
8045
|
|
|
8046
|
+
/**
|
|
8047
|
+
* Event object of the ObjectPageLayout#subSectionVisibilityChange event.
|
|
8048
|
+
*/
|
|
7935
8049
|
type ObjectPageLayout$SubSectionVisibilityChangeEvent = sap.ui.base.Event<
|
|
7936
8050
|
ObjectPageLayout$SubSectionVisibilityChangeEventParameters,
|
|
7937
8051
|
ObjectPageLayout
|
|
7938
8052
|
>;
|
|
7939
8053
|
|
|
8054
|
+
/**
|
|
8055
|
+
* Event object of the ObjectPageLayout#toggleAnchorBar event.
|
|
8056
|
+
*/
|
|
7940
8057
|
type ObjectPageLayout$ToggleAnchorBarEvent = sap.ui.base.Event<
|
|
7941
8058
|
ObjectPageLayout$ToggleAnchorBarEventParameters,
|
|
7942
8059
|
ObjectPageLayout
|