@sapui5/ts-types 1.142.3 → 1.143.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.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.143.0-d.ts} +1 -1
  3. package/types/{core-1.142.0-d.ts → core-1.143.0-d.ts} +66 -54
  4. package/types/{dt-1.142.1-d.ts → dt-1.143.0-d.ts} +1 -1
  5. package/types/index.d.ts +8 -7
  6. package/types/{mdc-1.142.1-d.ts → mdc-1.143.0-d.ts} +500 -137
  7. package/types/{mobile-1.142.0-d.ts → mobile-1.143.0-d.ts} +168 -11
  8. package/types/sap.apf.d.ts +1 -1
  9. package/types/sap.ca.ui.d.ts +1 -1
  10. package/types/sap.chart.d.ts +1 -1
  11. package/types/sap.collaboration.d.ts +1 -1
  12. package/types/sap.esh.search.ui.d.ts +670 -13
  13. package/types/sap.f.d.ts +8 -1
  14. package/types/sap.fe.ariba.d.ts +1 -1
  15. package/types/sap.fe.base.d.ts +1 -1
  16. package/types/sap.fe.controls.d.ts +1 -1
  17. package/types/sap.fe.core.d.ts +1 -6
  18. package/types/sap.fe.ina.d.ts +1 -1
  19. package/types/sap.fe.macros.d.ts +35 -102
  20. package/types/sap.fe.navigation.d.ts +1 -1
  21. package/types/sap.fe.placeholder.d.ts +1 -1
  22. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  23. package/types/sap.fe.templates.d.ts +1 -1
  24. package/types/sap.fe.test.d.ts +7 -2
  25. package/types/sap.fe.tools.d.ts +1 -1
  26. package/types/sap.feedback.ui.d.ts +1 -1
  27. package/types/sap.gantt.d.ts +1 -1
  28. package/types/sap.insights.d.ts +1 -1
  29. package/types/sap.makit.d.ts +1 -1
  30. package/types/sap.me.d.ts +1 -1
  31. package/types/sap.ndc.d.ts +1 -1
  32. package/types/sap.ovp.d.ts +1 -1
  33. package/types/sap.rules.ui.d.ts +1 -1
  34. package/types/sap.sac.df.d.ts +1 -1
  35. package/types/sap.suite.ui.commons.d.ts +216 -11
  36. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  37. package/types/sap.suite.ui.microchart.d.ts +24 -2
  38. package/types/sap.ui.codeeditor.d.ts +1 -1
  39. package/types/sap.ui.comp.d.ts +7 -4
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +3 -6
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +27560 -0
  45. package/types/sap.ui.integration.d.ts +45 -9
  46. package/types/sap.ui.layout.d.ts +64 -46
  47. package/types/sap.ui.richtexteditor.d.ts +39 -1
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +61 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +53 -10
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
  69. package/types/{tnt-1.142.1-d.ts → tnt-1.143.0-d.ts} +1 -1
  70. package/types/{sap.ui.ux3.d.ts → ux3-1.143.0-d.ts} +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -411,7 +411,9 @@ declare namespace sap {
411
411
  /**
412
412
  * Facade of the {@link sap.ui.integration.widgets.Card} control.
413
413
  *
414
- * @experimental As of version 1.79.
414
+ * This facade contains methods accessible within the card extension. The available methods represent a
415
+ * limited subset of all card methods, since not all card methods function as expected when called from
416
+ * within the extension.
415
417
  */
416
418
  interface CardFacade {
417
419
  __implements__sap_ui_integration_widgets_CardFacade: boolean;
@@ -431,6 +433,27 @@ declare namespace sap {
431
433
  */
432
434
  oActionDefinition: sap.ui.integration.ActionDefinition
433
435
  ): this;
436
+ /**
437
+ * Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
438
+ *
439
+ * @since 1.85
440
+ * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
441
+ * changes may be done before its official public release. Use at your own discretion.
442
+ *
443
+ * @returns Reference to `this` in order to allow method chaining
444
+ */
445
+ destroyActionDefinitions(): this;
446
+ /**
447
+ * Gets content of aggregation {@link #getActionDefinitions actionDefinitions}.
448
+ *
449
+ * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
450
+ * is destroyed when the property `manifest` changes.
451
+ *
452
+ * @since 1.85
453
+ * @experimental As of version 1.85. Disclaimer: this aggregation is in a beta state - incompatible API
454
+ * changes may be done before its official public release. Use at your own discretion.
455
+ */
456
+ getActionDefinitions(): sap.ui.integration.ActionDefinition[];
434
457
  /**
435
458
  * Gets current value of property {@link #getBaseUrl baseUrl}.
436
459
  *
@@ -466,6 +489,11 @@ declare namespace sap {
466
489
  * @returns Object containing parameters in format `{parameterKey: parameterValue}`.
467
490
  */
468
491
  getCombinedParameters(): Record<string, any>;
492
+ /**
493
+ * @deprecated As of version 1.143. Do not access the card dom reference, as this is not supported in a
494
+ * mobile native environment.
495
+ */
496
+ getDomRef(): void;
469
497
  /**
470
498
  * Returns a value from the Manifest based on the specified path.
471
499
  *
@@ -481,15 +509,19 @@ declare namespace sap {
481
509
  */
482
510
  sPath: string
483
511
  ): any;
512
+ /**
513
+ * @deprecated As of version 1.143. Avoid accessing the models directly, use the binding syntax instead.
514
+ */
515
+ getModel(): void;
484
516
  /**
485
517
  * Gets current value of property {@link #getParameters parameters}.
486
518
  *
487
- * Overrides the default values of the parameters, which are defined in the manifest. The value is an object
488
- * containing parameters in format `{parameterKey: parameterValue}`.
519
+ * Overrides the default values of the parameters, which are defined in the manifest. The returned value
520
+ * is an object containing parameters in format `{parameterKey: parameterValue}`.
489
521
  *
490
- * @experimental As of version 1.65. This property might be changed in future.
522
+ * @deprecated As of version 1.143. Use `getCombinedParameters()` instead.
491
523
  *
492
- * @returns Value of property `parameters`
524
+ * @returns Value of property parameters
493
525
  */
494
526
  getParameters(): object;
495
527
  /**
@@ -684,6 +716,11 @@ declare namespace sap {
684
716
  */
685
717
  sKey: string
686
718
  ): Promise<string>;
719
+ /**
720
+ * @deprecated As of version 1.143. Use `hide()` to hide a card opened by `showCard()`. The card facade
721
+ * does not provide methods for showing or hiding the main card itself.
722
+ */
723
+ setVisible(): void;
687
724
  /**
688
725
  * Show blocking message in the card's content area. Should be used after the `manifestApplied` event or
689
726
  * after the `cardReady` lifecycle hook in Component cards and Extensions.
@@ -2557,8 +2594,6 @@ declare namespace sap {
2557
2594
 
2558
2595
  /**
2559
2596
  * Describes the settings that can be provided to the Host constructor.
2560
- *
2561
- * @experimental As of version 1.75.
2562
2597
  */
2563
2598
  interface $HostSettings extends sap.ui.core.$ElementSettings {
2564
2599
  /**
@@ -3602,7 +3637,6 @@ declare namespace sap {
3602
3637
  * Examples may include, but are not limited to options like: share a card, remove a card.
3603
3638
  *
3604
3639
  * @since 1.75
3605
- * @experimental As of version 1.75.
3606
3640
  */
3607
3641
  class Host extends sap.ui.core.Element {
3608
3642
  /**
@@ -4163,6 +4197,7 @@ declare namespace sap {
4163
4197
  * Editor.
4164
4198
  *
4165
4199
  * @since 1.83
4200
+ * @experimental As of version 1.143.
4166
4201
  *
4167
4202
  * @returns A promise which contains the context structure.
4168
4203
  */
@@ -4179,6 +4214,7 @@ declare namespace sap {
4179
4214
  * userId: { value: "{context>sap.workzone/currentUser/id}" resolves to UserId } }
4180
4215
  *
4181
4216
  * @since 1.83
4217
+ * @experimental As of version 1.143.
4182
4218
  *
4183
4219
  * @returns A promise which resolves with the value of this context.
4184
4220
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -39,7 +39,8 @@ declare namespace sap {
39
39
  interface $ColumnContainerDataSettings
40
40
  extends sap.ui.core.$LayoutDataSettings {
41
41
  /**
42
- * Number of columns the `FormContainer` element uses if the `Form` control has extra-large size.
42
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
43
+ * control has extra-large size.
43
44
  *
44
45
  * The number of columns for extra-large size must not be smaller than the number of columns for large size.
45
46
  */
@@ -49,7 +50,8 @@ declare namespace sap {
49
50
  | `{${string}}`;
50
51
 
51
52
  /**
52
- * Number of columns the `FormContainer` element uses if the `Form` control has large size.
53
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
54
+ * control has large size.
53
55
  *
54
56
  * The number of columns for large size must not be smaller than the number of columns for medium size.
55
57
  */
@@ -59,7 +61,8 @@ declare namespace sap {
59
61
  | `{${string}}`;
60
62
 
61
63
  /**
62
- * Number of columns the `FormContainer` element uses if the `Form` control has medium size.
64
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
65
+ * control has medium size.
63
66
  */
64
67
  columnsM?:
65
68
  | sap.ui.layout.form.ColumnsM
@@ -73,10 +76,10 @@ declare namespace sap {
73
76
  interface $ColumnElementDataSettings
74
77
  extends sap.ui.core.$LayoutDataSettings {
75
78
  /**
76
- * Number of cells used by a field if the `FormElement` element is large. The label is then beside the fields
77
- * per default.
79
+ * Number of cells used by a field if the {@link sap.ui.layout.form.FormElement FormElement} element is
80
+ * large. The label is then beside the fields per default.
78
81
  *
79
- * If set to `12`, the full size of the `FormElement` element is used.
82
+ * If set to `12`, the full size of the {@link sap.ui.layout.form.FormElement FormElement} element is used.
80
83
  */
81
84
  cellsLarge?:
82
85
  | sap.ui.layout.form.ColumnCells
@@ -84,10 +87,10 @@ declare namespace sap {
84
87
  | `{${string}}`;
85
88
 
86
89
  /**
87
- * Number of cells used by a field if the `FormElement` element is small. The label is then above the fields
88
- * per default.
90
+ * Number of cells used by a field if the {@link sap.ui.layout.form.FormElement FormElement} element is
91
+ * small. The label is then above the fields per default.
89
92
  *
90
- * If set to `12`, the full size of the `FormElement` is used.
93
+ * If set to `12`, the full size of the {@link sap.ui.layout.form.FormElement FormElement} is used.
91
94
  */
92
95
  cellsSmall?:
93
96
  | sap.ui.layout.form.ColumnCells
@@ -1103,10 +1106,12 @@ declare namespace sap {
1103
1106
  }
1104
1107
 
1105
1108
  /**
1106
- * The `ColumnLayout`-specific layout data for the `FormContainer` element.
1109
+ * The {@link sap.ui.layout.form.ColumnLayout ColumnLayout}-specific layout data for the {@link sap.ui.layout.form.FormContainer FormContainer }
1110
+ * element.
1107
1111
  *
1108
- * Depending on its size, the `Form` control is divided into 1, 2, 3 or 4 columns by the `ColumnLayout`
1109
- * control. Using `ColumnContainerData`, the size of the `FormContainer` element can be influenced.
1112
+ * Depending on its size, the {@link sap.ui.layout.form.Form Form} control is divided into 1, 2, 3 or 4
1113
+ * columns by the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control. Using `ColumnContainerData`,
1114
+ * the size of the {@link sap.ui.layout.form.FormContainer FormContainer} element can be influenced.
1110
1115
  *
1111
1116
  * @since 1.56.0
1112
1117
  */
@@ -1179,7 +1184,8 @@ declare namespace sap {
1179
1184
  /**
1180
1185
  * Gets current value of property {@link #getColumnsL columnsL}.
1181
1186
  *
1182
- * Number of columns the `FormContainer` element uses if the `Form` control has large size.
1187
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
1188
+ * control has large size.
1183
1189
  *
1184
1190
  * The number of columns for large size must not be smaller than the number of columns for medium size.
1185
1191
  *
@@ -1192,7 +1198,8 @@ declare namespace sap {
1192
1198
  /**
1193
1199
  * Gets current value of property {@link #getColumnsM columnsM}.
1194
1200
  *
1195
- * Number of columns the `FormContainer` element uses if the `Form` control has medium size.
1201
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
1202
+ * control has medium size.
1196
1203
  *
1197
1204
  * Default value is `1`.
1198
1205
  *
@@ -1203,7 +1210,8 @@ declare namespace sap {
1203
1210
  /**
1204
1211
  * Gets current value of property {@link #getColumnsXL columnsXL}.
1205
1212
  *
1206
- * Number of columns the `FormContainer` element uses if the `Form` control has extra-large size.
1213
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
1214
+ * control has extra-large size.
1207
1215
  *
1208
1216
  * The number of columns for extra-large size must not be smaller than the number of columns for large size.
1209
1217
  *
@@ -1216,7 +1224,8 @@ declare namespace sap {
1216
1224
  /**
1217
1225
  * Sets a new value for property {@link #getColumnsL columnsL}.
1218
1226
  *
1219
- * Number of columns the `FormContainer` element uses if the `Form` control has large size.
1227
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
1228
+ * control has large size.
1220
1229
  *
1221
1230
  * The number of columns for large size must not be smaller than the number of columns for medium size.
1222
1231
  *
@@ -1236,7 +1245,8 @@ declare namespace sap {
1236
1245
  /**
1237
1246
  * Sets a new value for property {@link #getColumnsM columnsM}.
1238
1247
  *
1239
- * Number of columns the `FormContainer` element uses if the `Form` control has medium size.
1248
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
1249
+ * control has medium size.
1240
1250
  *
1241
1251
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1242
1252
  *
@@ -1254,7 +1264,8 @@ declare namespace sap {
1254
1264
  /**
1255
1265
  * Sets a new value for property {@link #getColumnsXL columnsXL}.
1256
1266
  *
1257
- * Number of columns the `FormContainer` element uses if the `Form` control has extra-large size.
1267
+ * Number of columns the {@link sap.ui.layout.form.FormContainer FormContainer} element uses if the {@link sap.ui.layout.form.Form Form }
1268
+ * control has extra-large size.
1258
1269
  *
1259
1270
  * The number of columns for extra-large size must not be smaller than the number of columns for large size.
1260
1271
  *
@@ -1273,10 +1284,12 @@ declare namespace sap {
1273
1284
  ): this;
1274
1285
  }
1275
1286
  /**
1276
- * The `ColumnLayout`-specific layout data for the `FormElement` content fields.
1287
+ * The {@link sap.ui.layout.form.ColumnLayout ColumnLayout}-specific layout data for the {@link sap.ui.layout.form.Form Form }
1288
+ * content fields.
1277
1289
  *
1278
- * One `FormElement` element contains 12 cells and has two sizes, small and large. Using `ColumnElementData`,
1279
- * the default calculation of the cells used for a field or label can be overwritten.
1290
+ * One {@link sap.ui.layout.form.FormElement FormElement} element contains 12 cells and has two sizes, small
1291
+ * and large. Using `ColumnElementData`, the default calculation of the cells used for a field or label
1292
+ * can be overwritten.
1280
1293
  *
1281
1294
  * @since 1.56.0
1282
1295
  */
@@ -1346,10 +1359,10 @@ declare namespace sap {
1346
1359
  /**
1347
1360
  * Gets current value of property {@link #getCellsLarge cellsLarge}.
1348
1361
  *
1349
- * Number of cells used by a field if the `FormElement` element is large. The label is then beside the fields
1350
- * per default.
1362
+ * Number of cells used by a field if the {@link sap.ui.layout.form.FormElement FormElement} element is
1363
+ * large. The label is then beside the fields per default.
1351
1364
  *
1352
- * If set to `12`, the full size of the `FormElement` element is used.
1365
+ * If set to `12`, the full size of the {@link sap.ui.layout.form.FormElement FormElement} element is used.
1353
1366
  *
1354
1367
  * Default value is `8`.
1355
1368
  *
@@ -1360,10 +1373,10 @@ declare namespace sap {
1360
1373
  /**
1361
1374
  * Gets current value of property {@link #getCellsSmall cellsSmall}.
1362
1375
  *
1363
- * Number of cells used by a field if the `FormElement` element is small. The label is then above the fields
1364
- * per default.
1376
+ * Number of cells used by a field if the {@link sap.ui.layout.form.FormElement FormElement} element is
1377
+ * small. The label is then above the fields per default.
1365
1378
  *
1366
- * If set to `12`, the full size of the `FormElement` is used.
1379
+ * If set to `12`, the full size of the {@link sap.ui.layout.form.FormElement FormElement} is used.
1367
1380
  *
1368
1381
  * Default value is `12`.
1369
1382
  *
@@ -1374,10 +1387,10 @@ declare namespace sap {
1374
1387
  /**
1375
1388
  * Sets a new value for property {@link #getCellsLarge cellsLarge}.
1376
1389
  *
1377
- * Number of cells used by a field if the `FormElement` element is large. The label is then beside the fields
1378
- * per default.
1390
+ * Number of cells used by a field if the {@link sap.ui.layout.form.FormElement FormElement} element is
1391
+ * large. The label is then beside the fields per default.
1379
1392
  *
1380
- * If set to `12`, the full size of the `FormElement` element is used.
1393
+ * If set to `12`, the full size of the {@link sap.ui.layout.form.FormElement FormElement} element is used.
1381
1394
  *
1382
1395
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1383
1396
  *
@@ -1395,10 +1408,10 @@ declare namespace sap {
1395
1408
  /**
1396
1409
  * Sets a new value for property {@link #getCellsSmall cellsSmall}.
1397
1410
  *
1398
- * Number of cells used by a field if the `FormElement` element is small. The label is then above the fields
1399
- * per default.
1411
+ * Number of cells used by a field if the {@link sap.ui.layout.form.FormElement FormElement} element is
1412
+ * small. The label is then above the fields per default.
1400
1413
  *
1401
- * If set to `12`, the full size of the `FormElement` is used.
1414
+ * If set to `12`, the full size of the {@link sap.ui.layout.form.FormElement FormElement} is used.
1402
1415
  *
1403
1416
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1404
1417
  *
@@ -1442,7 +1455,7 @@ declare namespace sap {
1442
1455
  * of the used column. If there is enough space, the labels are beside the fields, otherwise above the fields.
1443
1456
  *
1444
1457
  * The default size of a content control of a {@link sap.ui.layout.form.FormElement FormElement} element
1445
- * can be overwritten using {@link sap.ui.layout.form.ColumnElementData ColumnElementData} as `LayoutData`.
1458
+ * can be overwritten using {@link sap.ui.layout.form.ColumnElementData ColumnElementData} as {@link sap.ui.core.Element#setLayoutData LayoutData}.
1446
1459
  * If one control assigned to a {@link sap.ui.layout.form.FormElement FormElement} element has {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
1447
1460
  * set, the size calculation of the other controls assigned to the {@link sap.ui.layout.form.FormElement FormElement }
1448
1461
  * element might not lead to the expected result. In this case, use {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
@@ -1453,7 +1466,7 @@ declare namespace sap {
1453
1466
  * results than might be expected.
1454
1467
  *
1455
1468
  * **Note:** This control cannot be used stand-alone, it just renders a {@link sap.ui.layout.form.Form Form }
1456
- * control, so it must be assigned to a {@link sap.ui.layout.form.Form Form} control using the `layout`
1469
+ * control, so it must be assigned to a {@link sap.ui.layout.form.Form Form} control using the {@link sap.ui.layout.form.Form#setLayout layout }
1457
1470
  * aggregation.
1458
1471
  *
1459
1472
  * @since 1.56.0
@@ -5376,8 +5389,9 @@ declare namespace sap {
5376
5389
  ResponsiveLayout = "ResponsiveLayout",
5377
5390
  }
5378
5391
  /**
5379
- * An `int` type that defines how many cells a control inside of a column of a `Form` control using the
5380
- * `ColumnLayout` control as layout can use.
5392
+ * An `int` type that defines how many cells a control inside of a column of a {@link sap.ui.layout.form.Form Form }
5393
+ * control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.FormE#setLayout layout }
5394
+ * can use.
5381
5395
  *
5382
5396
  * Allowed values are numbers from 1 to 12 and -1. -1 means the value is calculated.
5383
5397
  *
@@ -5386,8 +5400,9 @@ declare namespace sap {
5386
5400
  type ColumnCells = int;
5387
5401
 
5388
5402
  /**
5389
- * An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
5390
- * if it has large size
5403
+ * An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
5404
+ * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.FormE#setLayout layout }
5405
+ * can have if it has large size
5391
5406
  *
5392
5407
  * Allowed values are numbers from 1 to 4. **Note:** In versions lower than 1.122 only 3 columns are allowed.
5393
5408
  *
@@ -5396,8 +5411,9 @@ declare namespace sap {
5396
5411
  type ColumnsL = int;
5397
5412
 
5398
5413
  /**
5399
- * An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
5400
- * if it has medium size
5414
+ * An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
5415
+ * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.FormE#setLayout layout }
5416
+ * can have if it has medium size
5401
5417
  *
5402
5418
  * Allowed values are numbers from 1 to 3. **Note:** In versions lower than 1.122 only 2 columns are allowed.
5403
5419
  *
@@ -5406,8 +5422,9 @@ declare namespace sap {
5406
5422
  type ColumnsM = int;
5407
5423
 
5408
5424
  /**
5409
- * An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
5410
- * if it has extra-large size
5425
+ * An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
5426
+ * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.FormE#setLayout layout }
5427
+ * can have if it has extra-large size
5411
5428
  *
5412
5429
  * Allowed values are numbers from 1 to 6. **Note:** In versions lower than 1.89 only 4 columns are allowed.
5413
5430
  *
@@ -5416,8 +5433,9 @@ declare namespace sap {
5416
5433
  type ColumnsXL = int;
5417
5434
 
5418
5435
  /**
5419
- * An `int` type that defines how many cells beside the controls inside of a column of a `Form` control
5420
- * using the `ColumnLayout` control as layout are empty.
5436
+ * An `int` type that defines how many cells beside the controls inside of a column of a {@link sap.ui.layout.form.Form Form }
5437
+ * control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.FormE#setLayout layout }
5438
+ * are empty.
5421
5439
  *
5422
5440
  * Allowed values are numbers from 0 to 11.
5423
5441
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -265,6 +265,13 @@ declare namespace sap {
265
265
  | sap.ui.base.ManagedObject.PropertyBindingInfo
266
266
  | `{${string}}`;
267
267
 
268
+ /**
269
+ * Placeholder text for the editor.
270
+ *
271
+ * @since 1.144
272
+ */
273
+ placeholder?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
274
+
268
275
  /**
269
276
  * Defines the footer of the control. The footer will be available only with custom toolbar. **Note:** The
270
277
  * footer aggregation accepts only controls inheriting `sap.m.IBar`.
@@ -1132,6 +1139,18 @@ declare namespace sap {
1132
1139
  * @returns The native editor object (here: The TinyMCE editor instance)
1133
1140
  */
1134
1141
  getNativeApi(): object;
1142
+ /**
1143
+ * Gets current value of property {@link #getPlaceholder placeholder}.
1144
+ *
1145
+ * Placeholder text for the editor.
1146
+ *
1147
+ * Default value is `empty string`.
1148
+ *
1149
+ * @since 1.144
1150
+ *
1151
+ * @returns Value of property `placeholder`
1152
+ */
1153
+ getPlaceholder(): string;
1135
1154
  /**
1136
1155
  * Gets current value of property {@link #getPlugins plugins}.
1137
1156
  *
@@ -1630,6 +1649,25 @@ declare namespace sap {
1630
1649
  */
1631
1650
  sHeight?: sap.ui.core.CSSSize
1632
1651
  ): this;
1652
+ /**
1653
+ * Sets a new value for property {@link #getPlaceholder placeholder}.
1654
+ *
1655
+ * Placeholder text for the editor.
1656
+ *
1657
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1658
+ *
1659
+ * Default value is `empty string`.
1660
+ *
1661
+ * @since 1.144
1662
+ *
1663
+ * @returns Reference to `this` in order to allow method chaining
1664
+ */
1665
+ setPlaceholder(
1666
+ /**
1667
+ * New value for property `placeholder`
1668
+ */
1669
+ sPlaceholder?: string
1670
+ ): this;
1633
1671
  /**
1634
1672
  * Sets the plugins to the editor.
1635
1673
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -21010,6 +21010,16 @@ declare namespace sap {
21010
21010
  | sap.ui.base.ManagedObject.PropertyBindingInfo
21011
21011
  | `{${string}}`;
21012
21012
 
21013
+ minCameraPitch?:
21014
+ | float
21015
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
21016
+ | `{${string}}`;
21017
+
21018
+ maxCameraPitch?:
21019
+ | float
21020
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
21021
+ | `{${string}}`;
21022
+
21013
21023
  /**
21014
21024
  * The controls inside the viewport.
21015
21025
  */
@@ -42789,6 +42799,24 @@ declare namespace sap {
42789
42799
  * @returns Value of property `keepOutputSize`
42790
42800
  */
42791
42801
  getKeepOutputSize(): boolean;
42802
+ /**
42803
+ * Gets current value of property {@link #getMaxCameraPitch maxCameraPitch}.
42804
+ *
42805
+ * Default value is `90`.
42806
+ *
42807
+ *
42808
+ * @returns Value of property `maxCameraPitch`
42809
+ */
42810
+ getMaxCameraPitch(): float;
42811
+ /**
42812
+ * Gets current value of property {@link #getMinCameraPitch minCameraPitch}.
42813
+ *
42814
+ * Default value is `-90`.
42815
+ *
42816
+ *
42817
+ * @returns Value of property `minCameraPitch`
42818
+ */
42819
+ getMinCameraPitch(): float;
42792
42820
  /**
42793
42821
  * Gets content of aggregation {@link #getOutputSettings outputSettings}.
42794
42822
  *
@@ -43333,6 +43361,38 @@ declare namespace sap {
43333
43361
  */
43334
43362
  bKeepOutputSize?: boolean
43335
43363
  ): this;
43364
+ /**
43365
+ * Sets a new value for property {@link #getMaxCameraPitch maxCameraPitch}.
43366
+ *
43367
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
43368
+ *
43369
+ * Default value is `90`.
43370
+ *
43371
+ *
43372
+ * @returns Reference to `this` in order to allow method chaining
43373
+ */
43374
+ setMaxCameraPitch(
43375
+ /**
43376
+ * New value for property `maxCameraPitch`
43377
+ */
43378
+ fMaxCameraPitch?: float
43379
+ ): this;
43380
+ /**
43381
+ * Sets a new value for property {@link #getMinCameraPitch minCameraPitch}.
43382
+ *
43383
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
43384
+ *
43385
+ * Default value is `-90`.
43386
+ *
43387
+ *
43388
+ * @returns Reference to `this` in order to allow method chaining
43389
+ */
43390
+ setMinCameraPitch(
43391
+ /**
43392
+ * New value for property `minCameraPitch`
43393
+ */
43394
+ fMinCameraPitch?: float
43395
+ ): this;
43336
43396
  /**
43337
43397
  * Sets the aggregated {@link #getOutputSettings outputSettings}.
43338
43398
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.2
1
+ // For Library Version: 1.143.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {