@sapui5/ts-types 1.142.1 → 1.143.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 (71) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  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 +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +7 -3
  8. package/types/sap.esh.search.ui.d.ts +670 -13
  9. package/types/sap.f.d.ts +8 -1
  10. package/types/sap.fe.ariba.d.ts +1 -1
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +1 -6
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +35 -95
  16. package/types/sap.fe.navigation.d.ts +1 -1
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +1 -1
  20. package/types/sap.fe.test.d.ts +7 -2
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +1 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/sap.m.d.ts +168 -11
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +1 -1
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +1 -1
  32. package/types/sap.suite.ui.commons.d.ts +216 -11
  33. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  34. package/types/sap.suite.ui.microchart.d.ts +24 -2
  35. package/types/sap.tnt.d.ts +1 -1
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +7 -4
  39. package/types/sap.ui.core.d.ts +66 -54
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +1 -1
  42. package/types/sap.ui.fl.d.ts +3 -6
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.geomap.d.ts +27560 -0
  46. package/types/sap.ui.integration.d.ts +45 -9
  47. package/types/sap.ui.layout.d.ts +64 -46
  48. package/types/sap.ui.mdc.d.ts +500 -124
  49. package/types/sap.ui.richtexteditor.d.ts +52 -15
  50. package/types/sap.ui.rta.d.ts +1 -1
  51. package/types/sap.ui.suite.d.ts +1 -1
  52. package/types/sap.ui.support.d.ts +1 -1
  53. package/types/sap.ui.table.d.ts +35 -1
  54. package/types/sap.ui.testrecorder.d.ts +1 -1
  55. package/types/sap.ui.unified.d.ts +1 -1
  56. package/types/sap.ui.ux3.d.ts +1 -1
  57. package/types/sap.ui.vbm.d.ts +1 -1
  58. package/types/sap.ui.vk.d.ts +61 -1
  59. package/types/sap.ui.vtm.d.ts +1 -1
  60. package/types/sap.ui.webc.common.d.ts +1 -1
  61. package/types/sap.ui.webc.fiori.d.ts +1 -1
  62. package/types/sap.ui.webc.main.d.ts +1 -1
  63. package/types/sap.uiext.inbox.d.ts +1 -1
  64. package/types/sap.ushell.d.ts +53 -10
  65. package/types/sap.ushell_abap.d.ts +1 -1
  66. package/types/sap.uxap.d.ts +1 -1
  67. package/types/sap.viz.d.ts +1 -1
  68. package/types/sap.webanalytics.core.d.ts +1 -1
  69. package/types/sap.zen.commons.d.ts +1 -1
  70. package/types/sap.zen.crosstab.d.ts +1 -1
  71. package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.0
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/m/p13n/Engine" {
4
4
  /**
@@ -34724,9 +34724,40 @@ declare namespace sap {
34724
34724
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34725
34725
  | `{${string}}`;
34726
34726
 
34727
+ /**
34728
+ * Determines the color set variant of the MessageStrip. Available options:
34729
+ * - **Default** - Uses standard semantic colors based on the type property (Information, Success, Warning,
34730
+ * Error)
34731
+ * - **ColorSet1** - Uses a custom color palette with 10 predefined color schemes
34732
+ * - **ColorSet2** - Uses an alternative custom color palette with 10 predefined color schemes When
34733
+ * ColorSet1 or ColorSet2 is selected, the `colorScheme` property determines which of the 10 color variations
34734
+ * is applied.
34735
+ *
34736
+ * **Note:** When using ColorSet1 or ColorSet2 designs, the type property is still used for semantic purposes
34737
+ * but will be ignored for visual styling.
34738
+ *
34739
+ * @since 1.143.0
34740
+ */
34741
+ colorSet?:
34742
+ | sap.m.MessageStripColorSet
34743
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
34744
+ | `{${string}}`;
34745
+
34746
+ /**
34747
+ * Determines the color scheme when using ColorSet1 or ColorSet2 colorSet variants. Available values are
34748
+ * 1 through 10, each providing a different color variation. This property is only effective when `colorSet`
34749
+ * is set to "ColorSet1" or "ColorSet2".
34750
+ *
34751
+ * @since 1.143.0
34752
+ */
34753
+ colorScheme?:
34754
+ | int
34755
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
34756
+ | `{${string}}`;
34757
+
34727
34758
  /**
34728
34759
  * Determines a custom icon which is displayed. If none is set, the default icon for this message type is
34729
- * used.
34760
+ * used. **Note**: For ColorSet1 and ColorSet2 designs, no default icon is displayed unless explicitly provided.
34730
34761
  */
34731
34762
  customIcon?:
34732
34763
  | sap.ui.core.URI
@@ -40775,7 +40806,7 @@ declare namespace sap {
40775
40806
  * - **ContentFit**: Each button is sized according to its content.
40776
40807
  * - **EqualSized**: All buttons have equal width, regardless of their content.
40777
40808
  *
40778
- * @since 1.42.0
40809
+ * @since 1.142.0
40779
40810
  */
40780
40811
  contentMode?:
40781
40812
  | sap.m.SegmentedButtonContentMode
@@ -49165,6 +49196,11 @@ declare namespace sap {
49165
49196
  * The end date as a UI5Date or JavaScript Date object of the focused grid cell.
49166
49197
  */
49167
49198
  endDate?: object;
49199
+
49200
+ /**
49201
+ * The original browser event.
49202
+ */
49203
+ originalEvent?: object;
49168
49204
  }
49169
49205
 
49170
49206
  /**
@@ -96558,7 +96594,8 @@ declare namespace sap {
96558
96594
  /**
96559
96595
  * MessageStrip is a control that enables the embedding of application-related messages in the application.
96560
96596
  * Overview: The message strip displays 4 types of messages, each with a corresponding semantic color and
96561
- * icon: Information, Success, Warning and Error.
96597
+ * icon: Information, Success, Warning and Error. Additionally, it supports custom color schemes through
96598
+ * ColorSet1 and ColorSet2 design types, each providing 10 predefined color variations.
96562
96599
  *
96563
96600
  * Each message can have a close button, so that it can be removed from the UI if needed.
96564
96601
  *
@@ -96570,10 +96607,14 @@ declare namespace sap {
96570
96607
  * - <u> With version 1.85
96571
96608
  * - <br>
96572
96609
  *
96610
+ * Color Schemes: When using ColorSet1 or ColorSet2 as the design type, you can specify a `colorScheme`
96611
+ * from "1" to "10" to apply different color variations. This allows for better visual categorization and
96612
+ * theming flexibility while maintaining accessibility standards.
96613
+ *
96573
96614
  * Dynamically generated Message Strip: To meet the accessibility requirements when using dynamically generated
96574
96615
  * Message Strip you must implement it alongside `sap.ui.core.InvisibleMessage`. This will allow screen
96575
96616
  * readers to announce it in real time. We suggest such dynamically generated message strips to be announced
96576
- * as Information Bar, as shown in our Dynamic Message Strip Generator sample.”
96617
+ * as Information Bar, as shown in our "Dynamic Message Strip Generator sample."
96577
96618
  *
96578
96619
  * Usage: When to use:
96579
96620
  * - You want to provide information or status update within the detail area of an object When not
@@ -96761,6 +96802,41 @@ declare namespace sap {
96761
96802
  */
96762
96803
  mParameters?: object
96763
96804
  ): this;
96805
+ /**
96806
+ * Gets current value of property {@link #getColorScheme colorScheme}.
96807
+ *
96808
+ * Determines the color scheme when using ColorSet1 or ColorSet2 colorSet variants. Available values are
96809
+ * 1 through 10, each providing a different color variation. This property is only effective when `colorSet`
96810
+ * is set to "ColorSet1" or "ColorSet2".
96811
+ *
96812
+ * Default value is `1`.
96813
+ *
96814
+ * @since 1.143.0
96815
+ *
96816
+ * @returns Value of property `colorScheme`
96817
+ */
96818
+ getColorScheme(): int;
96819
+ /**
96820
+ * Gets current value of property {@link #getColorSet colorSet}.
96821
+ *
96822
+ * Determines the color set variant of the MessageStrip. Available options:
96823
+ * - **Default** - Uses standard semantic colors based on the type property (Information, Success, Warning,
96824
+ * Error)
96825
+ * - **ColorSet1** - Uses a custom color palette with 10 predefined color schemes
96826
+ * - **ColorSet2** - Uses an alternative custom color palette with 10 predefined color schemes When
96827
+ * ColorSet1 or ColorSet2 is selected, the `colorScheme` property determines which of the 10 color variations
96828
+ * is applied.
96829
+ *
96830
+ * **Note:** When using ColorSet1 or ColorSet2 designs, the type property is still used for semantic purposes
96831
+ * but will be ignored for visual styling.
96832
+ *
96833
+ * Default value is `Default`.
96834
+ *
96835
+ * @since 1.143.0
96836
+ *
96837
+ * @returns Value of property `colorSet`
96838
+ */
96839
+ getColorSet(): sap.m.MessageStripColorSet;
96764
96840
  /**
96765
96841
  * Gets content of aggregation {@link #getControls controls}.
96766
96842
  *
@@ -96775,7 +96851,7 @@ declare namespace sap {
96775
96851
  * Gets current value of property {@link #getCustomIcon customIcon}.
96776
96852
  *
96777
96853
  * Determines a custom icon which is displayed. If none is set, the default icon for this message type is
96778
- * used.
96854
+ * used. **Note**: For ColorSet1 and ColorSet2 designs, no default icon is displayed unless explicitly provided.
96779
96855
  *
96780
96856
  * Default value is `empty string`.
96781
96857
  *
@@ -96913,11 +96989,60 @@ declare namespace sap {
96913
96989
  */
96914
96990
  vControl: int | string | sap.m.Link
96915
96991
  ): sap.m.Link | null;
96992
+ /**
96993
+ * Sets a new value for property {@link #getColorScheme colorScheme}.
96994
+ *
96995
+ * Determines the color scheme when using ColorSet1 or ColorSet2 colorSet variants. Available values are
96996
+ * 1 through 10, each providing a different color variation. This property is only effective when `colorSet`
96997
+ * is set to "ColorSet1" or "ColorSet2".
96998
+ *
96999
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
97000
+ *
97001
+ * Default value is `1`.
97002
+ *
97003
+ * @since 1.143.0
97004
+ *
97005
+ * @returns Reference to `this` in order to allow method chaining
97006
+ */
97007
+ setColorScheme(
97008
+ /**
97009
+ * New value for property `colorScheme`
97010
+ */
97011
+ iColorScheme?: int
97012
+ ): this;
97013
+ /**
97014
+ * Sets a new value for property {@link #getColorSet colorSet}.
97015
+ *
97016
+ * Determines the color set variant of the MessageStrip. Available options:
97017
+ * - **Default** - Uses standard semantic colors based on the type property (Information, Success, Warning,
97018
+ * Error)
97019
+ * - **ColorSet1** - Uses a custom color palette with 10 predefined color schemes
97020
+ * - **ColorSet2** - Uses an alternative custom color palette with 10 predefined color schemes When
97021
+ * ColorSet1 or ColorSet2 is selected, the `colorScheme` property determines which of the 10 color variations
97022
+ * is applied.
97023
+ *
97024
+ * **Note:** When using ColorSet1 or ColorSet2 designs, the type property is still used for semantic purposes
97025
+ * but will be ignored for visual styling.
97026
+ *
97027
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
97028
+ *
97029
+ * Default value is `Default`.
97030
+ *
97031
+ * @since 1.143.0
97032
+ *
97033
+ * @returns Reference to `this` in order to allow method chaining
97034
+ */
97035
+ setColorSet(
97036
+ /**
97037
+ * New value for property `colorSet`
97038
+ */
97039
+ sColorSet?: sap.m.MessageStripColorSet
97040
+ ): this;
96916
97041
  /**
96917
97042
  * Sets a new value for property {@link #getCustomIcon customIcon}.
96918
97043
  *
96919
97044
  * Determines a custom icon which is displayed. If none is set, the default icon for this message type is
96920
- * used.
97045
+ * used. **Note**: For ColorSet1 and ColorSet2 designs, no default icon is displayed unless explicitly provided.
96921
97046
  *
96922
97047
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
96923
97048
  *
@@ -130244,7 +130369,7 @@ declare namespace sap {
130244
130369
  *
130245
130370
  * Default value is `EqualSized`.
130246
130371
  *
130247
- * @since 1.42.0
130372
+ * @since 1.142.0
130248
130373
  *
130249
130374
  * @returns Value of property `contentMode`
130250
130375
  */
@@ -130468,7 +130593,7 @@ declare namespace sap {
130468
130593
  *
130469
130594
  * Default value is `EqualSized`.
130470
130595
  *
130471
- * @since 1.42.0
130596
+ * @since 1.142.0
130472
130597
  *
130473
130598
  * @returns Reference to `this` in order to allow method chaining
130474
130599
  */
@@ -167372,6 +167497,8 @@ declare namespace sap {
167372
167497
  None = "None",
167373
167498
  /**
167374
167499
  * Right-positioned single selection mode (only one list item can be selected).
167500
+ *
167501
+ * @deprecated As of version 1.143. replaced by {@link sap.m.ListMode.SingleSelectLeft}.
167375
167502
  */
167376
167503
  SingleSelect = "SingleSelect",
167377
167504
  /**
@@ -167473,6 +167600,34 @@ declare namespace sap {
167473
167600
  */
167474
167601
  Split = "Split",
167475
167602
  }
167603
+ /**
167604
+ * Available color set variants for the {@link sap.m.MessageStrip} control.
167605
+ *
167606
+ * **Notes:**
167607
+ * - The Default color set uses standard semantic colors based on the message type (Information, Success,
167608
+ * Warning, Error).
167609
+ * - ColorSet1 and ColorSet2 provide custom color palettes with 10 predefined color schemes each.
167610
+ * - When using ColorSet1 or ColorSet2, the `colorScheme` property determines which color variation is
167611
+ * applied.
167612
+ *
167613
+ * This enum is part of the 'sap/m/library' module export and must be accessed by the property 'MessageStripColorSet'.
167614
+ *
167615
+ * @since 1.143.0
167616
+ */
167617
+ enum MessageStripColorSet {
167618
+ /**
167619
+ * Uses a custom color palette with predefined color schemes
167620
+ */
167621
+ ColorSet1 = "ColorSet1",
167622
+ /**
167623
+ * Uses an alternative custom color palette with predefined color schemes
167624
+ */
167625
+ ColorSet2 = "ColorSet2",
167626
+ /**
167627
+ * Uses standard semantic colors based on the type property (Information, Success, Warning, Error)
167628
+ */
167629
+ Default = "Default",
167630
+ }
167476
167631
  /**
167477
167632
  * Enumeration of the `multiSelectMode>/code> in ListBase`.
167478
167633
  *
@@ -168201,13 +168356,13 @@ declare namespace sap {
168201
168356
  /**
168202
168357
  * Each item fits its content and extra space is placed after the last item.
168203
168358
  *
168204
- * @since 1.42
168359
+ * @since 1.142.0
168205
168360
  */
168206
168361
  ContentFit = "ContentFit",
168207
168362
  /**
168208
168363
  * All items are sized equally to fill the available space.
168209
168364
  *
168210
- * @since 1.42
168365
+ * @since 1.142.0
168211
168366
  */
168212
168367
  EqualSized = "EqualSized",
168213
168368
  }
@@ -172271,6 +172426,8 @@ declare namespace sap {
172271
172426
 
172272
172427
  "sap/m/p13n/modules/AdaptationProvider": undefined;
172273
172428
 
172429
+ "sap/m/p13n/PersistenceProvider": undefined;
172430
+
172274
172431
  "sap/m/p13n/Popup": undefined;
172275
172432
 
172276
172433
  "sap/m/p13n/QueryPanel": undefined;
@@ -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
  /**
package/types/sap.me.d.ts CHANGED
@@ -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
  /**
@@ -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
  /**
@@ -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
  /**
@@ -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 rules {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.1
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1210,6 +1210,9 @@ declare namespace sap {
1210
1210
  * @since 1.66.0
1211
1211
  */
1212
1212
  abstract class HistoryItem extends sap.ui.base.Object {
1213
+ /**
1214
+ * Constructor for a new HistoryItem.
1215
+ */
1213
1216
  constructor();
1214
1217
 
1215
1218
  /**
@@ -4849,7 +4852,9 @@ declare namespace sap {
4849
4852
  class Dijkstra {
4850
4853
  /**
4851
4854
  * Constructor for a new Dijkstra's algorithm. The constructor computes the shortest paths to all nodes
4852
- * in the network graph from given starting point node.
4855
+ * in the network graph from given
4856
+ *
4857
+ * starting point node.
4853
4858
  */
4854
4859
  constructor(
4855
4860
  /**
@@ -6339,7 +6344,25 @@ declare namespace sap {
6339
6344
  /**
6340
6345
  * Constructor for a new ElementAttribute.
6341
6346
  */
6342
- constructor();
6347
+ constructor(
6348
+ /**
6349
+ * Initial settings for the new control
6350
+ */
6351
+ mSettings?: sap.suite.ui.commons.networkgraph.$ElementAttributeSettings
6352
+ );
6353
+ /**
6354
+ * Constructor for a new ElementAttribute.
6355
+ */
6356
+ constructor(
6357
+ /**
6358
+ * ID for the new control, generated automatically if no ID is given
6359
+ */
6360
+ sId?: string,
6361
+ /**
6362
+ * Initial settings for the new control
6363
+ */
6364
+ mSettings?: sap.suite.ui.commons.networkgraph.$ElementAttributeSettings
6365
+ );
6343
6366
 
6344
6367
  /**
6345
6368
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementAttribute with name `sClassName`
@@ -6556,7 +6579,29 @@ declare namespace sap {
6556
6579
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
6557
6580
  * of the syntax of the settings object.
6558
6581
  */
6559
- constructor();
6582
+ constructor(
6583
+ /**
6584
+ * Initial settings for the new control
6585
+ */
6586
+ mSettings?: sap.suite.ui.commons.networkgraph.$ElementBaseSettings
6587
+ );
6588
+ /**
6589
+ * Constructor for a new ElementBase.
6590
+ *
6591
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
6592
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
6593
+ * of the syntax of the settings object.
6594
+ */
6595
+ constructor(
6596
+ /**
6597
+ * ID for the new control, generated automatically if no ID is given
6598
+ */
6599
+ sId?: string,
6600
+ /**
6601
+ * Initial settings for the new control
6602
+ */
6603
+ mSettings?: sap.suite.ui.commons.networkgraph.$ElementBaseSettings
6604
+ );
6560
6605
 
6561
6606
  /**
6562
6607
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementBase with name `sClassName`
@@ -6778,7 +6823,32 @@ declare namespace sap {
6778
6823
  * {@link https://ui5.sap.com/#/topic/b5649c8de7f74739b66747dcc9356d0b Network Graph}
6779
6824
  * {@link fiori:https://experience.sap.com/fiori-design-web/network-graph/ Network Graph}
6780
6825
  */
6781
- constructor();
6826
+ constructor(
6827
+ /**
6828
+ * Initial settings for the new control
6829
+ */
6830
+ mSettings?: sap.suite.ui.commons.networkgraph.$GraphSettings
6831
+ );
6832
+ /**
6833
+ * Constructor for a new Graph.
6834
+ *
6835
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
6836
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
6837
+ * of the syntax of the settings object.
6838
+ * See:
6839
+ * {@link https://ui5.sap.com/#/topic/b5649c8de7f74739b66747dcc9356d0b Network Graph}
6840
+ * {@link fiori:https://experience.sap.com/fiori-design-web/network-graph/ Network Graph}
6841
+ */
6842
+ constructor(
6843
+ /**
6844
+ * ID for the new control, generated automatically if no ID is given
6845
+ */
6846
+ sId?: string,
6847
+ /**
6848
+ * Initial settings for the new control
6849
+ */
6850
+ mSettings?: sap.suite.ui.commons.networkgraph.$GraphSettings
6851
+ );
6782
6852
 
6783
6853
  /**
6784
6854
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.Graph with name `sClassName` and enriches
@@ -8367,7 +8437,29 @@ declare namespace sap {
8367
8437
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8368
8438
  * of the syntax of the settings object.
8369
8439
  */
8370
- constructor();
8440
+ constructor(
8441
+ /**
8442
+ * Initial settings for the new control
8443
+ */
8444
+ mSettings?: sap.suite.ui.commons.networkgraph.$GraphMapSettings
8445
+ );
8446
+ /**
8447
+ * Constructor for a new GraphMap.
8448
+ *
8449
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8450
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8451
+ * of the syntax of the settings object.
8452
+ */
8453
+ constructor(
8454
+ /**
8455
+ * ID for the new control, generated automatically if no ID is given
8456
+ */
8457
+ sId?: string,
8458
+ /**
8459
+ * Initial settings for the new control
8460
+ */
8461
+ mSettings?: sap.suite.ui.commons.networkgraph.$GraphMapSettings
8462
+ );
8371
8463
 
8372
8464
  /**
8373
8465
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.GraphMap with name `sClassName` and
@@ -8636,7 +8728,29 @@ declare namespace sap {
8636
8728
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8637
8729
  * of the syntax of the settings object.
8638
8730
  */
8639
- constructor();
8731
+ constructor(
8732
+ /**
8733
+ * Initial settings for the new control
8734
+ */
8735
+ mSettings?: sap.suite.ui.commons.networkgraph.$GroupSettings
8736
+ );
8737
+ /**
8738
+ * Constructor for a new Group. Grouping is not supported for custom layouting.
8739
+ *
8740
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8741
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8742
+ * of the syntax of the settings object.
8743
+ */
8744
+ constructor(
8745
+ /**
8746
+ * ID for the new control, generated automatically if no ID is given
8747
+ */
8748
+ sId?: string,
8749
+ /**
8750
+ * Initial settings for the new control
8751
+ */
8752
+ mSettings?: sap.suite.ui.commons.networkgraph.$GroupSettings
8753
+ );
8640
8754
 
8641
8755
  /**
8642
8756
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.Group with name `sClassName` and enriches
@@ -9137,7 +9251,29 @@ declare namespace sap {
9137
9251
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
9138
9252
  * of the syntax of the settings object.
9139
9253
  */
9140
- constructor();
9254
+ constructor(
9255
+ /**
9256
+ * Initial settings for the new control
9257
+ */
9258
+ mSettings?: sap.suite.ui.commons.networkgraph.$LineSettings
9259
+ );
9260
+ /**
9261
+ * Constructor for a new Line.
9262
+ *
9263
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
9264
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
9265
+ * of the syntax of the settings object.
9266
+ */
9267
+ constructor(
9268
+ /**
9269
+ * ID for the new control, generated automatically if no ID is given
9270
+ */
9271
+ sId?: string,
9272
+ /**
9273
+ * Initial settings for the new control
9274
+ */
9275
+ mSettings?: sap.suite.ui.commons.networkgraph.$LineSettings
9276
+ );
9141
9277
 
9142
9278
  /**
9143
9279
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.Line with name `sClassName` and enriches
@@ -9791,7 +9927,29 @@ declare namespace sap {
9791
9927
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
9792
9928
  * of the syntax of the settings object.
9793
9929
  */
9794
- constructor();
9930
+ constructor(
9931
+ /**
9932
+ * Initial settings for the new control
9933
+ */
9934
+ mSettings?: sap.suite.ui.commons.networkgraph.$NodeSettings
9935
+ );
9936
+ /**
9937
+ * Constructor for a new Node.
9938
+ *
9939
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
9940
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
9941
+ * of the syntax of the settings object.
9942
+ */
9943
+ constructor(
9944
+ /**
9945
+ * ID for the new control, generated automatically if no ID is given
9946
+ */
9947
+ sId?: string,
9948
+ /**
9949
+ * Initial settings for the new control
9950
+ */
9951
+ mSettings?: sap.suite.ui.commons.networkgraph.$NodeSettings
9952
+ );
9795
9953
 
9796
9954
  /**
9797
9955
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.Node with name `sClassName` and enriches
@@ -11970,7 +12128,32 @@ declare namespace sap {
11970
12128
  * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
11971
12129
  * can be used.
11972
12130
  */
11973
- constructor();
12131
+ constructor(
12132
+ /**
12133
+ * Initial settings for the new control
12134
+ */
12135
+ mSettings?: sap.suite.ui.commons.networkgraph.$SvgBaseSettings
12136
+ );
12137
+ /**
12138
+ * Constructor for a new ElementBase.
12139
+ *
12140
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
12141
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12142
+ * of the syntax of the settings object.
12143
+ *
12144
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
12145
+ * can be used.
12146
+ */
12147
+ constructor(
12148
+ /**
12149
+ * ID for the new control, generated automatically if no ID is given
12150
+ */
12151
+ sId?: string,
12152
+ /**
12153
+ * Initial settings for the new control
12154
+ */
12155
+ mSettings?: sap.suite.ui.commons.networkgraph.$SvgBaseSettings
12156
+ );
11974
12157
 
11975
12158
  /**
11976
12159
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.SvgBase with name `sClassName` and
@@ -34532,7 +34715,29 @@ declare namespace sap {
34532
34715
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
34533
34716
  * of the syntax of the settings object.
34534
34717
  */
34535
- constructor();
34718
+ constructor(
34719
+ /**
34720
+ * Initial settings for the new control
34721
+ */
34722
+ mSettings?: sap.suite.ui.commons.$MicroProcessFlowSettings
34723
+ );
34724
+ /**
34725
+ * Constructor for a new MicroProcessFlow.
34726
+ *
34727
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
34728
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
34729
+ * of the syntax of the settings object.
34730
+ */
34731
+ constructor(
34732
+ /**
34733
+ * ID for the new control, generated automatically if no ID is given
34734
+ */
34735
+ sId?: string,
34736
+ /**
34737
+ * Initial settings for the new control
34738
+ */
34739
+ mSettings?: sap.suite.ui.commons.$MicroProcessFlowSettings
34740
+ );
34536
34741
 
34537
34742
  /**
34538
34743
  * Creates a new subclass of class sap.suite.ui.commons.MicroProcessFlow with name `sClassName` and enriches
@@ -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 suite {
@@ -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 suite {
@@ -12321,7 +12321,29 @@ declare namespace sap {
12321
12321
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12322
12322
  * of the syntax of the settings object.
12323
12323
  */
12324
- constructor();
12324
+ constructor(
12325
+ /**
12326
+ * Initial settings for the new control
12327
+ */
12328
+ mSettings?: sap.suite.ui.microchart.$RadialMicroChartSettings
12329
+ );
12330
+ /**
12331
+ * Describes the configuration of the graphic element on the chart.
12332
+ *
12333
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
12334
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12335
+ * of the syntax of the settings object.
12336
+ */
12337
+ constructor(
12338
+ /**
12339
+ * ID for the new control, generated automatically if no ID is given
12340
+ */
12341
+ sId?: string,
12342
+ /**
12343
+ * Initial settings for the new control
12344
+ */
12345
+ mSettings?: sap.suite.ui.microchart.$RadialMicroChartSettings
12346
+ );
12325
12347
 
12326
12348
  /**
12327
12349
  * Creates a new subclass of class sap.suite.ui.microchart.RadialMicroChart with name `sClassName` and enriches