@sapui5/ts-types 1.140.0 → 1.141.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +2792 -1
  7. package/types/sap.f.d.ts +43 -2
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +78 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +371 -42
  14. package/types/sap.fe.navigation.d.ts +13 -15
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +7 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +70 -8
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +20 -5
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +41 -5
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +1 -1
  37. package/types/sap.ui.core.d.ts +129 -66
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +3 -3
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -1
  44. package/types/sap.ui.layout.d.ts +5102 -5062
  45. package/types/sap.ui.mdc.d.ts +4 -4
  46. package/types/sap.ui.richtexteditor.d.ts +307 -9
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +18 -4
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +53 -1
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +141 -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 +32 -3
  62. package/types/sap.ushell_abap.d.ts +5 -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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1830,9 +1830,9 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
1830
1830
  * If an update is not possible, it rebinds the table.
1831
1831
  *
1832
1832
  * Compares the current and previous state of the table to detect whether rebinding is necessary. The diffing
1833
- * is done for the sorters, filters, aggregation, parameters. Other {@link sap.ui.base.ManagedObject.AggregationBindingInfo binding info }
1834
- * keys, such as `path`, `events`, or `model`, must be provided in `updateBindingInfo`, and those keys must
1835
- * not be changed conditionally.
1833
+ * is done for the sorters, filters, aggregation, parameters, and the path of the binding. Other {@link sap.ui.base.ManagedObject.AggregationBindingInfo binding info }
1834
+ * keys, such as `events` or `model`, must be provided in `updateBindingInfo`, and those keys must not be
1835
+ * changed conditionally.
1836
1836
  *
1837
1837
  * **Note:** To remove a binding info parameter, the value must be set to `undefined` in `updateBindingInfo`.
1838
1838
  * For more information, see {@link sap.ui.model.odata.v4.ODataListBinding#changeParameters}.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -275,8 +275,8 @@ declare namespace sap {
275
275
 
276
276
  /**
277
277
  * Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
278
- * only sap.m.Button is allowed. **Note:** customButtons are available only when the customToolbar is enabled
279
- * and all the requirements are fulfilled.
278
+ * only sap.m.Button is allowed. **Note:** customButtons are available only when the `customToolbar` is
279
+ * enabled and all the requirements are fulfilled.
280
280
  *
281
281
  * @since 1.48
282
282
  */
@@ -286,6 +286,18 @@ declare namespace sap {
286
286
  | sap.ui.base.ManagedObject.AggregationBindingInfo
287
287
  | `{${string}}`;
288
288
 
289
+ /**
290
+ * Custom font families that can be used in the `RichTextEditor`. **Note:** Custom fonts are available only
291
+ * when the `customToolbar` is enabled.
292
+ *
293
+ * @since 1.141
294
+ */
295
+ customFonts?:
296
+ | sap.ui.richtexteditor.RichTextEditorFontFamily[]
297
+ | sap.ui.richtexteditor.RichTextEditorFontFamily
298
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
299
+ | `{${string}}`;
300
+
289
301
  /**
290
302
  * Association to controls / IDs which label this control (see WAI-ARIA attribute `aria-labelledby`).
291
303
  *
@@ -321,6 +333,35 @@ declare namespace sap {
321
333
  beforeEditorInit?: (oEvent: sap.ui.base.Event) => void;
322
334
  }
323
335
 
336
+ /**
337
+ * Describes the settings that can be provided to the RichTextEditorFontFamily constructor.
338
+ */
339
+ interface $RichTextEditorFontFamilySettings
340
+ extends sap.ui.core.$ElementSettings {
341
+ /**
342
+ * Used to identify the font in the editor. Names should be unique and descriptive.
343
+ */
344
+ name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
345
+
346
+ /**
347
+ * The text displayed in the font family dropdown.
348
+ */
349
+ text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
350
+
351
+ /**
352
+ * The value of the font family. CSS font-family value that will be applied to the text.
353
+ */
354
+ value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
355
+
356
+ /**
357
+ * Used to load the font. The URL should point to a CSS file that defines the font-face.
358
+ */
359
+ url?:
360
+ | sap.ui.core.URI
361
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
362
+ | `{${string}}`;
363
+ }
364
+
324
365
  /**
325
366
  * Parameters of the RichTextEditor#beforeEditorInit event.
326
367
  */
@@ -564,6 +605,19 @@ declare namespace sap {
564
605
  */
565
606
  oCustomButton: sap.ui.core.Control
566
607
  ): this;
608
+ /**
609
+ * Adds some customFont to the aggregation {@link #getCustomFonts customFonts}.
610
+ *
611
+ * @since 1.141
612
+ *
613
+ * @returns Reference to `this` in order to allow method chaining
614
+ */
615
+ addCustomFont(
616
+ /**
617
+ * The customFont to add; if empty, nothing is inserted
618
+ */
619
+ oCustomFont: sap.ui.richtexteditor.RichTextEditorFontFamily
620
+ ): this;
567
621
  /**
568
622
  * Allows to add a plugin (that must already be installed on the server) to the RichTextEditor.
569
623
  *
@@ -798,6 +852,14 @@ declare namespace sap {
798
852
  * @returns Reference to `this` in order to allow method chaining
799
853
  */
800
854
  destroyCustomButtons(): this;
855
+ /**
856
+ * Destroys all the customFonts in the aggregation {@link #getCustomFonts customFonts}.
857
+ *
858
+ * @since 1.141
859
+ *
860
+ * @returns Reference to `this` in order to allow method chaining
861
+ */
862
+ destroyCustomFonts(): this;
801
863
  /**
802
864
  * Destroys the footer in the aggregation {@link #getFooter footer}.
803
865
  *
@@ -960,12 +1022,21 @@ declare namespace sap {
960
1022
  * Gets content of aggregation {@link #getCustomButtons customButtons}.
961
1023
  *
962
1024
  * Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
963
- * only sap.m.Button is allowed. **Note:** customButtons are available only when the customToolbar is enabled
964
- * and all the requirements are fulfilled.
1025
+ * only sap.m.Button is allowed. **Note:** customButtons are available only when the `customToolbar` is
1026
+ * enabled and all the requirements are fulfilled.
965
1027
  *
966
1028
  * @since 1.48
967
1029
  */
968
1030
  getCustomButtons(): sap.ui.core.Control[];
1031
+ /**
1032
+ * Gets content of aggregation {@link #getCustomFonts customFonts}.
1033
+ *
1034
+ * Custom font families that can be used in the `RichTextEditor`. **Note:** Custom fonts are available only
1035
+ * when the `customToolbar` is enabled.
1036
+ *
1037
+ * @since 1.141
1038
+ */
1039
+ getCustomFonts(): sap.ui.richtexteditor.RichTextEditorFontFamily[];
969
1040
  /**
970
1041
  * Gets current value of property {@link #getCustomToolbar customToolbar}.
971
1042
  *
@@ -1297,6 +1368,20 @@ declare namespace sap {
1297
1368
  */
1298
1369
  oCustomButton: sap.ui.core.Control
1299
1370
  ): int;
1371
+ /**
1372
+ * Checks for the provided `sap.ui.richtexteditor.RichTextEditorFontFamily` in the aggregation {@link #getCustomFonts customFonts}.
1373
+ * and returns its index if found or -1 otherwise.
1374
+ *
1375
+ * @since 1.141
1376
+ *
1377
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1378
+ */
1379
+ indexOfCustomFont(
1380
+ /**
1381
+ * The customFont whose index is looked for
1382
+ */
1383
+ oCustomFont: sap.ui.richtexteditor.RichTextEditorFontFamily
1384
+ ): int;
1300
1385
  /**
1301
1386
  * Inserts a customButton into the aggregation {@link #getCustomButtons customButtons}.
1302
1387
  *
@@ -1316,6 +1401,25 @@ declare namespace sap {
1316
1401
  */
1317
1402
  iIndex: int
1318
1403
  ): this;
1404
+ /**
1405
+ * Inserts a customFont into the aggregation {@link #getCustomFonts customFonts}.
1406
+ *
1407
+ * @since 1.141
1408
+ *
1409
+ * @returns Reference to `this` in order to allow method chaining
1410
+ */
1411
+ insertCustomFont(
1412
+ /**
1413
+ * The customFont to insert; if empty, nothing is inserted
1414
+ */
1415
+ oCustomFont: sap.ui.richtexteditor.RichTextEditorFontFamily,
1416
+ /**
1417
+ * The `0`-based index the customFont should be inserted at; for a negative value of `iIndex`, the customFont
1418
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the customFont
1419
+ * is inserted at the last position
1420
+ */
1421
+ iIndex: int
1422
+ ): this;
1319
1423
  /**
1320
1424
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
1321
1425
  *
@@ -1334,6 +1438,16 @@ declare namespace sap {
1334
1438
  * @returns An array of the removed elements (might be empty)
1335
1439
  */
1336
1440
  removeAllCustomButtons(): sap.ui.core.Control[];
1441
+ /**
1442
+ * Removes all the controls from the aggregation {@link #getCustomFonts customFonts}.
1443
+ *
1444
+ * Additionally, it unregisters them from the hosting UIArea.
1445
+ *
1446
+ * @since 1.141
1447
+ *
1448
+ * @returns An array of the removed elements (might be empty)
1449
+ */
1450
+ removeAllCustomFonts(): sap.ui.richtexteditor.RichTextEditorFontFamily[];
1337
1451
  /**
1338
1452
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
1339
1453
  *
@@ -1372,6 +1486,22 @@ declare namespace sap {
1372
1486
  */
1373
1487
  vCustomButton: int | string | sap.ui.core.Control
1374
1488
  ): sap.ui.core.Control | null;
1489
+ /**
1490
+ * Removes a customFont from the aggregation {@link #getCustomFonts customFonts}.
1491
+ *
1492
+ * @since 1.141
1493
+ *
1494
+ * @returns The removed customFont or `null`
1495
+ */
1496
+ removeCustomFont(
1497
+ /**
1498
+ * The customFont to remove or its index or id
1499
+ */
1500
+ vCustomFont:
1501
+ | int
1502
+ | string
1503
+ | sap.ui.richtexteditor.RichTextEditorFontFamily
1504
+ ): sap.ui.richtexteditor.RichTextEditorFontFamily | null;
1375
1505
  /**
1376
1506
  * Removes the plugin with the given name/ID from the list of plugins to load
1377
1507
  *
@@ -1835,6 +1965,176 @@ declare namespace sap {
1835
1965
  bWrapping?: boolean
1836
1966
  ): this;
1837
1967
  }
1968
+ /**
1969
+ * Represents a font family option for `RichTextEditor`.
1970
+ */
1971
+ class RichTextEditorFontFamily extends sap.ui.core.Element {
1972
+ /**
1973
+ * Constructor for a new `RichTextEditorFontFamily`.
1974
+ *
1975
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1976
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1977
+ * of the syntax of the settings object.
1978
+ */
1979
+ constructor(
1980
+ /**
1981
+ * initial settings for the new control
1982
+ */
1983
+ mSettings?: sap.ui.richtexteditor.$RichTextEditorFontFamilySettings
1984
+ );
1985
+ /**
1986
+ * Constructor for a new `RichTextEditorFontFamily`.
1987
+ *
1988
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1989
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1990
+ * of the syntax of the settings object.
1991
+ */
1992
+ constructor(
1993
+ /**
1994
+ * id for the new control, generated automatically if no id is given
1995
+ */
1996
+ sId?: string,
1997
+ /**
1998
+ * initial settings for the new control
1999
+ */
2000
+ mSettings?: sap.ui.richtexteditor.$RichTextEditorFontFamilySettings
2001
+ );
2002
+
2003
+ /**
2004
+ * Creates a new subclass of class sap.ui.richtexteditor.RichTextEditorFontFamily with name `sClassName`
2005
+ * and enriches it with the information contained in `oClassInfo`.
2006
+ *
2007
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
2008
+ *
2009
+ *
2010
+ * @returns Created class / constructor function
2011
+ */
2012
+ static extend<T extends Record<string, unknown>>(
2013
+ /**
2014
+ * Name of the class being created
2015
+ */
2016
+ sClassName: string,
2017
+ /**
2018
+ * Object literal with information about the class
2019
+ */
2020
+ oClassInfo?: sap.ClassInfo<
2021
+ T,
2022
+ sap.ui.richtexteditor.RichTextEditorFontFamily
2023
+ >,
2024
+ /**
2025
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2026
+ * used by this class
2027
+ */
2028
+ FNMetaImpl?: Function
2029
+ ): Function;
2030
+ /**
2031
+ * Returns a metadata object for class sap.ui.richtexteditor.RichTextEditorFontFamily.
2032
+ *
2033
+ *
2034
+ * @returns Metadata object describing this class
2035
+ */
2036
+ static getMetadata(): sap.ui.core.ElementMetadata;
2037
+ /**
2038
+ * Gets current value of property {@link #getName name}.
2039
+ *
2040
+ * Used to identify the font in the editor. Names should be unique and descriptive.
2041
+ *
2042
+ *
2043
+ * @returns Value of property `name`
2044
+ */
2045
+ getName(): string;
2046
+ /**
2047
+ * Gets current value of property {@link #getText text}.
2048
+ *
2049
+ * The text displayed in the font family dropdown.
2050
+ *
2051
+ *
2052
+ * @returns Value of property `text`
2053
+ */
2054
+ getText(): string;
2055
+ /**
2056
+ * Gets current value of property {@link #getUrl url}.
2057
+ *
2058
+ * Used to load the font. The URL should point to a CSS file that defines the font-face.
2059
+ *
2060
+ *
2061
+ * @returns Value of property `url`
2062
+ */
2063
+ getUrl(): sap.ui.core.URI;
2064
+ /**
2065
+ * Gets current value of property {@link #getValue value}.
2066
+ *
2067
+ * The value of the font family. CSS font-family value that will be applied to the text.
2068
+ *
2069
+ *
2070
+ * @returns Value of property `value`
2071
+ */
2072
+ getValue(): string;
2073
+ /**
2074
+ * Sets a new value for property {@link #getName name}.
2075
+ *
2076
+ * Used to identify the font in the editor. Names should be unique and descriptive.
2077
+ *
2078
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2079
+ *
2080
+ *
2081
+ * @returns Reference to `this` in order to allow method chaining
2082
+ */
2083
+ setName(
2084
+ /**
2085
+ * New value for property `name`
2086
+ */
2087
+ sName?: string
2088
+ ): this;
2089
+ /**
2090
+ * Sets a new value for property {@link #getText text}.
2091
+ *
2092
+ * The text displayed in the font family dropdown.
2093
+ *
2094
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2095
+ *
2096
+ *
2097
+ * @returns Reference to `this` in order to allow method chaining
2098
+ */
2099
+ setText(
2100
+ /**
2101
+ * New value for property `text`
2102
+ */
2103
+ sText?: string
2104
+ ): this;
2105
+ /**
2106
+ * Sets a new value for property {@link #getUrl url}.
2107
+ *
2108
+ * Used to load the font. The URL should point to a CSS file that defines the font-face.
2109
+ *
2110
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2111
+ *
2112
+ *
2113
+ * @returns Reference to `this` in order to allow method chaining
2114
+ */
2115
+ setUrl(
2116
+ /**
2117
+ * New value for property `url`
2118
+ */
2119
+ sUrl?: sap.ui.core.URI
2120
+ ): this;
2121
+ /**
2122
+ * Sets a new value for property {@link #getValue value}.
2123
+ *
2124
+ * The value of the font family. CSS font-family value that will be applied to the text.
2125
+ *
2126
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2127
+ *
2128
+ *
2129
+ * @returns Reference to `this` in order to allow method chaining
2130
+ */
2131
+ setValue(
2132
+ /**
2133
+ * New value for property `value`
2134
+ */
2135
+ sValue?: string
2136
+ ): this;
2137
+ }
1838
2138
  /**
1839
2139
  * Determines which editor component should be used for editing the text.
1840
2140
  *
@@ -1846,10 +2146,6 @@ declare namespace sap {
1846
2146
  * Uses latest recommended TinyMCE version Current one is TinyMCE 7
1847
2147
  */
1848
2148
  TinyMCE = "TinyMCE",
1849
- /**
1850
- * Uses TinyMCE version 6 as editor
1851
- */
1852
- TinyMCE6 = "TinyMCE6",
1853
2149
  /**
1854
2150
  * Uses TinyMCE version 7 as editor
1855
2151
  */
@@ -1893,5 +2189,7 @@ declare namespace sap {
1893
2189
  "sap/ui/richtexteditor/library": undefined;
1894
2190
 
1895
2191
  "sap/ui/richtexteditor/RichTextEditor": undefined;
2192
+
2193
+ "sap/ui/richtexteditor/RichTextEditorFontFamily": undefined;
1896
2194
  }
1897
2195
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -640,6 +640,10 @@ declare namespace sap {
640
640
  *
641
641
  * For details about data aggregation, see {@link sap.ui.model.odata.v4.ODataListBinding#setAggregation}.
642
642
  *
643
+ * In combination with the {@link sap.ui.table.Table Table} control, this plugin offers a UI for OData V4
644
+ * that is similar to the one the {@link sap.ui.table.AnalyticalTable AnalyticalTable} offers for OData
645
+ * V2.
646
+ *
643
647
  * @since 1.140
644
648
  */
645
649
  class ODataV4Aggregation extends sap.ui.core.Element {
@@ -775,6 +779,9 @@ declare namespace sap {
775
779
  *
776
780
  * For details about hierarchies, see {@link sap.ui.model.odata.v4.ODataListBinding#setAggregation}.
777
781
  *
782
+ * In combination with the {@link sap.ui.table.Table Table} control, this plugin offers a UI for OData V4
783
+ * that is similar to the one the {@link sap.ui.table.TreeTable TreeTable} offers for other models.
784
+ *
778
785
  * @since 1.140
779
786
  */
780
787
  class ODataV4Hierarchy extends sap.ui.core.Element {
@@ -4383,9 +4390,11 @@ declare namespace sap {
4383
4390
  static getMetadata(): sap.ui.core.ElementMetadata;
4384
4391
  }
4385
4392
  /**
4386
- * Table that handles analytical OData back-end scenarios. The `AnalyticalTable` only works with {@link sap.ui.model.analytics.AnalyticalBinding AnalyticalBinding }
4393
+ * Table that handles analytical OData V2 back-end scenarios. The `AnalyticalTable` only works with {@link sap.ui.model.analytics.AnalyticalBinding AnalyticalBinding }
4387
4394
  * and correctly annotated OData services. Please check out the functionality of analytical binding and
4388
- * the SAP Annotations for OData Version 2.0 documentation for further details.
4395
+ * the SAP Annotations for OData Version 2.0 documentation for further details. For an analytical-table-like
4396
+ * behavior with OData V4 services, use the {@link sap.ui.table.Table Table} control with the {@link sap.ui.table.plugins.ODataV4Aggregation ODataV4Aggregation }
4397
+ * plugin.
4389
4398
  */
4390
4399
  class AnalyticalTable extends sap.ui.table.Table {
4391
4400
  /**
@@ -4396,6 +4405,7 @@ declare namespace sap {
4396
4405
  * of the syntax of the settings object.
4397
4406
  * See:
4398
4407
  * https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
4408
+ * {@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
4399
4409
  * {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
4400
4410
  * {@link fiori:/analytical-table-alv/ Analytical Table}
4401
4411
  */
@@ -4413,6 +4423,7 @@ declare namespace sap {
4413
4423
  * of the syntax of the settings object.
4414
4424
  * See:
4415
4425
  * https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
4426
+ * {@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
4416
4427
  * {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
4417
4428
  * {@link fiori:/analytical-table-alv/ Analytical Table}
4418
4429
  */
@@ -10989,7 +11000,10 @@ declare namespace sap {
10989
11000
  ): this;
10990
11001
  }
10991
11002
  /**
10992
- * The TreeTable control provides a comprehensive set of features to display hierarchical data.
11003
+ * The TreeTable control provides a comprehensive set of features to display hierarchical data. The control
11004
+ * can be used in combination with {@link sap.ui.model.json.JSONModel JSONModel} and {@link sap.ui.model.odata.v2.ODataModel ODataModel V2}.
11005
+ * For a tree-table-like behavior with OData V4 services, use the {@link sap.ui.table.Table Table} control
11006
+ * with the {@link sap.ui.table.plugins.ODataV4Hierarchy ODataV4Hierarchy} plugin.
10993
11007
  */
10994
11008
  class TreeTable extends sap.ui.table.Table {
10995
11009
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -6158,6 +6158,12 @@ declare namespace sap {
6158
6158
  * - Do not use interactive controls as content, as they may trigger unwanted selection of the appointment
6159
6159
  * and may lead to unpredictable results.
6160
6160
  *
6161
+ * **Note:** When using the `customContent` aggregation, it is the application developer's responsibility
6162
+ * to add appropriate labels to the `ariaLabelledBy` association to provide accessible information about
6163
+ * this appointment as the standard properties (`title`, `text`, `description`, and `icon`) are ignored,
6164
+ * which means screen readers will have no information about the appointment unless proper ARIA labeling
6165
+ * is implemented.
6166
+ *
6161
6167
  * @since 1.93.0
6162
6168
  */
6163
6169
  customContent?:
@@ -6165,6 +6171,11 @@ declare namespace sap {
6165
6171
  | sap.ui.core.Control
6166
6172
  | sap.ui.base.ManagedObject.AggregationBindingInfo
6167
6173
  | `{${string}}`;
6174
+
6175
+ /**
6176
+ * Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledBy).
6177
+ */
6178
+ ariaLabelledBy?: Array<sap.ui.core.Control | string>;
6168
6179
  }
6169
6180
 
6170
6181
  /**
@@ -10145,6 +10156,18 @@ declare namespace sap {
10145
10156
  * @returns Metadata object describing this class
10146
10157
  */
10147
10158
  static getMetadata(): sap.ui.core.ElementMetadata;
10159
+ /**
10160
+ * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
10161
+ *
10162
+ *
10163
+ * @returns Reference to `this` in order to allow method chaining
10164
+ */
10165
+ addAriaLabelledBy(
10166
+ /**
10167
+ * The ariaLabelledBy to add; if empty, nothing is inserted
10168
+ */
10169
+ vAriaLabelledBy: sap.ui.core.ID | sap.ui.core.Control
10170
+ ): this;
10148
10171
  /**
10149
10172
  * Adds some customContent to the aggregation {@link #getCustomContent customContent}.
10150
10173
  *
@@ -10166,6 +10189,10 @@ declare namespace sap {
10166
10189
  * @returns Reference to `this` in order to allow method chaining
10167
10190
  */
10168
10191
  destroyCustomContent(): this;
10192
+ /**
10193
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
10194
+ */
10195
+ getAriaLabelledBy(): sap.ui.core.ID[];
10169
10196
  /**
10170
10197
  * Gets current value of property {@link #getColor color}.
10171
10198
  *
@@ -10191,6 +10218,12 @@ declare namespace sap {
10191
10218
  * - Do not use interactive controls as content, as they may trigger unwanted selection of the appointment
10192
10219
  * and may lead to unpredictable results.
10193
10220
  *
10221
+ * **Note:** When using the `customContent` aggregation, it is the application developer's responsibility
10222
+ * to add appropriate labels to the `ariaLabelledBy` association to provide accessible information about
10223
+ * this appointment as the standard properties (`title`, `text`, `description`, and `icon`) are ignored,
10224
+ * which means screen readers will have no information about the appointment unless proper ARIA labeling
10225
+ * is implemented.
10226
+ *
10194
10227
  * @since 1.93.0
10195
10228
  */
10196
10229
  getCustomContent(): sap.ui.core.Control[];
@@ -10297,6 +10330,13 @@ declare namespace sap {
10297
10330
  */
10298
10331
  iIndex: int
10299
10332
  ): this;
10333
+ /**
10334
+ * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
10335
+ *
10336
+ *
10337
+ * @returns An array of the removed elements (might be empty)
10338
+ */
10339
+ removeAllAriaLabelledBy(): sap.ui.core.ID[];
10300
10340
  /**
10301
10341
  * Removes all the controls from the aggregation {@link #getCustomContent customContent}.
10302
10342
  *
@@ -10307,6 +10347,18 @@ declare namespace sap {
10307
10347
  * @returns An array of the removed elements (might be empty)
10308
10348
  */
10309
10349
  removeAllCustomContent(): sap.ui.core.Control[];
10350
+ /**
10351
+ * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
10352
+ *
10353
+ *
10354
+ * @returns The removed ariaLabelledBy or `null`
10355
+ */
10356
+ removeAriaLabelledBy(
10357
+ /**
10358
+ * The ariaLabelledBy to be removed or its index or ID
10359
+ */
10360
+ vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
10361
+ ): sap.ui.core.ID | null;
10310
10362
  /**
10311
10363
  * Removes a customContent from the aggregation {@link #getCustomContent customContent}.
10312
10364
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {