@sapui5/ts-types 1.114.0 → 1.115.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/sap.apf.d.ts +2 -2
  3. package/types/sap.ca.ui.d.ts +135 -67
  4. package/types/sap.chart.d.ts +154 -125
  5. package/types/sap.collaboration.d.ts +80 -78
  6. package/types/sap.esh.search.ui.d.ts +93 -1
  7. package/types/sap.f.d.ts +1331 -950
  8. package/types/sap.fe.core.d.ts +38 -152
  9. package/types/sap.fe.macros.d.ts +53 -7
  10. package/types/sap.fe.navigation.d.ts +34 -27
  11. package/types/sap.fe.templates.d.ts +8 -275
  12. package/types/sap.fe.test.d.ts +4 -10
  13. package/types/sap.feedback.ui.d.ts +1 -1
  14. package/types/sap.gantt.d.ts +1716 -1087
  15. package/types/sap.insights.d.ts +1 -1
  16. package/types/sap.landvisz.d.ts +35 -9
  17. package/types/sap.m.d.ts +7228 -4499
  18. package/types/sap.makit.d.ts +17 -5
  19. package/types/sap.me.d.ts +122 -63
  20. package/types/sap.ndc.d.ts +99 -39
  21. package/types/sap.ovp.d.ts +1 -2
  22. package/types/sap.rules.ui.d.ts +43 -19
  23. package/types/sap.sac.df.d.ts +3 -3
  24. package/types/sap.suite.ui.commons.d.ts +2056 -1282
  25. package/types/sap.suite.ui.generic.template.d.ts +29 -40
  26. package/types/sap.suite.ui.microchart.d.ts +188 -136
  27. package/types/sap.tnt.d.ts +134 -54
  28. package/types/sap.ui.codeeditor.d.ts +51 -29
  29. package/types/sap.ui.commons.d.ts +1017 -599
  30. package/types/sap.ui.comp.d.ts +2370 -1523
  31. package/types/sap.ui.core.d.ts +4086 -2346
  32. package/types/sap.ui.dt.d.ts +1 -1
  33. package/types/sap.ui.export.d.ts +32 -29
  34. package/types/sap.ui.fl.d.ts +123 -80
  35. package/types/sap.ui.generic.app.d.ts +40 -39
  36. package/types/sap.ui.generic.template.d.ts +1 -1
  37. package/types/sap.ui.integration.d.ts +241 -163
  38. package/types/sap.ui.layout.d.ts +312 -355
  39. package/types/sap.ui.mdc.d.ts +21827 -6
  40. package/types/sap.ui.richtexteditor.d.ts +61 -49
  41. package/types/sap.ui.rta.d.ts +1 -2
  42. package/types/sap.ui.suite.d.ts +9 -9
  43. package/types/sap.ui.support.d.ts +5 -7
  44. package/types/sap.ui.table.d.ts +678 -452
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +925 -593
  47. package/types/sap.ui.ux3.d.ts +1038 -549
  48. package/types/sap.ui.vbm.d.ts +1262 -710
  49. package/types/sap.ui.vk.d.ts +2981 -1751
  50. package/types/sap.ui.vtm.d.ts +704 -457
  51. package/types/sap.ui.webc.common.d.ts +1 -1
  52. package/types/sap.ui.webc.fiori.d.ts +532 -301
  53. package/types/sap.ui.webc.main.d.ts +1222 -720
  54. package/types/sap.uiext.inbox.d.ts +47 -24
  55. package/types/sap.ushell.d.ts +359 -173
  56. package/types/sap.ushell_abap.d.ts +1 -1
  57. package/types/sap.uxap.d.ts +287 -199
  58. package/types/sap.viz.d.ts +678 -391
  59. package/types/sap.webanalytics.core.d.ts +1 -1
  60. package/types/sap.zen.commons.d.ts +5 -5
  61. package/types/sap.zen.crosstab.d.ts +1 -1
  62. package/types/sap.zen.dsh.d.ts +147 -81
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -273,6 +273,18 @@ declare namespace sap {
273
273
  uploadSelectedFile?: (oEvent: sap.ui.base.Event) => void;
274
274
  }
275
275
 
276
+ interface $InboxAttachmentsTileContainerUploadButtonPressEventParameters {}
277
+
278
+ interface $InboxAttachmentsTileContainerUploadFailedEventParameters {}
279
+
280
+ interface $InboxAttachmentsTileContainerUploadSuccessEventParameters {}
281
+
282
+ interface $InboxAttachmentTileDeleteAttachmentEventParameters {}
283
+
284
+ interface $InboxTaskCommentsCommentSubmitEventParameters {}
285
+
286
+ interface $InboxUploadAttachmentTileUploadSelectedFileEventParameters {}
287
+
276
288
  /**
277
289
  * InboxAddAttachmentTile
278
290
  */
@@ -284,8 +296,8 @@ declare namespace sap {
284
296
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
285
297
  * of the syntax of the settings object.
286
298
  *
287
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
288
- * sap.ui.core.Control} can be used.
299
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
300
+ * can be used.
289
301
  */
290
302
  constructor(
291
303
  /**
@@ -300,8 +312,8 @@ declare namespace sap {
300
312
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
301
313
  * of the syntax of the settings object.
302
314
  *
303
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
304
- * sap.ui.core.Control} can be used.
315
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
316
+ * can be used.
305
317
  */
306
318
  constructor(
307
319
  /**
@@ -728,8 +740,8 @@ declare namespace sap {
728
740
  */
729
741
  getUploadUrl(): string;
730
742
  /**
731
- * Checks for the provided `sap.uiext.inbox.composite.InboxAttachmentTile` in the aggregation {@link #getAttachments
732
- * attachments}. and returns its index if found or -1 otherwise.
743
+ * Checks for the provided `sap.uiext.inbox.composite.InboxAttachmentTile` in the aggregation {@link #getAttachments attachments}.
744
+ * and returns its index if found or -1 otherwise.
733
745
  *
734
746
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
735
747
  */
@@ -1222,8 +1234,8 @@ declare namespace sap {
1222
1234
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1223
1235
  * of the syntax of the settings object.
1224
1236
  *
1225
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
1226
- * sap.ui.core.Control} can be used.
1237
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
1238
+ * can be used.
1227
1239
  */
1228
1240
  constructor(
1229
1241
  /**
@@ -1238,8 +1250,8 @@ declare namespace sap {
1238
1250
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1239
1251
  * of the syntax of the settings object.
1240
1252
  *
1241
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
1242
- * sap.ui.core.Control} can be used.
1253
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
1254
+ * can be used.
1243
1255
  */
1244
1256
  constructor(
1245
1257
  /**
@@ -1696,8 +1708,8 @@ declare namespace sap {
1696
1708
  */
1697
1709
  getShowHeader(): boolean;
1698
1710
  /**
1699
- * Checks for the provided `sap.uiext.inbox.composite.InboxComment` in the aggregation {@link #getComments
1700
- * comments}. and returns its index if found or -1 otherwise.
1711
+ * Checks for the provided `sap.uiext.inbox.composite.InboxComment` in the aggregation {@link #getComments comments}.
1712
+ * and returns its index if found or -1 otherwise.
1701
1713
  *
1702
1714
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1703
1715
  */
@@ -2330,6 +2342,20 @@ declare namespace sap {
2330
2342
  interface $SubstitutionRulesManagerSettings
2331
2343
  extends sap.ui.core.$ControlSettings {}
2332
2344
 
2345
+ interface $InboxODataRequestCompletedEventParameters {}
2346
+
2347
+ interface $InboxRefreshEventParameters {}
2348
+
2349
+ interface $InboxTaskActionEventParameters {}
2350
+
2351
+ interface $InboxTaskSelectionChangeEventParameters {}
2352
+
2353
+ interface $InboxLaunchPadLogoutEventParameters {}
2354
+
2355
+ interface $InboxLaunchPadTileSelectedEventParameters {}
2356
+
2357
+ interface $InboxSplitAppNavButtonPressedEventParameters {}
2358
+
2333
2359
  /**
2334
2360
  * Enumeration for Primary Filters. This value will be applied for the DropDown Filter in Inbox
2335
2361
  */
@@ -2354,7 +2380,6 @@ declare namespace sap {
2354
2380
  */
2355
2381
  OVERDUE: undefined;
2356
2382
  }
2357
- const InboxPrimaryFilterEnum: InboxPrimaryFilterEnum;
2358
2383
 
2359
2384
  /**
2360
2385
  * Enumeration for Secondary Filter Paths
@@ -2385,7 +2410,6 @@ declare namespace sap {
2385
2410
  */
2386
2411
  TASKTYPE: undefined;
2387
2412
  }
2388
- const InboxSecondaryFilterPathEnum: InboxSecondaryFilterPathEnum;
2389
2413
 
2390
2414
  /**
2391
2415
  * Enumeration for Secondary Filter Values
@@ -2439,7 +2463,6 @@ declare namespace sap {
2439
2463
  */
2440
2464
  Status: undefined;
2441
2465
  }
2442
- const InboxSecondaryFilterValuesEnum: InboxSecondaryFilterValuesEnum;
2443
2466
 
2444
2467
  /**
2445
2468
  * @deprecated (since 1.38.0)
@@ -2535,7 +2558,7 @@ declare namespace sap {
2535
2558
  bMassEnabled: boolean
2536
2559
  ): sap.uiext.inbox.Inbox;
2537
2560
  /**
2538
- * Attaches event handler `fnFunction` to the {@link #event:oDataRequestCompleted oDataRequestCompleted}
2561
+ * Attaches event handler `fnFunction` to the {@link #event:oDataRequestCompleted oDataRequestCompleted }
2539
2562
  * event of this `sap.uiext.inbox.Inbox`.
2540
2563
  *
2541
2564
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -2563,7 +2586,7 @@ declare namespace sap {
2563
2586
  oListener?: object
2564
2587
  ): this;
2565
2588
  /**
2566
- * Attaches event handler `fnFunction` to the {@link #event:oDataRequestCompleted oDataRequestCompleted}
2589
+ * Attaches event handler `fnFunction` to the {@link #event:oDataRequestCompleted oDataRequestCompleted }
2567
2590
  * event of this `sap.uiext.inbox.Inbox`.
2568
2591
  *
2569
2592
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -2802,7 +2825,7 @@ declare namespace sap {
2802
2825
  */
2803
2826
  clearRowSettings(): void;
2804
2827
  /**
2805
- * Detaches event handler `fnFunction` from the {@link #event:oDataRequestCompleted oDataRequestCompleted}
2828
+ * Detaches event handler `fnFunction` from the {@link #event:oDataRequestCompleted oDataRequestCompleted }
2806
2829
  * event of this `sap.uiext.inbox.Inbox`.
2807
2830
  *
2808
2831
  * The passed function and listener object must match the ones used for event registration.
@@ -3602,7 +3625,7 @@ declare namespace sap {
3602
3625
  setStandardFilters(
3603
3626
  /**
3604
3627
  * Array of secondary Filter Objects eg. : {sPath : sap.uiext.inbox.InboxSecondaryFilterPathEnum.Priority,
3605
- * values : [sap.uiext.inbox.InboxSecondaryFilterValuesEnum.Status.LOW, sap.uiext.inbox.InboxSecondaryFilterValuesEnum.Status.HIGH]}
3628
+ * values : [sap.uiext.inbox.InboxSecondaryFilterValuesEnum.Status.LOW, sap.uiext.inbox.InboxSecondaryFilterValuesEnum.Status.HIGH] }
3606
3629
  * sPath : {sap.uiext.inbox.InboxSecondaryFilterPathEnum} values : {Array} Array of SecondaryFilterValuesEnums
3607
3630
  * of {sap.uiext.inbox.InboxSecondaryFilterValuesEnum}
3608
3631
  */
@@ -3890,8 +3913,8 @@ declare namespace sap {
3890
3913
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3891
3914
  * of the syntax of the settings object.
3892
3915
  *
3893
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
3894
- * sap.ui.core.Control} can be used.
3916
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
3917
+ * can be used.
3895
3918
  */
3896
3919
  constructor(
3897
3920
  /**
@@ -3906,8 +3929,8 @@ declare namespace sap {
3906
3929
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3907
3930
  * of the syntax of the settings object.
3908
3931
  *
3909
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
3910
- * sap.ui.core.Control} can be used.
3932
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor sap.ui.core.Control }
3933
+ * can be used.
3911
3934
  */
3912
3935
  constructor(
3913
3936
  /**