@sapui5/ts-types 1.141.2 → 1.142.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 (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +8 -7
  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.cux.base.d.ts +3 -0
  8. package/types/sap.esh.search.ui.d.ts +152 -3
  9. package/types/sap.f.d.ts +1 -1
  10. package/types/sap.fe.ariba.d.ts +1 -1
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +50 -32
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +2646 -125
  16. package/types/sap.fe.navigation.d.ts +2 -2
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +23 -11
  20. package/types/sap.fe.test.d.ts +8 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +4 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/{mobile-1.141.0-d.ts → sap.m.d.ts} +401 -54
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +106 -2
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +13 -3587
  32. package/types/sap.suite.ui.commons.d.ts +1 -1
  33. package/types/sap.suite.ui.generic.template.d.ts +30 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/{tnt-1.141.0-d.ts → sap.tnt.d.ts} +1 -1
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/{commons-1.141.0-d.ts → sap.ui.commons.d.ts} +1 -1
  38. package/types/sap.ui.comp.d.ts +78 -9
  39. package/types/{core-1.141.0-d.ts → sap.ui.core.d.ts} +712 -187
  40. package/types/{dt-1.141.0-d.ts → sap.ui.dt.d.ts} +1 -1
  41. package/types/sap.ui.export.d.ts +56 -1
  42. package/types/sap.ui.fl.d.ts +1 -1
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +1 -1
  46. package/types/sap.ui.layout.d.ts +100 -94
  47. package/types/{mdc-1.141.0-d.ts → sap.ui.mdc.d.ts} +1600 -260
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +13 -41
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +34 -78
  55. package/types/{ux3-1.141.0-d.ts → sap.ui.ux3.d.ts} +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +1 -1
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +13 -1
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +326 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -40,7 +40,7 @@ declare namespace sap {
40
40
  /**
41
41
  * Defines version.
42
42
  */
43
- Version: object;
43
+ Version: any;
44
44
  /**
45
45
  * Defines visualizations.
46
46
  */
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -157,9 +157,9 @@ declare namespace sap {
157
157
  onAfterClear(): void;
158
158
  /**
159
159
  * Method called when a filter or search value has been changed in the FilterBar,
160
- * but has not been validated yet by the end user (with the 'Go' or 'Search' button).
160
+ * but has not been validated yet by the end user with the 'Go' or 'Search' button.
161
161
  * Typically, the content of the current tab is greyed out until the filters are validated.
162
- * This method can be overwritten by the controller extension in case of customization.
162
+ * This method can be overwritten by the controller extension for customization.
163
163
  */
164
164
  onPendingFilters(): void;
165
165
  /**
@@ -168,13 +168,13 @@ declare namespace sap {
168
168
  * or when a tab with custom content is selected,
169
169
  * or when the view is forced to be refreshed through the Extension API for the list report's public method
170
170
  * setTabContentToBeRefreshedOnNextOpening.
171
- * This method can be overwritten by the controller extension in case of customization.
171
+ * This method can be overwritten by the controller extension for customization.
172
172
  */
173
173
  onViewNeedsRefresh(
174
174
  /**
175
- * Map containing the filter conditions of the FilterBar, the currentTabID
176
- * and the view refresh cause (tabChanged, search or forcedRefresh).
177
- * The map looks like this:
175
+ * Map containing the filter conditions of the FilterBar, the currentTabID,
176
+ * and the view refresh cause such as tabChanged, search, or forcedRefresh.
177
+ * See the following example of a map:
178
178
  *
179
179
  * ```javascript
180
180
  *
@@ -245,7 +245,7 @@ declare namespace sap {
245
245
  * Path or array of paths referring to entities or properties to be refreshed.
246
246
  * If omitted, the whole object page is refreshed. The path "" refreshes the entity assigned to the object
247
247
  * page
248
- * without navigations
248
+ * without navigation.
249
249
  */
250
250
  vPath?: string | string[]
251
251
  ): Promise<void>;
@@ -270,13 +270,21 @@ declare namespace sap {
270
270
  control: sap.ui.base.ManagedObject
271
271
  ): void;
272
272
  /**
273
- * Displays the message strip between the title and the header of the ObjectPage.
273
+ * Displays the message strip between the title and the header of the ObjectPage. If only one message is
274
+ * provided, it is displayed directly in the message strip. If multiple messages are provided, they are
275
+ * prioritized by the order: Error, Warning, and Information and a corresponding generic text is displayed:
276
+ * - Error: "The object contains errors."
277
+ * - Warning: "The object contains warnings."
278
+ * - Information: "The object contains messages."
279
+ * If a back-end message is received with a target pointing to the Object Page, it is displayed in the message
280
+ * strip, overriding any existing message or message strip. If multiple back-end messages are received,
281
+ * the message with the highest priority is displayed with a generic text as described above.
274
282
  */
275
283
  showMessages(
276
284
  /**
277
- * The message to be displayed
285
+ * The message to be displayed or a MessageStrip control
278
286
  */
279
- messages: sap.ui.core.message.Message[]
287
+ messagesOrStrip: sap.m.MessageStrip | sap.ui.core.message.Message[]
280
288
  ): void;
281
289
  /**
282
290
  * Displays or hides the side content of an object page.
@@ -292,6 +300,8 @@ declare namespace sap {
292
300
  bShow?: boolean
293
301
  ): void;
294
302
  }
303
+
304
+ class ObjectPageController extends sap.fe.core.PageController {}
295
305
  }
296
306
  }
297
307
  }
@@ -304,5 +314,7 @@ declare namespace sap {
304
314
  "sap/fe/templates/ListReport/ListReportController.controller": undefined;
305
315
 
306
316
  "sap/fe/templates/ObjectPage/ExtensionAPI": undefined;
317
+
318
+ "sap/fe/templates/ObjectPage/ObjectPageController.controller": undefined;
307
319
  }
308
320
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -863,6 +863,13 @@ declare namespace sap {
863
863
  * @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
864
864
  */
865
865
  iSeeFocusOnGoButton(): object;
866
+ /**
867
+ * Checks if the focus is on the search field.
868
+ *
869
+ *
870
+ * @returns The result of the {@link sa p.ui.test.Opa5#waitFor} function, to be used for chained statements
871
+ */
872
+ iSeeFocusOnSearchField(): object;
866
873
  }
867
874
 
868
875
  class FooterActionsBase {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -26700,6 +26700,7 @@ declare namespace sap {
26700
26700
 
26701
26701
  /**
26702
26702
  * Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
26703
+ * PseudoShape creation depends only on the tasks, and subtasks are not considered.
26703
26704
  *
26704
26705
  * @since 1.98
26705
26706
  */
@@ -40772,6 +40773,7 @@ declare namespace sap {
40772
40773
  * Gets current value of property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
40773
40774
  *
40774
40775
  * Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
40776
+ * PseudoShape creation depends only on the tasks, and subtasks are not considered.
40775
40777
  *
40776
40778
  * Default value is `false`.
40777
40779
  *
@@ -42386,6 +42388,7 @@ declare namespace sap {
42386
42388
  * Sets a new value for property {@link #getUseParentShapeOnExpand useParentShapeOnExpand}.
42387
42389
  *
42388
42390
  * Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
42391
+ * PseudoShape creation depends only on the tasks, and subtasks are not considered.
42389
42392
  *
42390
42393
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
42391
42394
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**