@sapui5/ts-types 1.109.3 → 1.110.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +39 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +235 -28
  8. package/types/sap.f.d.ts +49 -28
  9. package/types/sap.fe.core.d.ts +85 -22
  10. package/types/sap.fe.macros.d.ts +84 -36
  11. package/types/sap.fe.navigation.d.ts +316 -936
  12. package/types/sap.fe.templates.d.ts +103 -8
  13. package/types/sap.fe.test.d.ts +25 -24
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +176 -29
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +4272 -712
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +20 -8
  22. package/types/sap.ovp.d.ts +125 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +102 -4
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +51 -1
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +4 -2
  31. package/types/sap.ui.commons.d.ts +86 -32
  32. package/types/sap.ui.comp.d.ts +89 -20
  33. package/types/sap.ui.core.d.ts +4160 -3750
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +86 -1
  36. package/types/sap.ui.fl.d.ts +12 -2
  37. package/types/sap.ui.generic.app.d.ts +59 -4
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +60 -41
  40. package/types/sap.ui.layout.d.ts +12 -12
  41. package/types/sap.ui.mdc.d.ts +11 -7
  42. package/types/sap.ui.richtexteditor.d.ts +19 -10
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +51 -349
  46. package/types/sap.ui.table.d.ts +66 -10
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +102 -322
  49. package/types/sap.ui.ux3.d.ts +7 -3
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +122 -1
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +6 -6
  55. package/types/sap.ui.webc.main.d.ts +5 -5
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +32 -81
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +8 -29
  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 +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
  65. package/types/sap.fe.common.d.ts +0 -3
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1332,7 +1332,11 @@ declare namespace sap {
1332
1332
  * JSON-like object which defines the position of the child control in the layout. The object is expected
1333
1333
  * to have one or more from the attribute set top, bottom, left, right; each with a value of type sap.ui.core.CSSSize.
1334
1334
  */
1335
- oPos?: object
1335
+ oPos?: {
1336
+ left: string;
1337
+
1338
+ right: string;
1339
+ }
1336
1340
  ): this;
1337
1341
  /**
1338
1342
  * Adds element to the layout.
@@ -1343,7 +1347,7 @@ declare namespace sap {
1343
1347
  /**
1344
1348
  * Element which must be positioned in the layout.
1345
1349
  */
1346
- oPosition: object
1350
+ oPosition: sap.ui.core.Control
1347
1351
  ): this;
1348
1352
  /**
1349
1353
  * Destroys all aggregated position containers and their child controls. Returns 'this' to allow method
@@ -1447,7 +1451,11 @@ declare namespace sap {
1447
1451
  * JSON-like object which defines the position of the child control in the layout. The object is expected
1448
1452
  * to have one or more from the attribute set top, bottom, left, right; each with a value of type sap.ui.core.CSSSize.
1449
1453
  */
1450
- oPos?: object
1454
+ oPos?: {
1455
+ left: string;
1456
+
1457
+ right: string;
1458
+ }
1451
1459
  ): this;
1452
1460
  /**
1453
1461
  * Inserts element to the layout on a specific index.
@@ -1458,7 +1466,7 @@ declare namespace sap {
1458
1466
  /**
1459
1467
  * Element which must be positioned in the layout.
1460
1468
  */
1461
- oPosition: object,
1469
+ oPosition: sap.ui.core.Control,
1462
1470
  /**
1463
1471
  * Index of the element which is to be positioned.
1464
1472
  */
@@ -1474,7 +1482,7 @@ declare namespace sap {
1474
1482
  *
1475
1483
  * @returns Removed elements.
1476
1484
  */
1477
- removeAllPositions(): object;
1485
+ removeAllPositions(): sap.ui.core.Control[];
1478
1486
  /**
1479
1487
  * Removes the given control and its corresponding position container from the aggregation named 'positions'.
1480
1488
  */
@@ -1483,7 +1491,7 @@ declare namespace sap {
1483
1491
  * The content control to remove, its ID, or the index of the corresponding position container in the 'positions'
1484
1492
  * aggregation.
1485
1493
  */
1486
- oContent: object
1494
+ vContent: string | sap.ui.core.Control
1487
1495
  ): sap.ui.core.Control;
1488
1496
  /**
1489
1497
  * Removes element from the layout.
@@ -1495,7 +1503,7 @@ declare namespace sap {
1495
1503
  * Element which must be removed from the positions element within the layout.
1496
1504
  */
1497
1505
  vPosition: any
1498
- ): object;
1506
+ ): sap.ui.core.Control;
1499
1507
  /**
1500
1508
  * Sets the `height` property.
1501
1509
  *
@@ -1516,7 +1524,7 @@ declare namespace sap {
1516
1524
  /**
1517
1525
  * Object that contains settings for Horizontal scrolling.
1518
1526
  */
1519
- oHorizontalScrolling: object
1527
+ oHorizontalScrolling: sap.ui.core.Scrolling
1520
1528
  ): this;
1521
1529
  /**
1522
1530
  * Allows to set or change the position information of the given child control
@@ -1531,7 +1539,11 @@ declare namespace sap {
1531
1539
  * JSON-like object which defines the position of the child control in the layout. The object is expected
1532
1540
  * to have one or more from the attribute set top, bottom, left, right; each with a value of type sap.ui.core.CSSSize.
1533
1541
  */
1534
- oPos?: object
1542
+ oPos?: {
1543
+ left: string;
1544
+
1545
+ right: string;
1546
+ }
1535
1547
  ): boolean;
1536
1548
  /**
1537
1549
  * Sets the `verticalScrolling` property.
@@ -1542,7 +1554,7 @@ declare namespace sap {
1542
1554
  /**
1543
1555
  * Object that contains settings for Vertical scrolling.
1544
1556
  */
1545
- oVerticalScrolling: object
1557
+ oVerticalScrolling: sap.ui.core.Scrolling
1546
1558
  ): this;
1547
1559
  /**
1548
1560
  * Sets the `width` property.
@@ -1628,7 +1640,7 @@ declare namespace sap {
1628
1640
  /**
1629
1641
  * Adds controls to the specified area.
1630
1642
  *
1631
- * @returns `this` to allow method chaining
1643
+ * @returns Reference to `this` for method chaining
1632
1644
  */
1633
1645
  addContent(
1634
1646
  /**
@@ -1673,7 +1685,7 @@ declare namespace sap {
1673
1685
  /**
1674
1686
  * Destroys the content of the specified area.
1675
1687
  *
1676
- * @returns `this` to allow method chaining
1688
+ * @returns Reference to `this` for method chaining
1677
1689
  */
1678
1690
  destroyContent(
1679
1691
  /**
@@ -1730,7 +1742,7 @@ declare namespace sap {
1730
1742
  * Specifies the area whose data will be returned
1731
1743
  */
1732
1744
  sAreaId: sap.ui.commons.layout.BorderLayoutAreaTypes
1733
- ): object;
1745
+ ): sap.ui.commons.BorderLayoutAreaData;
1734
1746
  /**
1735
1747
  * Gets content of aggregation {@link #getBegin begin}.
1736
1748
  *
@@ -1822,7 +1834,7 @@ declare namespace sap {
1822
1834
  /**
1823
1835
  * Inserts controls to an area at a given index.
1824
1836
  *
1825
- * @returns `this` to allow method chaining
1837
+ * @returns Reference to `this` for method chaining
1826
1838
  */
1827
1839
  insertContent(
1828
1840
  /**
@@ -1839,7 +1851,7 @@ declare namespace sap {
1839
1851
  /**
1840
1852
  * Removes all content from an area.
1841
1853
  *
1842
- * @returns `this` to allow method chaining
1854
+ * @returns Reference to `this` for method chaining
1843
1855
  */
1844
1856
  removeAllContent(
1845
1857
  /**
@@ -1850,7 +1862,7 @@ declare namespace sap {
1850
1862
  /**
1851
1863
  * Removes the content with the given index from an area.
1852
1864
  *
1853
- * @returns `this` to allow method chaining
1865
+ * @returns Reference to `this` for method chaining
1854
1866
  */
1855
1867
  removeContent(
1856
1868
  /**
@@ -1865,7 +1877,7 @@ declare namespace sap {
1865
1877
  /**
1866
1878
  * Sets the properties of the specified area with the given values.
1867
1879
  *
1868
- * @returns `this` to allow method chaining
1880
+ * @returns Reference to `this` for method chaining
1869
1881
  */
1870
1882
  setAreaData(
1871
1883
  /**
@@ -1875,7 +1887,7 @@ declare namespace sap {
1875
1887
  /**
1876
1888
  * JSON-like object that contains the values to be set
1877
1889
  */
1878
- oData: object
1890
+ oData: sap.ui.commons.BorderLayoutAreaData
1879
1891
  ): this;
1880
1892
  /**
1881
1893
  * Sets the aggregated {@link #getBegin begin}.
@@ -9175,7 +9187,7 @@ declare namespace sap {
9175
9187
  *
9176
9188
  * @returns Current accessibility state of the control.
9177
9189
  */
9178
- getAccessibilityInfo(): object;
9190
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
9179
9191
  /**
9180
9192
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
9181
9193
  * ariaDescribedBy}.
@@ -10717,9 +10729,9 @@ declare namespace sap {
10717
10729
  * See:
10718
10730
  * sap.ui.core.Control#getAccessibilityInfo
10719
10731
  *
10720
- * @returns The accessibility info
10732
+ * @returns The object contains the accessibility information of `sap.ui.commons.CheckBox`
10721
10733
  */
10722
- getAccessibilityInfo(): object;
10734
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
10723
10735
  /**
10724
10736
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
10725
10737
  * ariaDescribedBy}.
@@ -11197,7 +11209,7 @@ declare namespace sap {
11197
11209
  *
11198
11210
  * @returns The accessibility info
11199
11211
  */
11200
- getAccessibilityInfo(): object;
11212
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
11201
11213
  /**
11202
11214
  * Gets current value of property {@link #getDisplaySecondaryValues displaySecondaryValues}.
11203
11215
  *
@@ -11545,7 +11557,7 @@ declare namespace sap {
11545
11557
  *
11546
11558
  * @returns Current accessibility state of the control
11547
11559
  */
11548
- getAccessibilityInfo(): object;
11560
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
11549
11561
  /**
11550
11562
  * Gets current value of property {@link #getLocale locale}.
11551
11563
  *
@@ -14166,7 +14178,7 @@ declare namespace sap {
14166
14178
  *
14167
14179
  * @returns Current accessibility state of the control.
14168
14180
  */
14169
- getAccessibilityInfo(): object;
14181
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
14170
14182
  /**
14171
14183
  * Gets content of aggregation {@link #getContent content}.
14172
14184
  *
@@ -14382,7 +14394,7 @@ declare namespace sap {
14382
14394
  *
14383
14395
  * @returns The accessibility info
14384
14396
  */
14385
- getAccessibilityInfo(): object;
14397
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
14386
14398
  /**
14387
14399
  * Gets current value of property {@link #getDesign design}.
14388
14400
  *
@@ -14835,9 +14847,9 @@ declare namespace sap {
14835
14847
  * See:
14836
14848
  * sap.ui.core.Control#getAccessibilityInfo
14837
14849
  *
14838
- * @returns The accessibility info
14850
+ * @returns The object contains the accessibility information of `sap.ui.commons.Link`
14839
14851
  */
14840
- getAccessibilityInfo(): object;
14852
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
14841
14853
  /**
14842
14854
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
14843
14855
  * ariaDescribedBy}.
@@ -25687,7 +25699,7 @@ declare namespace sap {
25687
25699
  *
25688
25700
  * @returns Current accessibility state of the control
25689
25701
  */
25690
- getAccessibilityInfo(): object;
25702
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
25691
25703
  /**
25692
25704
  * Gets current value of property {@link #getAccessibleRole accessibleRole}.
25693
25705
  *
@@ -25743,7 +25755,7 @@ declare namespace sap {
25743
25755
  *
25744
25756
  * @returns an object representing the serialized focus information
25745
25757
  */
25746
- getFocusInfo(): object;
25758
+ getFocusInfo(): sap.ui.commons.FocusInfo;
25747
25759
  /**
25748
25760
  * Gets current value of property {@link #getHelpId helpId}.
25749
25761
  *
@@ -26321,7 +26333,7 @@ declare namespace sap {
26321
26333
  *
26322
26334
  * @returns The accessibility info
26323
26335
  */
26324
- getAccessibilityInfo(): object;
26336
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
26325
26337
  /**
26326
26338
  * Gets current value of property {@link #getAccessibleRole accessibleRole}.
26327
26339
  *
@@ -26812,7 +26824,7 @@ declare namespace sap {
26812
26824
  *
26813
26825
  * @returns Current accessibility state of the control
26814
26826
  */
26815
- getAccessibilityInfo(): object;
26827
+ getAccessibilityInfo(): sap.ui.core.AccessibilityInfo;
26816
26828
  /**
26817
26829
  * Gets current value of property {@link #getPressed pressed}.
26818
26830
  *
@@ -29254,6 +29266,34 @@ declare namespace sap {
29254
29266
  */
29255
29267
  Unchecked = "Unchecked",
29256
29268
  }
29269
+ /**
29270
+ * @SINCE 1.110
29271
+ *
29272
+ * The object contains the available parameters for BorderLayout's Area.
29273
+ */
29274
+ type BorderLayoutAreaData = {
29275
+ /**
29276
+ * Defines the height or the width. Is not used when the area element is in Center.
29277
+ */
29278
+ size?: sap.ui.core.CSSSize;
29279
+ /**
29280
+ * Invisible controls are not rendered.
29281
+ */
29282
+ visible?: boolean;
29283
+ /**
29284
+ * The overflow mode of the area in horizontal direction as CSS value.
29285
+ */
29286
+ overflowX?: string;
29287
+ /**
29288
+ * The overflow mode of the area in vertical direction as CSS value.
29289
+ */
29290
+ overflowY?: string;
29291
+ /**
29292
+ * The content alignment as CSS value.
29293
+ */
29294
+ contentAlign?: string;
29295
+ };
29296
+
29257
29297
  /**
29258
29298
  * @deprecated (since 1.48.0) - Use {@link sap.ui.unified.ColorPickerMode} instead.
29259
29299
  *
@@ -29264,6 +29304,20 @@ declare namespace sap {
29264
29304
  */
29265
29305
  type ColorPickerMode = sap.ui.unified.ColorPickerMode;
29266
29306
 
29307
+ /**
29308
+ * The object representing the serialized focus information.
29309
+ */
29310
+ type FocusInfo = {
29311
+ /**
29312
+ * ID of the component
29313
+ */
29314
+ id?: string;
29315
+ /**
29316
+ * User input
29317
+ */
29318
+ userinput?: /* was: sap.ui.commons.UserInputInfo */ any | null;
29319
+ };
29320
+
29267
29321
  /**
29268
29322
  * @deprecated (since 1.38)
29269
29323
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.109.0
1
+ // For Library Version: 1.110.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -8925,7 +8925,7 @@ declare namespace sap {
8925
8925
  /**
8926
8926
  * The variant JSON
8927
8927
  */
8928
- oVariantJSON: Object,
8928
+ oVariantJSON: sap.ui.comp.SmartChart.Variant,
8929
8929
  /**
8930
8930
  * Describes the context in which the variant has been applied
8931
8931
  */
@@ -9755,7 +9755,7 @@ declare namespace sap {
9755
9755
  *
9756
9756
  * @returns The currently used variant in an internal format
9757
9757
  */
9758
- fetchVariant(): Object;
9758
+ fetchVariant(): sap.ui.comp.SmartChart.Variant;
9759
9759
  /**
9760
9760
  * Fires event {@link #event:afterVariantApply afterVariantApply} to attached listeners.
9761
9761
  *
@@ -9960,7 +9960,7 @@ declare namespace sap {
9960
9960
  *
9961
9961
  * @returns The inner chart object
9962
9962
  */
9963
- getChart(): object;
9963
+ getChart(): sap.chart.Chart;
9964
9964
  /**
9965
9965
  * @SINCE 1.57.0
9966
9966
  *
@@ -9973,7 +9973,7 @@ declare namespace sap {
9973
9973
  *
9974
9974
  * @returns Promise for inner chart object
9975
9975
  */
9976
- getChartAsync(): object;
9976
+ getChartAsync(): Promise<sap.chart.Chart>;
9977
9977
  /**
9978
9978
  * Gets current value of property {@link #getChartBindingPath chartBindingPath}.
9979
9979
  *
@@ -11118,6 +11118,23 @@ declare namespace sap {
11118
11118
  }
11119
11119
  }
11120
11120
 
11121
+ namespace SmartChart {
11122
+ type Variant = {
11123
+ /**
11124
+ * Information about all measures and dimensions of the chart
11125
+ */
11126
+ dimeasure: /* was: sap.ui.comp.SmartChart.Variant.Dimeasure */ any;
11127
+ /**
11128
+ * Information about the current filters applied to the chart
11129
+ */
11130
+ filter?: /* was: sap.ui.comp.SmartChart.Variant.Filter */ any;
11131
+ /**
11132
+ * Information about the current sorters applied to the chart
11133
+ */
11134
+ sort?: /* was: sap.ui.comp.SmartChart.Variant.Sort */ any;
11135
+ };
11136
+ }
11137
+
11121
11138
  namespace smartfield {
11122
11139
  interface $ComboBoxSettings extends sap.m.$ComboBoxSettings {
11123
11140
  enteredValue?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -11126,6 +11143,14 @@ declare namespace sap {
11126
11143
  * Property works the same as sap.m.Input control `value`
11127
11144
  */
11128
11145
  realValue?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
11146
+
11147
+ /**
11148
+ * Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
11149
+ * from the ValueList property.
11150
+ */
11151
+ valueTextArrangement?:
11152
+ | string
11153
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
11129
11154
  }
11130
11155
 
11131
11156
  interface $ConfigurationSettings extends sap.ui.core.$ElementSettings {
@@ -11924,6 +11949,17 @@ declare namespace sap {
11924
11949
  * @returns Value of property `realValue`
11925
11950
  */
11926
11951
  getRealValue(): string;
11952
+ /**
11953
+ * Gets current value of property {@link #getValueTextArrangement valueTextArrangement}.
11954
+ *
11955
+ * Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
11956
+ * from the ValueList property.
11957
+ *
11958
+ * Default value is `empty string`.
11959
+ *
11960
+ * @returns Value of property `valueTextArrangement`
11961
+ */
11962
+ getValueTextArrangement(): string;
11927
11963
  /**
11928
11964
  * Sets a new value for property {@link #getEnteredValue enteredValue}.
11929
11965
  *
@@ -11956,6 +11992,24 @@ declare namespace sap {
11956
11992
  */
11957
11993
  sRealValue?: string
11958
11994
  ): this;
11995
+ /**
11996
+ * Sets a new value for property {@link #getValueTextArrangement valueTextArrangement}.
11997
+ *
11998
+ * Sets the `value` property formatting according to the `com.sap.vocabularies.UI.v1.TextArrangementType`
11999
+ * from the ValueList property.
12000
+ *
12001
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
12002
+ *
12003
+ * Default value is `empty string`.
12004
+ *
12005
+ * @returns Reference to `this` in order to allow method chaining
12006
+ */
12007
+ setValueTextArrangement(
12008
+ /**
12009
+ * New value for property `valueTextArrangement`
12010
+ */
12011
+ sValueTextArrangement?: string
12012
+ ): this;
11959
12013
  }
11960
12014
  /**
11961
12015
  * The configuration allows to further define the behavior of a `SmartField`.
@@ -17337,7 +17391,12 @@ declare namespace sap {
17337
17391
  /**
17338
17392
  * Parameters to pass along with the event
17339
17393
  */
17340
- mParameters?: object
17394
+ mParameters?: {
17395
+ /**
17396
+ * The current pending value.
17397
+ */
17398
+ pendingValue?: boolean;
17399
+ }
17341
17400
  ): this;
17342
17401
  /**
17343
17402
  * @EXPERIMENTAL (since 1.42.0) - The API is NOT stable yet. Use at your own risk.
@@ -28377,6 +28436,10 @@ declare namespace sap {
28377
28436
  * Contains the export settings defined by the user
28378
28437
  */
28379
28438
  userExportSettings?: object;
28439
+ /**
28440
+ * Contains the filter settings that are applied to the exported data
28441
+ */
28442
+ filterSettings?: object[];
28380
28443
  }
28381
28444
  ): this;
28382
28445
  /**
@@ -31227,14 +31290,14 @@ declare namespace sap {
31227
31290
  /**
31228
31291
  * Removes a registered personalizable control.
31229
31292
  *
31230
- * @returns removed wrapper for the personalizable control
31293
+ * @returns Removed wrapper for the personalizable control
31231
31294
  */
31232
31295
  removePersonalizableControl(
31233
31296
  /**
31234
- * wrapper for the personalizable control
31297
+ * Wrapper for the personalizable control
31235
31298
  */
31236
31299
  oCurrentControlInfo: sap.ui.comp.smartvariants.PersonalizableInfo
31237
- ): object;
31300
+ ): sap.ui.comp.smartvariants.PersonalizableInfo;
31238
31301
  /**
31239
31302
  * Removes a registered personalizable control.
31240
31303
  */
@@ -31262,14 +31325,14 @@ declare namespace sap {
31262
31325
  /**
31263
31326
  * The entity set name from OData metadata, with which the smart variant control must be bound.
31264
31327
  *
31265
- * @returns the control instance
31328
+ * @returns The control instance
31266
31329
  */
31267
31330
  setEntitySet(
31268
31331
  /**
31269
31332
  * The entity set
31270
31333
  */
31271
31334
  sEntitySetName: string
31272
- ): Object;
31335
+ ): sap.ui.comp.smartvariants.SmartVariantManagement;
31273
31336
  /**
31274
31337
  * Sets a new value for property {@link #getPersistencyKey persistencyKey}.
31275
31338
  *
@@ -31870,9 +31933,13 @@ declare namespace sap {
31870
31933
  * Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
31871
31934
  * is fired when width of the control is changed.
31872
31935
  *
31873
- * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
31936
+ * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface
31874
31937
  */
31875
- getOverflowToolbarConfig(): object;
31938
+ getOverflowToolbarConfig(): {
31939
+ canOverflow: boolean;
31940
+
31941
+ invalidationEvents: string[];
31942
+ };
31876
31943
  /**
31877
31944
  * Gets current value of property {@link #getSelectionKey selectionKey}.
31878
31945
  *
@@ -33949,7 +34016,7 @@ declare namespace sap {
33949
34016
  */
33950
34017
  updateTokens?: object[];
33951
34018
  /**
33952
- * Can be set to `true` to execute the default behaviour of the ValueHelpDialog.
34019
+ * When the value is `true`, then the default behavior of `ValueHelpDialog` will be executed.
33953
34020
  */
33954
34021
  useDefault?: boolean;
33955
34022
  /**
@@ -33975,7 +34042,7 @@ declare namespace sap {
33975
34042
  */
33976
34043
  tokenKeys?: string[];
33977
34044
  /**
33978
- * Can be set to true to execute the default behaviour of ValueHelpDialog.
34045
+ * When the value is `true`, then the default behavior of `ValueHelpDialog` will be executed.
33979
34046
  */
33980
34047
  useDefault?: boolean;
33981
34048
  }
@@ -33997,7 +34064,7 @@ declare namespace sap {
33997
34064
  */
33998
34065
  tokenKeys?: string[];
33999
34066
  /**
34000
- * Can be set to true to execute the default behavior of ValueHelpDialog.
34067
+ * When the value is `true`, then the default behavior of `ValueHelpDialog` will be executed.
34001
34068
  */
34002
34069
  useDefault?: boolean;
34003
34070
  }
@@ -36205,9 +36272,13 @@ declare namespace sap {
36205
36272
  * Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
36206
36273
  * is fired when width of the control is changed.
36207
36274
  *
36208
- * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
36275
+ * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface
36209
36276
  */
36210
- getOverflowToolbarConfig(): object;
36277
+ getOverflowToolbarConfig(): {
36278
+ canOverflow: boolean;
36279
+
36280
+ invalidationEvents: string[];
36281
+ };
36211
36282
  /**
36212
36283
  * @SINCE 1.24.0
36213
36284
  *
@@ -36863,8 +36934,6 @@ declare namespace sap {
36863
36934
 
36864
36935
  "sap/ui/comp/state/UIState": undefined;
36865
36936
 
36866
- "sap/ui/comp/transport/TransportDialog": undefined;
36867
-
36868
36937
  "sap/ui/comp/valuehelpdialog/ValueHelpDialog": undefined;
36869
36938
 
36870
36939
  "sap/ui/comp/variants/EditableVariantItem": undefined;