@sapui5/ts-types-esm 1.139.0 → 1.141.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 (69) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +0 -1623
  7. package/types/sap.esh.search.ui.d.ts +384 -1
  8. package/types/sap.f.d.ts +102 -13
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -5
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +98 -8
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +369 -51
  15. package/types/sap.fe.navigation.d.ts +13 -15
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +47 -11
  23. package/types/sap.insights.d.ts +130 -2
  24. package/types/sap.m.d.ts +722 -282
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +118 -5
  31. package/types/sap.suite.ui.commons.d.ts +1 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +41 -5
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.tnt.d.ts +5 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +16 -1
  38. package/types/sap.ui.core.d.ts +531 -163
  39. package/types/sap.ui.dt.d.ts +202 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +8 -13
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +13 -13
  45. package/types/sap.ui.layout.d.ts +63 -47
  46. package/types/sap.ui.mdc.d.ts +77 -25
  47. package/types/sap.ui.richtexteditor.d.ts +309 -9
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +585 -4
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +55 -3
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +438 -6
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +41 -8
  63. package/types/sap.ushell_abap.d.ts +7 -1
  64. package/types/sap.uxap.d.ts +1 -1
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/rules/ui/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -15,6 +15,8 @@ declare module "sap/sac/df/changeHandler/MultiDimModelChangeHandler" {
15
15
  * variant management is responsible. Each time new data is fetched and the event `dataLoaded` is fired
16
16
  * a new change will be created. The method `dataLoaded` needs to be called once to register the {@link sap.sac.df.model.MultiDimModel }
17
17
  * to the change handler.
18
+ *
19
+ * @experimental As of version 1.120.
18
20
  */
19
21
  export default class MultiDimModelChangeHandler extends Control {
20
22
  /**
@@ -69,6 +71,8 @@ declare module "sap/sac/df/changeHandler/MultiDimModelChangeHandler" {
69
71
  }
70
72
  /**
71
73
  * Describes the settings that can be provided to the MultiDimModelChangeHandler constructor.
74
+ *
75
+ * @experimental As of version 1.120.
72
76
  */
73
77
  export interface $MultiDimModelChangeHandlerSettings
74
78
  extends $ControlSettings {}
@@ -85,6 +89,8 @@ declare module "sap/sac/df/DataAnalyzer" {
85
89
 
86
90
  /**
87
91
  * DataAnalyzer A control to display multi-dimensional data
92
+ *
93
+ * @experimental As of version 1.132.
88
94
  */
89
95
  export default class DataAnalyzer extends Control {
90
96
  /**
@@ -259,6 +265,8 @@ declare module "sap/sac/df/DataAnalyzer" {
259
265
  }
260
266
  /**
261
267
  * Describes the settings that can be provided to the DataAnalyzer constructor.
268
+ *
269
+ * @experimental As of version 1.132.
262
270
  */
263
271
  export interface $DataAnalyzerSettings extends $ControlSettings {
264
272
  /**
@@ -297,6 +305,8 @@ declare module "sap/sac/df/DesignerPanel" {
297
305
 
298
306
  /**
299
307
  * DesignerPanel A panel control to design layouts / visualizations
308
+ *
309
+ * @experimental As of version 1.129.
300
310
  */
301
311
  export default class DesignerPanel extends Control {
302
312
  /**
@@ -427,6 +437,8 @@ declare module "sap/sac/df/DesignerPanel" {
427
437
  }
428
438
  /**
429
439
  * Describes the settings that can be provided to the DesignerPanel constructor.
440
+ *
441
+ * @experimental As of version 1.129.
430
442
  */
431
443
  export interface $DesignerPanelSettings extends $ControlSettings {
432
444
  /**
@@ -459,6 +471,8 @@ declare module "sap/sac/df/FilterBar" {
459
471
 
460
472
  /**
461
473
  * A Filter Bar based on Multidimensional Model
474
+ *
475
+ * @experimental As of version 1.119.
462
476
  */
463
477
  export default class FilterBar extends FilterBar1 {
464
478
  /**
@@ -525,6 +539,8 @@ declare module "sap/sac/df/FilterBar" {
525
539
  }
526
540
  /**
527
541
  * Describes the settings that can be provided to the FilterBar constructor.
542
+ *
543
+ * @experimental As of version 1.119.
528
544
  */
529
545
  export interface $FilterBarSettings extends $FilterBarSettings1 {
530
546
  /**
@@ -551,6 +567,8 @@ declare module "sap/sac/df/FilterField" {
551
567
  /**
552
568
  * The `FilterField` control is used to filter data based on the conditions. The conditions are managed
553
569
  * in the corresponding {@link sap.ui.mdc.condition.ConditionModel ConditionModel}.
570
+ *
571
+ * @experimental As of version 1.121.
554
572
  */
555
573
  export default class FilterField
556
574
  extends FilterField1
@@ -641,6 +659,8 @@ declare module "sap/sac/df/FilterField" {
641
659
  }
642
660
  /**
643
661
  * Describes the settings that can be provided to the FilterField constructor.
662
+ *
663
+ * @experimental As of version 1.121.
644
664
  */
645
665
  export interface $FilterFieldSettings extends $FilterFieldSettings1 {
646
666
  /**
@@ -655,6 +675,8 @@ declare module "sap/sac/df/FilterPanel" {
655
675
 
656
676
  /**
657
677
  * A Filter Panel based on Multidimensional Model
678
+ *
679
+ * @experimental As of version 1.128.
658
680
  */
659
681
  export default class FilterPanel
660
682
  extends /* was: sap.ui.mdc.p13n.panels.FilterPanel */ Object
@@ -767,6 +789,8 @@ declare module "sap/sac/df/Grid" {
767
789
 
768
790
  /**
769
791
  * Grid A grid control for displaying multi-dimensional data
792
+ *
793
+ * @experimental As of version 1.129.
770
794
  */
771
795
  export default class Grid extends Control {
772
796
  /**
@@ -998,6 +1022,8 @@ declare module "sap/sac/df/Grid" {
998
1022
  }
999
1023
  /**
1000
1024
  * Describes the settings that can be provided to the Grid constructor.
1025
+ *
1026
+ * @experimental As of version 1.129.
1001
1027
  */
1002
1028
  export interface $GridSettings extends $ControlSettings {
1003
1029
  /**
@@ -1056,6 +1082,8 @@ declare module "sap/sac/df/model/Configuration" {
1056
1082
 
1057
1083
  /**
1058
1084
  * Configuration of the multidimensional model and its components
1085
+ *
1086
+ * @experimental As of version 1.132.
1059
1087
  */
1060
1088
  export default class Configuration extends BaseObject {
1061
1089
  /**
@@ -1101,6 +1129,7 @@ declare module "sap/sac/df/model/Configuration" {
1101
1129
  *
1102
1130
  * Default value is `true`.
1103
1131
  *
1132
+ * @experimental As of version 1.132.
1104
1133
  *
1105
1134
  * @returns Value of property `Calculations`
1106
1135
  */
@@ -1112,6 +1141,7 @@ declare module "sap/sac/df/model/Configuration" {
1112
1141
  *
1113
1142
  * Default value is `false`.
1114
1143
  *
1144
+ * @experimental As of version 1.132.
1115
1145
  *
1116
1146
  * @returns Value of property `Commenting`
1117
1147
  */
@@ -1123,6 +1153,7 @@ declare module "sap/sac/df/model/Configuration" {
1123
1153
  *
1124
1154
  * Default value is `sapui5`.
1125
1155
  *
1156
+ * @experimental As of version 1.132.
1126
1157
  *
1127
1158
  * @returns Value of property `ContextMenuVariant`
1128
1159
  */
@@ -1134,6 +1165,7 @@ declare module "sap/sac/df/model/Configuration" {
1134
1165
  *
1135
1166
  * Default value is `false`.
1136
1167
  *
1168
+ * @experimental As of version 1.136.
1137
1169
  *
1138
1170
  * @returns Value of property `ImplicitVariableHandling`
1139
1171
  */
@@ -1145,6 +1177,7 @@ declare module "sap/sac/df/model/Configuration" {
1145
1177
  *
1146
1178
  * Default value is `[TableProperties, NumberFormatting]`.
1147
1179
  *
1180
+ * @experimental As of version 1.132.
1148
1181
  *
1149
1182
  * @returns Value of property `StylingPanelItems`
1150
1183
  */
@@ -1156,6 +1189,7 @@ declare module "sap/sac/df/model/Configuration" {
1156
1189
  *
1157
1190
  * Default value is `[Default, Basic]`.
1158
1191
  *
1192
+ * @experimental As of version 1.135.
1159
1193
  *
1160
1194
  * @returns Value of property `TableTemplates`
1161
1195
  */
@@ -1167,6 +1201,7 @@ declare module "sap/sac/df/model/Configuration" {
1167
1201
  *
1168
1202
  * Default value is `TableTemplate.Default`.
1169
1203
  *
1204
+ * @experimental As of version 1.135.
1170
1205
  *
1171
1206
  * @returns Value of property `TableTemplateSelection`
1172
1207
  */
@@ -1180,6 +1215,7 @@ declare module "sap/sac/df/model/Configuration" {
1180
1215
  *
1181
1216
  * Default value is `true`.
1182
1217
  *
1218
+ * @experimental As of version 1.132.
1183
1219
  *
1184
1220
  * @returns Reference to `this` in order to allow method chaining
1185
1221
  */
@@ -1198,6 +1234,7 @@ declare module "sap/sac/df/model/Configuration" {
1198
1234
  *
1199
1235
  * Default value is `false`.
1200
1236
  *
1237
+ * @experimental As of version 1.132.
1201
1238
  *
1202
1239
  * @returns Reference to `this` in order to allow method chaining
1203
1240
  */
@@ -1216,6 +1253,7 @@ declare module "sap/sac/df/model/Configuration" {
1216
1253
  *
1217
1254
  * Default value is `sapui5`.
1218
1255
  *
1256
+ * @experimental As of version 1.132.
1219
1257
  *
1220
1258
  * @returns Reference to `this` in order to allow method chaining
1221
1259
  */
@@ -1234,6 +1272,7 @@ declare module "sap/sac/df/model/Configuration" {
1234
1272
  *
1235
1273
  * Default value is `false`.
1236
1274
  *
1275
+ * @experimental As of version 1.136.
1237
1276
  *
1238
1277
  * @returns Reference to `this` in order to allow method chaining
1239
1278
  */
@@ -1252,6 +1291,7 @@ declare module "sap/sac/df/model/Configuration" {
1252
1291
  *
1253
1292
  * Default value is `[TableProperties, NumberFormatting]`.
1254
1293
  *
1294
+ * @experimental As of version 1.132.
1255
1295
  *
1256
1296
  * @returns Reference to `this` in order to allow method chaining
1257
1297
  */
@@ -1272,6 +1312,7 @@ declare module "sap/sac/df/model/Configuration" {
1272
1312
  *
1273
1313
  * Default value is `[Default, Basic]`.
1274
1314
  *
1315
+ * @experimental As of version 1.135.
1275
1316
  *
1276
1317
  * @returns Reference to `this` in order to allow method chaining
1277
1318
  */
@@ -1290,6 +1331,7 @@ declare module "sap/sac/df/model/Configuration" {
1290
1331
  *
1291
1332
  * Default value is `TableTemplate.Default`.
1292
1333
  *
1334
+ * @experimental As of version 1.135.
1293
1335
  *
1294
1336
  * @returns Reference to `this` in order to allow method chaining
1295
1337
  */
@@ -1333,6 +1375,9 @@ declare module "sap/sac/df/model/DataProvider" {
1333
1375
  * "Messages": [ ]
1334
1376
  * "AutoFetchEnabled": ""
1335
1377
  * ```
1378
+ *
1379
+ *
1380
+ * @experimental As of version 1.119.
1336
1381
  */
1337
1382
  export default class DataProvider extends JSONModel {
1338
1383
  /**
@@ -1422,6 +1467,7 @@ declare module "sap/sac/df/model/DataProvider" {
1422
1467
  /**
1423
1468
  * Execute scenario on data provider
1424
1469
  *
1470
+ * @experimental As of version 1.134.
1425
1471
  *
1426
1472
  * @returns Promise with reference to created scenario
1427
1473
  */
@@ -1723,6 +1769,8 @@ declare module "sap/sac/df/model/DataProvider" {
1723
1769
  }
1724
1770
  /**
1725
1771
  * Data provider configuration object.
1772
+ *
1773
+ * @experimental As of version 1.135.
1726
1774
  */
1727
1775
  export type Configuration = {
1728
1776
  /**
@@ -1785,6 +1833,8 @@ declare module "sap/sac/df/model/DataProvider" {
1785
1833
  export namespace Configuration {
1786
1834
  /**
1787
1835
  * Data provider configuration data source.
1836
+ *
1837
+ * @experimental As of version 1.135.
1788
1838
  */
1789
1839
  type DataSource = {
1790
1840
  /**
@@ -1811,12 +1861,14 @@ declare module "sap/sac/df/model/DataProvider" {
1811
1861
 
1812
1862
  /**
1813
1863
  * Data provider configuration setup properties.
1864
+ *
1865
+ * @experimental As of version 1.135.
1814
1866
  */
1815
1867
  type SetupProperties = {
1816
1868
  /**
1817
1869
  * start with auto fetch
1818
1870
  */
1819
- AutoFetch: boolean[];
1871
+ AutoFetch: boolean;
1820
1872
  };
1821
1873
  }
1822
1874
  }
@@ -1847,6 +1899,9 @@ declare module "sap/sac/df/model/DataSourceInfo" {
1847
1899
  * "LastUpdatedBy": "",
1848
1900
  * "LastUpdatedText": ""
1849
1901
  * ```
1902
+ *
1903
+ *
1904
+ * @experimental As of version 1.119.
1850
1905
  */
1851
1906
  export default class DataSourceInfo extends BaseObject {
1852
1907
  /**
@@ -1927,6 +1982,9 @@ declare module "sap/sac/df/model/Dimension" {
1927
1982
  * }],
1928
1983
  * "SupportedOperators": ["EQ"]
1929
1984
  * ```
1985
+ *
1986
+ *
1987
+ * @experimental As of version 1.119.
1930
1988
  */
1931
1989
  export default class Dimension extends BaseObject {
1932
1990
  /**
@@ -2031,7 +2089,12 @@ declare module "sap/sac/df/model/Dimension" {
2031
2089
  * @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
2032
2090
  * with Ok and dynamic filters of the given dimension are updated
2033
2091
  */
2034
- openValueHelpDialog(): Promise<any>;
2092
+ openValueHelpDialog(
2093
+ /**
2094
+ * search string
2095
+ */
2096
+ sSearchString: String
2097
+ ): Promise<any>;
2035
2098
  /**
2036
2099
  * Read hierarchy
2037
2100
  *
@@ -2215,6 +2278,9 @@ declare module "sap/sac/df/model/MultiDimModel" {
2215
2278
  * "VariableGroups": { },
2216
2279
  * "Messages": [ ]
2217
2280
  * ```
2281
+ *
2282
+ *
2283
+ * @experimental As of version 1.119.
2218
2284
  */
2219
2285
  export default class MultiDimModel extends JSONModel {
2220
2286
  /**
@@ -2632,6 +2698,9 @@ declare module "sap/sac/df/model/Variable" {
2632
2698
  * "DataProviderName": "",
2633
2699
  * "MemberFilter": []
2634
2700
  * ```
2701
+ *
2702
+ *
2703
+ * @experimental As of version 1.119.
2635
2704
  */
2636
2705
  export default class Variable extends BaseObject {
2637
2706
  /**
@@ -2715,7 +2784,12 @@ declare module "sap/sac/df/model/Variable" {
2715
2784
  * @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
2716
2785
  * with Ok and dynamic filters of the given dimension are updated
2717
2786
  */
2718
- openValueHelpDialog(): Promise<any>;
2787
+ openValueHelpDialog(
2788
+ /**
2789
+ * search string
2790
+ */
2791
+ sSearchString: String
2792
+ ): Promise<any>;
2719
2793
  /**
2720
2794
  * Remove variable filter
2721
2795
  *
@@ -2784,6 +2858,9 @@ declare module "sap/sac/df/model/VariableGroup" {
2784
2858
  * "MergedVariable": { },
2785
2859
  * "Rule": function () {}
2786
2860
  * ```
2861
+ *
2862
+ *
2863
+ * @experimental As of version 1.119.
2787
2864
  */
2788
2865
  export default class VariableGroup extends BaseObject {
2789
2866
  /**
@@ -2877,7 +2954,12 @@ declare module "sap/sac/df/model/VariableGroup" {
2877
2954
  *
2878
2955
  * @returns to indicate if the VariableGroup has been updated
2879
2956
  */
2880
- openValueHelpDialog(): Promise<boolean>;
2957
+ openValueHelpDialog(
2958
+ /**
2959
+ * search string
2960
+ */
2961
+ sSearchString: String
2962
+ ): Promise<boolean>;
2881
2963
  /**
2882
2964
  * Remove variable group filter
2883
2965
  *
@@ -2946,6 +3028,9 @@ declare module "sap/sac/df/model/visualization/Documents" {
2946
3028
  * "DocumentsSupportType": ""
2947
3029
  * "IsBasedOnCDSView": ""
2948
3030
  * ```
3031
+ *
3032
+ *
3033
+ * @experimental As of version 1.119.
2949
3034
  */
2950
3035
  export default class Documents extends BaseObject {
2951
3036
  /**
@@ -3158,6 +3243,8 @@ declare module "sap/sac/df/model/visualization/Grid" {
3158
3243
 
3159
3244
  /**
3160
3245
  * Grid Visualization Object
3246
+ *
3247
+ * @experimental As of version 1.132.
3161
3248
  */
3162
3249
  export default class Grid extends BaseObject {
3163
3250
  /**
@@ -3268,6 +3355,8 @@ declare module "sap/sac/df/model/visualization/Grid" {
3268
3355
  }
3269
3356
  /**
3270
3357
  * Axes Layout object type.
3358
+ *
3359
+ * @experimental As of version 1.132.
3271
3360
  */
3272
3361
  export type AxesLayout = {
3273
3362
  /**
@@ -3298,6 +3387,8 @@ declare module "sap/sac/df/StylingPanel" {
3298
3387
 
3299
3388
  /**
3300
3389
  * StylingPanel A panel control to format the data being displayed.
3390
+ *
3391
+ * @experimental As of version 1.129.
3301
3392
  */
3302
3393
  export default class StylingPanel extends Control {
3303
3394
  /**
@@ -3368,6 +3459,8 @@ declare module "sap/sac/df/StylingPanel" {
3368
3459
  }
3369
3460
  /**
3370
3461
  * Describes the settings that can be provided to the StylingPanel constructor.
3462
+ *
3463
+ * @experimental As of version 1.129.
3371
3464
  */
3372
3465
  export interface $StylingPanelSettings extends $ControlSettings {
3373
3466
  /**
@@ -3380,6 +3473,8 @@ declare module "sap/sac/df/StylingPanel" {
3380
3473
  declare module "sap/sac/df/types/Axis" {
3381
3474
  /**
3382
3475
  * Axis of a multidimensional Result Set
3476
+ *
3477
+ * @experimental As of version 1.119.
3383
3478
  */
3384
3479
  enum Axis {
3385
3480
  /**
@@ -3401,6 +3496,8 @@ declare module "sap/sac/df/types/Axis" {
3401
3496
  declare module "sap/sac/df/types/configuration/StylingPanelItem" {
3402
3497
  /**
3403
3498
  * Item of the styling panel
3499
+ *
3500
+ * @experimental As of version 1.132.
3404
3501
  */
3405
3502
  enum StylingPanelItem {
3406
3503
  /**
@@ -3422,6 +3519,8 @@ declare module "sap/sac/df/types/configuration/StylingPanelItem" {
3422
3519
  declare module "sap/sac/df/types/configuration/TableTemplate" {
3423
3520
  /**
3424
3521
  * Item of the styling panel
3522
+ *
3523
+ * @experimental As of version 1.135.
3425
3524
  */
3426
3525
  enum TableTemplate {
3427
3526
  /**
@@ -3447,6 +3546,8 @@ declare module "sap/sac/df/types/configuration/TableTemplate" {
3447
3546
  declare module "sap/sac/df/types/DataAnalyzerPanelName" {
3448
3547
  /**
3449
3548
  * DataAnalyzer Panels
3549
+ *
3550
+ * @experimental As of version 1.132.
3450
3551
  */
3451
3552
  enum DataAnalyzerPanelName {
3452
3553
  /**
@@ -3464,6 +3565,8 @@ declare module "sap/sac/df/types/DataAnalyzerPanelName" {
3464
3565
  declare module "sap/sac/df/types/DataSourceType" {
3465
3566
  /**
3466
3567
  * Type of a data source
3568
+ *
3569
+ * @experimental As of version 1.89.
3467
3570
  */
3468
3571
  enum DataSourceType {
3469
3572
  /**
@@ -3497,6 +3600,8 @@ declare module "sap/sac/df/types/DataSourceType" {
3497
3600
  declare module "sap/sac/df/types/DocumentsSupportType" {
3498
3601
  /**
3499
3602
  * Documents support type
3603
+ *
3604
+ * @experimental As of version 1.120.
3500
3605
  */
3501
3606
  enum DocumentsSupportType {
3502
3607
  /**
@@ -3522,6 +3627,8 @@ declare module "sap/sac/df/types/DocumentsSupportType" {
3522
3627
  declare module "sap/sac/df/types/SemanticRole" {
3523
3628
  /**
3524
3629
  * Semantic Role of a dimension member
3630
+ *
3631
+ * @experimental As of version 1.135.
3525
3632
  */
3526
3633
  enum SemanticRole {
3527
3634
  /**
@@ -3555,6 +3662,8 @@ declare module "sap/sac/df/types/SemanticRole" {
3555
3662
  declare module "sap/sac/df/types/SortDirection" {
3556
3663
  /**
3557
3664
  * Sort Direction
3665
+ *
3666
+ * @experimental As of version 1.130.
3558
3667
  */
3559
3668
  enum SortDirection {
3560
3669
  /**
@@ -3576,6 +3685,8 @@ declare module "sap/sac/df/types/SortDirection" {
3576
3685
  declare module "sap/sac/df/types/SortType" {
3577
3686
  /**
3578
3687
  * Sort Type
3688
+ *
3689
+ * @experimental As of version 1.130.
3579
3690
  */
3580
3691
  enum SortType {
3581
3692
  /**
@@ -3601,6 +3712,8 @@ declare module "sap/sac/df/types/SortType" {
3601
3712
  declare module "sap/sac/df/types/SystemType" {
3602
3713
  /**
3603
3714
  * System Type of an InA System
3715
+ *
3716
+ * @experimental As of version 1.89.
3604
3717
  */
3605
3718
  enum SystemType {
3606
3719
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  import BaseObject from "sap/ui/base/Object";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -517,7 +517,6 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
517
517
  *
518
518
  *
519
519
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
520
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
521
520
  */
522
521
  invokeActions(
523
522
  /**
@@ -540,6 +539,16 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
540
539
  * Determines whether the common or unique changeset gets sent in batch
541
540
  */
542
541
  bInvocationGroupingChangeSet?: boolean;
542
+ /**
543
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
544
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
545
+ * is used as the default label.
546
+ */
547
+ sLabel?: string;
548
+ /**
549
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
550
+ */
551
+ bStrict?: boolean;
543
552
  }
544
553
  ): Promise<any>;
545
554
  /**
@@ -809,7 +818,6 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
809
818
  *
810
819
  *
811
820
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
812
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
813
821
  */
814
822
  invokeActions(
815
823
  /**
@@ -832,6 +840,16 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
832
840
  * Determines whether the common or unique changeset gets sent in batch
833
841
  */
834
842
  bInvocationGroupingChangeSet?: boolean;
843
+ /**
844
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
845
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
846
+ * is used as the default label.
847
+ */
848
+ sLabel?: string;
849
+ /**
850
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
851
+ */
852
+ bStrict?: boolean;
835
853
  }
836
854
  ): Promise<any>;
837
855
  /**
@@ -2396,7 +2414,6 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
2396
2414
  *
2397
2415
  *
2398
2416
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
2399
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
2400
2417
  */
2401
2418
  invokeActions(
2402
2419
  /**
@@ -2419,6 +2436,16 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
2419
2436
  * Determines whether the common or unique changeset gets sent in batch
2420
2437
  */
2421
2438
  bInvocationGroupingChangeSet?: boolean;
2439
+ /**
2440
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
2441
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
2442
+ * is used as the default label.
2443
+ */
2444
+ sLabel?: string;
2445
+ /**
2446
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
2447
+ */
2448
+ bStrict?: boolean;
2422
2449
  }
2423
2450
  ): Promise<any>;
2424
2451
  /**
@@ -3304,7 +3331,6 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
3304
3331
  *
3305
3332
  *
3306
3333
  * @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
3307
- * returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
3308
3334
  */
3309
3335
  invokeActions(
3310
3336
  /**
@@ -3327,6 +3353,16 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
3327
3353
  * Determines whether the common or unique changeset gets sent in batch
3328
3354
  */
3329
3355
  bInvocationGroupingChangeSet?: boolean;
3356
+ /**
3357
+ * Optional label for the Function Import. * This label is only used when action is invoked in strict mode
3358
+ * and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
3359
+ * is used as the default label.
3360
+ */
3361
+ sLabel?: string;
3362
+ /**
3363
+ * Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
3364
+ */
3365
+ bStrict?: boolean;
3330
3366
  }
3331
3367
  ): Promise<any>;
3332
3368
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -140,6 +140,10 @@ declare module "sap/tnt/IllustratedMessageType" {
140
140
  * "Dialog" illustration type.
141
141
  */
142
142
  Dialog = "tnt-Dialog",
143
+ /**
144
+ * "EmptyContentPane" illustration type.
145
+ */
146
+ EmptyContentPane = "tnt-EmptyContentPane",
143
147
  /**
144
148
  * "ExternalLink" illustration type.
145
149
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";