@sapui5/types 1.113.0 → 1.114.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 (62) 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 +7 -3
  10. package/types/sap.fe.macros.d.ts +21 -5
  11. package/types/sap.fe.test.d.ts +1 -1
  12. package/types/sap.feedback.ui.d.ts +1 -1
  13. package/types/sap.gantt.d.ts +1 -1
  14. package/types/sap.insights.d.ts +1 -1
  15. package/types/sap.landvisz.d.ts +1 -1
  16. package/types/sap.m.d.ts +540 -1004
  17. package/types/sap.makit.d.ts +1 -1
  18. package/types/sap.me.d.ts +1 -1
  19. package/types/sap.ndc.d.ts +1 -1
  20. package/types/sap.ovp.d.ts +1 -1
  21. package/types/sap.rules.ui.d.ts +1 -1
  22. package/types/sap.sac.df.d.ts +29 -625
  23. package/types/sap.suite.ui.commons.d.ts +5 -1
  24. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  25. package/types/sap.suite.ui.microchart.d.ts +1 -1
  26. package/types/sap.tnt.d.ts +1 -1
  27. package/types/sap.ui.codeeditor.d.ts +1 -1
  28. package/types/sap.ui.commons.d.ts +1 -1
  29. package/types/sap.ui.comp.d.ts +374 -259
  30. package/types/sap.ui.core.d.ts +1877 -1428
  31. package/types/sap.ui.dt.d.ts +1 -1
  32. package/types/sap.ui.export.d.ts +1 -1
  33. package/types/sap.ui.fl.d.ts +1 -3
  34. package/types/sap.ui.generic.app.d.ts +2 -2
  35. package/types/sap.ui.generic.template.d.ts +1 -1
  36. package/types/sap.ui.integration.d.ts +2459 -2349
  37. package/types/sap.ui.layout.d.ts +1 -1
  38. package/types/sap.ui.mdc.d.ts +89 -7
  39. package/types/sap.ui.richtexteditor.d.ts +1 -1
  40. package/types/sap.ui.rta.d.ts +1 -1
  41. package/types/sap.ui.suite.d.ts +1 -1
  42. package/types/sap.ui.support.d.ts +1 -1
  43. package/types/sap.ui.table.d.ts +35 -1
  44. package/types/sap.ui.testrecorder.d.ts +1 -1
  45. package/types/sap.ui.unified.d.ts +179 -141
  46. package/types/sap.ui.ux3.d.ts +1 -1
  47. package/types/sap.ui.vbm.d.ts +1 -1
  48. package/types/sap.ui.vk.d.ts +40 -1
  49. package/types/sap.ui.vtm.d.ts +1 -1
  50. package/types/sap.ui.webc.common.d.ts +1 -1
  51. package/types/sap.ui.webc.fiori.d.ts +1 -1
  52. package/types/sap.ui.webc.main.d.ts +1 -1
  53. package/types/sap.uiext.inbox.d.ts +1 -1
  54. package/types/sap.ushell.d.ts +10 -6
  55. package/types/sap.ushell_abap.d.ts +1 -1
  56. package/types/sap.uxap.d.ts +1 -1
  57. package/types/sap.viz.d.ts +1 -1
  58. package/types/sap.webanalytics.core.d.ts +1 -1
  59. package/types/sap.zen.commons.d.ts +1 -1
  60. package/types/sap.zen.crosstab.d.ts +1 -1
  61. package/types/sap.zen.dsh.d.ts +1 -1
  62. 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.0",
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.0
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.0
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.0
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
  */
@@ -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
 
@@ -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/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.0
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -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/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
  /**