@sapui5/ts-types-esm 1.132.1 → 1.134.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +927 -110
  7. package/types/sap.esh.search.ui.d.ts +45 -1
  8. package/types/sap.f.d.ts +211 -183
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +40 -11
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +141 -99
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +3 -8
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +576 -464
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +2574 -1193
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +41 -41
  29. package/types/sap.sac.df.d.ts +465 -193
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +80 -37
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +335 -20
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +432 -445
  37. package/types/sap.ui.core.d.ts +46978 -46714
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +322 -236
  44. package/types/sap.ui.layout.d.ts +90 -104
  45. package/types/sap.ui.mdc.d.ts +393 -153
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +76 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +170 -158
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +391 -60
  55. package/types/sap.ui.vk.d.ts +138 -135
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +246 -126
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +39 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -10,7 +10,7 @@ declare module "sap/uiext/inbox/composite/InboxAddAttachmentTile" {
10
10
  /**
11
11
  * InboxAddAttachmentTile
12
12
  *
13
- * @deprecated (since 1.120) - the concept has been discarded.
13
+ * @deprecated As of version 1.120. the concept has been discarded.
14
14
  */
15
15
  export default class InboxAddAttachmentTile extends Control {
16
16
  /**
@@ -85,7 +85,7 @@ declare module "sap/uiext/inbox/composite/InboxAddAttachmentTile" {
85
85
  /**
86
86
  * Describes the settings that can be provided to the InboxAddAttachmentTile constructor.
87
87
  *
88
- * @deprecated (since 1.120) - the concept has been discarded.
88
+ * @deprecated As of version 1.120. the concept has been discarded.
89
89
  */
90
90
  export interface $InboxAddAttachmentTileSettings extends $ControlSettings {}
91
91
  }
@@ -107,7 +107,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
107
107
  /**
108
108
  * InboxAttachmentsTileContainer
109
109
  *
110
- * @deprecated (since 1.120) - the concept has been discarded.
110
+ * @deprecated As of version 1.120. the concept has been discarded.
111
111
  */
112
112
  export default class InboxAttachmentsTileContainer extends Control {
113
113
  /**
@@ -660,7 +660,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentsTileContainer" {
660
660
  /**
661
661
  * Describes the settings that can be provided to the InboxAttachmentsTileContainer constructor.
662
662
  *
663
- * @deprecated (since 1.120) - the concept has been discarded.
663
+ * @deprecated As of version 1.120. the concept has been discarded.
664
664
  */
665
665
  export interface $InboxAttachmentsTileContainerSettings
666
666
  extends $ControlSettings {
@@ -773,7 +773,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
773
773
  /**
774
774
  * InboxAttachmentTile
775
775
  *
776
- * @deprecated (since 1.120) - the concept has been discarded.
776
+ * @deprecated As of version 1.120. the concept has been discarded.
777
777
  */
778
778
  export default class InboxAttachmentTile extends Control {
779
779
  /**
@@ -1129,7 +1129,7 @@ declare module "sap/uiext/inbox/composite/InboxAttachmentTile" {
1129
1129
  /**
1130
1130
  * Describes the settings that can be provided to the InboxAttachmentTile constructor.
1131
1131
  *
1132
- * @deprecated (since 1.120) - the concept has been discarded.
1132
+ * @deprecated As of version 1.120. the concept has been discarded.
1133
1133
  */
1134
1134
  export interface $InboxAttachmentTileSettings extends $ControlSettings {
1135
1135
  /**
@@ -1200,7 +1200,7 @@ declare module "sap/uiext/inbox/composite/InboxBusyIndicator" {
1200
1200
  /**
1201
1201
  * InboxBusyIndicator
1202
1202
  *
1203
- * @deprecated (since 1.120) - the concept has been discarded.
1203
+ * @deprecated As of version 1.120. the concept has been discarded.
1204
1204
  */
1205
1205
  export default class InboxBusyIndicator extends Control {
1206
1206
  /**
@@ -1275,7 +1275,7 @@ declare module "sap/uiext/inbox/composite/InboxBusyIndicator" {
1275
1275
  /**
1276
1276
  * Describes the settings that can be provided to the InboxBusyIndicator constructor.
1277
1277
  *
1278
- * @deprecated (since 1.120) - the concept has been discarded.
1278
+ * @deprecated As of version 1.120. the concept has been discarded.
1279
1279
  */
1280
1280
  export interface $InboxBusyIndicatorSettings extends $ControlSettings {}
1281
1281
  }
@@ -1292,7 +1292,7 @@ declare module "sap/uiext/inbox/composite/InboxComment" {
1292
1292
  /**
1293
1293
  * fsgg
1294
1294
  *
1295
- * @deprecated (since 1.120) - the concept has been discarded.
1295
+ * @deprecated As of version 1.120. the concept has been discarded.
1296
1296
  */
1297
1297
  export default class InboxComment extends Control {
1298
1298
  /**
@@ -1511,7 +1511,7 @@ declare module "sap/uiext/inbox/composite/InboxComment" {
1511
1511
  /**
1512
1512
  * Describes the settings that can be provided to the InboxComment constructor.
1513
1513
  *
1514
- * @deprecated (since 1.120) - the concept has been discarded.
1514
+ * @deprecated As of version 1.120. the concept has been discarded.
1515
1515
  */
1516
1516
  export interface $InboxCommentSettings extends $ControlSettings {
1517
1517
  /**
@@ -1565,7 +1565,7 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
1565
1565
  /**
1566
1566
  * InboxTaskComments
1567
1567
  *
1568
- * @deprecated (since 1.120) - the concept has been discarded.
1568
+ * @deprecated As of version 1.120. the concept has been discarded.
1569
1569
  */
1570
1570
  export default class InboxTaskComments extends Control {
1571
1571
  /**
@@ -1900,7 +1900,7 @@ declare module "sap/uiext/inbox/composite/InboxTaskComments" {
1900
1900
  /**
1901
1901
  * Describes the settings that can be provided to the InboxTaskComments constructor.
1902
1902
  *
1903
- * @deprecated (since 1.120) - the concept has been discarded.
1903
+ * @deprecated As of version 1.120. the concept has been discarded.
1904
1904
  */
1905
1905
  export interface $InboxTaskCommentsSettings extends $ControlSettings {
1906
1906
  /**
@@ -1964,7 +1964,7 @@ declare module "sap/uiext/inbox/composite/InboxTaskTitleControl" {
1964
1964
  /**
1965
1965
  * InboxTaskTitleControl
1966
1966
  *
1967
- * @deprecated (since 1.120) - the concept has been discarded.
1967
+ * @deprecated As of version 1.120. the concept has been discarded.
1968
1968
  */
1969
1969
  export default class InboxTaskTitleControl extends Control {
1970
1970
  /**
@@ -2162,7 +2162,7 @@ declare module "sap/uiext/inbox/composite/InboxTaskTitleControl" {
2162
2162
  /**
2163
2163
  * Describes the settings that can be provided to the InboxTaskTitleControl constructor.
2164
2164
  *
2165
- * @deprecated (since 1.120) - the concept has been discarded.
2165
+ * @deprecated As of version 1.120. the concept has been discarded.
2166
2166
  */
2167
2167
  export interface $InboxTaskTitleControlSettings extends $ControlSettings {
2168
2168
  /**
@@ -2206,7 +2206,7 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
2206
2206
  /**
2207
2207
  * InboxUploadAttachmentTile
2208
2208
  *
2209
- * @deprecated (since 1.120) - the concept has been discarded.
2209
+ * @deprecated As of version 1.120. the concept has been discarded.
2210
2210
  */
2211
2211
  export default class InboxUploadAttachmentTile extends Control {
2212
2212
  /**
@@ -2408,7 +2408,7 @@ declare module "sap/uiext/inbox/composite/InboxUploadAttachmentTile" {
2408
2408
  /**
2409
2409
  * Describes the settings that can be provided to the InboxUploadAttachmentTile constructor.
2410
2410
  *
2411
- * @deprecated (since 1.120) - the concept has been discarded.
2411
+ * @deprecated As of version 1.120. the concept has been discarded.
2412
2412
  */
2413
2413
  export interface $InboxUploadAttachmentTileSettings extends $ControlSettings {
2414
2414
  /**
@@ -2456,8 +2456,8 @@ declare module "sap/uiext/inbox/Inbox" {
2456
2456
  * A comprehensive UI design approach with graphical and functional elements for search tasks, filter tasks,
2457
2457
  * and take actions on the tasks ("Inbox Pattern").
2458
2458
  *
2459
- * @deprecated (since 1.38.0)
2460
- * @experimental (since 1.5.2) - API is not yet finished and might change completely
2459
+ * @deprecated As of version 1.38.0.
2460
+ * @experimental As of version 1.5.2. API is not yet finished and might change completely
2461
2461
  */
2462
2462
  export default class Inbox extends Control {
2463
2463
  /**
@@ -3095,8 +3095,8 @@ declare module "sap/uiext/inbox/Inbox" {
3095
3095
  /**
3096
3096
  * Describes the settings that can be provided to the Inbox constructor.
3097
3097
  *
3098
- * @deprecated (since 1.38.0)
3099
- * @experimental (since 1.5.2) - API is not yet finished and might change completely
3098
+ * @deprecated As of version 1.38.0.
3099
+ * @experimental As of version 1.5.2. API is not yet finished and might change completely
3100
3100
  */
3101
3101
  export interface $InboxSettings extends $ControlSettings {
3102
3102
  /**
@@ -3198,7 +3198,7 @@ declare module "sap/uiext/inbox/InboxConfiguration" {
3198
3198
  /**
3199
3199
  * Configuration for Inbox
3200
3200
  *
3201
- * @deprecated (since 1.120) - the concept has been discarded.
3201
+ * @deprecated As of version 1.120. the concept has been discarded.
3202
3202
  */
3203
3203
  export default class InboxConfiguration extends BaseObject {
3204
3204
  /**
@@ -3260,7 +3260,7 @@ declare module "sap/uiext/inbox/InboxFilters" {
3260
3260
  /**
3261
3261
  * PreDefined Filters for Inbox
3262
3262
  *
3263
- * @deprecated (since 1.120) - the concept has been discarded.
3263
+ * @deprecated As of version 1.120. the concept has been discarded.
3264
3264
  */
3265
3265
  export default class InboxFilters extends BaseObject {
3266
3266
  /**
@@ -3330,8 +3330,8 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
3330
3330
  /**
3331
3331
  * InboxLaunchPad Documentation to be updated later
3332
3332
  *
3333
- * @deprecated (since 1.120) - the concept has been discarded.
3334
- * @experimental (since 1.7.0) - API is not yet finished and might change completely
3333
+ * @deprecated As of version 1.120. the concept has been discarded.
3334
+ * @experimental As of version 1.7.0. API is not yet finished and might change completely
3335
3335
  */
3336
3336
  export default class InboxLaunchPad extends Control {
3337
3337
  /**
@@ -3697,8 +3697,8 @@ declare module "sap/uiext/inbox/InboxLaunchPad" {
3697
3697
  /**
3698
3698
  * Describes the settings that can be provided to the InboxLaunchPad constructor.
3699
3699
  *
3700
- * @deprecated (since 1.120) - the concept has been discarded.
3701
- * @experimental (since 1.7.0) - API is not yet finished and might change completely
3700
+ * @deprecated As of version 1.120. the concept has been discarded.
3701
+ * @experimental As of version 1.7.0. API is not yet finished and might change completely
3702
3702
  */
3703
3703
  export interface $InboxLaunchPadSettings extends $ControlSettings {
3704
3704
  /**
@@ -3770,7 +3770,7 @@ declare module "sap/uiext/inbox/InboxPrimaryFilterEnum" {
3770
3770
  /**
3771
3771
  * Enumeration for Primary Filters. This value will be applied for the DropDown Filter in Inbox
3772
3772
  *
3773
- * @deprecated (since 1.120) - the concept has been discarded.
3773
+ * @deprecated As of version 1.120. the concept has been discarded.
3774
3774
  */
3775
3775
  interface InboxPrimaryFilterEnum {
3776
3776
  /**
@@ -3795,7 +3795,7 @@ declare module "sap/uiext/inbox/InboxPrimaryFilterEnum" {
3795
3795
  }
3796
3796
  const InboxPrimaryFilterEnum: InboxPrimaryFilterEnum;
3797
3797
  /**
3798
- * @deprecated (since 1.120) - the concept has been discarded.
3798
+ * @deprecated As of version 1.120. the concept has been discarded.
3799
3799
  */
3800
3800
  export default InboxPrimaryFilterEnum;
3801
3801
  }
@@ -3810,7 +3810,7 @@ declare module "sap/uiext/inbox/InboxPrimaryFilters" {
3810
3810
  /**
3811
3811
  * Primary Filters for Inbox
3812
3812
  *
3813
- * @deprecated (since 1.120) - the concept has been discarded.
3813
+ * @deprecated As of version 1.120. the concept has been discarded.
3814
3814
  */
3815
3815
  export default class InboxPrimaryFilters extends BaseObject {
3816
3816
  /**
@@ -3860,7 +3860,7 @@ declare module "sap/uiext/inbox/InboxSecondaryFilterPathEnum" {
3860
3860
  /**
3861
3861
  * Enumeration for Secondary Filter Paths
3862
3862
  *
3863
- * @deprecated (since 1.120) - the concept has been discarded.
3863
+ * @deprecated As of version 1.120. the concept has been discarded.
3864
3864
  */
3865
3865
  interface InboxSecondaryFilterPathEnum {
3866
3866
  /**
@@ -3890,7 +3890,7 @@ declare module "sap/uiext/inbox/InboxSecondaryFilterPathEnum" {
3890
3890
  }
3891
3891
  const InboxSecondaryFilterPathEnum: InboxSecondaryFilterPathEnum;
3892
3892
  /**
3893
- * @deprecated (since 1.120) - the concept has been discarded.
3893
+ * @deprecated As of version 1.120. the concept has been discarded.
3894
3894
  */
3895
3895
  export default InboxSecondaryFilterPathEnum;
3896
3896
  }
@@ -3903,7 +3903,7 @@ declare module "sap/uiext/inbox/InboxSecondaryFilters" {
3903
3903
  /**
3904
3904
  * Secondary Filters for Inbox
3905
3905
  *
3906
- * @deprecated (since 1.120) - the concept has been discarded.
3906
+ * @deprecated As of version 1.120. the concept has been discarded.
3907
3907
  */
3908
3908
  export default class InboxSecondaryFilters extends BaseObject {
3909
3909
  /**
@@ -3961,7 +3961,7 @@ declare module "sap/uiext/inbox/InboxSecondaryFilterValuesEnum" {
3961
3961
  /**
3962
3962
  * Enumeration for Secondary Filter Values
3963
3963
  *
3964
- * @deprecated (since 1.120) - the concept has been discarded.
3964
+ * @deprecated As of version 1.120. the concept has been discarded.
3965
3965
  */
3966
3966
  interface InboxSecondaryFilterValuesEnum {
3967
3967
  /**
@@ -4014,7 +4014,7 @@ declare module "sap/uiext/inbox/InboxSecondaryFilterValuesEnum" {
4014
4014
  }
4015
4015
  const InboxSecondaryFilterValuesEnum: InboxSecondaryFilterValuesEnum;
4016
4016
  /**
4017
- * @deprecated (since 1.120) - the concept has been discarded.
4017
+ * @deprecated As of version 1.120. the concept has been discarded.
4018
4018
  */
4019
4019
  export default InboxSecondaryFilterValuesEnum;
4020
4020
  }
@@ -4033,8 +4033,8 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
4033
4033
  /**
4034
4034
  * Inbox Split App
4035
4035
  *
4036
- * @deprecated (since 1.120) - the concept has been discarded.
4037
- * @experimental (since 1.7.0) - API is not yet finished and might change completely
4036
+ * @deprecated As of version 1.120. the concept has been discarded.
4037
+ * @experimental As of version 1.7.0. API is not yet finished and might change completely
4038
4038
  */
4039
4039
  export default class InboxSplitApp extends Control {
4040
4040
  /**
@@ -4317,8 +4317,8 @@ declare module "sap/uiext/inbox/InboxSplitApp" {
4317
4317
  /**
4318
4318
  * Describes the settings that can be provided to the InboxSplitApp constructor.
4319
4319
  *
4320
- * @deprecated (since 1.120) - the concept has been discarded.
4321
- * @experimental (since 1.7.0) - API is not yet finished and might change completely
4320
+ * @deprecated As of version 1.120. the concept has been discarded.
4321
+ * @experimental As of version 1.7.0. API is not yet finished and might change completely
4322
4322
  */
4323
4323
  export interface $InboxSplitAppSettings extends $ControlSettings {
4324
4324
  /**
@@ -4374,8 +4374,8 @@ declare module "sap/uiext/inbox/SubstitutionRulesManager" {
4374
4374
  /**
4375
4375
  * The SubstitutionRulesManager
4376
4376
  *
4377
- * @deprecated (since 1.120) - the concept has been discarded.
4378
- * @experimental (since 1.7.0) - API is not yet finished and might change completely
4377
+ * @deprecated As of version 1.120. the concept has been discarded.
4378
+ * @experimental As of version 1.7.0. API is not yet finished and might change completely
4379
4379
  */
4380
4380
  export default class SubstitutionRulesManager extends Control {
4381
4381
  /**
@@ -4459,8 +4459,8 @@ declare module "sap/uiext/inbox/SubstitutionRulesManager" {
4459
4459
  /**
4460
4460
  * Describes the settings that can be provided to the SubstitutionRulesManager constructor.
4461
4461
  *
4462
- * @deprecated (since 1.120) - the concept has been discarded.
4463
- * @experimental (since 1.7.0) - API is not yet finished and might change completely
4462
+ * @deprecated As of version 1.120. the concept has been discarded.
4463
+ * @experimental As of version 1.7.0. API is not yet finished and might change completely
4464
4464
  */
4465
4465
  export interface $SubstitutionRulesManagerSettings extends $ControlSettings {}
4466
4466
  }