@sapui5/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 +651 -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 +40 -78
  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 +167 -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 +62 -47
  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 +27255 -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 +529 -125
  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 +55 -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 -8
  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/f/library" {
4
4
  export interface IShellBar {
@@ -2224,6 +2224,8 @@ declare module "sap/m/library" {
2224
2224
  None = "None",
2225
2225
  /**
2226
2226
  * Right-positioned single selection mode (only one list item can be selected).
2227
+ *
2228
+ * @deprecated As of version 1.143. replaced by {@link sap.m.ListMode.SingleSelectLeft}.
2227
2229
  */
2228
2230
  SingleSelect = "SingleSelect",
2229
2231
  /**
@@ -2325,6 +2327,34 @@ declare module "sap/m/library" {
2325
2327
  */
2326
2328
  Split = "Split",
2327
2329
  }
2330
+ /**
2331
+ * Available color set variants for the {@link sap.m.MessageStrip} control.
2332
+ *
2333
+ * **Notes:**
2334
+ * - The Default color set uses standard semantic colors based on the message type (Information, Success,
2335
+ * Warning, Error).
2336
+ * - ColorSet1 and ColorSet2 provide custom color palettes with 10 predefined color schemes each.
2337
+ * - When using ColorSet1 or ColorSet2, the `colorScheme` property determines which color variation is
2338
+ * applied.
2339
+ *
2340
+ * This enum is part of the 'sap/m/library' module export and must be accessed by the property 'MessageStripColorSet'.
2341
+ *
2342
+ * @since 1.143.0
2343
+ */
2344
+ export enum MessageStripColorSet {
2345
+ /**
2346
+ * Uses a custom color palette with predefined color schemes
2347
+ */
2348
+ ColorSet1 = "ColorSet1",
2349
+ /**
2350
+ * Uses an alternative custom color palette with predefined color schemes
2351
+ */
2352
+ ColorSet2 = "ColorSet2",
2353
+ /**
2354
+ * Uses standard semantic colors based on the type property (Information, Success, Warning, Error)
2355
+ */
2356
+ Default = "Default",
2357
+ }
2328
2358
  /**
2329
2359
  * Enumeration of the `multiSelectMode>/code> in ListBase`.
2330
2360
  *
@@ -3148,13 +3178,13 @@ declare module "sap/m/library" {
3148
3178
  /**
3149
3179
  * Each item fits its content and extra space is placed after the last item.
3150
3180
  *
3151
- * @since 1.42
3181
+ * @since 1.142.0
3152
3182
  */
3153
3183
  ContentFit = "ContentFit",
3154
3184
  /**
3155
3185
  * All items are sized equally to fill the available space.
3156
3186
  *
3157
- * @since 1.42
3187
+ * @since 1.142.0
3158
3188
  */
3159
3189
  EqualSized = "EqualSized",
3160
3190
  }
@@ -61844,6 +61874,8 @@ declare module "sap/m/MessageStrip" {
61844
61874
 
61845
61875
  import Event from "sap/ui/base/Event";
61846
61876
 
61877
+ import { MessageStripColorSet } from "sap/m/library";
61878
+
61847
61879
  import { URI } from "sap/ui/core/library";
61848
61880
 
61849
61881
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -61858,7 +61890,8 @@ declare module "sap/m/MessageStrip" {
61858
61890
  /**
61859
61891
  * MessageStrip is a control that enables the embedding of application-related messages in the application.
61860
61892
  * Overview: The message strip displays 4 types of messages, each with a corresponding semantic color and
61861
- * icon: Information, Success, Warning and Error.
61893
+ * icon: Information, Success, Warning and Error. Additionally, it supports custom color schemes through
61894
+ * ColorSet1 and ColorSet2 design types, each providing 10 predefined color variations.
61862
61895
  *
61863
61896
  * Each message can have a close button, so that it can be removed from the UI if needed.
61864
61897
  *
@@ -61870,10 +61903,14 @@ declare module "sap/m/MessageStrip" {
61870
61903
  * - <u> With version 1.85
61871
61904
  * - <br>
61872
61905
  *
61906
+ * Color Schemes: When using ColorSet1 or ColorSet2 as the design type, you can specify a `colorScheme`
61907
+ * from "1" to "10" to apply different color variations. This allows for better visual categorization and
61908
+ * theming flexibility while maintaining accessibility standards.
61909
+ *
61873
61910
  * Dynamically generated Message Strip: To meet the accessibility requirements when using dynamically generated
61874
61911
  * Message Strip you must implement it alongside `sap.ui.core.InvisibleMessage`. This will allow screen
61875
61912
  * readers to announce it in real time. We suggest such dynamically generated message strips to be announced
61876
- * as Information Bar, as shown in our Dynamic Message Strip Generator sample.”
61913
+ * as Information Bar, as shown in our "Dynamic Message Strip Generator sample."
61877
61914
  *
61878
61915
  * Usage: When to use:
61879
61916
  * - You want to provide information or status update within the detail area of an object When not
@@ -62061,6 +62098,41 @@ declare module "sap/m/MessageStrip" {
62061
62098
  */
62062
62099
  mParameters?: object
62063
62100
  ): this;
62101
+ /**
62102
+ * Gets current value of property {@link #getColorScheme colorScheme}.
62103
+ *
62104
+ * Determines the color scheme when using ColorSet1 or ColorSet2 colorSet variants. Available values are
62105
+ * 1 through 10, each providing a different color variation. This property is only effective when `colorSet`
62106
+ * is set to "ColorSet1" or "ColorSet2".
62107
+ *
62108
+ * Default value is `1`.
62109
+ *
62110
+ * @since 1.143.0
62111
+ *
62112
+ * @returns Value of property `colorScheme`
62113
+ */
62114
+ getColorScheme(): int;
62115
+ /**
62116
+ * Gets current value of property {@link #getColorSet colorSet}.
62117
+ *
62118
+ * Determines the color set variant of the MessageStrip. Available options:
62119
+ * - **Default** - Uses standard semantic colors based on the type property (Information, Success, Warning,
62120
+ * Error)
62121
+ * - **ColorSet1** - Uses a custom color palette with 10 predefined color schemes
62122
+ * - **ColorSet2** - Uses an alternative custom color palette with 10 predefined color schemes When
62123
+ * ColorSet1 or ColorSet2 is selected, the `colorScheme` property determines which of the 10 color variations
62124
+ * is applied.
62125
+ *
62126
+ * **Note:** When using ColorSet1 or ColorSet2 designs, the type property is still used for semantic purposes
62127
+ * but will be ignored for visual styling.
62128
+ *
62129
+ * Default value is `Default`.
62130
+ *
62131
+ * @since 1.143.0
62132
+ *
62133
+ * @returns Value of property `colorSet`
62134
+ */
62135
+ getColorSet(): MessageStripColorSet;
62064
62136
  /**
62065
62137
  * Gets content of aggregation {@link #getControls controls}.
62066
62138
  *
@@ -62075,7 +62147,7 @@ declare module "sap/m/MessageStrip" {
62075
62147
  * Gets current value of property {@link #getCustomIcon customIcon}.
62076
62148
  *
62077
62149
  * Determines a custom icon which is displayed. If none is set, the default icon for this message type is
62078
- * used.
62150
+ * used. **Note**: For ColorSet1 and ColorSet2 designs, no default icon is displayed unless explicitly provided.
62079
62151
  *
62080
62152
  * Default value is `empty string`.
62081
62153
  *
@@ -62213,11 +62285,60 @@ declare module "sap/m/MessageStrip" {
62213
62285
  */
62214
62286
  vControl: int | string | Link
62215
62287
  ): Link | null;
62288
+ /**
62289
+ * Sets a new value for property {@link #getColorScheme colorScheme}.
62290
+ *
62291
+ * Determines the color scheme when using ColorSet1 or ColorSet2 colorSet variants. Available values are
62292
+ * 1 through 10, each providing a different color variation. This property is only effective when `colorSet`
62293
+ * is set to "ColorSet1" or "ColorSet2".
62294
+ *
62295
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
62296
+ *
62297
+ * Default value is `1`.
62298
+ *
62299
+ * @since 1.143.0
62300
+ *
62301
+ * @returns Reference to `this` in order to allow method chaining
62302
+ */
62303
+ setColorScheme(
62304
+ /**
62305
+ * New value for property `colorScheme`
62306
+ */
62307
+ iColorScheme?: int
62308
+ ): this;
62309
+ /**
62310
+ * Sets a new value for property {@link #getColorSet colorSet}.
62311
+ *
62312
+ * Determines the color set variant of the MessageStrip. Available options:
62313
+ * - **Default** - Uses standard semantic colors based on the type property (Information, Success, Warning,
62314
+ * Error)
62315
+ * - **ColorSet1** - Uses a custom color palette with 10 predefined color schemes
62316
+ * - **ColorSet2** - Uses an alternative custom color palette with 10 predefined color schemes When
62317
+ * ColorSet1 or ColorSet2 is selected, the `colorScheme` property determines which of the 10 color variations
62318
+ * is applied.
62319
+ *
62320
+ * **Note:** When using ColorSet1 or ColorSet2 designs, the type property is still used for semantic purposes
62321
+ * but will be ignored for visual styling.
62322
+ *
62323
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
62324
+ *
62325
+ * Default value is `Default`.
62326
+ *
62327
+ * @since 1.143.0
62328
+ *
62329
+ * @returns Reference to `this` in order to allow method chaining
62330
+ */
62331
+ setColorSet(
62332
+ /**
62333
+ * New value for property `colorSet`
62334
+ */
62335
+ sColorSet?: MessageStripColorSet | keyof typeof MessageStripColorSet
62336
+ ): this;
62216
62337
  /**
62217
62338
  * Sets a new value for property {@link #getCustomIcon customIcon}.
62218
62339
  *
62219
62340
  * Determines a custom icon which is displayed. If none is set, the default icon for this message type is
62220
- * used.
62341
+ * used. **Note**: For ColorSet1 and ColorSet2 designs, no default icon is displayed unless explicitly provided.
62221
62342
  *
62222
62343
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
62223
62344
  *
@@ -62361,9 +62482,37 @@ declare module "sap/m/MessageStrip" {
62361
62482
  | PropertyBindingInfo
62362
62483
  | `{${string}}`;
62363
62484
 
62485
+ /**
62486
+ * Determines the color set variant of the MessageStrip. Available options:
62487
+ * - **Default** - Uses standard semantic colors based on the type property (Information, Success, Warning,
62488
+ * Error)
62489
+ * - **ColorSet1** - Uses a custom color palette with 10 predefined color schemes
62490
+ * - **ColorSet2** - Uses an alternative custom color palette with 10 predefined color schemes When
62491
+ * ColorSet1 or ColorSet2 is selected, the `colorScheme` property determines which of the 10 color variations
62492
+ * is applied.
62493
+ *
62494
+ * **Note:** When using ColorSet1 or ColorSet2 designs, the type property is still used for semantic purposes
62495
+ * but will be ignored for visual styling.
62496
+ *
62497
+ * @since 1.143.0
62498
+ */
62499
+ colorSet?:
62500
+ | (MessageStripColorSet | keyof typeof MessageStripColorSet)
62501
+ | PropertyBindingInfo
62502
+ | `{${string}}`;
62503
+
62504
+ /**
62505
+ * Determines the color scheme when using ColorSet1 or ColorSet2 colorSet variants. Available values are
62506
+ * 1 through 10, each providing a different color variation. This property is only effective when `colorSet`
62507
+ * is set to "ColorSet1" or "ColorSet2".
62508
+ *
62509
+ * @since 1.143.0
62510
+ */
62511
+ colorScheme?: int | PropertyBindingInfo | `{${string}}`;
62512
+
62364
62513
  /**
62365
62514
  * Determines a custom icon which is displayed. If none is set, the default icon for this message type is
62366
- * used.
62515
+ * used. **Note**: For ColorSet1 and ColorSet2 designs, no default icon is displayed unless explicitly provided.
62367
62516
  */
62368
62517
  customIcon?: URI | PropertyBindingInfo | `{${string}}`;
62369
62518
 
@@ -111819,7 +111968,7 @@ declare module "sap/m/SegmentedButton" {
111819
111968
  *
111820
111969
  * Default value is `EqualSized`.
111821
111970
  *
111822
- * @since 1.42.0
111971
+ * @since 1.142.0
111823
111972
  *
111824
111973
  * @returns Value of property `contentMode`
111825
111974
  */
@@ -112043,7 +112192,7 @@ declare module "sap/m/SegmentedButton" {
112043
112192
  *
112044
112193
  * Default value is `EqualSized`.
112045
112194
  *
112046
- * @since 1.42.0
112195
+ * @since 1.142.0
112047
112196
  *
112048
112197
  * @returns Reference to `this` in order to allow method chaining
112049
112198
  */
@@ -112181,7 +112330,7 @@ declare module "sap/m/SegmentedButton" {
112181
112330
  * - **ContentFit**: Each button is sized according to its content.
112182
112331
  * - **EqualSized**: All buttons have equal width, regardless of their content.
112183
112332
  *
112184
- * @since 1.42.0
112333
+ * @since 1.142.0
112185
112334
  */
112186
112335
  contentMode?:
112187
112336
  | (SegmentedButtonContentMode | keyof typeof SegmentedButtonContentMode)
@@ -130370,6 +130519,11 @@ declare module "sap/m/SinglePlanningCalendar" {
130370
130519
  * The end date as a UI5Date or JavaScript Date object of the focused grid cell.
130371
130520
  */
130372
130521
  endDate?: object;
130522
+
130523
+ /**
130524
+ * The original browser event.
130525
+ */
130526
+ originalEvent?: object;
130373
130527
  }
130374
130528
 
130375
130529
  /**
@@ -174270,6 +174424,8 @@ declare namespace sap {
174270
174424
 
174271
174425
  "sap/m/p13n/modules/AdaptationProvider": undefined;
174272
174426
 
174427
+ "sap/m/p13n/PersistenceProvider": undefined;
174428
+
174273
174429
  "sap/m/p13n/Popup": undefined;
174274
174430
 
174275
174431
  "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 module "sap/makit/library" {
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 module "sap/me/library" {
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 module "sap/ndc/library" {}
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 module "sap/ovp/library" {}
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 module "sap/rules/ui/library" {
4
4
  /**
@@ -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
  import BaseObject from "sap/ui/base/Object";
@@ -13718,6 +13718,9 @@ declare module "sap/suite/ui/commons/imageeditor/HistoryItem" {
13718
13718
  * @since 1.66.0
13719
13719
  */
13720
13720
  export default abstract class HistoryItem extends BaseObject {
13721
+ /**
13722
+ * Constructor for a new HistoryItem.
13723
+ */
13721
13724
  constructor();
13722
13725
 
13723
13726
  /**
@@ -18201,7 +18204,29 @@ declare module "sap/suite/ui/commons/MicroProcessFlow" {
18201
18204
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18202
18205
  * of the syntax of the settings object.
18203
18206
  */
18204
- constructor();
18207
+ constructor(
18208
+ /**
18209
+ * Initial settings for the new control
18210
+ */
18211
+ mSettings?: $MicroProcessFlowSettings
18212
+ );
18213
+ /**
18214
+ * Constructor for a new MicroProcessFlow.
18215
+ *
18216
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
18217
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18218
+ * of the syntax of the settings object.
18219
+ */
18220
+ constructor(
18221
+ /**
18222
+ * ID for the new control, generated automatically if no ID is given
18223
+ */
18224
+ sId?: string,
18225
+ /**
18226
+ * Initial settings for the new control
18227
+ */
18228
+ mSettings?: $MicroProcessFlowSettings
18229
+ );
18205
18230
 
18206
18231
  /**
18207
18232
  * Creates a new subclass of class sap.suite.ui.commons.MicroProcessFlow with name `sClassName` and enriches
@@ -19960,7 +19985,25 @@ declare module "sap/suite/ui/commons/networkgraph/ElementAttribute" {
19960
19985
  /**
19961
19986
  * Constructor for a new ElementAttribute.
19962
19987
  */
19963
- constructor();
19988
+ constructor(
19989
+ /**
19990
+ * Initial settings for the new control
19991
+ */
19992
+ mSettings?: $ElementAttributeSettings
19993
+ );
19994
+ /**
19995
+ * Constructor for a new ElementAttribute.
19996
+ */
19997
+ constructor(
19998
+ /**
19999
+ * ID for the new control, generated automatically if no ID is given
20000
+ */
20001
+ sId?: string,
20002
+ /**
20003
+ * Initial settings for the new control
20004
+ */
20005
+ mSettings?: $ElementAttributeSettings
20006
+ );
19964
20007
 
19965
20008
  /**
19966
20009
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementAttribute with name `sClassName`
@@ -20228,7 +20271,29 @@ declare module "sap/suite/ui/commons/networkgraph/ElementBase" {
20228
20271
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
20229
20272
  * of the syntax of the settings object.
20230
20273
  */
20231
- constructor();
20274
+ constructor(
20275
+ /**
20276
+ * Initial settings for the new control
20277
+ */
20278
+ mSettings?: $ElementBaseSettings
20279
+ );
20280
+ /**
20281
+ * Constructor for a new ElementBase.
20282
+ *
20283
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
20284
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
20285
+ * of the syntax of the settings object.
20286
+ */
20287
+ constructor(
20288
+ /**
20289
+ * ID for the new control, generated automatically if no ID is given
20290
+ */
20291
+ sId?: string,
20292
+ /**
20293
+ * Initial settings for the new control
20294
+ */
20295
+ mSettings?: $ElementBaseSettings
20296
+ );
20232
20297
 
20233
20298
  /**
20234
20299
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.ElementBase with name `sClassName`
@@ -20511,7 +20576,32 @@ declare module "sap/suite/ui/commons/networkgraph/Graph" {
20511
20576
  * {@link https://ui5.sap.com/#/topic/b5649c8de7f74739b66747dcc9356d0b Network Graph}
20512
20577
  * {@link fiori:https://experience.sap.com/fiori-design-web/network-graph/ Network Graph}
20513
20578
  */
20514
- constructor();
20579
+ constructor(
20580
+ /**
20581
+ * Initial settings for the new control
20582
+ */
20583
+ mSettings?: $GraphSettings
20584
+ );
20585
+ /**
20586
+ * Constructor for a new Graph.
20587
+ *
20588
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
20589
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
20590
+ * of the syntax of the settings object.
20591
+ * See:
20592
+ * {@link https://ui5.sap.com/#/topic/b5649c8de7f74739b66747dcc9356d0b Network Graph}
20593
+ * {@link fiori:https://experience.sap.com/fiori-design-web/network-graph/ Network Graph}
20594
+ */
20595
+ constructor(
20596
+ /**
20597
+ * ID for the new control, generated automatically if no ID is given
20598
+ */
20599
+ sId?: string,
20600
+ /**
20601
+ * Initial settings for the new control
20602
+ */
20603
+ mSettings?: $GraphSettings
20604
+ );
20515
20605
 
20516
20606
  /**
20517
20607
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.Graph with name `sClassName` and enriches
@@ -22399,7 +22489,29 @@ declare module "sap/suite/ui/commons/networkgraph/GraphMap" {
22399
22489
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22400
22490
  * of the syntax of the settings object.
22401
22491
  */
22402
- constructor();
22492
+ constructor(
22493
+ /**
22494
+ * Initial settings for the new control
22495
+ */
22496
+ mSettings?: $GraphMapSettings
22497
+ );
22498
+ /**
22499
+ * Constructor for a new GraphMap.
22500
+ *
22501
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
22502
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22503
+ * of the syntax of the settings object.
22504
+ */
22505
+ constructor(
22506
+ /**
22507
+ * ID for the new control, generated automatically if no ID is given
22508
+ */
22509
+ sId?: string,
22510
+ /**
22511
+ * Initial settings for the new control
22512
+ */
22513
+ mSettings?: $GraphMapSettings
22514
+ );
22403
22515
 
22404
22516
  /**
22405
22517
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.GraphMap with name `sClassName` and
@@ -22731,7 +22843,29 @@ declare module "sap/suite/ui/commons/networkgraph/Group" {
22731
22843
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22732
22844
  * of the syntax of the settings object.
22733
22845
  */
22734
- constructor();
22846
+ constructor(
22847
+ /**
22848
+ * Initial settings for the new control
22849
+ */
22850
+ mSettings?: $GroupSettings
22851
+ );
22852
+ /**
22853
+ * Constructor for a new Group. Grouping is not supported for custom layouting.
22854
+ *
22855
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
22856
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22857
+ * of the syntax of the settings object.
22858
+ */
22859
+ constructor(
22860
+ /**
22861
+ * ID for the new control, generated automatically if no ID is given
22862
+ */
22863
+ sId?: string,
22864
+ /**
22865
+ * Initial settings for the new control
22866
+ */
22867
+ mSettings?: $GroupSettings
22868
+ );
22735
22869
 
22736
22870
  /**
22737
22871
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.Group with name `sClassName` and enriches
@@ -24492,7 +24626,29 @@ declare module "sap/suite/ui/commons/networkgraph/Line" {
24492
24626
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
24493
24627
  * of the syntax of the settings object.
24494
24628
  */
24495
- constructor();
24629
+ constructor(
24630
+ /**
24631
+ * Initial settings for the new control
24632
+ */
24633
+ mSettings?: $LineSettings
24634
+ );
24635
+ /**
24636
+ * Constructor for a new Line.
24637
+ *
24638
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
24639
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
24640
+ * of the syntax of the settings object.
24641
+ */
24642
+ constructor(
24643
+ /**
24644
+ * ID for the new control, generated automatically if no ID is given
24645
+ */
24646
+ sId?: string,
24647
+ /**
24648
+ * Initial settings for the new control
24649
+ */
24650
+ mSettings?: $LineSettings
24651
+ );
24496
24652
 
24497
24653
  /**
24498
24654
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.Line with name `sClassName` and enriches
@@ -25284,7 +25440,29 @@ declare module "sap/suite/ui/commons/networkgraph/Node" {
25284
25440
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
25285
25441
  * of the syntax of the settings object.
25286
25442
  */
25287
- constructor();
25443
+ constructor(
25444
+ /**
25445
+ * Initial settings for the new control
25446
+ */
25447
+ mSettings?: $NodeSettings
25448
+ );
25449
+ /**
25450
+ * Constructor for a new Node.
25451
+ *
25452
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
25453
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
25454
+ * of the syntax of the settings object.
25455
+ */
25456
+ constructor(
25457
+ /**
25458
+ * ID for the new control, generated automatically if no ID is given
25459
+ */
25460
+ sId?: string,
25461
+ /**
25462
+ * Initial settings for the new control
25463
+ */
25464
+ mSettings?: $NodeSettings
25465
+ );
25288
25466
 
25289
25467
  /**
25290
25468
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.Node with name `sClassName` and enriches
@@ -27845,7 +28023,32 @@ declare module "sap/suite/ui/commons/networkgraph/SvgBase" {
27845
28023
  * 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 }
27846
28024
  * can be used.
27847
28025
  */
27848
- constructor();
28026
+ constructor(
28027
+ /**
28028
+ * Initial settings for the new control
28029
+ */
28030
+ mSettings?: $SvgBaseSettings
28031
+ );
28032
+ /**
28033
+ * Constructor for a new ElementBase.
28034
+ *
28035
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
28036
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
28037
+ * of the syntax of the settings object.
28038
+ *
28039
+ * 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 }
28040
+ * can be used.
28041
+ */
28042
+ constructor(
28043
+ /**
28044
+ * ID for the new control, generated automatically if no ID is given
28045
+ */
28046
+ sId?: string,
28047
+ /**
28048
+ * Initial settings for the new control
28049
+ */
28050
+ mSettings?: $SvgBaseSettings
28051
+ );
27849
28052
 
27850
28053
  /**
27851
28054
  * Creates a new subclass of class sap.suite.ui.commons.networkgraph.SvgBase with name `sClassName` and
@@ -27901,7 +28104,9 @@ declare module "sap/suite/ui/commons/networkgraph/util/Dijkstra" {
27901
28104
  export default class Dijkstra {
27902
28105
  /**
27903
28106
  * Constructor for a new Dijkstra's algorithm. The constructor computes the shortest paths to all nodes
27904
- * in the network graph from given starting point node.
28107
+ * in the network graph from given
28108
+ *
28109
+ * starting point node.
27905
28110
  */
27906
28111
  constructor(
27907
28112
  /**
@@ -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/suite/ui/generic/template/library" {
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 module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -12323,7 +12323,29 @@ declare module "sap/suite/ui/microchart/RadialMicroChart" {
12323
12323
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12324
12324
  * of the syntax of the settings object.
12325
12325
  */
12326
- constructor();
12326
+ constructor(
12327
+ /**
12328
+ * Initial settings for the new control
12329
+ */
12330
+ mSettings?: $RadialMicroChartSettings
12331
+ );
12332
+ /**
12333
+ * Describes the configuration of the graphic element on the chart.
12334
+ *
12335
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
12336
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
12337
+ * of the syntax of the settings object.
12338
+ */
12339
+ constructor(
12340
+ /**
12341
+ * ID for the new control, generated automatically if no ID is given
12342
+ */
12343
+ sId?: string,
12344
+ /**
12345
+ * Initial settings for the new control
12346
+ */
12347
+ mSettings?: $RadialMicroChartSettings
12348
+ );
12327
12349
 
12328
12350
  /**
12329
12351
  * Creates a new subclass of class sap.suite.ui.microchart.RadialMicroChart with name `sClassName` and enriches