@openui5/types 1.127.1 → 1.129.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.127.1
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -352,7 +352,9 @@ declare module "sap/ui/codeeditor/CodeEditor" {
352
352
  /**
353
353
  * Gets current value of property {@link #getSyntaxHints syntaxHints}.
354
354
  *
355
- * 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.
356
358
  *
357
359
  * Default value is `true`.
358
360
  *
@@ -518,7 +520,9 @@ declare module "sap/ui/codeeditor/CodeEditor" {
518
520
  /**
519
521
  * Sets a new value for property {@link #getSyntaxHints syntaxHints}.
520
522
  *
521
- * 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.
522
526
  *
523
527
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
524
528
  *
@@ -694,7 +698,9 @@ declare module "sap/ui/codeeditor/CodeEditor" {
694
698
  colorTheme?: string | PropertyBindingInfo;
695
699
 
696
700
  /**
697
- * 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.
698
704
  */
699
705
  syntaxHints?: boolean | PropertyBindingInfo | `{${string}}`;
700
706
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.129.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.127.1
282
+ // For Library Version: 1.129.0
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -14142,7 +14142,7 @@ declare module "sap/ui/core/library" {
14142
14142
  *
14143
14143
  * This enum is part of the 'sap/ui/core/library' module export and must be accessed by the property 'MessageType'.
14144
14144
  *
14145
- * @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.
14146
14146
  */
14147
14147
  export enum MessageType {
14148
14148
  /**
@@ -20312,7 +20312,7 @@ declare module "sap/ui/core/Core" {
20312
20312
  /**
20313
20313
  * Returns the Configuration of the Core.
20314
20314
  *
20315
- * @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
20316
20316
  * replacements.
20317
20317
  *
20318
20318
  * @returns the Configuration of the current Core.
@@ -20508,7 +20508,7 @@ declare module "sap/ui/core/Core" {
20508
20508
  *
20509
20509
  * @deprecated (since 0.15.0) - Replaced by `createRenderManager()`
20510
20510
  *
20511
- * @returns A newly createdRenderManeger
20511
+ * @returns A newly created RenderManager
20512
20512
  */
20513
20513
  getRenderManager(): RenderManager;
20514
20514
  /**
@@ -20827,7 +20827,7 @@ declare module "sap/ui/core/Core" {
20827
20827
  * example at the `<body>` tag. Controls can listen to the themeChanged event to realign their appearance
20828
20828
  * after changing the theme. Changing the cozy/compact CSS class should then also be handled as a theme
20829
20829
  * change. In more simple scenarios where the cozy/compact CSS class is added to a DOM element which contains
20830
- * 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
20831
20831
  * DOM, for example changing the cozy/compact CSS class at a single control
20832
20832
  *
20833
20833
  * @deprecated (since 1.119) - Please use {@link module:sap/ui/core/Theming.notifyContentDensityChanged Theming.notifyContentDensityChanged }
@@ -20860,7 +20860,7 @@ declare module "sap/ui/core/Core" {
20860
20860
  * internal usage only. They unfortunately allow access to all internals of the Core and therefore break
20861
20861
  * encapsulation and hinder evolution of the Core. The most common use case of accessing the set of all
20862
20862
  * controls/elements or all components can now be addressed by using the APIs {@link sap.ui.core.Element.registry }
20863
- * 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
20864
20864
  * existing plugins in the OpenUI5 repository into account.
20865
20865
  */
20866
20866
  registerPlugin(
@@ -20963,7 +20963,7 @@ declare module "sap/ui/core/Core" {
20963
20963
  *
20964
20964
  * @since 1.10
20965
20965
  * @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
20966
- * 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}.
20967
20967
  *
20968
20968
  * @returns the Core, to allow method chaining
20969
20969
  */
@@ -21034,7 +21034,7 @@ declare module "sap/ui/core/Core" {
21034
21034
  *
21035
21035
  * @since 1.10
21036
21036
  * @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
21037
- * 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}.
21038
21038
  *
21039
21039
  * @returns the Core, to allow method chaining
21040
21040
  */
@@ -21068,7 +21068,7 @@ declare module "sap/ui/core/Core" {
21068
21068
  * internal usage only. They unfortunately allow access to all internals of the Core and therefore break
21069
21069
  * encapsulation and hinder evolution of the Core. The most common use case of accessing the set of all
21070
21070
  * controls/elements or all components can now be addressed by using the APIs {@link sap.ui.core.Element.registry }
21071
- * 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
21072
21072
  * existing plugins in the OpenUI5 repository into account.
21073
21073
  */
21074
21074
  unregisterPlugin(
@@ -21846,6 +21846,11 @@ declare module "sap/ui/core/delegate/ScrollEnablement" {
21846
21846
  * Native scrolling does not need content wrapper. In this case, ID of the container element should be provided.
21847
21847
  */
21848
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;
21849
21854
  }
21850
21855
  );
21851
21856
 
@@ -55122,10 +55127,10 @@ declare module "sap/ui/model/CompositeDataState" {
55122
55127
  getModelMessages(): Message[];
55123
55128
  /**
55124
55129
  * Returns whether the data state is dirty in the UI control. A data state is dirty in the UI control if
55125
- * the entered value did not yet pass the type validation.
55130
+ * an entered value did not pass the type validation.
55126
55131
  *
55127
55132
  *
55128
- * @returns Whether the control data state is dirty
55133
+ * @returns Whether this data state or at least one of the aggregated data states is dirty in the UI control
55129
55134
  */
55130
55135
  isControlDirty(): boolean;
55131
55136
  /**
@@ -55680,10 +55685,11 @@ declare module "sap/ui/model/DataState" {
55680
55685
  getValue(): any;
55681
55686
  /**
55682
55687
  * Returns whether the data state is dirty in the UI control. A data state is dirty in the UI control if
55683
- * the entered value did not yet pass the type validation.
55688
+ * an entered value did not pass the type validation. If the data state is used by a composite data state,
55689
+ * it is also checked whether the composite data state is dirty in the UI control.
55684
55690
  *
55685
55691
  *
55686
- * @returns Whether the data state is dirty
55692
+ * @returns Whether the data state is dirty in the UI control
55687
55693
  */
55688
55694
  isControlDirty(): boolean;
55689
55695
  /**
@@ -59951,6 +59957,26 @@ declare module "sap/ui/model/odata/ODataMetaModel" {
59951
59957
  * @returns Metadata object describing this class
59952
59958
  */
59953
59959
  static getMetadata(): Metadata;
59960
+ /**
59961
+ * Gets the metadata context for the given function import and parameter name. The result can be used with
59962
+ * {@link sap.ui.model.ODataMetaModel#getODataValueLists} to request the metadata for the value lists for
59963
+ * that function import parameter.
59964
+ *
59965
+ * @since 1.129.0
59966
+ *
59967
+ * @returns The metadata context referencing the given function import parameter
59968
+ */
59969
+ getFunctionImportParameterContext(
59970
+ /**
59971
+ * The function import name, either unqualified or qualified, e.g. "Save" or "MyService.Entities/Save";
59972
+ * if an unqualified name is used, the function import is searched for in the default entity container
59973
+ */
59974
+ sFunctionName: string,
59975
+ /**
59976
+ * The name of the function import parameter
59977
+ */
59978
+ sParameter: string
59979
+ ): Context;
59954
59980
  /**
59955
59981
  * Returns the OData meta model context corresponding to the given OData model path.
59956
59982
  *
@@ -60149,11 +60175,11 @@ declare module "sap/ui/model/odata/ODataMetaModel" {
60149
60175
  bAsPath?: boolean
60150
60176
  ): Property | string | undefined | null;
60151
60177
  /**
60152
- * Returns a `Promise` which is resolved with a map representing the `com.sap.vocabularies.Common.v1.ValueList`
60153
- * annotations of the given property or rejected with an error. The key in the map provided on successful
60154
- * resolution is the qualifier of the annotation or the empty string if no qualifier is defined. The value
60155
- * in the map is the JSON object for the annotation. The map is empty if the property has no `com.sap.vocabularies.Common.v1.ValueList`
60156
- * annotations.
60178
+ * Returns a `Promise` which either resolves with a map representing the `com.sap.vocabularies.Common.v1.ValueList`
60179
+ * annotations of the property or function import parameter referenced by the given metamodel context or
60180
+ * rejects with an error. The key in the map provided on successful resolution is the qualifier of the annotation
60181
+ * or the empty string if no qualifier is defined. The value in the map is the JSON object for the annotation.
60182
+ * The map is empty if the property has no `com.sap.vocabularies.Common.v1.ValueList` annotations.
60157
60183
  *
60158
60184
  * @since 1.29.1
60159
60185
  *
@@ -60162,9 +60188,10 @@ declare module "sap/ui/model/odata/ODataMetaModel" {
60162
60188
  */
60163
60189
  getODataValueLists(
60164
60190
  /**
60165
- * A model context for a structural property of an entity type or a complex type, as returned by {@link #getMetaContext getMetaContext}
60191
+ * A model context for a structural property of an entity type or a complex type, as returned by {@link #getMetaContext getMetaContext},
60192
+ * or (since 1.129.0) a model context for a parameter of a function import, as returned by {@link #getFunctionImportParameterContext}
60166
60193
  */
60167
- oPropertyContext: Context
60194
+ oPropertyOrParameterContext: Context
60168
60195
  ): Promise<Record<string, ValueListType>>;
60169
60196
  /**
60170
60197
  * Returns a promise which is fulfilled once the meta model data is loaded and can be used.
@@ -67482,7 +67509,8 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
67482
67509
  */
67483
67510
  refreshAfterChange?: boolean;
67484
67511
  /**
67485
- * Whether to sequentialize all requests, needed in case the service cannot handle parallel requests
67512
+ * Whether to sequentialize all requests, needed in case the service cannot handle parallel requests. **Deprecated**
67513
+ * as of version 1.128.0, the concept has been discarded.
67486
67514
  */
67487
67515
  sequentializeRequests?: boolean;
67488
67516
  /**
@@ -67566,51 +67594,12 @@ declare module "sap/ui/model/odata/v2/ODataModel" {
67566
67594
  * @returns Metadata object describing this class
67567
67595
  */
67568
67596
  static getMetadata(): Metadata;
67569
- /**
67570
- * Adds (a) new URL(s) whose content should be parsed as OData annotations, which are then merged into the
67571
- * annotations object which can be retrieved by calling the {@link #getServiceAnnotations}-method. If a
67572
- * `$metadata` URL is passed, the data will also be merged into the metadata object, which can be reached
67573
- * by calling the {@link #getServiceMetadata} method.
67574
- *
67575
- * @ui5-protected Do not call from applications (only from related classes in the framework)
67576
- *
67577
- * @returns The Promise to load the given URL(s), resolved if all URLs have been loaded, rejected if at
67578
- * least one fails to load. If this promise resolves it returns an object with the following properties:
67579
- * `annotations`: The annotation object `entitySets`: An array of EntitySet objects containing the newly
67580
- * merged EntitySets from a `$metadata` requests. The structure is the same as in the metadata object reached
67581
- * by the `getServiceMetadata()` method. For non-`$metadata` requests the array will be empty.
67582
- */
67583
- addAnnotationUrl(
67584
- /**
67585
- * Either one URL as string or an array of URL strings
67586
- */
67587
- vUrl: string | string[]
67588
- ): Promise<any>;
67589
- /**
67590
- * Adds new XML content to be parsed for OData annotations, which are then merged into the annotations object
67591
- * which can be retrieved by calling the {@link #getServiceAnnotations}-method.
67592
- *
67593
- * @ui5-protected Do not call from applications (only from related classes in the framework)
67594
- *
67595
- * @returns The Promise to parse the given XML-String, resolved if parsed without errors, rejected if errors
67596
- * occur
67597
- */
67598
- addAnnotationXML(
67599
- /**
67600
- * The string that should be parsed as annotation XML
67601
- */
67602
- sXMLContent: string,
67603
- /**
67604
- * Whether not to fire annotationsLoaded event on the annotationParser
67605
- */
67606
- bSuppressEvents?: boolean
67607
- ): Promise<any>;
67608
67597
  /**
67609
67598
  * Returns a promise that resolves with an array containing information about the initially loaded annotations.
67610
67599
  *
67611
67600
  * **Important**: This covers the annotations that were given to the model constructor, not the ones that
67612
- * might have been added later on using the protected API method {@link #addAnnotationUrl}. In order to
67613
- * get information about those, the event `annotationsLoaded` can be used.
67601
+ * might have been added later on using the API method {@link sap.ui.model.odata.ODataMetaModel#getODataValueLists}.
67602
+ * In order to get information about those, the event `annotationsLoaded` can be used.
67614
67603
  *
67615
67604
  * @since 1.42
67616
67605
  *
@@ -71175,7 +71164,12 @@ declare module "sap/ui/model/odata/v4/Context" {
71175
71164
  *
71176
71165
  * @since 1.83.0
71177
71166
  */
71178
- collapse(): void;
71167
+ collapse(
71168
+ /**
71169
+ * Whether to collapse the node and all its descendants (@experimental as of version 1.128.0)
71170
+ */
71171
+ bAll?: boolean
71172
+ ): void;
71179
71173
  /**
71180
71174
  * Returns a promise that is resolved without data when the entity represented by this context has been
71181
71175
  * created in the back end and all selected properties of this entity are available. Expanded navigation
@@ -71539,12 +71533,12 @@ declare module "sap/ui/model/odata/v4/Context" {
71539
71533
  * will be the new parent itself). Any descendants of that node are then themselves in the "created" state
71540
71534
  * and also become "persisted"; otherwise, their states remain unaffected by the move.
71541
71535
  *
71542
- * Note that a node in the "created" state is not shown in its usual position as defined by the service
71543
- * and the current sort order, but out of place as the first child of its parent. It is even shown if it
71544
- * doesn't match current search or filter criteria! Once it becomes simply "persisted" due to the move (as
71545
- * described above), this special handling ends. The node is then shown in place again, or it might even
71546
- * not be shown anymore due to the search or filter criteria. If the latter happens to this context, its
71547
- * {@link #getIndex index} becomes `undefined`.
71536
+ * Note that nodes in the "created" state are not shown in their usual position as defined by the service
71537
+ * and the current sort order, but out of place as the first children of their parent or as the first roots.
71538
+ * They are even shown if they don't match current search or filter criteria! Once they become simply "persisted"
71539
+ * due to the move (as described above), this special handling ends. These nodes are then shown in place
71540
+ * again, or they might even not be shown anymore due to the search or filter criteria. If the latter happens
71541
+ * to this context, its {@link #getIndex index} becomes `undefined`.
71548
71542
  *
71549
71543
  * @since 1.125.0
71550
71544
  *
@@ -73495,7 +73489,9 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73495
73489
  * Since 1.89.0, the **deprecated** property `"grandTotal like 1.84" : true` can be used to turn on the
73496
73490
  * handling of grand totals like in 1.84.0, using aggregates of aggregates and thus allowing to filter by
73497
73491
  * aggregated properties while grand totals are needed. Beware that methods like "average" or "countdistinct"
73498
- * are not compatible with this approach, and it cannot be combined with group levels.
73492
+ * are not compatible with this approach, and it cannot be combined with group levels. Since 1.129.0, this
73493
+ * property is not needed anymore and filtering by aggregated properties is supported even while grand totals
73494
+ * or subtotals are needed.
73499
73495
  * Since 1.117.0, either a read-only recursive hierarchy or pure data aggregation is supported, but no
73500
73496
  * mix; `hierarchyQualifier` is the leading property that decides between those two use cases. Since 1.125.0,
73501
73497
  * maintenance of a recursive hierarchy is supported.
@@ -73505,23 +73501,24 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73505
73501
  * A map from aggregatable property names or aliases to objects containing the following details:
73506
73502
  * `grandTotal`: An optional boolean that tells whether a grand total for this aggregatable property is
73507
73503
  * needed (since 1.59.0); not supported in this case are:
73508
- * filtering by any aggregatable property (since 1.89.0), "$search" (since 1.93.0), the `vGroup`
73509
- * parameter of {@link sap.ui.model.Sorter} (since 1.107.0), shared requests (since 1.108.0).
73510
- * `subtotals`: An optional boolean that tells whether subtotals for this aggregatable property are
73511
- * needed `with`: An optional string that provides the name of the method (for example "sum") used
73512
- * for aggregation of this aggregatable property; see "3.1.2 Keyword with". `name`: An optional string
73513
- * that provides the original aggregatable property name in case a different alias is chosen as the name
73514
- * of the dynamic property used for aggregation of this aggregatable property; see "3.1.1 Keyword as"
73515
- * `unit`: An optional string that provides the name of the custom aggregate for a currency or unit of measure
73516
- * corresponding to this aggregatable property (since 1.86.0). The custom aggregate must return the single
73517
- * value of that unit in case there is only one, or `null` otherwise ("multi-unit situation"). (SQL suggestion:
73518
- * `CASE WHEN MIN(Unit) = MAX(Unit) THEN MIN(Unit) END`)
73504
+ * "$search" (since 1.93.0), the `vGroup` parameter of {@link sap.ui.model.Sorter} (since 1.107.0),
73505
+ * shared requests (since 1.108.0). `subtotals`: An optional boolean that tells whether
73506
+ * subtotals for this aggregatable property are needed `with`: An optional string that provides the
73507
+ * name of the method (for example "sum") used for aggregation of this aggregatable property; see "3.1.2
73508
+ * Keyword with". `name`: An optional string that provides the original aggregatable property name
73509
+ * in case a different alias is chosen as the name of the dynamic property used for aggregation of this
73510
+ * aggregatable property; see "3.1.1 Keyword as" `unit`: An optional string that provides the name
73511
+ * of the custom aggregate for a currency or unit of measure corresponding to this aggregatable property
73512
+ * (since 1.86.0). The custom aggregate must return the single value of that unit in case there is only
73513
+ * one, or `null` otherwise ("multi-unit situation"). (SQL suggestion: `CASE WHEN MIN(Unit) = MAX(Unit)
73514
+ * THEN MIN(Unit) END`)
73519
73515
  */
73520
73516
  aggregate?: object;
73521
73517
  /**
73522
73518
  * Whether created nodes are shown in place at the position specified by the service (@experimental as of
73523
73519
  * version 1.125.0); only the value `true` is allowed. Otherwise, created nodes are displayed out of place
73524
- * as the first child of their parent.
73520
+ * as the first children of their parent or as the first roots, but not in their usual position as defined
73521
+ * by the service and the current sort order.
73525
73522
  */
73526
73523
  createInPlace?: boolean;
73527
73524
  /**
@@ -75169,6 +75166,15 @@ declare module "sap/ui/model/odata/v4/ODataModel" {
75169
75166
  * Whether the binding always uses an own service request to read its data; only the value `true` is allowed.
75170
75167
  */
75171
75168
  $$ownRequest?: boolean;
75169
+ /**
75170
+ * An array of navigation property names which are omitted from the main list request and loaded in a separate
75171
+ * request instead (@experimental as of version 1.129.0). This results in the main list becoming available
75172
+ * faster, while the separate properties are merged as soon as the data is received. Note that the separate
75173
+ * properties must be part of the '$expand' system query option, either automatically via the "autoExpandSelect"
75174
+ * model parameter (see {@link sap.ui.model.odata.v4.ODataModel#constructor}) or manually. The `$$separate`
75175
+ * parameter must not be combined with `$$aggregation`.
75176
+ */
75177
+ $$separate?: string[];
75172
75178
  /**
75173
75179
  * Whether multiple bindings for the same resource path share the data, so that it is requested only once.
75174
75180
  * This parameter can be inherited from the model's parameter "sharedRequests", see {@link sap.ui.model.odata.v4.ODataModel#constructor}.
@@ -83146,7 +83152,13 @@ declare module "sap/ui/test/Opa5" {
83146
83152
  * See:
83147
83153
  * {@link https://ui5.sap.com/#/topic/2696ab50faad458f9b4027ec2f9b884d Opa5}
83148
83154
  */
83149
- constructor();
83155
+ constructor(
83156
+ /**
83157
+ * An object containing properties and functions. The newly created Opa will be extended by these properties
83158
+ * and functions using jQuery.extend.
83159
+ */
83160
+ extensionObject?: object
83161
+ );
83150
83162
  /**
83151
83163
  * "and" property for chaining
83152
83164
  */
@@ -84983,7 +84995,7 @@ declare namespace sap {
84983
84995
  * // module 'Something' wants to use third party library 'URI.js'
84984
84996
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
84985
84997
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
84986
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
84998
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
84987
84999
  * sap.ui.loader.config({
84988
85000
  * shim: {
84989
85001
  * 'sap/ui/thirdparty/URI': {
@@ -85232,7 +85244,7 @@ declare namespace sap {
85232
85244
  * // module 'Something' wants to use third party library 'URI.js'
85233
85245
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85234
85246
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85235
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85247
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85236
85248
  * sap.ui.loader.config({
85237
85249
  * shim: {
85238
85250
  * 'sap/ui/thirdparty/URI': {
@@ -85475,7 +85487,7 @@ declare namespace sap {
85475
85487
  * // module 'Something' wants to use third party library 'URI.js'
85476
85488
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85477
85489
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85478
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85490
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85479
85491
  * sap.ui.loader.config({
85480
85492
  * shim: {
85481
85493
  * 'sap/ui/thirdparty/URI': {
@@ -85719,7 +85731,7 @@ declare namespace sap {
85719
85731
  * // module 'Something' wants to use third party library 'URI.js'
85720
85732
  * // It is packaged by UI5 as non-UI5-module 'sap/ui/thirdparty/URI'
85721
85733
  * // the following shim helps UI5 to correctly load URI.js and to retrieve the module's export value
85722
- * // Apps don't have to define that shim, it is already applied by ui5loader-autconfig.js
85734
+ * // Apps don't have to define that shim, it is already applied by ui5loader-autoconfig.js
85723
85735
  * sap.ui.loader.config({
85724
85736
  * shim: {
85725
85737
  * 'sap/ui/thirdparty/URI': {
@@ -85893,7 +85905,7 @@ declare namespace sap {
85893
85905
  * Retrieve the {@link sap.ui.core.Core SAPUI5 Core} instance for the current window.
85894
85906
  *
85895
85907
  * @deprecated (since 1.118) - Please require 'sap/ui/core/Core' instead and use the module export directly
85896
- * without using 'new'."
85908
+ * without using 'new'.
85897
85909
  *
85898
85910
  * @returns the API of the current SAPUI5 Core instance.
85899
85911
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1504,16 +1504,26 @@ declare namespace sap {
1504
1504
  interface IUI5DefineDependencyNames {
1505
1505
  "sap/ui/fl/apply/_internal/changes/descriptor/app/AddAnnotationsToOData": undefined;
1506
1506
 
1507
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewDataSource": undefined;
1508
+
1507
1509
  "sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound": undefined;
1508
1510
 
1511
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewOutbound": undefined;
1512
+
1513
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined;
1514
+
1509
1515
  "sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource": undefined;
1510
1516
 
1511
1517
  "sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeInbound": undefined;
1512
1518
 
1519
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeOutbound": undefined;
1520
+
1513
1521
  "sap/ui/fl/apply/_internal/changes/descriptor/app/RemoveAllInboundsExceptOne": undefined;
1514
1522
 
1515
1523
  "sap/ui/fl/apply/_internal/changes/descriptor/app/SetAch": undefined;
1516
1524
 
1525
+ "sap/ui/fl/apply/_internal/changes/descriptor/app/SetDescription": undefined;
1526
+
1517
1527
  "sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle": undefined;
1518
1528
 
1519
1529
  "sap/ui/fl/apply/_internal/changes/descriptor/fiori/SetAbstract": undefined;
@@ -1554,6 +1564,8 @@ declare namespace sap {
1554
1564
 
1555
1565
  "sap/ui/fl/apply/_internal/extensionPoint/Registry": undefined;
1556
1566
 
1567
+ "sap/ui/fl/apply/_internal/flexObjects/AnnotationChange": undefined;
1568
+
1557
1569
  "sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange": undefined;
1558
1570
 
1559
1571
  "sap/ui/fl/apply/_internal/flexObjects/CompVariant": undefined;
@@ -1600,6 +1612,8 @@ declare namespace sap {
1600
1612
 
1601
1613
  "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1602
1614
 
1615
+ "sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined;
1616
+
1603
1617
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
1604
1618
 
1605
1619
  "sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
@@ -1660,6 +1674,8 @@ declare namespace sap {
1660
1674
 
1661
1675
  "sap/ui/fl/support/_internal/getChangeDependencies": undefined;
1662
1676
 
1677
+ "sap/ui/fl/support/_internal/getFlexObjectInfos": undefined;
1678
+
1663
1679
  "sap/ui/fl/support/_internal/getFlexSettings": undefined;
1664
1680
 
1665
1681
  "sap/ui/fl/support/api/SupportAPI": undefined;
@@ -1712,9 +1728,11 @@ declare namespace sap {
1712
1728
 
1713
1729
  "sap/ui/fl/write/_internal/fieldExtensibility/SingleTenantABAPExtensibilityVariant": undefined;
1714
1730
 
1731
+ "sap/ui/fl/write/_internal/flexState/changes/UIChangeManager": undefined;
1732
+
1715
1733
  "sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState": undefined;
1716
1734
 
1717
- "sap/ui/fl/write/_internal/flexState/FlexObjectState": undefined;
1735
+ "sap/ui/fl/write/_internal/flexState/FlexObjectManager": undefined;
1718
1736
 
1719
1737
  "sap/ui/fl/write/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
1720
1738