@sapui5/ts-types-esm 1.138.1 → 1.139.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/types/{sap.ui.core.d.ts → core-1.139.0-esm-d.ts} +112 -31
  4. package/types/index.d.ts +3 -3
  5. package/types/{sap.ui.mdc.d.ts → mdc-1.139.0-esm-d.ts} +16 -2
  6. package/types/{sap.m.d.ts → mobile-1.139.0-esm-d.ts} +488 -20
  7. package/types/sap.apf.d.ts +1 -1
  8. package/types/sap.ca.ui.d.ts +1 -1
  9. package/types/sap.chart.d.ts +1 -1
  10. package/types/sap.collaboration.d.ts +1 -1
  11. package/types/sap.cux.home.d.ts +1 -35
  12. package/types/sap.esh.search.ui.d.ts +10 -4
  13. package/types/sap.f.d.ts +5 -5
  14. package/types/sap.fe.ariba.d.ts +1 -1
  15. package/types/sap.fe.base.d.ts +1 -1
  16. package/types/sap.fe.controls.d.ts +1 -1
  17. package/types/sap.fe.core.d.ts +30 -8
  18. package/types/sap.fe.ina.d.ts +1 -1
  19. package/types/sap.fe.macros.d.ts +82 -3
  20. package/types/sap.fe.navigation.d.ts +1 -1
  21. package/types/sap.fe.placeholder.d.ts +1 -1
  22. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  23. package/types/sap.fe.templates.d.ts +1 -1
  24. package/types/sap.fe.test.d.ts +13 -1
  25. package/types/sap.fe.tools.d.ts +1 -1
  26. package/types/sap.feedback.ui.d.ts +1 -1
  27. package/types/sap.gantt.d.ts +55 -13
  28. package/types/sap.insights.d.ts +1 -1
  29. package/types/sap.makit.d.ts +1 -1
  30. package/types/sap.me.d.ts +1 -1
  31. package/types/sap.ndc.d.ts +1 -1
  32. package/types/sap.ovp.d.ts +1 -1
  33. package/types/sap.rules.ui.d.ts +1 -1
  34. package/types/sap.sac.df.d.ts +1 -127
  35. package/types/sap.suite.ui.commons.d.ts +1 -1
  36. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  37. package/types/sap.suite.ui.microchart.d.ts +1 -1
  38. package/types/sap.tnt.d.ts +1 -1
  39. package/types/sap.ui.codeeditor.d.ts +1 -1
  40. package/types/sap.ui.commons.d.ts +1 -1
  41. package/types/sap.ui.comp.d.ts +110 -2
  42. package/types/sap.ui.dt.d.ts +1 -1
  43. package/types/sap.ui.export.d.ts +1 -1
  44. package/types/sap.ui.fl.d.ts +1 -1
  45. package/types/sap.ui.generic.app.d.ts +1 -1
  46. package/types/sap.ui.generic.template.d.ts +1 -1
  47. package/types/sap.ui.integration.d.ts +57 -20
  48. package/types/sap.ui.layout.d.ts +1 -1
  49. package/types/sap.ui.richtexteditor.d.ts +1 -1
  50. package/types/sap.ui.rta.d.ts +1 -1
  51. package/types/sap.ui.suite.d.ts +1 -1
  52. package/types/sap.ui.support.d.ts +1 -1
  53. package/types/sap.ui.table.d.ts +1 -1
  54. package/types/sap.ui.testrecorder.d.ts +1 -1
  55. package/types/sap.ui.unified.d.ts +1 -1
  56. package/types/sap.ui.ux3.d.ts +1 -1
  57. package/types/sap.ui.vbm.d.ts +1 -1
  58. package/types/sap.ui.vk.d.ts +86 -53
  59. package/types/sap.ui.vtm.d.ts +1 -1
  60. package/types/sap.ui.webc.common.d.ts +1 -1
  61. package/types/sap.ui.webc.fiori.d.ts +1 -1
  62. package/types/sap.ui.webc.main.d.ts +1 -1
  63. package/types/sap.uiext.inbox.d.ts +1 -1
  64. package/types/sap.ushell.d.ts +60 -18
  65. package/types/sap.ushell_abap.d.ts +1 -1
  66. package/types/sap.uxap.d.ts +1 -1
  67. package/types/sap.viz.d.ts +1 -1
  68. package/types/sap.webanalytics.core.d.ts +1 -1
  69. package/types/sap.zen.commons.d.ts +1 -1
  70. package/types/sap.zen.crosstab.d.ts +1 -1
  71. package/types/sap.zen.dsh.d.ts +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  This npm package contains the TypeScript type definitions based on ES modules for all the SAPUI5 libraries.
8
8
 
9
- The central entry point for all information about using UI5 with TypeScript (incl. sample apps and templates) is at https://sap.github.io/ui5-typescript.
9
+ The central entry point for all information about using UI5 with TypeScript (incl. sample apps and templates) is at https://ui5.github.io/typescript.
10
10
 
11
11
  ## License
12
12
  This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3_2.txt).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.138.1",
3
+ "version": "1.139.1",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.138.0
282
+ // For Library Version: 1.139.0
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -11051,7 +11051,11 @@ declare module "sap/ui/base/DataType" {
11051
11051
  /**
11052
11052
  * Qualified name of the type to retrieve
11053
11053
  */
11054
- sTypeName: string
11054
+ sTypeName: string,
11055
+ /**
11056
+ * Metadata of the property
11057
+ */
11058
+ oProperty?: /* was: sap.ui.base.ManagedObject.MetaOptions.Property */ any
11055
11059
  ): DataType | undefined;
11056
11060
  /**
11057
11061
  * Registers an enum under the given name. With version 2.0, registering an enum becomes mandatory when
@@ -29717,7 +29721,8 @@ declare module "sap/ui/core/format/NumberFormat" {
29717
29721
  */
29718
29722
  groupingBaseSize?: int;
29719
29723
  /**
29720
- * defines whether grouping is enabled (grouping separators are shown)
29724
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
29725
+ * the `groupingSize` format option is set to a non-positive value.
29721
29726
  */
29722
29727
  groupingEnabled?: boolean;
29723
29728
  /**
@@ -29726,7 +29731,8 @@ declare module "sap/ui/core/format/NumberFormat" {
29726
29731
  */
29727
29732
  groupingSeparator?: string;
29728
29733
  /**
29729
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
29734
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
29735
+ * non-positive value, grouping will be disabled entirely.
29730
29736
  */
29731
29737
  groupingSize?: int;
29732
29738
  /**
@@ -29896,7 +29902,8 @@ declare module "sap/ui/core/format/NumberFormat" {
29896
29902
  */
29897
29903
  groupingBaseSize?: int;
29898
29904
  /**
29899
- * defines whether grouping is enabled (grouping separators are shown)
29905
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
29906
+ * the `groupingSize` format option is set to a non-positive value.
29900
29907
  */
29901
29908
  groupingEnabled?: boolean;
29902
29909
  /**
@@ -29905,7 +29912,8 @@ declare module "sap/ui/core/format/NumberFormat" {
29905
29912
  */
29906
29913
  groupingSeparator?: string;
29907
29914
  /**
29908
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
29915
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
29916
+ * non-positive value, grouping will be disabled entirely.
29909
29917
  */
29910
29918
  groupingSize?: int;
29911
29919
  /**
@@ -30059,7 +30067,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30059
30067
  */
30060
30068
  groupingBaseSize?: int;
30061
30069
  /**
30062
- * defines whether grouping is enabled (grouping separators are shown)
30070
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
30071
+ * the `groupingSize` format option is set to a non-positive value.
30063
30072
  */
30064
30073
  groupingEnabled?: boolean;
30065
30074
  /**
@@ -30068,7 +30077,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30068
30077
  */
30069
30078
  groupingSeparator?: string;
30070
30079
  /**
30071
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
30080
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
30081
+ * non-positive value, grouping will be disabled entirely.
30072
30082
  */
30073
30083
  groupingSize?: int;
30074
30084
  /**
@@ -30217,7 +30227,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30217
30227
  */
30218
30228
  groupingBaseSize?: int;
30219
30229
  /**
30220
- * defines whether grouping is enabled (grouping separators are shown)
30230
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
30231
+ * the `groupingSize` format option is set to a non-positive value.
30221
30232
  */
30222
30233
  groupingEnabled?: boolean;
30223
30234
  /**
@@ -30226,7 +30237,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30226
30237
  */
30227
30238
  groupingSeparator?: string;
30228
30239
  /**
30229
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
30240
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
30241
+ * non-positive value, grouping will be disabled entirely.
30230
30242
  */
30231
30243
  groupingSize?: int;
30232
30244
  /**
@@ -30387,7 +30399,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30387
30399
  */
30388
30400
  groupingBaseSize?: int;
30389
30401
  /**
30390
- * defines whether grouping is enabled (grouping separators are shown)
30402
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
30403
+ * the `groupingSize` format option is set to a non-positive value.
30391
30404
  */
30392
30405
  groupingEnabled?: boolean;
30393
30406
  /**
@@ -30396,7 +30409,8 @@ declare module "sap/ui/core/format/NumberFormat" {
30396
30409
  */
30397
30410
  groupingSeparator?: string;
30398
30411
  /**
30399
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
30412
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
30413
+ * non-positive value, grouping will be disabled entirely.
30400
30414
  */
30401
30415
  groupingSize?: int;
30402
30416
  /**
@@ -59003,9 +59017,11 @@ declare module "sap/ui/model/Filter" {
59003
59017
  * sensitive or not. Client models filter case insensitive compared to the OData models which filter case
59004
59018
  * sensitive by default. See particular model documentation for details.
59005
59019
  *
59006
- * The filter operators {@link sap.ui.model.FilterOperator.Any "Any"} and {@link sap.ui.model.FilterOperator.All "All" }
59020
+ * The filter operators {@link sap.ui.model.FilterOperator.Any "Any"}, {@link sap.ui.model.FilterOperator.All "All"},
59021
+ * {@link sap.ui.model.FilterOperator.NotAny "NotAny"}, and {@link sap.ui.model.FilterOperator.NotAll "NotAll" }
59007
59022
  * are only supported in V4 OData models. When creating a filter instance with these filter operators, the
59008
- * argument `variable` only accepts a string identifier and `condition` needs to be another filter instance.
59023
+ * `variable` argument only accepts a string identifier, and the `condition` argument must be another filter
59024
+ * instance.
59009
59025
  */
59010
59026
  constructor(
59011
59027
  /**
@@ -59046,12 +59062,14 @@ declare module "sap/ui/model/Filter" {
59046
59062
  */
59047
59063
  value2?: any;
59048
59064
  /**
59049
- * The variable name used in lambda operators ({@link sap.ui.model.FilterOperator.Any "Any"} and {@link sap.ui.model.FilterOperator.All "All"})
59065
+ * The variable name used in the lambda operators ({@link sap.ui.model.FilterOperator.Any "Any"}, {@link sap.ui.model.FilterOperator.All "All"},
59066
+ * {@link sap.ui.model.FilterOperator.NotAny "NotAny"}, and {@link sap.ui.model.FilterOperator.NotAll "NotAll"})
59050
59067
  */
59051
59068
  variable?: string;
59052
59069
  /**
59053
- * A filter instance which will be used as the condition for lambda operators ({@link sap.ui.model.FilterOperator.Any "Any" }
59054
- * and {@link sap.ui.model.FilterOperator.All "All"})
59070
+ * A filter instance which will be used as the condition for lambda operators ({@link sap.ui.model.FilterOperator.Any "Any"},
59071
+ * {@link sap.ui.model.FilterOperator.All "All"}, {@link sap.ui.model.FilterOperator.NotAny "NotAny"}, and
59072
+ * {@link sap.ui.model.FilterOperator.NotAll "NotAll"})
59055
59073
  */
59056
59074
  condition?: Filter;
59057
59075
  /**
@@ -59261,10 +59279,8 @@ declare module "sap/ui/model/FilterOperator" {
59261
59279
  enum FilterOperator {
59262
59280
  /**
59263
59281
  * Used to filter a list based on filter criteria that are defined in a nested filter for dependent subitems.
59264
- * `All` returns a list of those items for which **all** dependent subitems match the filter criteria of
59265
- * the nested filter. For example, a list of customers can be filtered by filter criteria that are applied
59266
- * to the list of orders the customer placed in the past. The filter returns a list of those customers that
59267
- * **always** ordered a specific product.
59282
+ * `All` returns a list of all items for which it is **true** that all dependent subitems match the filter
59283
+ * criteria of the nested filter. This means that **every** dependent subitem matches the filter criteria.
59268
59284
  *
59269
59285
  * This filter operator is only supported in OData V4 models.
59270
59286
  *
@@ -59273,10 +59289,8 @@ declare module "sap/ui/model/FilterOperator" {
59273
59289
  All = "All",
59274
59290
  /**
59275
59291
  * Used to filter a list based on filter criteria that are defined in a nested filter for dependent subitems.
59276
- * `Any` returns a list of those items for which **at least one** dependent subitem matches the filter criteria
59277
- * of the nested filter. For example, a list of customers can be filtered by filter criteria that are applied
59278
- * to the list of orders the customer placed in the past. The filter returns a list of those customers that
59279
- * **at least once** ordered a specific product.
59292
+ * `Any` returns a list of all items for which **at least one** dependent subitem matches the filter criteria
59293
+ * of the nested filter.
59280
59294
  *
59281
59295
  * This filter operator is only supported in OData V4 models.
59282
59296
  *
@@ -59344,6 +59358,28 @@ declare module "sap/ui/model/FilterOperator" {
59344
59358
  * FilterOperator not equals
59345
59359
  */
59346
59360
  NE = "NE",
59361
+ /**
59362
+ * Used to filter a list based on filter criteria that are defined in a nested filter for dependent subitems.
59363
+ * `NotAll` returns a list of all items for which it is **false** that all dependent subitems match the
59364
+ * filter criteria of the nested filter. This means that **at least one** dependent subitem does not match
59365
+ * the filter criteria.
59366
+ *
59367
+ * This filter operator is only supported in OData V4 models.
59368
+ *
59369
+ * @since 1.139.0
59370
+ */
59371
+ NotAll = "NotAll",
59372
+ /**
59373
+ * Used to filter a list based on filter criteria that are defined in a nested filter for dependent subitems.
59374
+ * `NotAny` returns a list of all items for which **none** of the dependent subitems match the filter criteria
59375
+ * of the nested filter. If no filter condition is given, `NotAny` returns all items that do not have any
59376
+ * dependent subitems (i.e., for which the collection is empty).
59377
+ *
59378
+ * This filter operator is only supported in OData V4 models.
59379
+ *
59380
+ * @since 1.139.0
59381
+ */
59382
+ NotAny = "NotAny",
59347
59383
  /**
59348
59384
  * FilterOperator not contains
59349
59385
  *
@@ -59689,6 +59725,8 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
59689
59725
 
59690
59726
  import Context from "sap/ui/model/Context";
59691
59727
 
59728
+ import Metadata from "sap/ui/base/Metadata";
59729
+
59692
59730
  /**
59693
59731
  * Property binding implementation for JSON format.
59694
59732
  *
@@ -59722,6 +59760,40 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
59722
59760
  */
59723
59761
  mParameters?: object
59724
59762
  );
59763
+
59764
+ /**
59765
+ * Creates a new subclass of class sap.ui.model.json.JSONPropertyBinding with name `sClassName` and enriches
59766
+ * it with the information contained in `oClassInfo`.
59767
+ *
59768
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ClientPropertyBinding.extend}.
59769
+ *
59770
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
59771
+ *
59772
+ * @returns Created class / constructor function
59773
+ */
59774
+ static extend<T extends Record<string, unknown>>(
59775
+ /**
59776
+ * Name of the class being created
59777
+ */
59778
+ sClassName: string,
59779
+ /**
59780
+ * Object literal with information about the class
59781
+ */
59782
+ oClassInfo?: sap.ClassInfo<T, JSONPropertyBinding>,
59783
+ /**
59784
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
59785
+ * used by this class
59786
+ */
59787
+ FNMetaImpl?: Function
59788
+ ): Function;
59789
+ /**
59790
+ * Returns a metadata object for class sap.ui.model.json.JSONPropertyBinding.
59791
+ *
59792
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
59793
+ *
59794
+ * @returns Metadata object describing this class
59795
+ */
59796
+ static getMetadata(): Metadata;
59725
59797
  }
59726
59798
  }
59727
59799
 
@@ -69345,6 +69417,10 @@ declare module "sap/ui/model/odata/v2/ODataAnnotations" {
69345
69417
  * A valid cache key
69346
69418
  */
69347
69419
  cacheKey?: string;
69420
+ /**
69421
+ * If set to `true`, the user credentials are included in a cross-origin request
69422
+ */
69423
+ withCredentials?: boolean;
69348
69424
  }
69349
69425
  );
69350
69426
  /**
@@ -71630,8 +71706,8 @@ declare module "sap/ui/model/odata/v4/Context" {
71630
71706
  /**
71631
71707
  * Returns the value for the given path relative to this context. The function allows access to the complete
71632
71708
  * data the context points to (if `sPath` is "") or any part thereof. The data is a JSON structure as described
71633
- * in "OData
71634
- * JSON Format Version 4.0". Note that the function clones the result. Modify values via {@link sap.ui.model.odata.v4.ODataPropertyBinding#setValue}.
71709
+ * in "OData JSON Format Version 4.0".
71710
+ * Note that the function clones the result. Modify values via {@link sap.ui.model.odata.v4.ODataPropertyBinding#setValue}.
71635
71711
  *
71636
71712
  * Returns `undefined` if the data is not (yet) available; no request is initiated. Use {@link #requestObject }
71637
71713
  * for asynchronous access.
@@ -71919,7 +71995,8 @@ declare module "sap/ui/model/odata/v4/Context" {
71919
71995
  /**
71920
71996
  * Returns a promise on the value for the given path relative to this context. The function allows access
71921
71997
  * to the complete data the context points to (if `sPath` is "") or any part thereof. The data is a JSON
71922
- * structure as described in "OData JSON Format Version 4.0". Note that the function clones the result. Modify values via {@link #setProperty}.
71998
+ * structure as described in "OData
71999
+ * JSON Format Version 4.0". Note that the function clones the result. Modify values via {@link #setProperty}.
71923
72000
  *
71924
72001
  * The header context of a list binding only delivers `$count` and `@$ui5.context.isSelected` (wrapped in
71925
72002
  * an object if `sPath` is "").
@@ -72694,7 +72771,8 @@ declare module "sap/ui/model/odata/v4/ODataContextBinding" {
72694
72771
  /**
72695
72772
  * Returns a promise on the value for the given path relative to this binding. The function allows access
72696
72773
  * to the complete data the binding points to (if `sPath` is "") or any part thereof. The data is a JSON
72697
- * structure as described in "OData JSON Format Version 4.0". Note that the function clones the result. Modify values via {@link sap.ui.model.odata.v4.Context#setProperty}.
72774
+ * structure as described in "OData
72775
+ * JSON Format Version 4.0". Note that the function clones the result. Modify values via {@link sap.ui.model.odata.v4.Context#setProperty}.
72698
72776
  *
72699
72777
  * If you want {@link #requestObject} to read fresh data, call `oBinding.refresh()` first.
72700
72778
  * See:
@@ -73864,7 +73942,8 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73864
73942
  */
73865
73943
  resume(): void;
73866
73944
  /**
73867
- * Sets a new data aggregation object and derives the system query option `$apply` implicitly from it.
73945
+ * Sets a new data aggregation object and derives the system query option `$apply` implicitly from it. If
73946
+ * the aggregation is unchanged, nothing happens.
73868
73947
  * See:
73869
73948
  * #getAggregation
73870
73949
  *
@@ -73908,7 +73987,9 @@ declare module "sap/ui/model/odata/v4/ODataListBinding" {
73908
73987
  * The number (as a positive integer) of different levels initially available without calling {@link sap.ui.model.odata.v4.Context#expand }
73909
73988
  * (since 1.117.0), supported only if a `hierarchyQualifier` is given. Root nodes are on the first level.
73910
73989
  * By default, only root nodes are available; they are not yet expanded. Since 1.120.0, `expandTo >= Number.MAX_SAFE_INTEGER`
73911
- * can be used to expand all levels (`1E16` is recommended inside XML views for simplicity).
73990
+ * can be used to expand all levels (`1E16` is recommended inside XML views for simplicity). Since 1.139.0,
73991
+ * {@link #getAggregation} returns `expandTo : Number.MAX_SAFE_INTEGER` instead of values greater than this.
73992
+ * These differences do not count as changes.
73912
73993
  */
73913
73994
  expandTo?: number;
73914
73995
  /**
package/types/index.d.ts CHANGED
@@ -19,7 +19,7 @@
19
19
  /// <reference path="./sap.sac.df.d.ts"/>
20
20
  /// <reference path="./sap.ui.commons.d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./sap.ui.core.d.ts"/>
22
+ /// <reference path="./core-1.139.0-esm-d.ts"/>
23
23
  /// <reference path="./sap.ui.dt.d.ts"/>
24
24
  /// <reference path="./sap.ui.export.d.ts"/>
25
25
  /// <reference path="./sap.f.d.ts"/>
@@ -32,8 +32,8 @@
32
32
  /// <reference path="./sap.ui.integration.d.ts"/>
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./sap.ui.mdc.d.ts"/>
36
- /// <reference path="./sap.m.d.ts"/>
35
+ /// <reference path="./mdc-1.139.0-esm-d.ts"/>
36
+ /// <reference path="./mobile-1.139.0-esm-d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
39
39
  /// <reference path="./sap.ovp.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.138.0
1
+ // For Library Version: 1.139.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -6694,9 +6694,17 @@ declare module "sap/ui/mdc/condition/Operator" {
6694
6694
  * This text is only needed if there any language dependent text should be shown on the token, like "Next
6695
6695
  * 5 days". (In this case `#tokenText#` is used in `tokenFormat`, `tokenTest`, or `tokenParse`.) For operators
6696
6696
  * just showing the value and a operator symbol, no token text is needed.
6697
- * If the token text is not given, the `longText` is used.
6697
+ * If the token text is not given, the `longText` is used. If `tokenTextForTypes` is provided for a special
6698
+ * type, this one will be used for the corresponding type.
6698
6699
  */
6699
6700
  tokenText?: string;
6701
+ /**
6702
+ * Object holding String representation of the operator as a token text for single basic types.
6703
+ * This text is shown in a single-value field as text or a multi-value field as token.
6704
+ * This is needed if the text depends on the used data type. For example the "equal" operator should be
6705
+ * named "Not Specified (empty)" if a date or time type is used.
6706
+ */
6707
+ tokenTextForTypes?: object;
6700
6708
  /**
6701
6709
  * Object holding String representation of the operator as a long text for single basic types.
6702
6710
  * This text is shown in the operator dropdown of the value help.
@@ -6781,6 +6789,7 @@ declare module "sap/ui/mdc/condition/Operator" {
6781
6789
  * to 3, 4....
6782
6790
  * group: {id : 10, text: "new group at the end"} - adds a new group with id 10 and text "new group as
6783
6791
  * the end" to the end of all groups
6792
+ * **Note:** The ids 900-999 are reserved for internal mdc usage, please use ids outside this range
6784
6793
  */
6785
6794
  id: string;
6786
6795
  /**
@@ -6788,6 +6797,11 @@ declare module "sap/ui/mdc/condition/Operator" {
6788
6797
  */
6789
6798
  text?: string;
6790
6799
  };
6800
+ /**
6801
+ * Additional group settings for the operator depending on the type. For every type a group object can be
6802
+ * defined.
6803
+ */
6804
+ groupsForTypes?: object;
6791
6805
  /**
6792
6806
  * Function to determine the text copied into clipboard
6793
6807
  */