@sapui5/ts-types 1.150.1 → 1.151.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/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +410 -157
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +2 -222
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +1 -1
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +209 -80
  15. package/types/sap.fe.navigation.d.ts +3 -2
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +3 -3
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +125 -1
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/sap.m.d.ts +133 -1
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +45 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.tnt.d.ts +178 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +1 -1
  38. package/types/sap.ui.core.d.ts +389 -236
  39. package/types/sap.ui.dt.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +1 -1
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +10393 -8758
  45. package/types/sap.ui.integration.d.ts +31 -3
  46. package/types/sap.ui.joule.frontend.d.ts +710 -0
  47. package/types/sap.ui.layout.d.ts +1 -1
  48. package/types/sap.ui.mdc.d.ts +11 -8
  49. package/types/sap.ui.richtexteditor.d.ts +1 -1
  50. package/types/sap.ui.rta.d.ts +2 -2
  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 +2 -2
  54. package/types/sap.ui.testrecorder.d.ts +1 -1
  55. package/types/sap.ui.unified.d.ts +101 -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 +1 -1
  59. package/types/sap.ui.vtm.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +22 -2
  62. package/types/sap.ushell_abap.d.ts +1 -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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1476,14 +1476,9 @@ declare module "sap/ui/mdc/FilterBarDelegate" {
1476
1476
  */
1477
1477
  oFilterBar: sap.ui.mdc.FilterBar,
1478
1478
  /**
1479
- * Object describing the validation result. This object is only provided when called from the {@link sap.ui.mdc.FilterBar FilterBar}
1479
+ * Status of the validation {@link sap.ui.mdc.enums.FilterBarValidationStatus}
1480
1480
  */
1481
- mValidation?: {
1482
- /**
1483
- * Status of the validation {@link sap.ui.mdc.enums.FilterBarValidationStatus}
1484
- */
1485
- status?: string;
1486
- }
1481
+ sValidationStatus?: string
1487
1482
  ): sap.ui.mdc.enums.FilterBarValidationStatus;
1488
1483
  /**
1489
1484
  * Retrieves the relevant metadata for a given payload and returns the property info array.
@@ -2104,6 +2099,14 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
2104
2099
  * The `p13nMode` `Group` is not supported if the table type is {@link sap.ui.mdc.table.TreeTableType TreeTable}.
2105
2100
  * This cannot be changed in your delegate implementation.
2106
2101
  *
2102
+ * **Note:** When grouping in the {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the paths
2103
+ * required for the group header text (the grouped property's path and, if defined, the path of its text
2104
+ * property) are conveyed via {@link sap.ui.model.Sorter#getGroupPaths}. The {@link sap.ui.model.odata.v4.ODataListBinding }
2105
+ * evaluates these paths only if the {@link sap.ui.model.odata.v4.ODataModel} runs with `autoExpandSelect`
2106
+ * enabled; without it, paths that traverse a `NavigationProperty` are not loaded and the group header text
2107
+ * is incomplete. Applications that must run without `autoExpandSelect` and require grouping by such properties
2108
+ * need to override the delegate to add the required `$expand` to the binding parameters.
2109
+ *
2107
2110
  * All binding-related limitations regarding selection also apply in the context of this delegate. For details,
2108
2111
  * see {@link sap.ui.model.odata.v4.Context#setSelected} and {@link sap.ui.model.odata.v4.ODataModel#bindList}.
2109
2112
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -183,7 +183,7 @@ declare namespace sap {
183
183
  text: string;
184
184
  }>;
185
185
  /**
186
- * Name of the property that should be filtered for initially
186
+ * Annotation path of the property to preselect
187
187
  */
188
188
  preSelectedProperty?: string;
189
189
  };
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -181,7 +181,7 @@ declare namespace sap {
181
181
  /**
182
182
  * Array of indices whose selection has been changed (either selected or deselected)
183
183
  */
184
- indices?: int[];
184
+ rowIndices?: int[];
185
185
 
186
186
  /**
187
187
  * Indicates whether the selection limit has been reached
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -326,6 +326,19 @@ declare namespace sap {
326
326
  | sap.ui.base.ManagedObject.PropertyBindingInfo
327
327
  | `{${string}}`;
328
328
 
329
+ /**
330
+ * Determines whether the header of the week numbers column is displayed. The column header text is translated
331
+ * according to the active language.
332
+ *
333
+ * **Note:** Takes effect only when `showWeekNumbers` is set to `true`.
334
+ *
335
+ * @since 1.151
336
+ */
337
+ showWeekNumbersHeader?:
338
+ | boolean
339
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
340
+ | `{${string}}`;
341
+
329
342
  /**
330
343
  * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
331
344
  * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
@@ -2743,6 +2756,21 @@ declare namespace sap {
2743
2756
  * @returns Value of property `showWeekNumbers`
2744
2757
  */
2745
2758
  getShowWeekNumbers(): boolean;
2759
+ /**
2760
+ * Gets current value of property {@link #getShowWeekNumbersHeader showWeekNumbersHeader}.
2761
+ *
2762
+ * Determines whether the header of the week numbers column is displayed. The column header text is translated
2763
+ * according to the active language.
2764
+ *
2765
+ * **Note:** Takes effect only when `showWeekNumbers` is set to `true`.
2766
+ *
2767
+ * Default value is `false`.
2768
+ *
2769
+ * @since 1.151
2770
+ *
2771
+ * @returns Value of property `showWeekNumbersHeader`
2772
+ */
2773
+ getShowWeekNumbersHeader(): boolean;
2746
2774
  /**
2747
2775
  * Gets current value of property {@link #getSingleSelection singleSelection}.
2748
2776
  *
@@ -3160,6 +3188,28 @@ declare namespace sap {
3160
3188
  */
3161
3189
  bShowWeekNumbers?: boolean
3162
3190
  ): this;
3191
+ /**
3192
+ * Sets a new value for property {@link #getShowWeekNumbersHeader showWeekNumbersHeader}.
3193
+ *
3194
+ * Determines whether the header of the week numbers column is displayed. The column header text is translated
3195
+ * according to the active language.
3196
+ *
3197
+ * **Note:** Takes effect only when `showWeekNumbers` is set to `true`.
3198
+ *
3199
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3200
+ *
3201
+ * Default value is `false`.
3202
+ *
3203
+ * @since 1.151
3204
+ *
3205
+ * @returns Reference to `this` in order to allow method chaining
3206
+ */
3207
+ setShowWeekNumbersHeader(
3208
+ /**
3209
+ * New value for property `showWeekNumbersHeader`
3210
+ */
3211
+ bShowWeekNumbersHeader?: boolean
3212
+ ): this;
3163
3213
  /**
3164
3214
  * Sets a new value for property {@link #getSingleSelection singleSelection}.
3165
3215
  *
@@ -5965,6 +6015,19 @@ declare namespace sap {
5965
6015
  | sap.ui.base.ManagedObject.PropertyBindingInfo
5966
6016
  | `{${string}}`;
5967
6017
 
6018
+ /**
6019
+ * Determines whether the header of the week numbers column is displayed. The column header text is translated
6020
+ * according to the active language.
6021
+ *
6022
+ * **Note:** Takes effect only when `showWeekNumbers` is set to `true`.
6023
+ *
6024
+ * @since 1.151
6025
+ */
6026
+ showWeekNumbersHeader?:
6027
+ | boolean
6028
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
6029
+ | `{${string}}`;
6030
+
5968
6031
  /**
5969
6032
  * Determines whether there is a shortcut navigation to Today. When used in Month, Year or Year-range picker
5970
6033
  * view, the calendar navigates to Day picker view.
@@ -9822,6 +9885,21 @@ declare namespace sap {
9822
9885
  * @returns Value of property `showWeekNumbers`
9823
9886
  */
9824
9887
  getShowWeekNumbers(): boolean;
9888
+ /**
9889
+ * Gets current value of property {@link #getShowWeekNumbersHeader showWeekNumbersHeader}.
9890
+ *
9891
+ * Determines whether the header of the week numbers column is displayed. The column header text is translated
9892
+ * according to the active language.
9893
+ *
9894
+ * **Note:** Takes effect only when `showWeekNumbers` is set to `true`.
9895
+ *
9896
+ * Default value is `false`.
9897
+ *
9898
+ * @since 1.151
9899
+ *
9900
+ * @returns Value of property `showWeekNumbersHeader`
9901
+ */
9902
+ getShowWeekNumbersHeader(): boolean;
9825
9903
  /**
9826
9904
  * Gets current value of property {@link #getSingleSelection singleSelection}.
9827
9905
  *
@@ -10274,6 +10352,28 @@ declare namespace sap {
10274
10352
  */
10275
10353
  bShowWeekNumbers?: boolean
10276
10354
  ): this;
10355
+ /**
10356
+ * Sets a new value for property {@link #getShowWeekNumbersHeader showWeekNumbersHeader}.
10357
+ *
10358
+ * Determines whether the header of the week numbers column is displayed. The column header text is translated
10359
+ * according to the active language.
10360
+ *
10361
+ * **Note:** Takes effect only when `showWeekNumbers` is set to `true`.
10362
+ *
10363
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10364
+ *
10365
+ * Default value is `false`.
10366
+ *
10367
+ * @since 1.151
10368
+ *
10369
+ * @returns Reference to `this` in order to allow method chaining
10370
+ */
10371
+ setShowWeekNumbersHeader(
10372
+ /**
10373
+ * New value for property `showWeekNumbersHeader`
10374
+ */
10375
+ bShowWeekNumbersHeader?: boolean
10376
+ ): this;
10277
10377
  /**
10278
10378
  * Setter for the property `singleSelection`. If set to `true` only a single date or single interval, when
10279
10379
  * `intervalSelection` is set to `true`, can be selected.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.1
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -5040,6 +5040,24 @@ declare namespace sap {
5040
5040
  * @returns The ToolArea.
5041
5041
  */
5042
5042
  getToolArea(): Promise<sap.ushell.services.FrameBoundExtension.ToolArea>;
5043
+ /**
5044
+ * Sets the image src for all avatar related spots. The image will not be scoped to the current application,
5045
+ * but will be applied through the rest of the user session.
5046
+ *
5047
+ * There is no validation on the user image. Ensure before calling this API that you set a valid image.
5048
+ *
5049
+ * If called with undefined the ushell defaults will be applied.
5050
+ *
5051
+ * @since 1.151.0
5052
+ *
5053
+ * @returns A promise that resolves when the image was set.
5054
+ */
5055
+ setAvatarImage(
5056
+ /**
5057
+ * The image src as URI or base64.
5058
+ */
5059
+ sImageSrc?: string
5060
+ ): Promise<any>;
5043
5061
  }
5044
5062
  /**
5045
5063
  * A service for handling groups, tiles and catalogs.
@@ -7328,7 +7346,7 @@ declare namespace sap {
7328
7346
  *
7329
7347
  * Do not mix the usage of a personalizer and a personalization container for one containerKey.
7330
7348
  *
7331
- * Fetching multiple Personalizer for the same container, but different items is not supported. Use {@link sap.ushell.services.Personalizer#getContainer }
7349
+ * Fetching multiple Personalizer for the same container, but different items is not supported. Use {@link sap.ushell.services.PersonalizationV2#getContainer }
7332
7350
  * instead for this scenario.
7333
7351
  *
7334
7352
  * @since 1.120.0
@@ -14889,6 +14907,8 @@ declare namespace sap {
14889
14907
 
14890
14908
  "sap/ushell/ui5service/UserStatus": undefined;
14891
14909
 
14910
+ "sap/ushell/utils/LogError": undefined;
14911
+
14892
14912
  "sap/ushell/utils/UriParameters": undefined;
14893
14913
  }
14894
14914
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.1
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.150.0
1
+ // For Library Version: 1.151.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {