@sapui5/ts-types-esm 1.139.0 → 1.140.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.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +0 -1623
- package/types/sap.esh.search.ui.d.ts +1 -2297
- package/types/sap.f.d.ts +59 -11
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -5
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +15 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3 -10
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +41 -11
- package/types/sap.insights.d.ts +130 -2
- package/types/sap.m.d.ts +645 -274
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +99 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +16 -1
- package/types/sap.ui.core.d.ts +402 -97
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -7
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +13 -13
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +80 -28
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +568 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +307 -6
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +10 -6
- package/types/sap.ushell_abap.d.ts +3 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.140.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,6 +1861,8 @@ 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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -2215,6 +2273,9 @@ declare module "sap/sac/df/model/MultiDimModel" {
|
|
|
2215
2273
|
* "VariableGroups": { },
|
|
2216
2274
|
* "Messages": [ ]
|
|
2217
2275
|
* ```
|
|
2276
|
+
*
|
|
2277
|
+
*
|
|
2278
|
+
* @experimental As of version 1.119.
|
|
2218
2279
|
*/
|
|
2219
2280
|
export default class MultiDimModel extends JSONModel {
|
|
2220
2281
|
/**
|
|
@@ -2632,6 +2693,9 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
2632
2693
|
* "DataProviderName": "",
|
|
2633
2694
|
* "MemberFilter": []
|
|
2634
2695
|
* ```
|
|
2696
|
+
*
|
|
2697
|
+
*
|
|
2698
|
+
* @experimental As of version 1.119.
|
|
2635
2699
|
*/
|
|
2636
2700
|
export default class Variable extends BaseObject {
|
|
2637
2701
|
/**
|
|
@@ -2784,6 +2848,9 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
2784
2848
|
* "MergedVariable": { },
|
|
2785
2849
|
* "Rule": function () {}
|
|
2786
2850
|
* ```
|
|
2851
|
+
*
|
|
2852
|
+
*
|
|
2853
|
+
* @experimental As of version 1.119.
|
|
2787
2854
|
*/
|
|
2788
2855
|
export default class VariableGroup extends BaseObject {
|
|
2789
2856
|
/**
|
|
@@ -2946,6 +3013,9 @@ declare module "sap/sac/df/model/visualization/Documents" {
|
|
|
2946
3013
|
* "DocumentsSupportType": ""
|
|
2947
3014
|
* "IsBasedOnCDSView": ""
|
|
2948
3015
|
* ```
|
|
3016
|
+
*
|
|
3017
|
+
*
|
|
3018
|
+
* @experimental As of version 1.119.
|
|
2949
3019
|
*/
|
|
2950
3020
|
export default class Documents extends BaseObject {
|
|
2951
3021
|
/**
|
|
@@ -3158,6 +3228,8 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
3158
3228
|
|
|
3159
3229
|
/**
|
|
3160
3230
|
* Grid Visualization Object
|
|
3231
|
+
*
|
|
3232
|
+
* @experimental As of version 1.132.
|
|
3161
3233
|
*/
|
|
3162
3234
|
export default class Grid extends BaseObject {
|
|
3163
3235
|
/**
|
|
@@ -3268,6 +3340,8 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
3268
3340
|
}
|
|
3269
3341
|
/**
|
|
3270
3342
|
* Axes Layout object type.
|
|
3343
|
+
*
|
|
3344
|
+
* @experimental As of version 1.132.
|
|
3271
3345
|
*/
|
|
3272
3346
|
export type AxesLayout = {
|
|
3273
3347
|
/**
|
|
@@ -3298,6 +3372,8 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
3298
3372
|
|
|
3299
3373
|
/**
|
|
3300
3374
|
* StylingPanel A panel control to format the data being displayed.
|
|
3375
|
+
*
|
|
3376
|
+
* @experimental As of version 1.129.
|
|
3301
3377
|
*/
|
|
3302
3378
|
export default class StylingPanel extends Control {
|
|
3303
3379
|
/**
|
|
@@ -3368,6 +3444,8 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
3368
3444
|
}
|
|
3369
3445
|
/**
|
|
3370
3446
|
* Describes the settings that can be provided to the StylingPanel constructor.
|
|
3447
|
+
*
|
|
3448
|
+
* @experimental As of version 1.129.
|
|
3371
3449
|
*/
|
|
3372
3450
|
export interface $StylingPanelSettings extends $ControlSettings {
|
|
3373
3451
|
/**
|
|
@@ -3380,6 +3458,8 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
3380
3458
|
declare module "sap/sac/df/types/Axis" {
|
|
3381
3459
|
/**
|
|
3382
3460
|
* Axis of a multidimensional Result Set
|
|
3461
|
+
*
|
|
3462
|
+
* @experimental As of version 1.119.
|
|
3383
3463
|
*/
|
|
3384
3464
|
enum Axis {
|
|
3385
3465
|
/**
|
|
@@ -3401,6 +3481,8 @@ declare module "sap/sac/df/types/Axis" {
|
|
|
3401
3481
|
declare module "sap/sac/df/types/configuration/StylingPanelItem" {
|
|
3402
3482
|
/**
|
|
3403
3483
|
* Item of the styling panel
|
|
3484
|
+
*
|
|
3485
|
+
* @experimental As of version 1.132.
|
|
3404
3486
|
*/
|
|
3405
3487
|
enum StylingPanelItem {
|
|
3406
3488
|
/**
|
|
@@ -3422,6 +3504,8 @@ declare module "sap/sac/df/types/configuration/StylingPanelItem" {
|
|
|
3422
3504
|
declare module "sap/sac/df/types/configuration/TableTemplate" {
|
|
3423
3505
|
/**
|
|
3424
3506
|
* Item of the styling panel
|
|
3507
|
+
*
|
|
3508
|
+
* @experimental As of version 1.135.
|
|
3425
3509
|
*/
|
|
3426
3510
|
enum TableTemplate {
|
|
3427
3511
|
/**
|
|
@@ -3447,6 +3531,8 @@ declare module "sap/sac/df/types/configuration/TableTemplate" {
|
|
|
3447
3531
|
declare module "sap/sac/df/types/DataAnalyzerPanelName" {
|
|
3448
3532
|
/**
|
|
3449
3533
|
* DataAnalyzer Panels
|
|
3534
|
+
*
|
|
3535
|
+
* @experimental As of version 1.132.
|
|
3450
3536
|
*/
|
|
3451
3537
|
enum DataAnalyzerPanelName {
|
|
3452
3538
|
/**
|
|
@@ -3464,6 +3550,8 @@ declare module "sap/sac/df/types/DataAnalyzerPanelName" {
|
|
|
3464
3550
|
declare module "sap/sac/df/types/DataSourceType" {
|
|
3465
3551
|
/**
|
|
3466
3552
|
* Type of a data source
|
|
3553
|
+
*
|
|
3554
|
+
* @experimental As of version 1.89.
|
|
3467
3555
|
*/
|
|
3468
3556
|
enum DataSourceType {
|
|
3469
3557
|
/**
|
|
@@ -3497,6 +3585,8 @@ declare module "sap/sac/df/types/DataSourceType" {
|
|
|
3497
3585
|
declare module "sap/sac/df/types/DocumentsSupportType" {
|
|
3498
3586
|
/**
|
|
3499
3587
|
* Documents support type
|
|
3588
|
+
*
|
|
3589
|
+
* @experimental As of version 1.120.
|
|
3500
3590
|
*/
|
|
3501
3591
|
enum DocumentsSupportType {
|
|
3502
3592
|
/**
|
|
@@ -3522,6 +3612,8 @@ declare module "sap/sac/df/types/DocumentsSupportType" {
|
|
|
3522
3612
|
declare module "sap/sac/df/types/SemanticRole" {
|
|
3523
3613
|
/**
|
|
3524
3614
|
* Semantic Role of a dimension member
|
|
3615
|
+
*
|
|
3616
|
+
* @experimental As of version 1.135.
|
|
3525
3617
|
*/
|
|
3526
3618
|
enum SemanticRole {
|
|
3527
3619
|
/**
|
|
@@ -3555,6 +3647,8 @@ declare module "sap/sac/df/types/SemanticRole" {
|
|
|
3555
3647
|
declare module "sap/sac/df/types/SortDirection" {
|
|
3556
3648
|
/**
|
|
3557
3649
|
* Sort Direction
|
|
3650
|
+
*
|
|
3651
|
+
* @experimental As of version 1.130.
|
|
3558
3652
|
*/
|
|
3559
3653
|
enum SortDirection {
|
|
3560
3654
|
/**
|
|
@@ -3576,6 +3670,8 @@ declare module "sap/sac/df/types/SortDirection" {
|
|
|
3576
3670
|
declare module "sap/sac/df/types/SortType" {
|
|
3577
3671
|
/**
|
|
3578
3672
|
* Sort Type
|
|
3673
|
+
*
|
|
3674
|
+
* @experimental As of version 1.130.
|
|
3579
3675
|
*/
|
|
3580
3676
|
enum SortType {
|
|
3581
3677
|
/**
|
|
@@ -3601,6 +3697,8 @@ declare module "sap/sac/df/types/SortType" {
|
|
|
3601
3697
|
declare module "sap/sac/df/types/SystemType" {
|
|
3602
3698
|
/**
|
|
3603
3699
|
* System Type of an InA System
|
|
3700
|
+
*
|
|
3701
|
+
* @experimental As of version 1.89.
|
|
3604
3702
|
*/
|
|
3605
3703
|
enum SystemType {
|
|
3606
3704
|
/**
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.140.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
|
*/
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.140.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -36920,6 +36920,8 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
36920
36920
|
|
|
36921
36921
|
import VariantItem from "sap/m/VariantItem";
|
|
36922
36922
|
|
|
36923
|
+
import SmartVariantManagement from "sap/ui/comp/smartvariants/SmartVariantManagement";
|
|
36924
|
+
|
|
36923
36925
|
import {
|
|
36924
36926
|
PropertyBindingInfo,
|
|
36925
36927
|
AggregationBindingInfo,
|
|
@@ -37810,6 +37812,19 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37810
37812
|
*/
|
|
37811
37813
|
sSelectionKey?: string
|
|
37812
37814
|
): this;
|
|
37815
|
+
/**
|
|
37816
|
+
* Indicates whether a {@link sap.m.Title Title} or {@link sap.m.Text Text} is rendered.
|
|
37817
|
+
*
|
|
37818
|
+
* @since 1.140
|
|
37819
|
+
*
|
|
37820
|
+
* @returns The current instance for method chaining
|
|
37821
|
+
*/
|
|
37822
|
+
setShowAsText(
|
|
37823
|
+
/**
|
|
37824
|
+
* If set to `true`, the control renders a {@link sap.m.Text Text} instead of a {@link sap.m.Title Title}
|
|
37825
|
+
*/
|
|
37826
|
+
bValue: boolean
|
|
37827
|
+
): SmartVariantManagement;
|
|
37813
37828
|
/**
|
|
37814
37829
|
* Sets a new value for property {@link #getShowCreateTile showCreateTile}.
|
|
37815
37830
|
*
|