@sapui5/types 1.113.0 → 1.114.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 (63) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  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 +42 -1
  8. package/types/sap.f.d.ts +53 -1
  9. package/types/sap.fe.core.d.ts +10 -6
  10. package/types/sap.fe.macros.d.ts +21 -5
  11. package/types/sap.fe.templates.d.ts +6 -6
  12. package/types/sap.fe.test.d.ts +1 -1
  13. package/types/sap.feedback.ui.d.ts +1 -1
  14. package/types/sap.gantt.d.ts +53 -3
  15. package/types/sap.insights.d.ts +1 -1
  16. package/types/sap.landvisz.d.ts +1 -1
  17. package/types/sap.m.d.ts +534 -1000
  18. package/types/sap.makit.d.ts +1 -1
  19. package/types/sap.me.d.ts +1 -1
  20. package/types/sap.ndc.d.ts +1 -1
  21. package/types/sap.ovp.d.ts +1 -1
  22. package/types/sap.rules.ui.d.ts +1 -1
  23. package/types/sap.sac.df.d.ts +29 -625
  24. package/types/sap.suite.ui.commons.d.ts +79 -5
  25. package/types/sap.suite.ui.generic.template.d.ts +2 -2
  26. package/types/sap.suite.ui.microchart.d.ts +1 -1
  27. package/types/sap.tnt.d.ts +1 -1
  28. package/types/sap.ui.codeeditor.d.ts +1 -1
  29. package/types/sap.ui.commons.d.ts +1 -1
  30. package/types/sap.ui.comp.d.ts +374 -259
  31. package/types/sap.ui.core.d.ts +1877 -1428
  32. package/types/sap.ui.dt.d.ts +1 -1
  33. package/types/sap.ui.export.d.ts +1 -1
  34. package/types/sap.ui.fl.d.ts +3 -3
  35. package/types/sap.ui.generic.app.d.ts +2 -2
  36. package/types/sap.ui.generic.template.d.ts +1 -1
  37. package/types/sap.ui.integration.d.ts +2459 -2349
  38. package/types/sap.ui.layout.d.ts +1 -1
  39. package/types/sap.ui.mdc.d.ts +89 -7
  40. package/types/sap.ui.richtexteditor.d.ts +1 -1
  41. package/types/sap.ui.rta.d.ts +1 -1
  42. package/types/sap.ui.suite.d.ts +1 -1
  43. package/types/sap.ui.support.d.ts +1 -1
  44. package/types/sap.ui.table.d.ts +35 -1
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +179 -141
  47. package/types/sap.ui.ux3.d.ts +1 -1
  48. package/types/sap.ui.vbm.d.ts +1 -1
  49. package/types/sap.ui.vk.d.ts +40 -1
  50. package/types/sap.ui.vtm.d.ts +1 -1
  51. package/types/sap.ui.webc.common.d.ts +1 -1
  52. package/types/sap.ui.webc.fiori.d.ts +1 -1
  53. package/types/sap.ui.webc.main.d.ts +1 -1
  54. package/types/sap.uiext.inbox.d.ts +1 -1
  55. package/types/sap.ushell.d.ts +13 -6
  56. package/types/sap.ushell_abap.d.ts +1 -1
  57. package/types/sap.uxap.d.ts +1 -1
  58. package/types/sap.viz.d.ts +1 -1
  59. package/types/sap.webanalytics.core.d.ts +1 -1
  60. package/types/sap.zen.commons.d.ts +1 -1
  61. package/types/sap.zen.crosstab.d.ts +1 -1
  62. package/types/sap.zen.dsh.d.ts +1 -1
  63. package/types/sap.sac.grid.d.ts +0 -774
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.113.0",
3
+ "version": "1.114.1",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -11,7 +11,6 @@
11
11
  /// <reference path="./sap.zen.dsh.d.ts"/>
12
12
  /// <reference path="./sap.zen.commons.d.ts"/>
13
13
  /// <reference path="./sap.sac.df.d.ts"/>
14
- /// <reference path="./sap.sac.grid.d.ts"/>
15
14
  /// <reference path="./sap.ui.commons.d.ts"/>
16
15
  /// <reference path="./sap.ui.comp.d.ts"/>
17
16
  /// <reference path="./sap.ui.core.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/apf/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/esh/search/ui/library" {}
4
4
 
@@ -439,6 +439,19 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
439
439
  * @returns Value of property `folderMode`
440
440
  */
441
441
  getFolderMode(): boolean;
442
+ /**
443
+ * @SINCE 1.114.0
444
+ *
445
+ * Gets current value of property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
446
+ *
447
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
448
+ * is enabled.
449
+ *
450
+ * Default value is `false`.
451
+ *
452
+ * @returns Value of property `folderModeForInitialSearch`
453
+ */
454
+ getFolderModeForInitialSearch(): boolean;
442
455
  /**
443
456
  * @SINCE 1.94.0
444
457
  *
@@ -968,6 +981,26 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
968
981
  */
969
982
  bFolderMode?: boolean
970
983
  ): this;
984
+ /**
985
+ * @SINCE 1.114.0
986
+ *
987
+ * Sets a new value for property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
988
+ *
989
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
990
+ * is enabled.
991
+ *
992
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
993
+ *
994
+ * Default value is `false`.
995
+ *
996
+ * @returns Reference to `this` in order to allow method chaining
997
+ */
998
+ setFolderModeForInitialSearch(
999
+ /**
1000
+ * New value for property `folderModeForInitialSearch`
1001
+ */
1002
+ bFolderModeForInitialSearch?: boolean
1003
+ ): this;
971
1004
  /**
972
1005
  * @SINCE 1.94.0
973
1006
  *
@@ -1410,6 +1443,14 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1410
1443
  */
1411
1444
  folderMode?: boolean | PropertyBindingInfo | `{${string}}`;
1412
1445
 
1446
+ /**
1447
+ * @SINCE 1.114.0
1448
+ *
1449
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
1450
+ * is enabled.
1451
+ */
1452
+ folderModeForInitialSearch?: boolean | PropertyBindingInfo | `{${string}}`;
1453
+
1413
1454
  /**
1414
1455
  * @SINCE 1.106.0
1415
1456
  *
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -313,6 +313,21 @@ declare module "sap/f/library" {
313
313
  */
314
314
  Up = "Up",
315
315
  }
316
+ /**
317
+ * @SINCE 1.104
318
+ *
319
+ * Enumeration for different SidePanel position.
320
+ */
321
+ export enum SidePanelPosition {
322
+ /**
323
+ * The position is left.
324
+ */
325
+ Left = "Left",
326
+ /**
327
+ * The position is right.
328
+ */
329
+ Right = "Right",
330
+ }
316
331
 
317
332
  export namespace cards {
318
333
  /**
@@ -19036,6 +19051,8 @@ declare module "sap/f/SidePanel" {
19036
19051
 
19037
19052
  import { ID, CSSSize } from "sap/ui/core/library";
19038
19053
 
19054
+ import { SidePanelPosition } from "sap/f/library";
19055
+
19039
19056
  import {
19040
19057
  PropertyBindingInfo,
19041
19058
  AggregationBindingInfo,
@@ -19385,6 +19402,16 @@ declare module "sap/f/SidePanel" {
19385
19402
  * @returns Value of property `sidePanelMinWidth`
19386
19403
  */
19387
19404
  getSidePanelMinWidth(): CSSSize;
19405
+ /**
19406
+ * Gets current value of property {@link #getSidePanelPosition sidePanelPosition}.
19407
+ *
19408
+ * Defines where to place the side panel position.
19409
+ *
19410
+ * Default value is `Right`.
19411
+ *
19412
+ * @returns Value of property `sidePanelPosition`
19413
+ */
19414
+ getSidePanelPosition(): SidePanelPosition | keyof typeof SidePanelPosition;
19388
19415
  /**
19389
19416
  * Gets current value of property {@link #getSidePanelResizable sidePanelResizable}.
19390
19417
  *
@@ -19608,6 +19635,23 @@ declare module "sap/f/SidePanel" {
19608
19635
  */
19609
19636
  sSidePanelMinWidth?: CSSSize
19610
19637
  ): this;
19638
+ /**
19639
+ * Sets a new value for property {@link #getSidePanelPosition sidePanelPosition}.
19640
+ *
19641
+ * Defines where to place the side panel position.
19642
+ *
19643
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
19644
+ *
19645
+ * Default value is `Right`.
19646
+ *
19647
+ * @returns Reference to `this` in order to allow method chaining
19648
+ */
19649
+ setSidePanelPosition(
19650
+ /**
19651
+ * New value for property `sidePanelPosition`
19652
+ */
19653
+ sSidePanelPosition?: SidePanelPosition | keyof typeof SidePanelPosition
19654
+ ): this;
19611
19655
  /**
19612
19656
  * Sets a new value for property {@link #getSidePanelResizable sidePanelResizable}.
19613
19657
  *
@@ -19730,6 +19774,14 @@ declare module "sap/f/SidePanel" {
19730
19774
  */
19731
19775
  sidePanelResizeLargerStep?: int | PropertyBindingInfo | `{${string}}`;
19732
19776
 
19777
+ /**
19778
+ * Defines where to place the side panel position.
19779
+ */
19780
+ sidePanelPosition?:
19781
+ | (SidePanelPosition | keyof typeof SidePanelPosition)
19782
+ | PropertyBindingInfo
19783
+ | `{${string}}`;
19784
+
19733
19785
  /**
19734
19786
  * The list of controls for the main content.
19735
19787
  */
@@ -198,11 +198,11 @@ declare module "sap/fe/core/ExtensionAPI" {
198
198
  /**
199
199
  * The contextPath to be used for the templating process
200
200
  */
201
- contextPath: string;
201
+ contextPath?: string;
202
202
  /**
203
203
  * The controller to be attached to the fragment
204
204
  */
205
- controller: object;
205
+ controller?: object;
206
206
  /**
207
207
  * The ID of the fragment itself
208
208
  */
@@ -210,7 +210,7 @@ declare module "sap/fe/core/ExtensionAPI" {
210
210
  /**
211
211
  * The initial binding context
212
212
  */
213
- initialBindingContext: Context;
213
+ initialBindingContext?: Context;
214
214
  /**
215
215
  * The name of the fragment to be loaded
216
216
  */
@@ -342,7 +342,7 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
342
342
  /**
343
343
  * Context of the document
344
344
  */
345
- oContext: object
345
+ oContext: Context
346
346
  ): Promise<void>;
347
347
  /**
348
348
  * @SINCE 1.90.0
@@ -363,7 +363,7 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
363
363
  /**
364
364
  * This is the control used to open the discard popover
365
365
  */
366
- control: object;
366
+ control?: object;
367
367
  /**
368
368
  * Optional, supresses the discard popover and allows custom handling
369
369
  */
@@ -1219,7 +1219,11 @@ declare module "sap/fe/core/controllerextensions/ViewState" {
1219
1219
  /**
1220
1220
  * Extensible array of promises to be resolved before continuing
1221
1221
  */
1222
- aPromises: Promise<any>
1222
+ aPromises: Promise<any>,
1223
+ /**
1224
+ * Navigation type responsible for the applying the state
1225
+ */
1226
+ navigationType?: string
1223
1227
  ): void;
1224
1228
  /**
1225
1229
  * Called when the application is restored due to keep-alive mode.
@@ -34,7 +34,10 @@ declare module "sap/fe/macros/chart/ChartAPI" {
34
34
 
35
35
  import Context from "sap/ui/model/odata/v4/Context";
36
36
 
37
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
37
+ import {
38
+ PropertyBindingInfo,
39
+ AggregationBindingInfo,
40
+ } from "sap/ui/base/ManagedObject";
38
41
 
39
42
  /**
40
43
  * Building block used to create a chart based on the metadata provided by OData V4.
@@ -170,7 +173,7 @@ declare module "sap/fe/macros/chart/ChartAPI" {
170
173
  /**
171
174
  * Aggregate actions of the chart.
172
175
  */
173
- actions?: Action;
176
+ actions?: Action[] | Action | AggregationBindingInfo | `{${string}}`;
174
177
  }
175
178
  }
176
179
 
@@ -422,6 +425,10 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
422
425
  */
423
426
  vValues?: boolean | boolean[] | number | number[] | string | string[]
424
427
  ): Promise<void>;
428
+ /**
429
+ * Triggers the API search on the filter bar.
430
+ */
431
+ triggerSearch(): Promise<void>;
425
432
  }
426
433
  /**
427
434
  * Definition of a custom filter to be used inside the FilterBar.
@@ -653,7 +660,10 @@ declare module "sap/fe/macros/table/TableAPI" {
653
660
 
654
661
  import Context from "sap/ui/model/odata/v4/Context";
655
662
 
656
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
663
+ import {
664
+ PropertyBindingInfo,
665
+ AggregationBindingInfo,
666
+ } from "sap/ui/base/ManagedObject";
657
667
 
658
668
  /**
659
669
  * Building block used to create a table based on the metadata provided by OData V4.
@@ -855,6 +865,12 @@ declare module "sap/fe/macros/table/TableAPI" {
855
865
  */
856
866
  filterBar?: string | PropertyBindingInfo;
857
867
 
868
+ /**
869
+ * Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.
870
+ * This property is not relevant for Responsive tables
871
+ */
872
+ frozenColumnCount?: number | PropertyBindingInfo | `{${string}}`;
873
+
858
874
  /**
859
875
  * Specifies the header text that is shown in the table.
860
876
  */
@@ -939,12 +955,12 @@ declare module "sap/fe/macros/table/TableAPI" {
939
955
  /**
940
956
  * Aggregate actions of the table.
941
957
  */
942
- actions?: Action;
958
+ actions?: Action[] | Action | AggregationBindingInfo | `{${string}}`;
943
959
 
944
960
  /**
945
961
  * Aggregate columns of the table.
946
962
  */
947
- columns?: Column;
963
+ columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
948
964
  }
949
965
  }
950
966
 
@@ -112,11 +112,11 @@ declare module "sap/fe/templates/ListReport/ExtensionAPI" {
112
112
  /**
113
113
  * The contextPath to be used for the templating process
114
114
  */
115
- contextPath: string;
115
+ contextPath?: string;
116
116
  /**
117
117
  * The controller to be attached to the fragment
118
118
  */
119
- controller: object;
119
+ controller?: object;
120
120
  /**
121
121
  * The ID of the fragment itself
122
122
  */
@@ -124,7 +124,7 @@ declare module "sap/fe/templates/ListReport/ExtensionAPI" {
124
124
  /**
125
125
  * The initial binding context
126
126
  */
127
- initialBindingContext: Context;
127
+ initialBindingContext?: Context;
128
128
  /**
129
129
  * The name of the fragment to be loaded
130
130
  */
@@ -423,11 +423,11 @@ declare module "sap/fe/templates/ObjectPage/ExtensionAPI" {
423
423
  /**
424
424
  * The contextPath to be used for the templating process
425
425
  */
426
- contextPath: string;
426
+ contextPath?: string;
427
427
  /**
428
428
  * The controller to be attached to the fragment
429
429
  */
430
- controller: object;
430
+ controller?: object;
431
431
  /**
432
432
  * The ID of the fragment itself
433
433
  */
@@ -435,7 +435,7 @@ declare module "sap/fe/templates/ObjectPage/ExtensionAPI" {
435
435
  /**
436
436
  * The initial binding context
437
437
  */
438
- initialBindingContext: Context;
438
+ initialBindingContext?: Context;
439
439
  /**
440
440
  * The name of the fragment to be loaded
441
441
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -31822,7 +31822,7 @@ declare module "sap/gantt/simple/BaseRectangle" {
31822
31822
  *
31823
31823
  * If property height set to "auto", then the height is automatically calculated based on the row height.
31824
31824
  *
31825
- * @returns Value of property `height`.
31825
+ * @returns Value of property `width`.
31826
31826
  */
31827
31827
  getHeight(): number;
31828
31828
  /**
@@ -41707,6 +41707,22 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
41707
41707
  * @returns Value of property `enableCursorLine`
41708
41708
  */
41709
41709
  getEnableCursorLine(): boolean;
41710
+ /**
41711
+ * @SINCE 1.114
41712
+ * @EXPERIMENTAL
41713
+ *
41714
+ * Gets current value of property {@link #getEnableDateTimezoneFormatter enableDateTimezoneFormatter}.
41715
+ *
41716
+ * Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
41717
+ * experimental, and it might be removed in a future release. When the flag is enabled, the start and end
41718
+ * time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
41719
+ * the Fiori launchpad timezone, unless those property values are binded again.
41720
+ *
41721
+ * Default value is `false`.
41722
+ *
41723
+ * @returns Value of property `enableDateTimezoneFormatter`
41724
+ */
41725
+ getEnableDateTimezoneFormatter(): boolean;
41710
41726
  /**
41711
41727
  * @SINCE 1.84
41712
41728
  *
@@ -43033,6 +43049,23 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
43033
43049
  */
43034
43050
  bEnableCursorLine?: boolean
43035
43051
  ): this;
43052
+ /**
43053
+ * @SINCE 1.114
43054
+ * @EXPERIMENTAL
43055
+ *
43056
+ * Sets EnableDateTimezoneFormatter property of the Gantt. This method is experimental, and it might be
43057
+ * removed in a future release.
43058
+ */
43059
+ setEnableDateTimezoneFormatter(
43060
+ /**
43061
+ * A value to be set for EnableDateTimezoneFormatter property of Gantt.
43062
+ */
43063
+ bValue: boolean,
43064
+ /**
43065
+ * Flag to suppress re-rendering of the control.
43066
+ */
43067
+ bSuppressInvalidate: boolean
43068
+ ): void;
43036
43069
  /**
43037
43070
  * @SINCE 1.84
43038
43071
  *
@@ -44432,6 +44465,17 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
44432
44465
  */
44433
44466
  shapeRenderOrder?: string[] | PropertyBindingInfo | `{${string}}`;
44434
44467
 
44468
+ /**
44469
+ * @SINCE 1.114
44470
+ * @EXPERIMENTAL
44471
+ *
44472
+ * Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
44473
+ * experimental, and it might be removed in a future release. When the flag is enabled, the start and end
44474
+ * time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
44475
+ * the Fiori launchpad timezone, unless those property values are binded again.
44476
+ */
44477
+ enableDateTimezoneFormatter?: boolean | PropertyBindingInfo | `{${string}}`;
44478
+
44435
44479
  /**
44436
44480
  * Table of the Gantt Chart
44437
44481
  *
@@ -44724,7 +44768,13 @@ declare module "sap/gantt/simple/GanttPrinting" {
44724
44768
  *
44725
44769
  * @returns A promise for chaining actions after the print dialog is ready.
44726
44770
  */
44727
- open(): Promise<any>;
44771
+ open(
44772
+ /**
44773
+ * Optional function which takes cloned gantt chart's table for modification. Applications can loop through
44774
+ * the table columns and update certain properties like maxLines to overcome html2canvas limitations.
44775
+ */
44776
+ fnUpdateTable: Function
44777
+ ): Promise<any>;
44728
44778
  /**
44729
44779
  * Sets the Gantt chart to be exported as PDF.
44730
44780
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/insights/CardHelper" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/landvisz/library" {
4
4
  /**