@sapui5/ts-types 1.140.0 → 1.141.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +2792 -1
  7. package/types/sap.f.d.ts +43 -2
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +78 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +371 -42
  14. package/types/sap.fe.navigation.d.ts +13 -15
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +7 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +70 -8
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +20 -5
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +41 -5
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +1 -1
  37. package/types/sap.ui.core.d.ts +129 -66
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +3 -3
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -1
  44. package/types/sap.ui.layout.d.ts +5102 -5062
  45. package/types/sap.ui.mdc.d.ts +4 -4
  46. package/types/sap.ui.richtexteditor.d.ts +307 -9
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +18 -4
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +53 -1
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +141 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +32 -3
  62. package/types/sap.ushell_abap.d.ts +5 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.140.0
282
+ // For Library Version: 1.141.0
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -787,7 +787,7 @@ declare module "sap/base/i18n/Formatting" {
787
787
  */
788
788
  setLanguageTag(
789
789
  /**
790
- * the new BCP47 compliant language tag; case doesn't matter and underscores can be used instead of dashes
790
+ * the new BCP47 compliant language tag; case doesn't matter and underscores can be used instead of hyphens
791
791
  * to separate components (compatibility with Java Locale IDs)
792
792
  */
793
793
  vLanguageTag: string | LanguageTag | null
@@ -1090,15 +1090,15 @@ declare module "sap/base/i18n/LanguageTag" {
1090
1090
  /**
1091
1091
  * Get the extension as a single string or `null`.
1092
1092
  *
1093
- * The extension always consists of a singleton character (not 'x'), a dash '-' and one or more extension
1094
- * token, each separated again with a dash.
1093
+ * The extension always consists of a singleton character (not 'x'), a hyphen '-' and one or more extension
1094
+ * token, each separated again with a hyphen.
1095
1095
  */
1096
1096
  extension: string | null;
1097
1097
 
1098
1098
  /**
1099
1099
  * Get the extensions as an array of tokens.
1100
1100
  *
1101
- * The leading singleton and the separating dashes are not part of the result. If there is no extensions
1101
+ * The leading singleton and the separating hyphens are not part of the result. If there is no extensions
1102
1102
  * section in the language tag, an empty array is returned.
1103
1103
  */
1104
1104
  extensionSubtags: string[];
@@ -1130,14 +1130,14 @@ declare module "sap/base/i18n/LanguageTag" {
1130
1130
  /**
1131
1131
  * Get the variants as a single string or `null`.
1132
1132
  *
1133
- * Multiple variants are separated by a dash '-'.
1133
+ * Multiple variants are separated by a hyphen '-'.
1134
1134
  */
1135
1135
  variant: string | null;
1136
1136
 
1137
1137
  /**
1138
1138
  * Get the variants as an array of individual variants.
1139
1139
  *
1140
- * The separating dashes are not part of the result. If there is no variant section in the language tag,
1140
+ * The separating hyphens are not part of the result. If there is no variant section in the language tag,
1141
1141
  * an empty array is returned.
1142
1142
  */
1143
1143
  variantSubtags: string[];
@@ -1189,8 +1189,8 @@ declare module "sap/base/i18n/Localization" {
1189
1189
  * The value returned by config method in most cases corresponds to the exact value that has been configured
1190
1190
  * by the user or application or that has been determined from the user agent settings. It has not been
1191
1191
  * normalized, but has been validated against a relaxed version of {@link http://www.ietf.org/rfc/bcp/bcp47.txt BCP47},
1192
- * allowing underscores ('_') instead of the suggested dashes ('-') and not taking the case of letters into
1193
- * account.
1192
+ * allowing underscores ('_') instead of the suggested hyphens ('-') and not taking the case of letters
1193
+ * into account.
1194
1194
  *
1195
1195
  * The exceptions mentioned above affect languages that have been specified via the URL parameter `sap-language`.
1196
1196
  * That parameter by definition represents an SAP logon language code ('ABAP language'). Most but not all
@@ -1308,7 +1308,7 @@ declare module "sap/base/i18n/Localization" {
1308
1308
  setLanguage(
1309
1309
  /**
1310
1310
  * the new language as a BCP47 compliant language tag; case doesn't matter and underscores can be used instead
1311
- * of dashes to separate components (compatibility with Java Locale IDs)
1311
+ * of hyphens to separate components (compatibility with Java Locale IDs)
1312
1312
  */
1313
1313
  sLanguage: string,
1314
1314
  /**
@@ -2355,7 +2355,7 @@ declare module "sap/base/security/encodeURL" {
2355
2355
  /**
2356
2356
  * Encode the string for inclusion into a URL parameter.
2357
2357
  *
2358
- * Unescaped characters: alphabetic, decimal digits, -_. (dash, underscore, point)
2358
+ * Unescaped characters: alphabetic, decimal digits, -_. (hyphen, underscore, dot)
2359
2359
  *
2360
2360
  * @since 1.58
2361
2361
  *
@@ -3912,7 +3912,7 @@ declare module "sap/ui/core/ComponentSupport" {
3912
3912
  * instance of the {@link sap.ui.core.ComponentContainer ComponentContainer} in the JavaScript code.
3913
3913
  *
3914
3914
  * As HTML is case-insensitive, in order to define a property with upper-case characters, you have to "escape"
3915
- * them with a dash character, similar to CSS attributes. The following code gives an example:
3915
+ * them with a hyphen character, similar to CSS attributes. The following code gives an example:
3916
3916
  *
3917
3917
  *
3918
3918
  * ```javascript
@@ -24968,10 +24968,15 @@ declare namespace sap {
24968
24968
  */
24969
24969
  static getInstance(): sap.ui.core.routing.History;
24970
24970
  /**
24971
- * Determines what the navigation direction for a newly given hash would be It will say Unknown if there
24972
- * is a history foo - bar (current history) - foo If you now ask for the direction of the hash "foo" you
24973
- * get Unknown because it might be backwards or forwards. For hash replacements, the history stack will
24974
- * be replaced at this position for the history.
24971
+ * Determines what the navigation direction for a newly given hash would be.
24972
+ *
24973
+ * Returns the direction as {@link sap.ui.core.routing.HistoryDirection} (for example: Forwards, Backwards,
24974
+ * NewEntry). If no navigation has occurred yet, returns `undefined`. In cases where the direction cannot
24975
+ * be determined (if the same hash appears in multiple places), returns {@link sap.ui.core.routing.HistoryDirection.Unknown}.
24976
+ * For hash replacements, the history stack is updated at the current position.
24977
+ *
24978
+ * Example: It will say "Unknown" if there is a history "foo" - "bar" (current history) - "foo". If you
24979
+ * now ask for the direction of the hash "foo" you get "Unknown" because it might be backwards or forwards.
24975
24980
  *
24976
24981
  *
24977
24982
  * @returns Direction for the given hash or `undefined`, if no navigation has taken place yet.
@@ -33369,7 +33374,7 @@ declare namespace sap {
33369
33374
 
33370
33375
  /**
33371
33376
  * Flag, whether to auto-prefix the ID of the nested Component or not. If this property is set to true the
33372
- * ID of the Component will be prefixed with the ID of the ComponentContainer followed by a single dash.
33377
+ * ID of the Component will be prefixed with the ID of the ComponentContainer followed by a single hyphen.
33373
33378
  * This property can only be applied initially.
33374
33379
  */
33375
33380
  autoPrefixId?:
@@ -34841,8 +34846,8 @@ declare namespace sap {
34841
34846
  * The value returned by config method in most cases corresponds to the exact value that has been configured
34842
34847
  * by the user or application or that has been determined from the user agent settings. It has not been
34843
34848
  * normalized, but has been validated against a relaxed version of {@link http://www.ietf.org/rfc/bcp/bcp47.txt BCP47},
34844
- * allowing underscores ('_') instead of the suggested dashes ('-') and not taking the case of letters into
34845
- * account.
34849
+ * allowing underscores ('_') instead of the suggested hyphens ('-') and not taking the case of letters
34850
+ * into account.
34846
34851
  *
34847
34852
  * The exceptions mentioned above affect languages that have been specified via the URL parameter `sap-language`.
34848
34853
  * That parameter by definition represents an SAP logon language code ('ABAP language'). Most but not all
@@ -35111,7 +35116,7 @@ declare namespace sap {
35111
35116
  setFormatLocale(
35112
35117
  /**
35113
35118
  * the new format locale as a BCP47 compliant language tag; case doesn't matter and underscores can be used
35114
- * instead of dashes to separate components (compatibility with Java Locale IDs)
35119
+ * instead of hyphens to separate components (compatibility with Java Locale IDs)
35115
35120
  */
35116
35121
  sFormatLocale: string | null
35117
35122
  ): this;
@@ -35168,7 +35173,7 @@ declare namespace sap {
35168
35173
  setLanguage(
35169
35174
  /**
35170
35175
  * the new language as a BCP47 compliant language tag; case doesn't matter and underscores can be used instead
35171
- * of dashes to separate components (compatibility with Java Locale IDs)
35176
+ * of hyphens to separate components (compatibility with Java Locale IDs)
35172
35177
  */
35173
35178
  sLanguage: string,
35174
35179
  /**
@@ -38800,7 +38805,7 @@ declare namespace sap {
38800
38805
  * Gets current value of property {@link #getAutoPrefixId autoPrefixId}.
38801
38806
  *
38802
38807
  * Flag, whether to auto-prefix the ID of the nested Component or not. If this property is set to true the
38803
- * ID of the Component will be prefixed with the ID of the ComponentContainer followed by a single dash.
38808
+ * ID of the Component will be prefixed with the ID of the ComponentContainer followed by a single hyphen.
38804
38809
  * This property can only be applied initially.
38805
38810
  *
38806
38811
  * Default value is `false`.
@@ -38953,7 +38958,7 @@ declare namespace sap {
38953
38958
  * Sets a new value for property {@link #getAutoPrefixId autoPrefixId}.
38954
38959
  *
38955
38960
  * Flag, whether to auto-prefix the ID of the nested Component or not. If this property is set to true the
38956
- * ID of the Component will be prefixed with the ID of the ComponentContainer followed by a single dash.
38961
+ * ID of the Component will be prefixed with the ID of the ComponentContainer followed by a single hyphen.
38957
38962
  * This property can only be applied initially.
38958
38963
  *
38959
38964
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -40733,8 +40738,8 @@ declare namespace sap {
40733
40738
  * returned by {@link sap.ui.core.Element#getDomRef} is wrapped and returned.
40734
40739
  *
40735
40740
  * If an ID suffix is given, the ID of this Element is concatenated with the suffix (separated by a single
40736
- * dash) and the DOM node with that compound ID will be wrapped by jQuery. This matches the UI5 naming convention
40737
- * for named inner DOM nodes of a control.
40741
+ * hyphen) and the DOM node with that compound ID will be wrapped by jQuery. This matches the UI5 naming
40742
+ * convention for named inner DOM nodes of a control.
40738
40743
  *
40739
40744
  * @ui5-protected Do not call from applications (only from related classes in the framework)
40740
40745
  *
@@ -41168,7 +41173,7 @@ declare namespace sap {
41168
41173
  * their current state (e.g. an initial, not yet rendered control).
41169
41174
  *
41170
41175
  * If an ID suffix is given, the ID of this Element is concatenated with the suffix (separated by a single
41171
- * dash) and the DOM node with that compound ID will be returned. This matches the UI5 naming convention
41176
+ * hyphen) and the DOM node with that compound ID will be returned. This matches the UI5 naming convention
41172
41177
  * for named inner DOM nodes of a control.
41173
41178
  *
41174
41179
  * @ui5-protected Do not call from applications (only from related classes in the framework)
@@ -44571,8 +44576,8 @@ declare namespace sap {
44571
44576
  /**
44572
44577
  * Get the locale extension as a single string or `null`.
44573
44578
  *
44574
- * The extension always consists of a singleton character (not 'x'), a dash '-' and one or more extension
44575
- * token, each separated again with a dash.
44579
+ * The extension always consists of a singleton character (not 'x'), a hyphen '-' and one or more extension
44580
+ * token, each separated again with a hyphen.
44576
44581
  *
44577
44582
  * Use {@link #getExtensions} to get the individual extension tokens as an array.
44578
44583
  *
@@ -44583,7 +44588,7 @@ declare namespace sap {
44583
44588
  /**
44584
44589
  * Get the locale extensions as an array of tokens.
44585
44590
  *
44586
- * The leading singleton and the separating dashes are not part of the result. If there is no extensions
44591
+ * The leading singleton and the separating hyphens are not part of the result. If there is no extensions
44587
44592
  * section in the locale tag, an empty array is returned.
44588
44593
  *
44589
44594
  *
@@ -44610,7 +44615,7 @@ declare namespace sap {
44610
44615
  /**
44611
44616
  * Get the locale private use section as an array of tokens.
44612
44617
  *
44613
- * The leading singleton and the separating dashes are not part of the result. If there is no private use
44618
+ * The leading singleton and the separating hyphens are not part of the result. If there is no private use
44614
44619
  * section in the locale tag, an empty array is returned.
44615
44620
  *
44616
44621
  *
@@ -44662,7 +44667,7 @@ declare namespace sap {
44662
44667
  /**
44663
44668
  * Get the locale variants as a single string or `null`.
44664
44669
  *
44665
- * Multiple variants are separated by a dash '-'.
44670
+ * Multiple variants are separated by a hyphen '-'.
44666
44671
  *
44667
44672
  *
44668
44673
  * @returns the variant or `null`
@@ -44671,8 +44676,8 @@ declare namespace sap {
44671
44676
  /**
44672
44677
  * Get the locale variants as an array of individual variants.
44673
44678
  *
44674
- * The separating dashes are not part of the result. If there is no variant section in the locale tag, an
44675
- * empty array is returned.
44679
+ * The separating hyphens are not part of the result. If there is no variant section in the locale tag,
44680
+ * an empty array is returned.
44676
44681
  *
44677
44682
  *
44678
44683
  * @returns the individual variant sections
@@ -49822,11 +49827,21 @@ declare namespace sap {
49822
49827
  /**
49823
49828
  * Initializes the component instance after creation.
49824
49829
  *
49825
- * Applications must not call this hook method directly, it is called by the framework while the constructor
49826
- * of a Component is executed.
49830
+ * The primary responsibility of this method is to create the root control of the component and manage its
49831
+ * aggregation in the "rootControl" aggregation. This is performed internally by invoking the {@link sap.ui.core.UIComponent#createContent }
49832
+ * method.
49833
+ *
49834
+ * Depending on the class metadata (e.g., if the "sap.ui.core.IAsyncContentCreation" interface is implemented),
49835
+ * the root control may be created synchronously or asynchronously.
49836
+ *
49837
+ * Additionally, this method is responsible for creating the router and targets instances.
49827
49838
  *
49828
- * Subclasses of `UIComponent` should override this hook to implement any necessary initialization. **When
49829
- * overriding this function make sure to invoke the `init` function of the `UIComponent` as well!**
49839
+ * **Note:** Applications must not call this hook method directly; it is invoked by the framework during
49840
+ * the execution of the Component constructor.
49841
+ *
49842
+ * Subclasses of `UIComponent` should override this hook to implement any required initialization logic.
49843
+ * **When overriding this method, ensure that you always invoke the `init` method of the `UIComponent` base
49844
+ * class.**
49830
49845
  *
49831
49846
  * @ui5-protected Do not call from applications (only from related classes in the framework)
49832
49847
  */
@@ -51606,7 +51621,7 @@ declare namespace sap {
51606
51621
  /**
51607
51622
  * A string type representing an ID or a name.
51608
51623
  *
51609
- * Allowed is a sequence of characters (capital/lowercase), digits, underscores, dashes, points and/or colons.
51624
+ * Allowed is a sequence of characters (capital/lowercase), digits, underscores, hyphens, dots and/or colons.
51610
51625
  * It may start with a character or underscore only.
51611
51626
  */
51612
51627
  type ID = string;
@@ -60599,6 +60614,11 @@ declare namespace sap {
60599
60614
  * property has to be an integer type
60600
60615
  */
60601
60616
  hierarchyNodeDescendantCountFor?: string;
60617
+ /**
60618
+ * The property name in the same type holding the preorder rank for the node; the type of the referenced
60619
+ * property has to be an integer type
60620
+ */
60621
+ hierarchyPreorderRankFor?: string;
60602
60622
  };
60603
60623
  /**
60604
60624
  * The number of levels that are auto-expanded initially. Setting this property might lead to multiple back-end
@@ -60643,6 +60663,18 @@ declare namespace sap {
60643
60663
  * or {@link sap.ui.model.odata.OperationMode.Auto OperationMode.Auto} is used.
60644
60664
  */
60645
60665
  treeState?: any;
60666
+ /**
60667
+ * This parameter is experimental as of version 1.141.0.
60668
+ *
60669
+ * Whether the tree state is restored on hierarchy maintenance, such as adding, removing, or deleting a
60670
+ * node. This is only supported if the following conditions are met:
60671
+ * - The binding has to use {@link sap.ui.model.odata.OperationMode.Server OperationMode.Server}
60672
+ * - The `"hierarchy-node-descendant-count-for"` annotation must be present in the service metadata or
60673
+ * provided via `treeAnnotationProperties.hierarchyNodeDescendantCountFor`
60674
+ * - The `"hierarchy-preorder-rank-for"` annotation must be present in the service metadata or provided
60675
+ * via `treeAnnotationProperties.hierarchyPreorderRankFor`
60676
+ */
60677
+ restoreTreeStateAfterChange?: boolean;
60646
60678
  /**
60647
60679
  * Defines the count mode of this binding; if not specified, the default count mode of the binding's model
60648
60680
  * is applied. The resulting count mode must not be {@link sap.ui.model.odata.CountMode.None}.
@@ -63144,7 +63176,7 @@ declare namespace sap {
63144
63176
  *
63145
63177
  * Annotations on an Operation or a Parameter: Since 1.71.0, for annotations on an operation or a parameter,
63146
63178
  * the binding parameter's name is stripped off any dynamic "14.5.12 Expression edm:Path" and "14.5.13 Expression
63147
- * edm:PropertyPath" where it might be used as a first segment. Since 1.76.0 this does not apply to annotations
63179
+ * edm:PropertyPath" where it might be used as a first segment. Since 1.76.0, this does not apply to annotations
63148
63180
  * on a parameter. In the former case, we assume that the resulting data binding is relative to the parent
63149
63181
  * context of the operation binding, that is, to the context representing the binding parameter itself.
63150
63182
  * In the latter case, we assume that the resulting data binding is relative to the parameter context of
@@ -63467,7 +63499,7 @@ declare namespace sap {
63467
63499
  *
63468
63500
  * Annotations on an Operation or a Parameter: Since 1.71.0, for annotations on an operation or a parameter,
63469
63501
  * the binding parameter's name is stripped off any dynamic "14.5.12 Expression edm:Path" and "14.5.13 Expression
63470
- * edm:PropertyPath" where it might be used as a first segment. Since 1.76.0 this does not apply to annotations
63502
+ * edm:PropertyPath" where it might be used as a first segment. Since 1.76.0, this does not apply to annotations
63471
63503
  * on a parameter. In the former case, we assume that the resulting data binding is relative to the parent
63472
63504
  * context of the operation binding, that is, to the context representing the binding parameter itself.
63473
63505
  * In the latter case, we assume that the resulting data binding is relative to the parameter context of
@@ -63582,6 +63614,11 @@ declare namespace sap {
63582
63614
  * apply to annotations on a parameter (since 1.76.0).
63583
63615
  */
63584
63616
  overload?: object;
63617
+ /**
63618
+ * Optional prefix to be added to each dynamic "14.5.12 Expression edm:Path" and "14.5.13 Expression edm:PropertyPath";
63619
+ * is either an empty string or a path ending with a "/" (since 1.141.0)
63620
+ */
63621
+ prefix?: string;
63585
63622
  }
63586
63623
  ): string;
63587
63624
  }
@@ -63785,7 +63822,7 @@ declare namespace sap {
63785
63822
  * as a binding context. Exceptions hold for status APIs like {@link #isDeleted}, {@link #isKeepAlive},
63786
63823
  * {@link #hasPendingChanges}, {@link #resetChanges}, or {@link #isSelected} (returns `false` since 1.114.0).
63787
63824
  *
63788
- * Since 1.105 such a pending deletion is a pending change. It causes `hasPendingChanges` to return `true`
63825
+ * Since 1.105, such a pending deletion is a pending change. It causes `hasPendingChanges` to return `true`
63789
63826
  * for the context, the binding containing it, and the model. The `resetChanges` method called on the context,
63790
63827
  * the binding, or the model cancels the deletion and restores the context.
63791
63828
  *
@@ -63829,7 +63866,7 @@ declare namespace sap {
63829
63866
  * binding is used, see {@link #getUpdateGroupId}. Since 1.81, if this context is transient (see {@link #isTransient}),
63830
63867
  * no group ID needs to be specified. Since 1.98.0, you can use `null` to prevent the DELETE request in
63831
63868
  * case of a kept-alive context that is not in the collection and of which you know that it does not exist
63832
- * on the server anymore (for example, a draft after activation). Since 1.108.0 the usage of a group ID
63869
+ * on the server anymore (for example, a draft after activation). Since 1.108.0, the usage of a group ID
63833
63870
  * with {@link sap.ui.model.odata.v4.SubmitMode.API} is possible. Since 1.121.0, you can use the '$single'
63834
63871
  * group ID to send a DELETE request as fast as possible; it will be wrapped in a batch request as for a
63835
63872
  * '$auto' group.
@@ -64151,8 +64188,8 @@ declare namespace sap {
64151
64188
  */
64152
64189
  oParameters: {
64153
64190
  /**
64154
- * Whether the node should be copied instead of moved (@experimental as of version 1.135.0). The returned
64155
- * promise resolves with the index for the copied node.
64191
+ * Whether the node should be copied instead of moved. The returned promise resolves with the index for
64192
+ * the copied node. Supported since 1.141.0.
64156
64193
  */
64157
64194
  copy?: boolean;
64158
64195
  /**
@@ -64266,7 +64303,7 @@ declare namespace sap {
64266
64303
  requestParent(): Promise<sap.ui.model.odata.v4.Context | null>;
64267
64304
  /**
64268
64305
  * Returns a promise on the property value for the given path relative to this context. The path is expected
64269
- * to point to a structural property with primitive type. Since 1.81.1 it is possible to request more than
64306
+ * to point to a structural property with primitive type. Since 1.81.1, it is possible to request more than
64270
64307
  * one property. Property values that are not cached yet are requested from the back end.
64271
64308
  * See:
64272
64309
  * sap.ui.model.odata.v4.ODataMetaModel#requestUI5Type
@@ -64365,7 +64402,7 @@ declare namespace sap {
64365
64402
  * (unless listed explicitly), for example `[{$PropertyPath : "*"}, {$NavigationPropertyPath : "EMPLOYEE_2_MANAGER"}]`
64366
64403
  * or `[{$PropertyPath : "EMPLOYEE_2_MANAGER/*"}]`.
64367
64404
  *
64368
- * Since 1.82.0 absolute paths are supported. Absolute paths must start with the entity container (example
64405
+ * Since 1.82.0, absolute paths are supported. Absolute paths must start with the entity container (example
64369
64406
  * "/com.sap.gateway.default.iwbep.tea_busi.v0001.Container/TEAMS") of the service. All (navigation) properties
64370
64407
  * in the complete model matching such an absolute path are updated. Since 1.85.0, "14.4.11 Expression edm:String"
64371
64408
  * is accepted as well.
@@ -64446,7 +64483,7 @@ declare namespace sap {
64446
64483
  /**
64447
64484
  * Sets a new value for the property identified by the given path. The path is relative to this context
64448
64485
  * and is expected to point to a structural property with primitive type or, since 1.85.0, to an instance
64449
- * annotation. Since 1.122.0 the client-side annotation "@$ui5.context.isSelected" can be given as a path.
64486
+ * annotation. Since 1.122.0, the client-side annotation "@$ui5.context.isSelected" can be given as a path.
64450
64487
  * Note: Writing to a client-side annotation never initiates a PATCH request, even if `sGroupId` is given.
64451
64488
  * Thus, reverting the value of this annotation cannot be done via {@link #resetChanges}.
64452
64489
  * See:
@@ -64898,11 +64935,12 @@ declare namespace sap {
64898
64935
  * messages will be related to the return value context only. Such a message can only be connected to a
64899
64936
  * corresponding control if the control's property bindings use the return value context as binding context.
64900
64937
  *
64901
- * A return value context may also be provided if the parent context's path contains a maximum of one navigation
64902
- * property. In addition to the existing preconditions for a return value context, the metadata has to specify
64903
- * a partner attribute for the navigation property and the partner relationship has to be bi-directional.
64904
- * Also the navigation property binding has to be available in the entity set of the first segment in the
64905
- * parent context's path (@experimental as of version 1.119.0).
64938
+ * Since 1.141.0, a return value context may also be provided if the parent context's path contains a maximum
64939
+ * of one navigation property. In addition to the existing preconditions for a return value context, the
64940
+ * metadata has to specify a partner attribute for the navigation property and the partner relationship
64941
+ * has to be bi-directional. Also a navigation property binding has to be available for the entity set of
64942
+ * the first segment in the parent context's path. **Note:** Ensure your service implementation returns
64943
+ * all selected key properties; otherwise, no return value context is provided.
64906
64944
  */
64907
64945
  invoke(
64908
64946
  /**
@@ -65066,7 +65104,7 @@ declare namespace sap {
65066
65104
  * requests. Call {@link #resume} to resume the binding. Before 1.53.0, this method was not supported and
65067
65105
  * threw an error. Since 1.97.0, pending changes are ignored if they relate to a {@link sap.ui.model.odata.v4.Context#isKeepAlive kept-alive }
65068
65106
  * context of this binding. Since 1.98.0, {@link sap.ui.model.odata.v4.Context#isTransient transient} contexts
65069
- * of a {@link #getRootBinding root binding} do not count as pending changes. Since 1.108.0 {@link sap.ui.model.odata.v4.Context#delete deleted }
65107
+ * of a {@link #getRootBinding root binding} do not count as pending changes. Since 1.108.0, {@link sap.ui.model.odata.v4.Context#delete deleted }
65070
65108
  * contexts do not count as pending changes.
65071
65109
  * See:
65072
65110
  * {@link https://ui5.sap.com/#/topic/b0f5c531e5034a27952cc748954cbe39 Suspend and Resume}
@@ -65335,12 +65373,15 @@ declare namespace sap {
65335
65373
  * set `bSkipRefresh` to `true`. To avoid errors you must skip this refresh when using {@link sap.ui.model.odata.v4.Context#requestSideEffects }
65336
65374
  * in the same $batch to refresh the complete collection containing the newly created entity.
65337
65375
  *
65338
- * Since 1.115.0 it is possible to create nested entities in a collection-valued navigation property together
65376
+ * Since 1.115.0, it is possible to create nested entities in a collection-valued navigation property together
65339
65377
  * with the entity (so-called "deep create"), for example a list of items for an order. For this purpose,
65340
65378
  * bind the list relative to a transient context. Calling this method then adds a transient entity to the
65341
65379
  * parent's navigation property, which is sent with the payload of the parent entity. Such a nested context
65342
65380
  * cannot be inactive.
65343
65381
  *
65382
+ * **Caution:** Only a single list must be bound to the same collection-valued navigation property relative
65383
+ * to a transient context. Created data cannot be shared between list bindings.
65384
+ *
65344
65385
  * **Note:** After a successful creation of the main entity the context returned for a nested entity is
65345
65386
  * no longer valid. Do not use the {@link sap.ui.model.odata.v4.Context#created created} promise of such
65346
65387
  * a context! New contexts are created for the nested collection because it is not possible to reliably
@@ -65348,7 +65389,7 @@ declare namespace sap {
65348
65389
  * the `created` promises of all nested contexts are always rejected with an instance of `Error`, even if
65349
65390
  * the deep create succeeds. This error always has the property `canceled` with the value `true`.
65350
65391
  *
65351
- * Since 1.118.0 deep create also supports single-valued navigation properties; no API call is required
65392
+ * Since 1.118.0, deep create also supports single-valued navigation properties; no API call is required
65352
65393
  * in this case. Simply bind properties of the related entity relative to a transient context. An update
65353
65394
  * to the property adds it to the POST request of the parent entity, and by this the create becomes deep.
65354
65395
  *
@@ -65400,7 +65441,7 @@ declare namespace sap {
65400
65441
  */
65401
65442
  bSkipRefresh?: boolean,
65402
65443
  /**
65403
- * Whether the entity is inserted at the end of the list. Supported since 1.66.0. Since 1.99.0 the first
65444
+ * Whether the entity is inserted at the end of the list. Supported since 1.66.0. Since 1.99.0, the first
65404
65445
  * insertion determines the overall position of created contexts within the binding's context list. Every
65405
65446
  * succeeding insertion is relative to the created contexts within this list.
65406
65447
  */
@@ -65756,7 +65797,7 @@ declare namespace sap {
65756
65797
  getHeaderContext(): sap.ui.model.odata.v4.Context | null;
65757
65798
  /**
65758
65799
  * Calls {@link sap.ui.model.odata.v4.Context#setKeepAlive} at the context for the given path and returns
65759
- * it. Since 1.100.0 the function always returns such a context. If none exists yet, it is created without
65800
+ * it. Since 1.100.0, the function always returns such a context. If none exists yet, it is created without
65760
65801
  * data and a request for its entity is sent.
65761
65802
  * See:
65762
65803
  * sap.ui.model.odata.v4.ODataModel#getKeepAliveContext
@@ -66197,7 +66238,7 @@ declare namespace sap {
66197
66238
  * requests. Call {@link #resume} to resume the binding. Before 1.53.0, this method was not supported and
66198
66239
  * threw an error. Since 1.97.0, pending changes are ignored if they relate to a {@link sap.ui.model.odata.v4.Context#isKeepAlive kept-alive }
66199
66240
  * context of this binding. Since 1.98.0, {@link sap.ui.model.odata.v4.Context#isTransient transient} contexts
66200
- * of a {@link #getRootBinding root binding} do not count as pending changes. Since 1.108.0 {@link sap.ui.model.odata.v4.Context#delete deleted }
66241
+ * of a {@link #getRootBinding root binding} do not count as pending changes. Since 1.108.0, {@link sap.ui.model.odata.v4.Context#delete deleted }
66201
66242
  * contexts do not count as pending changes.
66202
66243
  * See:
66203
66244
  * {@link https://ui5.sap.com/#/topic/b0f5c531e5034a27952cc748954cbe39 Suspend and Resume}
@@ -66765,9 +66806,9 @@ declare namespace sap {
66765
66806
  * results either in a simple name like "EMPLOYEES" or maybe in a path like "some.other.EntityContainer/SomeEntitySet".
66766
66807
  * The path must not continue after "@sapui.name".
66767
66808
  *
66768
- * If the current object is a string value, that string value is treated as a relative path and followed
66769
- * step-by-step before the next segment is processed. Except for this, a path must not continue if it comes
66770
- * across a non-object value. Such a string value can be a qualified name (example path "/$EntityContainer/..."),
66809
+ * If the current object is a string value, that string value is treated as an absolute or relative path
66810
+ * and followed step-by-step before the next segment is processed. Except for this, a path must not continue
66811
+ * if it comes across a non-object value. Such a string value can be a qualified name (example path "/$EntityContainer/..."),
66771
66812
  * a simple identifier (example path "/TEAMS/$NavigationPropertyBinding/TEAM_2_EMPLOYEES/...") including
66772
66813
  * the special name "$ReturnType" (since 1.71.0), or even a path according to "14.5.12 Expression edm:Path"
66773
66814
  * etc. (example path "/TEAMS/@com.sap.vocabularies.UI.v1.LineItem/0/Value/$Path/...".
@@ -66919,7 +66960,7 @@ declare namespace sap {
66919
66960
  /**
66920
66961
  * Scope for lookup of aliases for computed annotations (since 1.43.0) as a map from alias to a module (like
66921
66962
  * `{AH : AnnotationHelper}`) or function (like `{format : AnnotationHelper.format}`); the alias must not
66922
- * contain a dot. Since 1.120.3 looking up a computed annotation via its global name is **deprecated**;
66963
+ * contain a dot. Since 1.120.3, looking up a computed annotation via its global name is **deprecated**;
66923
66964
  * always use this scope instead.
66924
66965
  */
66925
66966
  scope?: Record<string, object | Function>;
@@ -67870,8 +67911,8 @@ declare namespace sap {
67870
67911
  * Returns a context with the given path belonging to a matching list binding that has been marked with
67871
67912
  * `$$getKeepAliveContext` (see {@link #bindList}). If such a matching binding can be found, a context is
67872
67913
  * returned and kept alive (see {@link sap.ui.model.odata.v4.ODataListBinding#getKeepAliveContext}). Since
67873
- * 1.100.0 a temporary binding is used if no such binding could be found. If such a binding is created or
67874
- * resolved later, the context and its data are transferred to it, and the temporary binding is destroyed
67914
+ * 1.100.0, a temporary binding is used if no such binding could be found. If such a binding is created
67915
+ * or resolved later, the context and its data are transferred to it, and the temporary binding is destroyed
67875
67916
  * again.
67876
67917
  *
67877
67918
  * A `$$getKeepAliveContext` binding matches if its resolved binding path is the collection path of the
@@ -68115,6 +68156,28 @@ declare namespace sap {
68115
68156
  */
68116
68157
  sGroupId?: string
68117
68158
  ): void;
68159
+ /**
68160
+ * Sets the "odata.continue-on-error" preference for the **current** batch request associated with the given
68161
+ * group ID. This method can be called early on, when the batch queue is still empty, or even synchronously
68162
+ * after {@link #submitBatch} - just as long as the $batch request is not already being sent to the server.
68163
+ * It needs to be called again for future batch requests with the same group ID. It is safe to call it multiple
68164
+ * times for the same batch request.
68165
+ *
68166
+ * **Caution:** Make sure that no user input is lost due to a side-effects GET being applied even after
68167
+ * a failed PATCH. It's safe to use this method if, for example, only actions are invoked or when {@link sap.ui.model.odata.v4.Context#setProperty }
68168
+ * is used without `bRetry` for mass updates.
68169
+ *
68170
+ * @since 1.141.0
68171
+ */
68172
+ setContinueOnError(
68173
+ /**
68174
+ * A valid group ID as specified in {@link sap.ui.model.odata.v4.ODataModel}. Avoid '$auto' to control which
68175
+ * requests are affected by this preference. Using a {@link module:sap/base/util/uid UID} may be one way
68176
+ * to achieve this, but take care to replace hyphens with underscores: `"$auto." + uid().replaceAll("-",
68177
+ * "_")`
68178
+ */
68179
+ sGroupId: string
68180
+ ): void;
68118
68181
  /**
68119
68182
  * Method not supported
68120
68183
  *
@@ -68460,7 +68523,7 @@ declare namespace sap {
68460
68523
  * Sets the new current value and updates the cache. If the value cannot be accepted or cannot be updated
68461
68524
  * on the server, an error is logged to the console and added to the message manager as a technical message.
68462
68525
  * Unless preconditions fail synchronously, a {@link sap.ui.model.odata.v4.ODataModel#event:propertyChange 'propertyChange' }
68463
- * event is fired and provides a promise on the outcome of the asynchronous operation. Since 1.122.0 this
68526
+ * event is fired and provides a promise on the outcome of the asynchronous operation. Since 1.122.0, this
68464
68527
  * method allows updates to the client-side annotation "@$ui5.context.isSelected". Note: Changing the value
68465
68528
  * of a client-side annotation never initiates a PATCH request, no matter which `sGroupId` is given. Thus,
68466
68529
  * it cannot be reverted via {@link #resetChanges}.
@@ -82220,7 +82283,7 @@ declare namespace sap {
82220
82283
  *
82221
82284
  *
82222
82285
  * - Trim spaces off the string on both sides. For example: `" hello "` becomes `"hello"`.
82223
- * - Assume that dashes and underscores are analogs for a space. For example: `"sold-to party"` and `"sold
82286
+ * - Assume that hyphens and underscores are analogs for a space. For example: `"sold-to party"` and `"sold
82224
82287
  * to party"` are equivalent, and would both convert to the camelCase `"soldToParty"`.
82225
82288
  * - Trim multiple spaces between words. For example: `"hello____world"` becomes `"hello world"`.
82226
82289
  * - Remove any characters that are not alphanumeric or whitespace. For example: `"(hello)"` becomes `"hello"`.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1430,8 +1430,6 @@ declare namespace sap {
1430
1430
 
1431
1431
  "sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
1432
1432
 
1433
- "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1434
-
1435
1433
  "sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined;
1436
1434
 
1437
1435
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
@@ -1476,6 +1474,8 @@ declare namespace sap {
1476
1474
 
1477
1475
  "sap/ui/fl/initial/_internal/connectors/Utils": undefined;
1478
1476
 
1477
+ "sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
1478
+
1479
1479
  "sap/ui/fl/initial/_internal/Settings": undefined;
1480
1480
 
1481
1481
  "sap/ui/fl/initial/_internal/Storage": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {