@sapui5/ts-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 +45 -1
  8. package/types/sap.f.d.ts +51 -1
  9. package/types/sap.fe.core.d.ts +10 -6
  10. package/types/sap.fe.macros.d.ts +28 -3
  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 +56 -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 +499 -992
  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 -577
  24. package/types/sap.suite.ui.commons.d.ts +74 -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 +393 -257
  31. package/types/sap.ui.core.d.ts +1342 -856
  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 +107 -4
  38. package/types/sap.ui.layout.d.ts +1 -1
  39. package/types/sap.ui.mdc.d.ts +17 -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 +36 -1
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +159 -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 +9 -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 -760
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.113.0",
3
+ "version": "1.114.1",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
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 namespace sap {
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 namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
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 namespace sap {
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 namespace sap {
4
4
  namespace esh {
@@ -142,6 +142,17 @@ declare namespace sap {
142
142
  | sap.ui.base.ManagedObject.PropertyBindingInfo
143
143
  | `{${string}}`;
144
144
 
145
+ /**
146
+ * @SINCE 1.114.0
147
+ *
148
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
149
+ * is enabled.
150
+ */
151
+ folderModeForInitialSearch?:
152
+ | boolean
153
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
154
+ | `{${string}}`;
155
+
145
156
  /**
146
157
  * @SINCE 1.106.0
147
158
  *
@@ -801,6 +812,19 @@ declare namespace sap {
801
812
  * @returns Value of property `folderMode`
802
813
  */
803
814
  getFolderMode(): boolean;
815
+ /**
816
+ * @SINCE 1.114.0
817
+ *
818
+ * Gets current value of property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
819
+ *
820
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
821
+ * is enabled.
822
+ *
823
+ * Default value is `false`.
824
+ *
825
+ * @returns Value of property `folderModeForInitialSearch`
826
+ */
827
+ getFolderModeForInitialSearch(): boolean;
804
828
  /**
805
829
  * @SINCE 1.94.0
806
830
  *
@@ -1330,6 +1354,26 @@ declare namespace sap {
1330
1354
  */
1331
1355
  bFolderMode?: boolean
1332
1356
  ): this;
1357
+ /**
1358
+ * @SINCE 1.114.0
1359
+ *
1360
+ * Sets a new value for property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
1361
+ *
1362
+ * In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
1363
+ * is enabled.
1364
+ *
1365
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1366
+ *
1367
+ * Default value is `false`.
1368
+ *
1369
+ * @returns Reference to `this` in order to allow method chaining
1370
+ */
1371
+ setFolderModeForInitialSearch(
1372
+ /**
1373
+ * New value for property `folderModeForInitialSearch`
1374
+ */
1375
+ bFolderModeForInitialSearch?: boolean
1376
+ ): this;
1333
1377
  /**
1334
1378
  * @SINCE 1.94.0
1335
1379
  *
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 namespace sap {
4
4
  /**
@@ -8435,6 +8435,14 @@ declare namespace sap {
8435
8435
  | sap.ui.base.ManagedObject.PropertyBindingInfo
8436
8436
  | `{${string}}`;
8437
8437
 
8438
+ /**
8439
+ * Defines where to place the side panel position.
8440
+ */
8441
+ sidePanelPosition?:
8442
+ | sap.f.SidePanelPosition
8443
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
8444
+ | `{${string}}`;
8445
+
8438
8446
  /**
8439
8447
  * The list of controls for the main content.
8440
8448
  */
@@ -18687,6 +18695,16 @@ declare namespace sap {
18687
18695
  * @returns Value of property `sidePanelMinWidth`
18688
18696
  */
18689
18697
  getSidePanelMinWidth(): sap.ui.core.CSSSize;
18698
+ /**
18699
+ * Gets current value of property {@link #getSidePanelPosition sidePanelPosition}.
18700
+ *
18701
+ * Defines where to place the side panel position.
18702
+ *
18703
+ * Default value is `Right`.
18704
+ *
18705
+ * @returns Value of property `sidePanelPosition`
18706
+ */
18707
+ getSidePanelPosition(): sap.f.SidePanelPosition;
18690
18708
  /**
18691
18709
  * Gets current value of property {@link #getSidePanelResizable sidePanelResizable}.
18692
18710
  *
@@ -18910,6 +18928,23 @@ declare namespace sap {
18910
18928
  */
18911
18929
  sSidePanelMinWidth?: sap.ui.core.CSSSize
18912
18930
  ): this;
18931
+ /**
18932
+ * Sets a new value for property {@link #getSidePanelPosition sidePanelPosition}.
18933
+ *
18934
+ * Defines where to place the side panel position.
18935
+ *
18936
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
18937
+ *
18938
+ * Default value is `Right`.
18939
+ *
18940
+ * @returns Reference to `this` in order to allow method chaining
18941
+ */
18942
+ setSidePanelPosition(
18943
+ /**
18944
+ * New value for property `sidePanelPosition`
18945
+ */
18946
+ sSidePanelPosition?: sap.f.SidePanelPosition
18947
+ ): this;
18913
18948
  /**
18914
18949
  * Sets a new value for property {@link #getSidePanelResizable sidePanelResizable}.
18915
18950
  *
@@ -19308,6 +19343,21 @@ declare namespace sap {
19308
19343
  */
19309
19344
  Up = "Up",
19310
19345
  }
19346
+ /**
19347
+ * @SINCE 1.104
19348
+ *
19349
+ * Enumeration for different SidePanel position.
19350
+ */
19351
+ enum SidePanelPosition {
19352
+ /**
19353
+ * The position is left.
19354
+ */
19355
+ Left = "Left",
19356
+ /**
19357
+ * The position is right.
19358
+ */
19359
+ Right = "Right",
19360
+ }
19311
19361
  /**
19312
19362
  * @SINCE 1.69
19313
19363
  * @deprecated (since 1.73) - Use the {@link sap.m.AvatarColor} instead.
@@ -33,7 +33,7 @@ declare namespace sap {
33
33
  /**
34
34
  * Context of the document
35
35
  */
36
- oContext: object
36
+ oContext: sap.ui.model.odata.v4.Context
37
37
  ): Promise<void>;
38
38
  /**
39
39
  * @SINCE 1.90.0
@@ -54,7 +54,7 @@ declare namespace sap {
54
54
  /**
55
55
  * This is the control used to open the discard popover
56
56
  */
57
- control: object;
57
+ control?: object;
58
58
  /**
59
59
  * Optional, supresses the discard popover and allows custom handling
60
60
  */
@@ -877,7 +877,11 @@ declare namespace sap {
877
877
  /**
878
878
  * Extensible array of promises to be resolved before continuing
879
879
  */
880
- aPromises: Promise<any>
880
+ aPromises: Promise<any>,
881
+ /**
882
+ * Navigation type responsible for the applying the state
883
+ */
884
+ navigationType?: string
881
885
  ): void;
882
886
  /**
883
887
  * Called when the application is restored due to keep-alive mode.
@@ -1265,11 +1269,11 @@ declare namespace sap {
1265
1269
  /**
1266
1270
  * The contextPath to be used for the templating process
1267
1271
  */
1268
- contextPath: string;
1272
+ contextPath?: string;
1269
1273
  /**
1270
1274
  * The controller to be attached to the fragment
1271
1275
  */
1272
- controller: object;
1276
+ controller?: object;
1273
1277
  /**
1274
1278
  * The ID of the fragment itself
1275
1279
  */
@@ -1277,7 +1281,7 @@ declare namespace sap {
1277
1281
  /**
1278
1282
  * The initial binding context
1279
1283
  */
1280
- initialBindingContext: sap.ui.model.Context;
1284
+ initialBindingContext?: sap.ui.model.Context;
1281
1285
  /**
1282
1286
  * The name of the fragment to be loaded
1283
1287
  */
@@ -256,7 +256,11 @@ declare namespace sap {
256
256
  /**
257
257
  * Aggregate actions of the chart.
258
258
  */
259
- actions?: sap.fe.macros.chart.Action;
259
+ actions?:
260
+ | sap.fe.macros.chart.Action[]
261
+ | sap.fe.macros.chart.Action
262
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
263
+ | `{${string}}`;
260
264
  }
261
265
 
262
266
  interface $FieldSettings extends sap.fe.macros.$MacroAPISettings {
@@ -494,6 +498,15 @@ declare namespace sap {
494
498
  */
495
499
  filterBar?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
496
500
 
501
+ /**
502
+ * Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.
503
+ * This property is not relevant for Responsive tables
504
+ */
505
+ frozenColumnCount?:
506
+ | number
507
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
508
+ | `{${string}}`;
509
+
497
510
  /**
498
511
  * Specifies the header text that is shown in the table.
499
512
  */
@@ -593,12 +606,20 @@ declare namespace sap {
593
606
  /**
594
607
  * Aggregate actions of the table.
595
608
  */
596
- actions?: sap.fe.macros.table.Action;
609
+ actions?:
610
+ | sap.fe.macros.table.Action[]
611
+ | sap.fe.macros.table.Action
612
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
613
+ | `{${string}}`;
597
614
 
598
615
  /**
599
616
  * Aggregate columns of the table.
600
617
  */
601
- columns?: sap.fe.macros.table.Column;
618
+ columns?:
619
+ | sap.fe.macros.table.Column[]
620
+ | sap.fe.macros.table.Column
621
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
622
+ | `{${string}}`;
602
623
  }
603
624
 
604
625
  /**
@@ -738,6 +759,10 @@ declare namespace sap {
738
759
  */
739
760
  vValues?: boolean | boolean[] | number | number[] | string | string[]
740
761
  ): Promise<void>;
762
+ /**
763
+ * Triggers the API search on the filter bar.
764
+ */
765
+ triggerSearch(): Promise<void>;
741
766
  }
742
767
  /**
743
768
  * Building block for creating a Form based on the metadata provided by OData V4.
@@ -110,11 +110,11 @@ declare namespace sap {
110
110
  /**
111
111
  * The contextPath to be used for the templating process
112
112
  */
113
- contextPath: string;
113
+ contextPath?: string;
114
114
  /**
115
115
  * The controller to be attached to the fragment
116
116
  */
117
- controller: object;
117
+ controller?: object;
118
118
  /**
119
119
  * The ID of the fragment itself
120
120
  */
@@ -122,7 +122,7 @@ declare namespace sap {
122
122
  /**
123
123
  * The initial binding context
124
124
  */
125
- initialBindingContext: sap.ui.model.Context;
125
+ initialBindingContext?: sap.ui.model.Context;
126
126
  /**
127
127
  * The name of the fragment to be loaded
128
128
  */
@@ -412,11 +412,11 @@ declare namespace sap {
412
412
  /**
413
413
  * The contextPath to be used for the templating process
414
414
  */
415
- contextPath: string;
415
+ contextPath?: string;
416
416
  /**
417
417
  * The controller to be attached to the fragment
418
418
  */
419
- controller: object;
419
+ controller?: object;
420
420
  /**
421
421
  * The ID of the fragment itself
422
422
  */
@@ -424,7 +424,7 @@ declare namespace sap {
424
424
  /**
425
425
  * The initial binding context
426
426
  */
427
- initialBindingContext: sap.ui.model.Context;
427
+ initialBindingContext?: sap.ui.model.Context;
428
428
  /**
429
429
  * The name of the fragment to be loaded
430
430
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -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 namespace sap {
4
4
  /**
@@ -24813,6 +24813,20 @@ declare namespace sap {
24813
24813
  | sap.ui.base.ManagedObject.PropertyBindingInfo
24814
24814
  | `{${string}}`;
24815
24815
 
24816
+ /**
24817
+ * @SINCE 1.114
24818
+ * @EXPERIMENTAL
24819
+ *
24820
+ * Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
24821
+ * experimental, and it might be removed in a future release. When the flag is enabled, the start and end
24822
+ * time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
24823
+ * the Fiori launchpad timezone, unless those property values are binded again.
24824
+ */
24825
+ enableDateTimezoneFormatter?:
24826
+ | boolean
24827
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
24828
+ | `{${string}}`;
24829
+
24816
24830
  /**
24817
24831
  * Table of the Gantt Chart
24818
24832
  *
@@ -28794,7 +28808,7 @@ declare namespace sap {
28794
28808
  *
28795
28809
  * If property height set to "auto", then the height is automatically calculated based on the row height.
28796
28810
  *
28797
- * @returns Value of property `height`.
28811
+ * @returns Value of property `width`.
28798
28812
  */
28799
28813
  getHeight(): number;
28800
28814
  /**
@@ -37350,6 +37364,22 @@ declare namespace sap {
37350
37364
  * @returns Value of property `enableCursorLine`
37351
37365
  */
37352
37366
  getEnableCursorLine(): boolean;
37367
+ /**
37368
+ * @SINCE 1.114
37369
+ * @EXPERIMENTAL
37370
+ *
37371
+ * Gets current value of property {@link #getEnableDateTimezoneFormatter enableDateTimezoneFormatter}.
37372
+ *
37373
+ * Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
37374
+ * experimental, and it might be removed in a future release. When the flag is enabled, the start and end
37375
+ * time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
37376
+ * the Fiori launchpad timezone, unless those property values are binded again.
37377
+ *
37378
+ * Default value is `false`.
37379
+ *
37380
+ * @returns Value of property `enableDateTimezoneFormatter`
37381
+ */
37382
+ getEnableDateTimezoneFormatter(): boolean;
37353
37383
  /**
37354
37384
  * @SINCE 1.84
37355
37385
  *
@@ -38675,6 +38705,23 @@ declare namespace sap {
38675
38705
  */
38676
38706
  bEnableCursorLine?: boolean
38677
38707
  ): this;
38708
+ /**
38709
+ * @SINCE 1.114
38710
+ * @EXPERIMENTAL
38711
+ *
38712
+ * Sets EnableDateTimezoneFormatter property of the Gantt. This method is experimental, and it might be
38713
+ * removed in a future release.
38714
+ */
38715
+ setEnableDateTimezoneFormatter(
38716
+ /**
38717
+ * A value to be set for EnableDateTimezoneFormatter property of Gantt.
38718
+ */
38719
+ bValue: boolean,
38720
+ /**
38721
+ * Flag to suppress re-rendering of the control.
38722
+ */
38723
+ bSuppressInvalidate: boolean
38724
+ ): void;
38678
38725
  /**
38679
38726
  * @SINCE 1.84
38680
38727
  *
@@ -39672,7 +39719,13 @@ declare namespace sap {
39672
39719
  *
39673
39720
  * @returns A promise for chaining actions after the print dialog is ready.
39674
39721
  */
39675
- open(): Promise<any>;
39722
+ open(
39723
+ /**
39724
+ * Optional function which takes cloned gantt chart's table for modification. Applications can loop through
39725
+ * the table columns and update certain properties like maxLines to overcome html2canvas limitations.
39726
+ */
39727
+ fnUpdateTable: Function
39728
+ ): Promise<any>;
39676
39729
  /**
39677
39730
  * Sets the Gantt chart to be exported as PDF.
39678
39731
  */
@@ -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 namespace sap {
4
4
  /**