@sapui5/ts-types 1.136.17 → 1.136.18

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 (54) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +6 -6
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.base.d.ts +1 -1
  6. package/types/sap.fe.controls.d.ts +1 -1
  7. package/types/sap.fe.core.d.ts +1 -1
  8. package/types/sap.fe.ina.d.ts +1 -1
  9. package/types/sap.fe.macros.d.ts +1 -1
  10. package/types/sap.fe.navigation.d.ts +1 -1
  11. package/types/sap.fe.placeholder.d.ts +1 -1
  12. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  13. package/types/sap.fe.templates.d.ts +1 -1
  14. package/types/sap.fe.test.d.ts +1 -1
  15. package/types/sap.fe.tools.d.ts +1 -1
  16. package/types/sap.gantt.d.ts +102 -1
  17. package/types/sap.insights.d.ts +1 -1
  18. package/types/{mobile-1.136.14-d.ts → sap.m.d.ts} +1 -1
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +1 -1
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.suite.ui.commons.d.ts +1 -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/{tnt-1.136.14-d.ts → sap.tnt.d.ts} +1 -1
  27. package/types/sap.ui.codeeditor.d.ts +1 -1
  28. package/types/{commons-1.136.14-d.ts → sap.ui.commons.d.ts} +1 -1
  29. package/types/sap.ui.comp.d.ts +1 -1
  30. package/types/{core-1.136.14-d.ts → sap.ui.core.d.ts} +1 -1
  31. package/types/{dt-1.136.14-d.ts → 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 -1
  34. package/types/sap.ui.generic.app.d.ts +1 -1
  35. package/types/sap.ui.generic.template.d.ts +1 -1
  36. package/types/sap.ui.integration.d.ts +1 -1
  37. package/types/sap.ui.layout.d.ts +1 -1
  38. package/types/sap.ui.richtexteditor.d.ts +1 -1
  39. package/types/sap.ui.rta.d.ts +1 -1
  40. package/types/sap.ui.suite.d.ts +1 -1
  41. package/types/sap.ui.support.d.ts +1 -1
  42. package/types/sap.ui.table.d.ts +1 -1
  43. package/types/sap.ui.testrecorder.d.ts +1 -1
  44. package/types/sap.ui.unified.d.ts +1 -1
  45. package/types/{ux3-1.136.14-d.ts → sap.ui.ux3.d.ts} +1 -1
  46. package/types/sap.ui.vbm.d.ts +1 -1
  47. package/types/sap.ui.webc.common.d.ts +1 -1
  48. package/types/sap.ui.webc.fiori.d.ts +1 -1
  49. package/types/sap.ui.webc.main.d.ts +1 -1
  50. package/types/sap.uiext.inbox.d.ts +1 -1
  51. package/types/sap.ushell.d.ts +1 -1
  52. package/types/sap.ushell_abap.d.ts +1 -1
  53. package/types/sap.uxap.d.ts +1 -1
  54. package/types/sap.viz.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.136.17",
3
+ "version": "1.136.18",
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
@@ -17,10 +17,10 @@
17
17
  /// <reference path="./sap.zen.dsh.d.ts"/>
18
18
  /// <reference path="./sap.zen.commons.d.ts"/>
19
19
  /// <reference path="./sap.sac.df.d.ts"/>
20
- /// <reference path="./commons-1.136.14-d.ts"/>
20
+ /// <reference path="./sap.ui.commons.d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./core-1.136.14-d.ts"/>
23
- /// <reference path="./dt-1.136.14-d.ts"/>
22
+ /// <reference path="./sap.ui.core.d.ts"/>
23
+ /// <reference path="./sap.ui.dt.d.ts"/>
24
24
  /// <reference path="./sap.ui.export.d.ts"/>
25
25
  /// <reference path="./sap.f.d.ts"/>
26
26
  /// <reference path="./sap.ui.fl.d.ts"/>
@@ -33,7 +33,7 @@
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
35
  /// <reference path="./mdc-1.136.9-d.ts"/>
36
- /// <reference path="./mobile-1.136.14-d.ts"/>
36
+ /// <reference path="./sap.m.d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
39
39
  /// <reference path="./sap.ovp.d.ts"/>
@@ -67,12 +67,12 @@
67
67
  /// <reference path="./sap.ui.support.d.ts"/>
68
68
  /// <reference path="./sap.ui.table.d.ts"/>
69
69
  /// <reference path="./sap.ui.testrecorder.d.ts"/>
70
- /// <reference path="./tnt-1.136.14-d.ts"/>
70
+ /// <reference path="./sap.tnt.d.ts"/>
71
71
  /// <reference path="./sap.ca.ui.d.ts"/>
72
72
  /// <reference path="./sap.ui.unified.d.ts"/>
73
73
  /// <reference path="./sap.ushell.d.ts"/>
74
74
  /// <reference path="./sap.ushell_abap.d.ts"/>
75
- /// <reference path="./ux3-1.136.14-d.ts"/>
75
+ /// <reference path="./sap.ui.ux3.d.ts"/>
76
76
  /// <reference path="./sap.uxap.d.ts"/>
77
77
  /// <reference path="./sap.ui.vbm.d.ts"/>
78
78
  /// <reference path="./sap.viz.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -26837,6 +26837,25 @@ declare namespace sap {
26837
26837
  | sap.ui.base.ManagedObject.PropertyBindingInfo
26838
26838
  | `{${string}}`;
26839
26839
 
26840
+ /**
26841
+ * Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
26842
+ * has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
26843
+ * not have a fill explicitly set.
26844
+ */
26845
+ useShapeFillForGhost?:
26846
+ | boolean
26847
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
26848
+ | `{${string}}`;
26849
+
26850
+ /**
26851
+ * Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
26852
+ * event is not triggered when a shape is dropped from another chart.
26853
+ */
26854
+ enableShapeDropFromOtherCharts?:
26855
+ | boolean
26856
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
26857
+ | `{${string}}`;
26858
+
26840
26859
  /**
26841
26860
  * Table of the Gantt Chart
26842
26861
  *
@@ -40200,6 +40219,18 @@ declare namespace sap {
40200
40219
  * @returns Value of property `enableSelectAndDrag`
40201
40220
  */
40202
40221
  getEnableSelectAndDrag(): boolean;
40222
+ /**
40223
+ * Gets current value of property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
40224
+ *
40225
+ * Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
40226
+ * event is not triggered when a shape is dropped from another chart.
40227
+ *
40228
+ * Default value is `true`.
40229
+ *
40230
+ *
40231
+ * @returns Value of property `enableShapeDropFromOtherCharts`
40232
+ */
40233
+ getEnableShapeDropFromOtherCharts(): boolean;
40203
40234
  /**
40204
40235
  * Gets current value of property {@link #getEnableVerticalLine enableVerticalLine}.
40205
40236
  *
@@ -40774,6 +40805,19 @@ declare namespace sap {
40774
40805
  * @returns Value of property `useParentShapeOnExpand`
40775
40806
  */
40776
40807
  getUseParentShapeOnExpand(): boolean;
40808
+ /**
40809
+ * Gets current value of property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
40810
+ *
40811
+ * Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
40812
+ * has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
40813
+ * not have a fill explicitly set.
40814
+ *
40815
+ * Default value is `false`.
40816
+ *
40817
+ *
40818
+ * @returns Value of property `useShapeFillForGhost`
40819
+ */
40820
+ getUseShapeFillForGhost(): boolean;
40777
40821
  /**
40778
40822
  * Gets current value of property {@link #getWidth width}.
40779
40823
  *
@@ -41681,6 +41725,25 @@ declare namespace sap {
41681
41725
  */
41682
41726
  bEnableSelectAndDrag?: boolean
41683
41727
  ): this;
41728
+ /**
41729
+ * Sets a new value for property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
41730
+ *
41731
+ * Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
41732
+ * event is not triggered when a shape is dropped from another chart.
41733
+ *
41734
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
41735
+ *
41736
+ * Default value is `true`.
41737
+ *
41738
+ *
41739
+ * @returns Reference to `this` in order to allow method chaining
41740
+ */
41741
+ setEnableShapeDropFromOtherCharts(
41742
+ /**
41743
+ * New value for property `enableShapeDropFromOtherCharts`
41744
+ */
41745
+ bEnableShapeDropFromOtherCharts?: boolean
41746
+ ): this;
41684
41747
  /**
41685
41748
  * Enable or disable table's variable row height feature
41686
41749
  *
@@ -42385,6 +42448,26 @@ declare namespace sap {
42385
42448
  */
42386
42449
  bUseParentShapeOnExpand?: boolean
42387
42450
  ): this;
42451
+ /**
42452
+ * Sets a new value for property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
42453
+ *
42454
+ * Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
42455
+ * has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
42456
+ * not have a fill explicitly set.
42457
+ *
42458
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
42459
+ *
42460
+ * Default value is `false`.
42461
+ *
42462
+ *
42463
+ * @returns Reference to `this` in order to allow method chaining
42464
+ */
42465
+ setUseShapeFillForGhost(
42466
+ /**
42467
+ * New value for property `useShapeFillForGhost`
42468
+ */
42469
+ bUseShapeFillForGhost?: boolean
42470
+ ): this;
42388
42471
  /**
42389
42472
  * Sets a new value for property {@link #getWidth width}.
42390
42473
  *
@@ -42610,6 +42693,24 @@ declare namespace sap {
42610
42693
  */
42611
42694
  printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
42612
42695
  ): Promise<any>;
42696
+ /**
42697
+ * Opens the print dialog for single page printing.
42698
+ *
42699
+ * @since 1.111
42700
+ *
42701
+ * @returns A promise for chaining actions after the print dialog is ready.
42702
+ */
42703
+ openPdfPreview(
42704
+ /**
42705
+ * Optional function which takes cloned gantt chart's table for modification. Applications can loop through
42706
+ * the table columns and update certain properties like maxLines to overcome html2canvas limitations.
42707
+ */
42708
+ fnUpdateTable: Function,
42709
+ /**
42710
+ * which takes custom buttons to display on print Dialog
42711
+ */
42712
+ printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
42713
+ ): Promise<any>;
42613
42714
  /**
42614
42715
  * Sets the Gantt chart to be exported as PDF.
42615
42716
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.12
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.16
1
+ // For Library Version: 1.136.17
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.136.14
282
+ // For Library Version: 1.136.16
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.14
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.17
1
+ // For Library Version: 1.136.18
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.15
1
+ // For Library Version: 1.136.16
2
2
 
3
3
  declare namespace sap {
4
4
  /**