@sapui5/ts-types 1.93.3 → 1.96.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.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +3 -1
  3. package/types/sap.apf.d.ts +17 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +314 -42
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +154 -2
  11. package/types/sap.fe.macros.d.ts +38 -10
  12. package/types/sap.fe.navigation.d.ts +1 -1
  13. package/types/sap.fe.placeholder.d.ts +3 -0
  14. package/types/sap.fe.plugins.d.ts +1 -1
  15. package/types/sap.fe.semantics.d.ts +3 -0
  16. package/types/sap.fe.templates.d.ts +21 -8
  17. package/types/sap.fe.test.d.ts +78 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +1148 -49
  21. package/types/sap.landvisz.d.ts +1 -1
  22. package/types/sap.m.d.ts +910 -132
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +2 -7
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.grid.d.ts +635 -0
  29. package/types/sap.suite.ui.commons.d.ts +216 -7
  30. package/types/sap.suite.ui.generic.template.d.ts +49 -6
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +11 -12
  33. package/types/sap.ui.codeeditor.d.ts +29 -31
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +166 -27
  36. package/types/sap.ui.core.d.ts +873 -376
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +119 -69
  39. package/types/sap.ui.fl.d.ts +3 -1
  40. package/types/sap.ui.generic.app.d.ts +1 -18
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +420 -15
  43. package/types/sap.ui.layout.d.ts +19 -1
  44. package/types/sap.ui.mdc.d.ts +51 -1
  45. package/types/sap.ui.richtexteditor.d.ts +1 -1
  46. package/types/sap.ui.rta.d.ts +1 -1
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +6 -6
  49. package/types/sap.ui.table.d.ts +8 -5
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +142 -14
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +918 -127
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.uiext.inbox.d.ts +2 -1
  57. package/types/sap.ushell.d.ts +140 -122
  58. package/types/sap.ushell_abap.d.ts +2 -2
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +5 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +53 -34
  65. package/types/sap.fe.placeholder-1.93.1-d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.93.3",
3
+ "version": "1.96.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -10,6 +10,7 @@
10
10
  /// <reference path="./sap.zen.crosstab.d.ts"/>
11
11
  /// <reference path="./sap.zen.dsh.d.ts"/>
12
12
  /// <reference path="./sap.zen.commons.d.ts"/>
13
+ /// <reference path="./sap.sac.grid.d.ts"/>
13
14
  /// <reference path="./sap.ui.commons.d.ts"/>
14
15
  /// <reference path="./sap.ui.comp.d.ts"/>
15
16
  /// <reference path="./sap.ui.core.d.ts"/>
@@ -36,8 +37,9 @@
36
37
  /// <reference path="./sap.fe.core.d.ts"/>
37
38
  /// <reference path="./sap.fe.macros.d.ts"/>
38
39
  /// <reference path="./sap.fe.navigation.d.ts"/>
39
- /// <reference path="./sap.fe.placeholder-1.93.1-d.ts"/>
40
+ /// <reference path="./sap.fe.placeholder.d.ts"/>
40
41
  /// <reference path="./sap.fe.plugins.d.ts"/>
42
+ /// <reference path="./sap.fe.semantics.d.ts"/>
41
43
  /// <reference path="./sap.fe.templates.d.ts"/>
42
44
  /// <reference path="./sap.fe.test.d.ts"/>
43
45
  /// <reference path="./sap.fe.tools.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.93.1
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -691,6 +691,10 @@ declare namespace sap {
691
691
  */
692
692
  manifests?: Object
693
693
  );
694
+ /**
695
+ * Contains 'api'
696
+ */
697
+ type: undefined;
694
698
 
695
699
  /**
696
700
  * @EXPERIMENTAL
@@ -756,6 +760,18 @@ declare namespace sap {
756
760
  rawText?: string;
757
761
  }
758
762
  ): sap.apf.core.MessageObject;
763
+ /**
764
+ * Creates an object for performing an Odata Request get operation.
765
+ * See:
766
+ * sap.apf#createReadRequest
767
+ */
768
+ createReadRequest(
769
+ /**
770
+ * identifies a request configuration, which is contained in the analytical configuration. or the request
771
+ * configuration is directly passed as an object oRequestConfiguration.
772
+ */
773
+ requestConfiguration: String | Object
774
+ ): sap.apf.core.ReadRequest;
759
775
  /**
760
776
  * helps to call customer defined custom formatter function(fnCallback).
761
777
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.93.1
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.93.2
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.93.1
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.93.2
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.93.2
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -154,6 +154,13 @@ declare namespace sap {
154
154
  */
155
155
  details?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
156
156
 
157
+ /**
158
+ * The alignment of the side indicators.
159
+ */
160
+ sideIndicatorsAlignment?:
161
+ | sap.f.cards.NumericHeaderSideIndicatorsAlignment
162
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
163
+
157
164
  /**
158
165
  * Additional side number indicators. For example "Deviation" and "Target". Not more than two side indicators
159
166
  * should be used.
@@ -185,6 +192,15 @@ declare namespace sap {
185
192
  * Defines the unit of measurement (scaling prefix) for the numeric value
186
193
  */
187
194
  unit?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
195
+
196
+ /**
197
+ * @EXPERIMENTAL (since 1.95)
198
+ *
199
+ * The semantic color which represents the state of the side indicator.
200
+ */
201
+ state?:
202
+ | sap.m.ValueColor
203
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
188
204
  }
189
205
 
190
206
  /**
@@ -628,8 +644,8 @@ declare namespace sap {
628
644
  * Displays general information in the header of the {@link sap.f.Card} and allows the configuration of
629
645
  * a numeric value visualization.
630
646
  *
631
- * You can configure the title, subtitle, status text and icon, using the provided properties. To add more
632
- * side number indicators, use the `sideIndicators` aggregation.
647
+ * You can configure the title, subtitle, and status text, using the provided properties. To add more side
648
+ * number indicators, use the `sideIndicators` aggregation.
633
649
  *
634
650
  * **Notes:**
635
651
  * - You should always set a title.
@@ -802,6 +818,14 @@ declare namespace sap {
802
818
  * should be used.
803
819
  */
804
820
  getSideIndicators(): sap.f.cards.NumericSideIndicator[];
821
+ /**
822
+ * Gets current value of property {@link #getSideIndicatorsAlignment sideIndicatorsAlignment}.
823
+ *
824
+ * The alignment of the side indicators.
825
+ *
826
+ * Default value is `"Begin"`.
827
+ */
828
+ getSideIndicatorsAlignment(): sap.f.cards.NumericHeaderSideIndicatorsAlignment;
805
829
  /**
806
830
  * @EXPERIMENTAL (since 1.64)
807
831
  *
@@ -913,6 +937,21 @@ declare namespace sap {
913
937
  */
914
938
  sValue: string
915
939
  ): this;
940
+ /**
941
+ * Sets a new value for property {@link #getSideIndicatorsAlignment sideIndicatorsAlignment}.
942
+ *
943
+ * The alignment of the side indicators.
944
+ *
945
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
946
+ *
947
+ * Default value is `"Begin"`.
948
+ */
949
+ setSideIndicatorsAlignment(
950
+ /**
951
+ * New value for property `sideIndicatorsAlignment`
952
+ */
953
+ sSideIndicatorsAlignment?: sap.f.cards.NumericHeaderSideIndicatorsAlignment
954
+ ): this;
916
955
  /**
917
956
  * Sets the semantic color which represents the state of the main number indicator.
918
957
  */
@@ -1042,6 +1081,16 @@ declare namespace sap {
1042
1081
  * The numeric value
1043
1082
  */
1044
1083
  getNumber(): string;
1084
+ /**
1085
+ * @EXPERIMENTAL (since 1.95)
1086
+ *
1087
+ * Gets current value of property {@link #getState state}.
1088
+ *
1089
+ * The semantic color which represents the state of the side indicator.
1090
+ *
1091
+ * Default value is `"None"`.
1092
+ */
1093
+ getState(): sap.m.ValueColor;
1045
1094
  /**
1046
1095
  * Gets current value of property {@link #getTitle title}.
1047
1096
  *
@@ -1063,6 +1112,23 @@ declare namespace sap {
1063
1112
  */
1064
1113
  sValue: string
1065
1114
  ): this;
1115
+ /**
1116
+ * @EXPERIMENTAL (since 1.95)
1117
+ *
1118
+ * Sets a new value for property {@link #getState state}.
1119
+ *
1120
+ * The semantic color which represents the state of the side indicator.
1121
+ *
1122
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1123
+ *
1124
+ * Default value is `"None"`.
1125
+ */
1126
+ setState(
1127
+ /**
1128
+ * New value for property `state`
1129
+ */
1130
+ sState?: sap.m.ValueColor
1131
+ ): this;
1066
1132
  /**
1067
1133
  * Sets the title.
1068
1134
  */
@@ -1097,6 +1163,21 @@ declare namespace sap {
1097
1163
  */
1098
1164
  Top = "Top",
1099
1165
  }
1166
+ /**
1167
+ * @SINCE 1.96
1168
+ *
1169
+ * Different options for the alignment of the side indicators in the numeric header.
1170
+ */
1171
+ enum NumericHeaderSideIndicatorsAlignment {
1172
+ /**
1173
+ * Sets the alignment to the beginning (left or right depending on LTR/RTL).
1174
+ */
1175
+ Begin = "Begin",
1176
+ /**
1177
+ * Explicitly sets the alignment to the end (left or right depending on LTR/RTL).
1178
+ */
1179
+ End = "End",
1180
+ }
1100
1181
  }
1101
1182
 
1102
1183
  namespace dnd {
@@ -1264,8 +1345,10 @@ declare namespace sap {
1264
1345
  * The difference to the `{@link sap.ui.core.routing.Router}` are the `viewLevel`, `transition`, and `transitionParameters`
1265
1346
  * properties that you can specify in every Route or Target created by this router.
1266
1347
  *
1267
- * Additionally, the `layout` property can be specified in every Route, in which case it is applied to the
1268
- * root control.
1348
+ * The difference to the `{@link sap.m.routing.Router}` is the additional `layout` property that can be
1349
+ * specified in every Route, in which case it is applied to the root control. Also, the `sap.f.routing.Router`
1350
+ * supports navigations that involve both change of `{@link sap.f.LayoutType}` and change of the current
1351
+ * page within a single column of the `sap.f.FlexibleColumnLayout`.
1269
1352
  *
1270
1353
  * See `{@link sap.ui.core.routing.Router}` for the constructor arguments.
1271
1354
  */
@@ -1326,8 +1409,11 @@ declare namespace sap {
1326
1409
  * Used for closing dialogs and showing transitions in `NavContainers` when targets are displayed.
1327
1410
  *
1328
1411
  * **Note:** You should not create an own instance of this class. It is created when using `{@link sap.f.routing.Router}`
1329
- * or `{@link sap.f.routing.Targets}`. You may use the `{@link #setCloseDialogs}` function to specify if
1330
- * dialogs should be closed on displaying other views.
1412
+ * or `{@link sap.f.routing.Targets}`.
1413
+ *
1414
+ * **Note:** You may use the `{@link #setCloseDialogs}` function to specify if dialogs should be closed
1415
+ * on displaying other views. The dialogs are closed when a different target is displayed than the previously
1416
+ * displayed one, otherwise the dialogs are kept open.
1331
1417
  */
1332
1418
  class TargetHandler extends sap.ui.base.Object {
1333
1419
  /**
@@ -1335,10 +1421,10 @@ declare namespace sap {
1335
1421
  */
1336
1422
  constructor(
1337
1423
  /**
1338
- * Closes all open dialogs before navigating, if set to `true` (default). If set to `false`, it just navigates
1339
- * without closing dialogs.
1424
+ * Closes all open dialogs before navigating to a different target, if set to `true` (default). If set to
1425
+ * `false`, it will just navigate without closing dialogs.
1340
1426
  */
1341
- bCloseDialogs: boolean
1427
+ closeDialogs: boolean
1342
1428
  );
1343
1429
 
1344
1430
  /**
@@ -1372,6 +1458,9 @@ declare namespace sap {
1372
1458
  getCloseDialogs(): boolean;
1373
1459
  /**
1374
1460
  * Sets if a navigation should close dialogs.
1461
+ *
1462
+ * **Note:** The dialogs are closed when a different target is displayed than the previous one, otherwise
1463
+ * the dialogs are kept open even when `bCloseDialogs` is `true`.
1375
1464
  */
1376
1465
  setCloseDialogs(
1377
1466
  /**
@@ -2339,6 +2428,8 @@ declare namespace sap {
2339
2428
  * The `customShareActions` are placed in the `ShareMenu` area of the `SemanticPage` title, right after
2340
2429
  * the semantic actions.
2341
2430
  *
2431
+ * The text and icon of the button inside the `customShareActions` aggregation, can be customized.
2432
+ *
2342
2433
  * **Note:** If the `titleSnappedOnMobile` aggregation is set, its content overrides this aggregation when
2343
2434
  * the control is viewed on a phone mobile device and the `SemanticPage` header is in its collapsed (snapped)
2344
2435
  * state.
@@ -4133,6 +4224,8 @@ declare namespace sap {
4133
4224
  * The `customShareActions` are placed in the `ShareMenu` area of the `SemanticPage` title, right after
4134
4225
  * the semantic actions.
4135
4226
  *
4227
+ * The text and icon of the button inside the `customShareActions` aggregation, can be customized.
4228
+ *
4136
4229
  * **Note:** If the `titleSnappedOnMobile` aggregation is set, its content overrides this aggregation when
4137
4230
  * the control is viewed on a phone mobile device and the `SemanticPage` header is in its collapsed (snapped)
4138
4231
  * state.
@@ -6420,6 +6513,15 @@ declare namespace sap {
6420
6513
  | sap.ui.core.Control
6421
6514
  | sap.ui.base.ManagedObject.AggregationBindingInfo;
6422
6515
 
6516
+ /**
6517
+ * @SINCE 1.95
6518
+ *
6519
+ * Accessible landmark settings to be applied on the containers of the `sap.f.FlexibleColumnLayout` control.
6520
+ *
6521
+ * If not set, no landmarks will be written.
6522
+ */
6523
+ landmarkInfo?: sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo;
6524
+
6423
6525
  /**
6424
6526
  * Sets the initial `Begin` column page, which is displayed on application launch.
6425
6527
  */
@@ -6499,6 +6601,35 @@ declare namespace sap {
6499
6601
  columnResize?: (oEvent: sap.ui.base.Event) => void;
6500
6602
  }
6501
6603
 
6604
+ interface $FlexibleColumnLayoutAccessibleLandmarkInfoSettings
6605
+ extends sap.ui.core.$ElementSettings {
6606
+ /**
6607
+ * Text that describes the landmark of the first column of the corresponding `sap.f.FlexibleColumnLayout`
6608
+ * control.
6609
+ *
6610
+ * If not set, a predefined text is used.
6611
+ */
6612
+ firstColumnLabel?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
6613
+
6614
+ /**
6615
+ * Text that describes the landmark of the middle column of the corresponding `sap.f.FlexibleColumnLayout`
6616
+ * control.
6617
+ *
6618
+ * If not set, a predefined text is used.
6619
+ */
6620
+ middleColumnLabel?:
6621
+ | string
6622
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
6623
+
6624
+ /**
6625
+ * Text that describes the landmark of the last column of the corresponding `sap.f.FlexibleColumnLayout`
6626
+ * control.
6627
+ *
6628
+ * If not set, a predefined text is used.
6629
+ */
6630
+ lastColumnLabel?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
6631
+ }
6632
+
6502
6633
  interface $GridContainerSettings extends sap.ui.core.$ControlSettings {
6503
6634
  /**
6504
6635
  * Defines the width of the control.
@@ -10480,6 +10611,12 @@ declare namespace sap {
10480
10611
  * Destroys all the endColumnPages in the aggregation {@link #getEndColumnPages endColumnPages}.
10481
10612
  */
10482
10613
  destroyEndColumnPages(): this;
10614
+ /**
10615
+ * @SINCE 1.95
10616
+ *
10617
+ * Destroys the landmarkInfo in the aggregation {@link #getLandmarkInfo landmarkInfo}.
10618
+ */
10619
+ destroyLandmarkInfo(): this;
10483
10620
  /**
10484
10621
  * Destroys all the midColumnPages in the aggregation {@link #getMidColumnPages midColumnPages}.
10485
10622
  */
@@ -11084,6 +11221,16 @@ declare namespace sap {
11084
11221
  * or `null`.
11085
11222
  */
11086
11223
  getInitialMidColumnPage(): sap.ui.core.ID;
11224
+ /**
11225
+ * @SINCE 1.95
11226
+ *
11227
+ * Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
11228
+ *
11229
+ * Accessible landmark settings to be applied on the containers of the `sap.f.FlexibleColumnLayout` control.
11230
+ *
11231
+ * If not set, no landmarks will be written.
11232
+ */
11233
+ getLandmarkInfo(): sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo;
11087
11234
  /**
11088
11235
  * Gets current value of property {@link #getLayout layout}.
11089
11236
  *
@@ -11119,22 +11266,6 @@ declare namespace sap {
11119
11266
  * Default value is `false`.
11120
11267
  */
11121
11268
  getRestoreFocusOnBackNavigation(): boolean;
11122
- /**
11123
- * @SINCE 1.91
11124
- *
11125
- * Hides the placeholder on the corresponding column for the provided aggregation name.
11126
- */
11127
- hidePlaceholder(
11128
- /**
11129
- * Object containing the aggregation name
11130
- */
11131
- mSettings: {
11132
- /**
11133
- * The aggregation name to decide on which column/container the placeholder should be hidden
11134
- */
11135
- aggregation: string;
11136
- }
11137
- ): void;
11138
11269
  /**
11139
11270
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getBeginColumnPages beginColumnPages}.
11140
11271
  * and returns its index if found or -1 otherwise.
@@ -11374,6 +11505,17 @@ declare namespace sap {
11374
11505
  */
11375
11506
  oInitialMidColumnPage: sap.ui.core.ID | sap.ui.core.Control
11376
11507
  ): this;
11508
+ /**
11509
+ * @SINCE 1.95
11510
+ *
11511
+ * Sets the aggregated {@link #getLandmarkInfo landmarkInfo}.
11512
+ */
11513
+ setLandmarkInfo(
11514
+ /**
11515
+ * The landmarkInfo to set
11516
+ */
11517
+ oLandmarkInfo: sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo
11518
+ ): this;
11377
11519
  /**
11378
11520
  * Sets a new value for property {@link #getLayout layout}.
11379
11521
  *
@@ -11409,22 +11551,6 @@ declare namespace sap {
11409
11551
  */
11410
11552
  bRestoreFocusOnBackNavigation?: boolean
11411
11553
  ): this;
11412
- /**
11413
- * @SINCE 1.91
11414
- *
11415
- * Shows the placeholder on the corresponding column for the provided aggregation name.
11416
- */
11417
- showPlaceholder(
11418
- /**
11419
- * Object containing the aggregation name
11420
- */
11421
- mSettings: {
11422
- /**
11423
- * The aggregation name to decide on which column/container the placeholder should be shown
11424
- */
11425
- aggregation: string;
11426
- }
11427
- ): void;
11428
11554
  /**
11429
11555
  * Navigates to the given page inside the FlexibleColumnLayout. Columns are scanned for the page in the
11430
11556
  * following order: `Begin`, `Mid`, `End`.
@@ -11720,6 +11846,150 @@ declare namespace sap {
11720
11846
  oTransitionParameters: object
11721
11847
  ): this;
11722
11848
  }
11849
+ /**
11850
+ * @SINCE 1.95
11851
+ *
11852
+ * Settings for accessible landmarks which can be applied to the container elements of a `sap.f.FlexibleColumnLayout`
11853
+ * control. For example, these landmarks are used by assistive technologies (such as screen readers) to
11854
+ * provide a meaningful columns overview.
11855
+ */
11856
+ class FlexibleColumnLayoutAccessibleLandmarkInfo extends sap.ui.core
11857
+ .Element {
11858
+ /**
11859
+ * Constructor for a new `sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo` element.
11860
+ *
11861
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11862
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11863
+ * of the syntax of the settings object.
11864
+ */
11865
+ constructor(
11866
+ /**
11867
+ * Initial settings for the new element
11868
+ */
11869
+ mSettings?: sap.f.$FlexibleColumnLayoutAccessibleLandmarkInfoSettings
11870
+ );
11871
+ /**
11872
+ * Constructor for a new `sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo` element.
11873
+ *
11874
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11875
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11876
+ * of the syntax of the settings object.
11877
+ */
11878
+ constructor(
11879
+ /**
11880
+ * ID for the new element, generated automatically if no ID is given
11881
+ */
11882
+ sId?: string,
11883
+ /**
11884
+ * Initial settings for the new element
11885
+ */
11886
+ mSettings?: sap.f.$FlexibleColumnLayoutAccessibleLandmarkInfoSettings
11887
+ );
11888
+
11889
+ /**
11890
+ * Creates a new subclass of class sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo with name `sClassName`
11891
+ * and enriches it with the information contained in `oClassInfo`.
11892
+ *
11893
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
11894
+ */
11895
+ static extend<T extends Record<string, unknown>>(
11896
+ /**
11897
+ * Name of the class being created
11898
+ */
11899
+ sClassName: string,
11900
+ /**
11901
+ * Object literal with information about the class
11902
+ */
11903
+ oClassInfo?: sap.ClassInfo<
11904
+ T,
11905
+ sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo
11906
+ >,
11907
+ /**
11908
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
11909
+ * used by this class
11910
+ */
11911
+ FNMetaImpl?: Function
11912
+ ): Function;
11913
+ /**
11914
+ * Returns a metadata object for class sap.f.FlexibleColumnLayoutAccessibleLandmarkInfo.
11915
+ */
11916
+ static getMetadata(): sap.ui.core.ElementMetadata;
11917
+ /**
11918
+ * Gets current value of property {@link #getFirstColumnLabel firstColumnLabel}.
11919
+ *
11920
+ * Text that describes the landmark of the first column of the corresponding `sap.f.FlexibleColumnLayout`
11921
+ * control.
11922
+ *
11923
+ * If not set, a predefined text is used.
11924
+ */
11925
+ getFirstColumnLabel(): string;
11926
+ /**
11927
+ * Gets current value of property {@link #getLastColumnLabel lastColumnLabel}.
11928
+ *
11929
+ * Text that describes the landmark of the last column of the corresponding `sap.f.FlexibleColumnLayout`
11930
+ * control.
11931
+ *
11932
+ * If not set, a predefined text is used.
11933
+ */
11934
+ getLastColumnLabel(): string;
11935
+ /**
11936
+ * Gets current value of property {@link #getMiddleColumnLabel middleColumnLabel}.
11937
+ *
11938
+ * Text that describes the landmark of the middle column of the corresponding `sap.f.FlexibleColumnLayout`
11939
+ * control.
11940
+ *
11941
+ * If not set, a predefined text is used.
11942
+ */
11943
+ getMiddleColumnLabel(): string;
11944
+ /**
11945
+ * Sets a new value for property {@link #getFirstColumnLabel firstColumnLabel}.
11946
+ *
11947
+ * Text that describes the landmark of the first column of the corresponding `sap.f.FlexibleColumnLayout`
11948
+ * control.
11949
+ *
11950
+ * If not set, a predefined text is used.
11951
+ *
11952
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11953
+ */
11954
+ setFirstColumnLabel(
11955
+ /**
11956
+ * New value for property `firstColumnLabel`
11957
+ */
11958
+ sFirstColumnLabel?: string
11959
+ ): this;
11960
+ /**
11961
+ * Sets a new value for property {@link #getLastColumnLabel lastColumnLabel}.
11962
+ *
11963
+ * Text that describes the landmark of the last column of the corresponding `sap.f.FlexibleColumnLayout`
11964
+ * control.
11965
+ *
11966
+ * If not set, a predefined text is used.
11967
+ *
11968
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11969
+ */
11970
+ setLastColumnLabel(
11971
+ /**
11972
+ * New value for property `lastColumnLabel`
11973
+ */
11974
+ sLastColumnLabel?: string
11975
+ ): this;
11976
+ /**
11977
+ * Sets a new value for property {@link #getMiddleColumnLabel middleColumnLabel}.
11978
+ *
11979
+ * Text that describes the landmark of the middle column of the corresponding `sap.f.FlexibleColumnLayout`
11980
+ * control.
11981
+ *
11982
+ * If not set, a predefined text is used.
11983
+ *
11984
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11985
+ */
11986
+ setMiddleColumnLabel(
11987
+ /**
11988
+ * New value for property `middleColumnLabel`
11989
+ */
11990
+ sMiddleColumnLabel?: string
11991
+ ): this;
11992
+ }
11723
11993
  /**
11724
11994
  * @SINCE 1.46.0
11725
11995
  *
@@ -16240,6 +16510,8 @@ declare namespace sap {
16240
16510
 
16241
16511
  "sap/f/FlexibleColumnLayout": undefined;
16242
16512
 
16513
+ "sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo": undefined;
16514
+
16243
16515
  "sap/f/FlexibleColumnLayoutSemanticHelper": undefined;
16244
16516
 
16245
16517
  "sap/f/GridContainer": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.93.2
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {