@openui5/types 1.126.1 → 1.128.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.1
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.1
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -268,11 +268,14 @@ declare module "sap/ui/codeeditor/CodeEditor" {
268
268
  /**
269
269
  * Gets current value of property {@link #getColorTheme colorTheme}.
270
270
  *
271
- * Sets the editor color theme. Possible values are: default, hcb, hcb_bright, hcb_blue, theme-ambiance,
272
- * chaos, chrome, clouds, clouds_midnight, cobalt, crimson_editor, dawn, dreamweaver, eclipse, github, gob,
273
- * gruvbox, idle_fingers, iplastic, katzenmilch, kr_theme, kuroir, merbivore, merbivore_soft, mono_industrial,
274
- * monokai, pastel_on_dark, solarized_dark, solarized_light, sqlserver, terminal, textmate, tomorrow, tomorrow_night,
275
- * tomorrow_night_blue, tomorrow_night_bright, tomorrow_night_eighties, twilight, dracula vibrant_ink, xcode
271
+ * Sets the editor color theme. Possible values are:
272
+ * - default: best fitting to the current UI5 theme
273
+ * - any light theme from the list: chrome, clouds, crimson_editor, dawn, dreamweaver, eclipse, github,
274
+ * iplastic, solarized_light, textmate, tomorrow, xcode, kuroir, katzenmilch, sqlserver
275
+ * - any dark theme from the list: hcb, hcb_bright, hcb_blue, ambiance, chaos, clouds_midnight, dracula,
276
+ * cobalt, gruvbox, gob, idle_fingers, kr_theme, merbivore, merbivore_soft, mono_industrial, monokai, nord_dark,
277
+ * one_dark, pastel_on_dark, solarized_dark, terminal, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright,
278
+ * tomorrow_night_eighties, twilight, vibrant_ink, github_dark
276
279
  *
277
280
  * Default value is `"default"`.
278
281
  *
@@ -349,7 +352,9 @@ declare module "sap/ui/codeeditor/CodeEditor" {
349
352
  /**
350
353
  * Gets current value of property {@link #getSyntaxHints syntaxHints}.
351
354
  *
352
- * Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown.
355
+ * Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
356
+ * line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
357
+ * if line numbers are shown.
353
358
  *
354
359
  * Default value is `true`.
355
360
  *
@@ -515,7 +520,9 @@ declare module "sap/ui/codeeditor/CodeEditor" {
515
520
  /**
516
521
  * Sets a new value for property {@link #getSyntaxHints syntaxHints}.
517
522
  *
518
- * Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown.
523
+ * Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
524
+ * line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
525
+ * if line numbers are shown.
519
526
  *
520
527
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
521
528
  *
@@ -679,16 +686,21 @@ declare module "sap/ui/codeeditor/CodeEditor" {
679
686
  maxLines?: int | PropertyBindingInfo | `{${string}}`;
680
687
 
681
688
  /**
682
- * Sets the editor color theme. Possible values are: default, hcb, hcb_bright, hcb_blue, theme-ambiance,
683
- * chaos, chrome, clouds, clouds_midnight, cobalt, crimson_editor, dawn, dreamweaver, eclipse, github, gob,
684
- * gruvbox, idle_fingers, iplastic, katzenmilch, kr_theme, kuroir, merbivore, merbivore_soft, mono_industrial,
685
- * monokai, pastel_on_dark, solarized_dark, solarized_light, sqlserver, terminal, textmate, tomorrow, tomorrow_night,
686
- * tomorrow_night_blue, tomorrow_night_bright, tomorrow_night_eighties, twilight, dracula vibrant_ink, xcode
689
+ * Sets the editor color theme. Possible values are:
690
+ * - default: best fitting to the current UI5 theme
691
+ * - any light theme from the list: chrome, clouds, crimson_editor, dawn, dreamweaver, eclipse, github,
692
+ * iplastic, solarized_light, textmate, tomorrow, xcode, kuroir, katzenmilch, sqlserver
693
+ * - any dark theme from the list: hcb, hcb_bright, hcb_blue, ambiance, chaos, clouds_midnight, dracula,
694
+ * cobalt, gruvbox, gob, idle_fingers, kr_theme, merbivore, merbivore_soft, mono_industrial, monokai, nord_dark,
695
+ * one_dark, pastel_on_dark, solarized_dark, terminal, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright,
696
+ * tomorrow_night_eighties, twilight, vibrant_ink, github_dark
687
697
  */
688
698
  colorTheme?: string | PropertyBindingInfo;
689
699
 
690
700
  /**
691
- * Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown.
701
+ * Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
702
+ * line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
703
+ * if line numbers are shown.
692
704
  */
693
705
  syntaxHints?: boolean | PropertyBindingInfo | `{${string}}`;
694
706
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.1
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.126.1
282
+ // For Library Version: 1.128.0
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -6272,6 +6272,10 @@ declare module "sap/ui/performance/trace/Interaction" {
6272
6272
  * The default PassportAction for startup
6273
6273
  */
6274
6274
  passportAction: string;
6275
+ /**
6276
+ * The root context ID
6277
+ */
6278
+ rootId: string;
6275
6279
  };
6276
6280
 
6277
6281
  /**
@@ -7152,6 +7156,43 @@ declare module "sap/ui/test/opaQunit" {
7152
7156
  ): void;
7153
7157
  }
7154
7158
 
7159
+ declare module "sap/ui/test/utils/nextUIUpdate" {
7160
+ /**
7161
+ * Return a Promise that resolves when the next Rendering is ready. If no rendering is sheduled it resolves
7162
+ * immediately.
7163
+ *
7164
+ * **Note:** No module from `sap/ui/test` should be used for productive coding!
7165
+ *
7166
+ * @since 1.127
7167
+ *
7168
+ * @returns A promise resolving when the next UI update is finished or rejecting when the next update fails.
7169
+ */
7170
+ export default function nextUIUpdate(
7171
+ /**
7172
+ * An optional sinon clock. When using sinon faketimers the clock must be ticked to ensure async rendering.
7173
+ * Async rendering is done with a setTimeout(0) so, when given, we tick the clock by 1.
7174
+ */
7175
+ clock?: {
7176
+ tick: Function;
7177
+ }
7178
+ ): Promise<undefined>;
7179
+ }
7180
+
7181
+ declare module "sap/ui/test/utils/waitForThemeApplied" {
7182
+ /**
7183
+ * Checks whether the theme has already been applied and if not, waits for the 'applied' event to be fired.
7184
+ *
7185
+ * Returns a rejected promise if the Core is not ready yet.
7186
+ *
7187
+ * **Note:** No module from `sap/ui/test` should be used for productive coding!
7188
+ *
7189
+ * @since 1.127
7190
+ *
7191
+ * @returns Promise that resolves when the theme has been applied
7192
+ */
7193
+ export default function waitForThemeApplied(): Promise<undefined>;
7194
+ }
7195
+
7155
7196
  declare module "sap/ui/util/Mobile" {
7156
7197
  /**
7157
7198
  * @since 1.58
@@ -14059,6 +14100,27 @@ declare module "sap/ui/core/library" {
14059
14100
  __implements__sap_ui_core_IShrinkable: boolean;
14060
14101
  }
14061
14102
 
14103
+ /**
14104
+ * Defines the selection mode of the menu items.
14105
+ *
14106
+ * This enum is part of the 'sap/ui/core/library' module export and must be accessed by the property 'ItemSelectionMode'.
14107
+ *
14108
+ * @since 1.127.0
14109
+ */
14110
+ export enum ItemSelectionMode {
14111
+ /**
14112
+ * Multi selection mode (more than one menu item can be selected).
14113
+ */
14114
+ MultiSelect = "undefined",
14115
+ /**
14116
+ * No selection mode.
14117
+ */
14118
+ None = "undefined",
14119
+ /**
14120
+ * Single selection mode (only one menu item can be selected).
14121
+ */
14122
+ SingleSelect = "undefined",
14123
+ }
14062
14124
  /**
14063
14125
  * Marker interface for controls that can be used in `content` aggregation of the `sap.m.Title` control.
14064
14126
  *
@@ -14080,7 +14142,7 @@ declare module "sap/ui/core/library" {
14080
14142
  *
14081
14143
  * This enum is part of the 'sap/ui/core/library' module export and must be accessed by the property 'MessageType'.
14082
14144
  *
14083
- * @deprecated (since 1.120) - Please use {@link sap.ui.core.message.MessageType} instead.
14145
+ * @deprecated (since 1.120) - Please use {@link module:sap/ui/core/message/MessageType} instead.
14084
14146
  */
14085
14147
  export enum MessageType {
14086
14148
  /**
@@ -18795,7 +18857,7 @@ declare module "sap/ui/core/Control" {
18795
18857
  *
18796
18858
  * @returns Current accessibility state of the control.
18797
18859
  */
18798
- getAccessibilityInfo(): AccessibilityInfo;
18860
+ getAccessibilityInfo?(): AccessibilityInfo;
18799
18861
  /**
18800
18862
  * Gets current value of property blocked.
18801
18863
  *
@@ -19462,7 +19524,7 @@ declare module "sap/ui/core/Core" {
19462
19524
  * @deprecated (since 1.118) - without replacement. In the next major version, synchronously rendering UI
19463
19525
  * updates is no longer supported as it can lead to unnecessary intermediate DOM updates or layout shifting
19464
19526
  * etc. Controls should rather use invalidation and apps should not trigger rendering at all but rather
19465
- * rely on the framework's automatic update mechanisms. Test code can use the test module `sap/ui/qunit/utils/nextUIUpdate`
19527
+ * rely on the framework's automatic update mechanisms. Test code can use the test module `sap/ui/test/utils/nextUIUpdate`
19466
19528
  * as a convenient way to wait for the next asynchronous rendering.
19467
19529
  */
19468
19530
  applyChanges(): void;
@@ -20250,7 +20312,7 @@ declare module "sap/ui/core/Core" {
20250
20312
  /**
20251
20313
  * Returns the Configuration of the Core.
20252
20314
  *
20253
- * @deprecated (since 1.120) - Please see {@link sap.ui.core.Configuration Configuration} for the corrsponding
20315
+ * @deprecated (since 1.120) - Please see {@link sap.ui.core.Configuration Configuration} for the corresponding
20254
20316
  * replacements.
20255
20317
  *
20256
20318
  * @returns the Configuration of the current Core.
@@ -20446,7 +20508,7 @@ declare module "sap/ui/core/Core" {
20446
20508
  *
20447
20509
  * @deprecated (since 0.15.0) - Replaced by `createRenderManager()`
20448
20510
  *
20449
- * @returns A newly createdRenderManeger
20511
+ * @returns A newly created RenderManager
20450
20512
  */
20451
20513
  getRenderManager(): RenderManager;
20452
20514
  /**
@@ -20765,7 +20827,7 @@ declare module "sap/ui/core/Core" {
20765
20827
  * example at the `<body>` tag. Controls can listen to the themeChanged event to realign their appearance
20766
20828
  * after changing the theme. Changing the cozy/compact CSS class should then also be handled as a theme
20767
20829
  * change. In more simple scenarios where the cozy/compact CSS class is added to a DOM element which contains
20768
- * only a few controls it might not be necessary to trigger the realigment of all controls placed in the
20830
+ * only a few controls it might not be necessary to trigger the realignment of all controls placed in the
20769
20831
  * DOM, for example changing the cozy/compact CSS class at a single control
20770
20832
  *
20771
20833
  * @deprecated (since 1.119) - Please use {@link module:sap/ui/core/Theming.notifyContentDensityChanged Theming.notifyContentDensityChanged }
@@ -20798,7 +20860,7 @@ declare module "sap/ui/core/Core" {
20798
20860
  * internal usage only. They unfortunately allow access to all internals of the Core and therefore break
20799
20861
  * encapsulation and hinder evolution of the Core. The most common use case of accessing the set of all
20800
20862
  * controls/elements or all components can now be addressed by using the APIs {@link sap.ui.core.Element.registry }
20801
- * or {@link sap.ui.core.Component.registry}, respectively. Future refactorings of the Core will only take
20863
+ * or {@link sap.ui.core.Component.registry}, respectively. Future refactoring of the Core will only take
20802
20864
  * existing plugins in the OpenUI5 repository into account.
20803
20865
  */
20804
20866
  registerPlugin(
@@ -20901,7 +20963,7 @@ declare module "sap/ui/core/Core" {
20901
20963
  *
20902
20964
  * @since 1.10
20903
20965
  * @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
20904
- * fully covered with the capabiltites of the {@link sap/base/config base configuration}.
20966
+ * fully covered with the capabilities of the {@link sap/base/config base configuration}.
20905
20967
  *
20906
20968
  * @returns the Core, to allow method chaining
20907
20969
  */
@@ -20972,7 +21034,7 @@ declare module "sap/ui/core/Core" {
20972
21034
  *
20973
21035
  * @since 1.10
20974
21036
  * @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
20975
- * fully covered with the capabiltites of the {@link sap/base/config base configuration}.
21037
+ * fully covered with the capabilities of the {@link sap/base/config base configuration}.
20976
21038
  *
20977
21039
  * @returns the Core, to allow method chaining
20978
21040
  */
@@ -21006,7 +21068,7 @@ declare module "sap/ui/core/Core" {
21006
21068
  * internal usage only. They unfortunately allow access to all internals of the Core and therefore break
21007
21069
  * encapsulation and hinder evolution of the Core. The most common use case of accessing the set of all
21008
21070
  * controls/elements or all components can now be addressed by using the APIs {@link sap.ui.core.Element.registry }
21009
- * or {@link sap.ui.core.Component.registry}, respectively. Future refactorings of the Core will only take
21071
+ * or {@link sap.ui.core.Component.registry}, respectively. Future refactoring of the Core will only take
21010
21072
  * existing plugins in the OpenUI5 repository into account.
21011
21073
  */
21012
21074
  unregisterPlugin(
@@ -21784,6 +21846,11 @@ declare module "sap/ui/core/delegate/ScrollEnablement" {
21784
21846
  * Native scrolling does not need content wrapper. In this case, ID of the container element should be provided.
21785
21847
  */
21786
21848
  scrollContainerId?: string;
21849
+ /**
21850
+ * if true, the delegate event listeners are called before the event listeners of the element; default is
21851
+ * "false".
21852
+ */
21853
+ callBefore?: boolean;
21787
21854
  }
21788
21855
  );
21789
21856
 
@@ -24383,7 +24450,7 @@ declare module "sap/ui/core/Element" {
24383
24450
  *
24384
24451
  * @ui5-protected Do not call from applications (only from related classes in the framework)
24385
24452
  */
24386
- enhanceAccessibilityState(
24453
+ enhanceAccessibilityState?(
24387
24454
  /**
24388
24455
  * The Control/Element for which ARIA properties are collected
24389
24456
  */
@@ -24530,6 +24597,36 @@ declare module "sap/ui/core/Element" {
24530
24597
  */
24531
24598
  sModelName?: string
24532
24599
  ): ContextBinding | undefined;
24600
+ /**
24601
+ * ID of the element which is the current target of the association {@link #getFieldHelpDisplay fieldHelpDisplay},
24602
+ * or `null`.
24603
+ */
24604
+ getFieldHelpDisplay(): ID | null;
24605
+ /**
24606
+ * This function (if available on the concrete subclass) provides information for the field help.
24607
+ *
24608
+ * Applications must not call this hook method directly, it is called by the framework.
24609
+ *
24610
+ * Subclasses should implement this hook to provide any necessary information for displaying field help:
24611
+ *
24612
+ *
24613
+ * ```javascript
24614
+ *
24615
+ * MyElement.prototype.getFieldHelpInfo = function() {
24616
+ * return {
24617
+ * label: "some label"
24618
+ * };
24619
+ * };
24620
+ * ```
24621
+ *
24622
+ *
24623
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
24624
+ *
24625
+ * @returns Field Help Information of the element.
24626
+ */
24627
+ getFieldHelpInfo?(): {
24628
+ label: string;
24629
+ };
24533
24630
  /**
24534
24631
  * Returns the DOM Element that should get the focus or `null` if there's no such element currently.
24535
24632
  *
@@ -24740,6 +24837,19 @@ declare module "sap/ui/core/Element" {
24740
24837
  * @returns Whether the element can get the focus after calling {@link #focus}
24741
24838
  */
24742
24839
  isFocusable(): boolean;
24840
+ /**
24841
+ * Handles the 'focusfail' event by attempting to find and focus on a tabbable element. The 'focusfail'
24842
+ * event is triggered when the current element, which initially holds the focus, becomes disabled or invisible.
24843
+ * The event is received by the parent of the element that failed to retain the focus.
24844
+ *
24845
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
24846
+ */
24847
+ onfocusfail(
24848
+ /**
24849
+ * The event object containing the source element that failed to gain focus.
24850
+ */
24851
+ oEvent: Event
24852
+ ): void;
24743
24853
  /**
24744
24854
  * This function either calls set[sPropertyName] or get[sPropertyName] with the specified property name
24745
24855
  * depending if an `oValue` is provided or not.
@@ -24858,6 +24968,19 @@ declare module "sap/ui/core/Element" {
24858
24968
  * @ui5-protected Do not call from applications (only from related classes in the framework)
24859
24969
  */
24860
24970
  rerender(): void;
24971
+ /**
24972
+ * Sets the associated {@link #getFieldHelpDisplay fieldHelpDisplay}.
24973
+ *
24974
+ *
24975
+ * @returns Reference to `this` in order to allow method chaining
24976
+ */
24977
+ setFieldHelpDisplay(
24978
+ /**
24979
+ * ID of an element which becomes the new target of this fieldHelpDisplay association; alternatively, an
24980
+ * element instance may be given
24981
+ */
24982
+ oFieldHelpDisplay: ID | UI5Element
24983
+ ): this;
24861
24984
  /**
24862
24985
  * Sets the {@link sap.ui.core.LayoutData} defining the layout constraints for this control when it is used
24863
24986
  * inside a layout.
@@ -25102,6 +25225,12 @@ declare module "sap/ui/core/Element" {
25102
25225
  | DragDropBase
25103
25226
  | AggregationBindingInfo
25104
25227
  | `{${string}}`;
25228
+
25229
+ /**
25230
+ * Reference to the element to show the field help for this control; if unset, field help is show on the
25231
+ * control itself.
25232
+ */
25233
+ fieldHelpDisplay?: UI5Element | string;
25105
25234
  }
25106
25235
 
25107
25236
  export namespace MetadataOptions {
@@ -67358,7 +67487,8 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
67358
67487
  */
67359
67488
  refreshAfterChange?: boolean;
67360
67489
  /**
67361
- * Whether to sequentialize all requests, needed in case the service cannot handle parallel requests
67490
+ * Whether to sequentialize all requests, needed in case the service cannot handle parallel requests. **Deprecated**
67491
+ * as of version 1.128.0, the concept has been discarded.
67362
67492
  */
67363
67493
  sequentializeRequests?: boolean;
67364
67494
  /**
@@ -71051,7 +71181,12 @@ declare module "sap/ui/model/odata/v4/Context" {
71051
71181
  *
71052
71182
  * @since 1.83.0
71053
71183
  */
71054
- collapse(): void;
71184
+ collapse(
71185
+ /**
71186
+ * Whether to collapse the node and all its descendants (@experimental as of version 1.128.0)
71187
+ */
71188
+ bAll?: boolean
71189
+ ): void;
71055
71190
  /**
71056
71191
  * Returns a promise that is resolved without data when the entity represented by this context has been
71057
71192
  * created in the back end and all selected properties of this entity are available. Expanded navigation
@@ -71098,7 +71233,7 @@ declare module "sap/ui/model/odata/v4/Context" {
71098
71233
  * of reset or failure.
71099
71234
  *
71100
71235
  * Since 1.125.0, deleting a node in a recursive hierarchy (see {@link sap.ui.model.odata.v4.ODataListBinding#setAggregation})
71101
- * is supported. As a precondition, the context must not be both {@link #setKeepAlive kept-alive} and hidden
71236
+ * is supported. As a precondition, the context must not be both {@link #setKeepAlive kept alive} and hidden
71102
71237
  * (for example due to a filter), and the group ID must not have {@link sap.ui.model.odata.v4.SubmitMode.API}.
71103
71238
  * Such a deletion is not a pending change.
71104
71239
  * See:
@@ -71156,14 +71291,22 @@ declare module "sap/ui/model/odata/v4/Context" {
71156
71291
  */
71157
71292
  destroy(): void;
71158
71293
  /**
71159
- * Expands the group node that this context points to.
71294
+ * Expands the group node that this context points to. Since 1.127.0, it is possible to expand a group node
71295
+ * by a given number of levels.
71160
71296
  * See:
71161
71297
  * #collapse
71162
71298
  * #isExpanded
71163
71299
  *
71164
71300
  * @since 1.77.0
71165
71301
  */
71166
- expand(): void;
71302
+ expand(
71303
+ /**
71304
+ * The number of levels to expand (@experimental as of version 1.127.0), `iLevels >= Number.MAX_SAFE_INTEGER`
71305
+ * can be used to expand all levels. If a node is expanded a second time, the expand state of the descendants
71306
+ * is not changed.
71307
+ */
71308
+ iLevels?: number
71309
+ ): void;
71167
71310
  /**
71168
71311
  * Returns the binding this context belongs to.
71169
71312
  *
@@ -71407,12 +71550,12 @@ declare module "sap/ui/model/odata/v4/Context" {
71407
71550
  * will be the new parent itself). Any descendants of that node are then themselves in the "created" state
71408
71551
  * and also become "persisted"; otherwise, their states remain unaffected by the move.
71409
71552
  *
71410
- * Note that a node in the "created" state is not shown in its usual position as defined by the service
71411
- * and the current sort order, but out of place as the first child of its parent. It is even shown if it
71412
- * doesn't match current search or filter criteria! Once it becomes simply "persisted" due to the move (as
71413
- * described above), this special handling ends. The node is then shown in place again, or it might even
71414
- * not be shown anymore due to the search or filter criteria. If the latter happens to this context, its
71415
- * {@link #getIndex index} becomes `undefined`.
71553
+ * Note that nodes in the "created" state are not shown in their usual position as defined by the service
71554
+ * and the current sort order, but out of place as the first children of their parent or as the first roots.
71555
+ * They are even shown if they don't match current search or filter criteria! Once they become simply "persisted"
71556
+ * due to the move (as described above), this special handling ends. These nodes are then shown in place
71557
+ * again, or they might even not be shown anymore due to the search or filter criteria. If the latter happens
71558
+ * to this context, its {@link #getIndex index} becomes `undefined`.
71416
71559
  *
71417
71560
  * @since 1.125.0
71418
71561
  *
@@ -72118,7 +72261,7 @@ declare module "sap/ui/model/odata/v4/ODataContextBinding" {
72118
72261
  * because they relate to a {@link sap.ui.model.odata.v4.Context#isKeepAlive kept-alive} (since 1.97.0)
72119
72262
  * or {@link sap.ui.model.odata.v4.Context#delete deleted} (since 1.108.0) context of this binding. Since
72120
72263
  * 1.98.0, {@link sap.ui.model.odata.v4.Context#isTransient transient} contexts of a {@link #getRootBinding root binding }
72121
- * are treated as kept-alive by this flag. Since 1.99.0, the same happens for bindings using the `$$ownRequest`
72264
+ * are treated as kept alive by this flag. Since 1.99.0, the same happens for bindings using the `$$ownRequest`
72122
72265
  * parameter (see {@link sap.ui.model.odata.v4.ODataModel#bindList}).
72123
72266
  */
72124
72267
  bIgnoreKeptAlive?: boolean
@@ -73159,7 +73302,7 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73159
73302
  * because they relate to a {@link sap.ui.model.odata.v4.Context#isKeepAlive kept-alive} (since 1.97.0)
73160
73303
  * or {@link sap.ui.model.odata.v4.Context#delete deleted} (since 1.108.0) context of this binding. Since
73161
73304
  * 1.98.0, {@link sap.ui.model.odata.v4.Context#isTransient transient} contexts of a {@link #getRootBinding root binding }
73162
- * are treated as kept-alive by this flag. Since 1.99.0, the same happens for bindings using the `$$ownRequest`
73305
+ * are treated as kept alive by this flag. Since 1.99.0, the same happens for bindings using the `$$ownRequest`
73163
73306
  * parameter (see {@link sap.ui.model.odata.v4.ODataModel#bindList}).
73164
73307
  */
73165
73308
  bIgnoreKeptAlive?: boolean
@@ -73389,7 +73532,8 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73389
73532
  /**
73390
73533
  * Whether created nodes are shown in place at the position specified by the service (@experimental as of
73391
73534
  * version 1.125.0); only the value `true` is allowed. Otherwise, created nodes are displayed out of place
73392
- * as the first child of their parent.
73535
+ * as the first children of their parent or as the first roots, but not in their usual position as defined
73536
+ * by the service and the current sort order.
73393
73537
  */
73394
73538
  createInPlace?: boolean;
73395
73539
  /**
@@ -74233,6 +74377,11 @@ declare module "sap/ui/model/odata/v4/ODataMetaModel" {
74233
74377
  * results in "@com.sap.vocabularies.Common.v1.Label" and a slash does not make any difference as long as
74234
74378
  * the annotation does not have a "$Type" property. A technical property (that is, a numerical segment
74235
74379
  * or one starting with a "$") immediately before "@sapui.name" is invalid, for example "/$EntityContainer@sapui.name".
74380
+ * Since 1.127.0, "@sapui.name" can also be used to access the resulting name of an entity set via
74381
+ * a navigation property binding. This allows XML Templating to use "${entitySet>@sapui.name}" no matter
74382
+ * whether the variable "entitySet" refers to "/TEAMS" or "/TEAMS/$NavigationPropertyBinding/TEAM_2_EMPLOYEES".
74383
+ * This way, "/TEAMS@sapui.name" results in "TEAMS" and "/TEAMS/$NavigationPropertyBinding/TEAM_2_EMPLOYEES@sapui.name"
74384
+ * results either in a simple name like "EMPLOYEES" or maybe in a path like "some.other.EntityContainer/SomeEntitySet".
74236
74385
  * The path must not continue after "@sapui.name".
74237
74386
  *
74238
74387
  * If the current object is a string value, that string value is treated as a relative path and followed
@@ -74709,7 +74858,8 @@ declare module "sap/ui/model/odata/v4/ODataModel" {
74709
74858
  synchronizationMode?: string;
74710
74859
  /**
74711
74860
  * The group ID that is used for update requests. If no update group ID is specified, `mParameters.groupId`
74712
- * is used. Valid update group IDs are `undefined`, '$auto', '$direct' or an application group ID.
74861
+ * is used. Valid update group IDs are `undefined`, '$auto', '$auto.*', '$direct' or an application group
74862
+ * ID.
74713
74863
  */
74714
74864
  updateGroupId?: string;
74715
74865
  /**
@@ -75073,9 +75223,8 @@ declare module "sap/ui/model/odata/v4/ODataModel" {
75073
75223
  * If the target type specified in the corresponding control property's binding info is "any" and the binding
75074
75224
  * is relative or points to metadata, the binding may have an object value; in this case and unless the
75075
75225
  * binding refers to an action advertisement the binding's mode must be {@link sap.ui.model.BindingMode.OneTime}.
75076
- * {@link sap.ui.model.BindingMode.OneWay OneWay} is also supported (@experimental as of version 1.126.0),
75077
- * but client-side updates of the object are not supported and `$$patchWithoutSideEffects` should be used
75078
- * for the parent entity.
75226
+ * {@link sap.ui.model.BindingMode.OneWay OneWay} is also supported (@experimental as of version 1.126.0)
75227
+ * for complex types and collections thereof; for entity types, use {@link #bindContext} instead.
75079
75228
  * See:
75080
75229
  * sap.ui.base.ManagedObject#bindProperty
75081
75230
  * sap.ui.model.Model#bindProperty
@@ -75970,7 +76119,7 @@ declare module "sap/ui/model/odata/v4/ODataPropertyBinding" {
75970
76119
  * because they relate to a {@link sap.ui.model.odata.v4.Context#isKeepAlive kept-alive} (since 1.97.0)
75971
76120
  * or {@link sap.ui.model.odata.v4.Context#delete deleted} (since 1.108.0) context of this binding. Since
75972
76121
  * 1.98.0, {@link sap.ui.model.odata.v4.Context#isTransient transient} contexts of a {@link #getRootBinding root binding }
75973
- * are treated as kept-alive by this flag. Since 1.99.0, the same happens for bindings using the `$$ownRequest`
76122
+ * are treated as kept alive by this flag. Since 1.99.0, the same happens for bindings using the `$$ownRequest`
75974
76123
  * parameter (see {@link sap.ui.model.odata.v4.ODataModel#bindList}).
75975
76124
  */
75976
76125
  bIgnoreKeptAlive?: boolean
@@ -83009,7 +83158,13 @@ declare module "sap/ui/test/Opa5" {
83009
83158
  * See:
83010
83159
  * {@link https://ui5.sap.com/#/topic/2696ab50faad458f9b4027ec2f9b884d Opa5}
83011
83160
  */
83012
- constructor();
83161
+ constructor(
83162
+ /**
83163
+ * An object containing properties and functions. The newly created Opa will be extended by these properties
83164
+ * and functions using jQuery.extend.
83165
+ */
83166
+ extensionObject?: object
83167
+ );
83013
83168
  /**
83014
83169
  * "and" property for chaining
83015
83170
  */
@@ -84524,8 +84679,6 @@ declare module "sap/ui/test/RecordReplay" {
84524
84679
  }
84525
84680
  /**
84526
84681
  * Root namespace for JavaScript functionality provided by SAP SE.
84527
- *
84528
- * The `sap` namespace is automatically registered with the OpenAjax hub if it exists.
84529
84682
  */
84530
84683
  declare namespace sap {
84531
84684
  /**
@@ -84848,7 +85001,7 @@ declare namespace sap {
84848
85001
  * // module 'Something' wants to use third party library 'URI.js'
84849
85002
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
84850
85003
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
84851
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85004
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
84852
85005
  * sap.ui.loader.config({
84853
85006
  * shim: {
84854
85007
  * 'sap/ui/thirdparty/URI': {
@@ -85097,7 +85250,7 @@ declare namespace sap {
85097
85250
  * // module 'Something' wants to use third party library 'URI.js'
85098
85251
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85099
85252
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85100
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85253
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85101
85254
  * sap.ui.loader.config({
85102
85255
  * shim: {
85103
85256
  * 'sap/ui/thirdparty/URI': {
@@ -85340,7 +85493,7 @@ declare namespace sap {
85340
85493
  * // module 'Something' wants to use third party library 'URI.js'
85341
85494
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85342
85495
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85343
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85496
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85344
85497
  * sap.ui.loader.config({
85345
85498
  * shim: {
85346
85499
  * 'sap/ui/thirdparty/URI': {
@@ -85584,7 +85737,7 @@ declare namespace sap {
85584
85737
  * // module 'Something' wants to use third party library 'URI.js'
85585
85738
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85586
85739
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85587
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85740
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85588
85741
  * sap.ui.loader.config({
85589
85742
  * shim: {
85590
85743
  * 'sap/ui/thirdparty/URI': {
@@ -85758,7 +85911,7 @@ declare namespace sap {
85758
85911
  * Retrieve the {@link sap.ui.core.Core SAPUI5 Core} instance for the current window.
85759
85912
  *
85760
85913
  * @deprecated (since 1.118) - Please require 'sap/ui/core/Core' instead and use the module export directly
85761
- * without using 'new'."
85914
+ * without using 'new'.
85762
85915
  *
85763
85916
  * @returns the API of the current SAPUI5 Core instance.
85764
85917
  */
@@ -86201,8 +86354,9 @@ declare namespace sap {
86201
86354
  *
86202
86355
  * **Note:** Any other call signature will lead to a runtime error.
86203
86356
  *
86204
- * @deprecated (since 1.56) - Use {@link sap.ui.core.mvc.View.extend View.extend} to define the view class
86205
- * and {@link sap.ui.core.mvc.View.create View.create} to create view instances
86357
+ * @deprecated (since 1.56) - Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views} by
86358
+ * defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and creating the view instances
86359
+ * with {@link sap.ui.core.mvc.View.create View.create}.
86206
86360
  *
86207
86361
  * @returns the created JSView instance in the creation case, otherwise undefined
86208
86362
  */
@@ -86253,8 +86407,9 @@ declare namespace sap {
86253
86407
  *
86254
86408
  * **Note:** Any other call signature will lead to a runtime error.
86255
86409
  *
86256
- * @deprecated (since 1.56) - Use {@link sap.ui.core.mvc.View.extend View.extend} to define the view class
86257
- * and {@link sap.ui.core.mvc.View.create View.create} to create view instances
86410
+ * @deprecated (since 1.56) - Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views} by
86411
+ * defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and creating the view instances
86412
+ * with {@link sap.ui.core.mvc.View.create View.create}.
86258
86413
  *
86259
86414
  * @returns the created JSView instance in the creation case, otherwise undefined
86260
86415
  */
@@ -87801,6 +87956,8 @@ declare namespace sap {
87801
87956
 
87802
87957
  "sap/ui/dom/includeStylesheet": undefined;
87803
87958
 
87959
+ "sap/ui/dom/isElementCovered": undefined;
87960
+
87804
87961
  "sap/ui/dom/isHidden": undefined;
87805
87962
 
87806
87963
  "sap/ui/dom/jquery/Aria": undefined;
@@ -88179,6 +88336,10 @@ declare namespace sap {
88179
88336
 
88180
88337
  "sap/ui/test/RecordReplay": undefined;
88181
88338
 
88339
+ "sap/ui/test/utils/nextUIUpdate": undefined;
88340
+
88341
+ "sap/ui/test/utils/waitForThemeApplied": undefined;
88342
+
88182
88343
  "sap/ui/thirdparty/jquery": undefined;
88183
88344
 
88184
88345
  "sap/ui/util/ActivityDetection": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.1
1
+ // For Library Version: 1.128.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {