@sapui5/ts-types-esm 1.138.1 → 1.139.1
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/README.md +1 -1
- package/package.json +1 -1
- package/types/{sap.ui.core.d.ts → core-1.139.0-esm-d.ts} +112 -31
- package/types/index.d.ts +3 -3
- package/types/{sap.ui.mdc.d.ts → mdc-1.139.0-esm-d.ts} +16 -2
- package/types/{sap.m.d.ts → mobile-1.139.0-esm-d.ts} +488 -20
- 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 +1 -35
- package/types/sap.esh.search.ui.d.ts +10 -4
- package/types/sap.f.d.ts +5 -5
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +30 -8
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +82 -3
- 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 +13 -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 +55 -13
- package/types/sap.insights.d.ts +1 -1
- 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 +1 -127
- 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 +1 -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 +110 -2
- 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 -1
- 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 +57 -20
- package/types/sap.ui.layout.d.ts +1 -1
- 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 +1 -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 +86 -53
- 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 +60 -18
- package/types/sap.ushell_abap.d.ts +1 -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.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.139.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
@@ -15,9 +15,6 @@ 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
|
-
* @since 1.120
|
|
20
|
-
* @experimental As of version 1.120.
|
|
21
18
|
*/
|
|
22
19
|
export default class MultiDimModelChangeHandler extends Control {
|
|
23
20
|
/**
|
|
@@ -72,8 +69,6 @@ declare module "sap/sac/df/changeHandler/MultiDimModelChangeHandler" {
|
|
|
72
69
|
}
|
|
73
70
|
/**
|
|
74
71
|
* Describes the settings that can be provided to the MultiDimModelChangeHandler constructor.
|
|
75
|
-
*
|
|
76
|
-
* @experimental As of version 1.120.
|
|
77
72
|
*/
|
|
78
73
|
export interface $MultiDimModelChangeHandlerSettings
|
|
79
74
|
extends $ControlSettings {}
|
|
@@ -90,8 +85,6 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
90
85
|
|
|
91
86
|
/**
|
|
92
87
|
* DataAnalyzer A control to display multi-dimensional data
|
|
93
|
-
*
|
|
94
|
-
* @experimental As of version 1.132.
|
|
95
88
|
*/
|
|
96
89
|
export default class DataAnalyzer extends Control {
|
|
97
90
|
/**
|
|
@@ -266,8 +259,6 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
266
259
|
}
|
|
267
260
|
/**
|
|
268
261
|
* Describes the settings that can be provided to the DataAnalyzer constructor.
|
|
269
|
-
*
|
|
270
|
-
* @experimental As of version 1.132.
|
|
271
262
|
*/
|
|
272
263
|
export interface $DataAnalyzerSettings extends $ControlSettings {
|
|
273
264
|
/**
|
|
@@ -306,8 +297,6 @@ declare module "sap/sac/df/DesignerPanel" {
|
|
|
306
297
|
|
|
307
298
|
/**
|
|
308
299
|
* DesignerPanel A panel control to design layouts / visualizations
|
|
309
|
-
*
|
|
310
|
-
* @experimental As of version 1.129.
|
|
311
300
|
*/
|
|
312
301
|
export default class DesignerPanel extends Control {
|
|
313
302
|
/**
|
|
@@ -438,8 +427,6 @@ declare module "sap/sac/df/DesignerPanel" {
|
|
|
438
427
|
}
|
|
439
428
|
/**
|
|
440
429
|
* Describes the settings that can be provided to the DesignerPanel constructor.
|
|
441
|
-
*
|
|
442
|
-
* @experimental As of version 1.129.
|
|
443
430
|
*/
|
|
444
431
|
export interface $DesignerPanelSettings extends $ControlSettings {
|
|
445
432
|
/**
|
|
@@ -472,8 +459,6 @@ declare module "sap/sac/df/FilterBar" {
|
|
|
472
459
|
|
|
473
460
|
/**
|
|
474
461
|
* A Filter Bar based on Multidimensional Model
|
|
475
|
-
*
|
|
476
|
-
* @experimental As of version 1.119.
|
|
477
462
|
*/
|
|
478
463
|
export default class FilterBar extends FilterBar1 {
|
|
479
464
|
/**
|
|
@@ -540,8 +525,6 @@ declare module "sap/sac/df/FilterBar" {
|
|
|
540
525
|
}
|
|
541
526
|
/**
|
|
542
527
|
* Describes the settings that can be provided to the FilterBar constructor.
|
|
543
|
-
*
|
|
544
|
-
* @experimental As of version 1.119.
|
|
545
528
|
*/
|
|
546
529
|
export interface $FilterBarSettings extends $FilterBarSettings1 {
|
|
547
530
|
/**
|
|
@@ -568,9 +551,6 @@ declare module "sap/sac/df/FilterField" {
|
|
|
568
551
|
/**
|
|
569
552
|
* The `FilterField` control is used to filter data based on the conditions. The conditions are managed
|
|
570
553
|
* in the corresponding {@link sap.ui.mdc.condition.ConditionModel ConditionModel}.
|
|
571
|
-
*
|
|
572
|
-
* @since 1.121
|
|
573
|
-
* @experimental As of version 1.121.
|
|
574
554
|
*/
|
|
575
555
|
export default class FilterField
|
|
576
556
|
extends FilterField1
|
|
@@ -661,8 +641,6 @@ declare module "sap/sac/df/FilterField" {
|
|
|
661
641
|
}
|
|
662
642
|
/**
|
|
663
643
|
* Describes the settings that can be provided to the FilterField constructor.
|
|
664
|
-
*
|
|
665
|
-
* @experimental As of version 1.121.
|
|
666
644
|
*/
|
|
667
645
|
export interface $FilterFieldSettings extends $FilterFieldSettings1 {
|
|
668
646
|
/**
|
|
@@ -677,8 +655,6 @@ declare module "sap/sac/df/FilterPanel" {
|
|
|
677
655
|
|
|
678
656
|
/**
|
|
679
657
|
* A Filter Panel based on Multidimensional Model
|
|
680
|
-
*
|
|
681
|
-
* @experimental As of version 1.128.
|
|
682
658
|
*/
|
|
683
659
|
export default class FilterPanel
|
|
684
660
|
extends /* was: sap.ui.mdc.p13n.panels.FilterPanel */ Object
|
|
@@ -791,8 +767,6 @@ declare module "sap/sac/df/Grid" {
|
|
|
791
767
|
|
|
792
768
|
/**
|
|
793
769
|
* Grid A grid control for displaying multi-dimensional data
|
|
794
|
-
*
|
|
795
|
-
* @experimental As of version 1.129.
|
|
796
770
|
*/
|
|
797
771
|
export default class Grid extends Control {
|
|
798
772
|
/**
|
|
@@ -1024,8 +998,6 @@ declare module "sap/sac/df/Grid" {
|
|
|
1024
998
|
}
|
|
1025
999
|
/**
|
|
1026
1000
|
* Describes the settings that can be provided to the Grid constructor.
|
|
1027
|
-
*
|
|
1028
|
-
* @experimental As of version 1.129.
|
|
1029
1001
|
*/
|
|
1030
1002
|
export interface $GridSettings extends $ControlSettings {
|
|
1031
1003
|
/**
|
|
@@ -1084,9 +1056,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1084
1056
|
|
|
1085
1057
|
/**
|
|
1086
1058
|
* Configuration of the multidimensional model and its components
|
|
1087
|
-
*
|
|
1088
|
-
* @since 1.132
|
|
1089
|
-
* @experimental As of version 1.132.
|
|
1090
1059
|
*/
|
|
1091
1060
|
export default class Configuration extends BaseObject {
|
|
1092
1061
|
/**
|
|
@@ -1132,8 +1101,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1132
1101
|
*
|
|
1133
1102
|
* Default value is `true`.
|
|
1134
1103
|
*
|
|
1135
|
-
* @since 1.132
|
|
1136
|
-
* @experimental As of version 1.132.
|
|
1137
1104
|
*
|
|
1138
1105
|
* @returns Value of property `Calculations`
|
|
1139
1106
|
*/
|
|
@@ -1145,8 +1112,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1145
1112
|
*
|
|
1146
1113
|
* Default value is `false`.
|
|
1147
1114
|
*
|
|
1148
|
-
* @since 1.132
|
|
1149
|
-
* @experimental As of version 1.132.
|
|
1150
1115
|
*
|
|
1151
1116
|
* @returns Value of property `Commenting`
|
|
1152
1117
|
*/
|
|
@@ -1158,8 +1123,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1158
1123
|
*
|
|
1159
1124
|
* Default value is `sapui5`.
|
|
1160
1125
|
*
|
|
1161
|
-
* @since 1.132
|
|
1162
|
-
* @experimental As of version 1.132.
|
|
1163
1126
|
*
|
|
1164
1127
|
* @returns Value of property `ContextMenuVariant`
|
|
1165
1128
|
*/
|
|
@@ -1171,8 +1134,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1171
1134
|
*
|
|
1172
1135
|
* Default value is `false`.
|
|
1173
1136
|
*
|
|
1174
|
-
* @since 1.136
|
|
1175
|
-
* @experimental As of version 1.136.
|
|
1176
1137
|
*
|
|
1177
1138
|
* @returns Value of property `ImplicitVariableHandling`
|
|
1178
1139
|
*/
|
|
@@ -1184,8 +1145,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1184
1145
|
*
|
|
1185
1146
|
* Default value is `[TableProperties, NumberFormatting]`.
|
|
1186
1147
|
*
|
|
1187
|
-
* @since 1.132
|
|
1188
|
-
* @experimental As of version 1.132.
|
|
1189
1148
|
*
|
|
1190
1149
|
* @returns Value of property `StylingPanelItems`
|
|
1191
1150
|
*/
|
|
@@ -1197,8 +1156,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1197
1156
|
*
|
|
1198
1157
|
* Default value is `[Default, Basic]`.
|
|
1199
1158
|
*
|
|
1200
|
-
* @since 1.135
|
|
1201
|
-
* @experimental As of version 1.135.
|
|
1202
1159
|
*
|
|
1203
1160
|
* @returns Value of property `TableTemplates`
|
|
1204
1161
|
*/
|
|
@@ -1210,8 +1167,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1210
1167
|
*
|
|
1211
1168
|
* Default value is `TableTemplate.Default`.
|
|
1212
1169
|
*
|
|
1213
|
-
* @since 1.135
|
|
1214
|
-
* @experimental As of version 1.135.
|
|
1215
1170
|
*
|
|
1216
1171
|
* @returns Value of property `TableTemplateSelection`
|
|
1217
1172
|
*/
|
|
@@ -1225,8 +1180,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1225
1180
|
*
|
|
1226
1181
|
* Default value is `true`.
|
|
1227
1182
|
*
|
|
1228
|
-
* @since 1.132
|
|
1229
|
-
* @experimental As of version 1.132.
|
|
1230
1183
|
*
|
|
1231
1184
|
* @returns Reference to `this` in order to allow method chaining
|
|
1232
1185
|
*/
|
|
@@ -1245,8 +1198,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1245
1198
|
*
|
|
1246
1199
|
* Default value is `false`.
|
|
1247
1200
|
*
|
|
1248
|
-
* @since 1.132
|
|
1249
|
-
* @experimental As of version 1.132.
|
|
1250
1201
|
*
|
|
1251
1202
|
* @returns Reference to `this` in order to allow method chaining
|
|
1252
1203
|
*/
|
|
@@ -1265,8 +1216,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1265
1216
|
*
|
|
1266
1217
|
* Default value is `sapui5`.
|
|
1267
1218
|
*
|
|
1268
|
-
* @since 1.132
|
|
1269
|
-
* @experimental As of version 1.132.
|
|
1270
1219
|
*
|
|
1271
1220
|
* @returns Reference to `this` in order to allow method chaining
|
|
1272
1221
|
*/
|
|
@@ -1285,8 +1234,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1285
1234
|
*
|
|
1286
1235
|
* Default value is `false`.
|
|
1287
1236
|
*
|
|
1288
|
-
* @since 1.136
|
|
1289
|
-
* @experimental As of version 1.136.
|
|
1290
1237
|
*
|
|
1291
1238
|
* @returns Reference to `this` in order to allow method chaining
|
|
1292
1239
|
*/
|
|
@@ -1305,8 +1252,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1305
1252
|
*
|
|
1306
1253
|
* Default value is `[TableProperties, NumberFormatting]`.
|
|
1307
1254
|
*
|
|
1308
|
-
* @since 1.132
|
|
1309
|
-
* @experimental As of version 1.132.
|
|
1310
1255
|
*
|
|
1311
1256
|
* @returns Reference to `this` in order to allow method chaining
|
|
1312
1257
|
*/
|
|
@@ -1327,8 +1272,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1327
1272
|
*
|
|
1328
1273
|
* Default value is `[Default, Basic]`.
|
|
1329
1274
|
*
|
|
1330
|
-
* @since 1.135
|
|
1331
|
-
* @experimental As of version 1.135.
|
|
1332
1275
|
*
|
|
1333
1276
|
* @returns Reference to `this` in order to allow method chaining
|
|
1334
1277
|
*/
|
|
@@ -1347,8 +1290,6 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
1347
1290
|
*
|
|
1348
1291
|
* Default value is `TableTemplate.Default`.
|
|
1349
1292
|
*
|
|
1350
|
-
* @since 1.135
|
|
1351
|
-
* @experimental As of version 1.135.
|
|
1352
1293
|
*
|
|
1353
1294
|
* @returns Reference to `this` in order to allow method chaining
|
|
1354
1295
|
*/
|
|
@@ -1392,10 +1333,6 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
1392
1333
|
* "Messages": [ ]
|
|
1393
1334
|
* "AutoFetchEnabled": ""
|
|
1394
1335
|
* ```
|
|
1395
|
-
*
|
|
1396
|
-
*
|
|
1397
|
-
* @since 1.119
|
|
1398
|
-
* @experimental As of version 1.119.
|
|
1399
1336
|
*/
|
|
1400
1337
|
export default class DataProvider extends JSONModel {
|
|
1401
1338
|
/**
|
|
@@ -1485,7 +1422,6 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
1485
1422
|
/**
|
|
1486
1423
|
* Execute scenario on data provider
|
|
1487
1424
|
*
|
|
1488
|
-
* @since 1.134
|
|
1489
1425
|
*
|
|
1490
1426
|
* @returns Promise with reference to created scenario
|
|
1491
1427
|
*/
|
|
@@ -1787,8 +1723,6 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
1787
1723
|
}
|
|
1788
1724
|
/**
|
|
1789
1725
|
* Data provider configuration object.
|
|
1790
|
-
*
|
|
1791
|
-
* @experimental As of version 1.135.
|
|
1792
1726
|
*/
|
|
1793
1727
|
export type Configuration = {
|
|
1794
1728
|
/**
|
|
@@ -1851,8 +1785,6 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
1851
1785
|
export namespace Configuration {
|
|
1852
1786
|
/**
|
|
1853
1787
|
* Data provider configuration data source.
|
|
1854
|
-
*
|
|
1855
|
-
* @experimental As of version 1.135.
|
|
1856
1788
|
*/
|
|
1857
1789
|
type DataSource = {
|
|
1858
1790
|
/**
|
|
@@ -1879,8 +1811,6 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
1879
1811
|
|
|
1880
1812
|
/**
|
|
1881
1813
|
* Data provider configuration setup properties.
|
|
1882
|
-
*
|
|
1883
|
-
* @experimental As of version 1.135.
|
|
1884
1814
|
*/
|
|
1885
1815
|
type SetupProperties = {
|
|
1886
1816
|
/**
|
|
@@ -1917,10 +1847,6 @@ declare module "sap/sac/df/model/DataSourceInfo" {
|
|
|
1917
1847
|
* "LastUpdatedBy": "",
|
|
1918
1848
|
* "LastUpdatedText": ""
|
|
1919
1849
|
* ```
|
|
1920
|
-
*
|
|
1921
|
-
*
|
|
1922
|
-
* @since 1.119
|
|
1923
|
-
* @experimental As of version 1.119.
|
|
1924
1850
|
*/
|
|
1925
1851
|
export default class DataSourceInfo extends BaseObject {
|
|
1926
1852
|
/**
|
|
@@ -2001,10 +1927,6 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2001
1927
|
* }],
|
|
2002
1928
|
* "SupportedOperators": ["EQ"]
|
|
2003
1929
|
* ```
|
|
2004
|
-
*
|
|
2005
|
-
*
|
|
2006
|
-
* @since 1.119
|
|
2007
|
-
* @experimental As of version 1.119.
|
|
2008
1930
|
*/
|
|
2009
1931
|
export default class Dimension extends BaseObject {
|
|
2010
1932
|
/**
|
|
@@ -2293,10 +2215,6 @@ declare module "sap/sac/df/model/MultiDimModel" {
|
|
|
2293
2215
|
* "VariableGroups": { },
|
|
2294
2216
|
* "Messages": [ ]
|
|
2295
2217
|
* ```
|
|
2296
|
-
*
|
|
2297
|
-
*
|
|
2298
|
-
* @since 1.119
|
|
2299
|
-
* @experimental As of version 1.119.
|
|
2300
2218
|
*/
|
|
2301
2219
|
export default class MultiDimModel extends JSONModel {
|
|
2302
2220
|
/**
|
|
@@ -2714,10 +2632,6 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
2714
2632
|
* "DataProviderName": "",
|
|
2715
2633
|
* "MemberFilter": []
|
|
2716
2634
|
* ```
|
|
2717
|
-
*
|
|
2718
|
-
*
|
|
2719
|
-
* @since 1.119
|
|
2720
|
-
* @experimental As of version 1.119.
|
|
2721
2635
|
*/
|
|
2722
2636
|
export default class Variable extends BaseObject {
|
|
2723
2637
|
/**
|
|
@@ -2870,10 +2784,6 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
2870
2784
|
* "MergedVariable": { },
|
|
2871
2785
|
* "Rule": function () {}
|
|
2872
2786
|
* ```
|
|
2873
|
-
*
|
|
2874
|
-
*
|
|
2875
|
-
* @since 1.119
|
|
2876
|
-
* @experimental As of version 1.119.
|
|
2877
2787
|
*/
|
|
2878
2788
|
export default class VariableGroup extends BaseObject {
|
|
2879
2789
|
/**
|
|
@@ -3036,10 +2946,6 @@ declare module "sap/sac/df/model/visualization/Documents" {
|
|
|
3036
2946
|
* "DocumentsSupportType": ""
|
|
3037
2947
|
* "IsBasedOnCDSView": ""
|
|
3038
2948
|
* ```
|
|
3039
|
-
*
|
|
3040
|
-
*
|
|
3041
|
-
* @since 1.119
|
|
3042
|
-
* @experimental As of version 1.119.
|
|
3043
2949
|
*/
|
|
3044
2950
|
export default class Documents extends BaseObject {
|
|
3045
2951
|
/**
|
|
@@ -3252,9 +3158,6 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
3252
3158
|
|
|
3253
3159
|
/**
|
|
3254
3160
|
* Grid Visualization Object
|
|
3255
|
-
*
|
|
3256
|
-
* @since 1.132
|
|
3257
|
-
* @experimental As of version 1.132.
|
|
3258
3161
|
*/
|
|
3259
3162
|
export default class Grid extends BaseObject {
|
|
3260
3163
|
/**
|
|
@@ -3365,8 +3268,6 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
3365
3268
|
}
|
|
3366
3269
|
/**
|
|
3367
3270
|
* Axes Layout object type.
|
|
3368
|
-
*
|
|
3369
|
-
* @experimental As of version 1.132.
|
|
3370
3271
|
*/
|
|
3371
3272
|
export type AxesLayout = {
|
|
3372
3273
|
/**
|
|
@@ -3397,8 +3298,6 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
3397
3298
|
|
|
3398
3299
|
/**
|
|
3399
3300
|
* StylingPanel A panel control to format the data being displayed.
|
|
3400
|
-
*
|
|
3401
|
-
* @experimental As of version 1.129.
|
|
3402
3301
|
*/
|
|
3403
3302
|
export default class StylingPanel extends Control {
|
|
3404
3303
|
/**
|
|
@@ -3469,8 +3368,6 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
3469
3368
|
}
|
|
3470
3369
|
/**
|
|
3471
3370
|
* Describes the settings that can be provided to the StylingPanel constructor.
|
|
3472
|
-
*
|
|
3473
|
-
* @experimental As of version 1.129.
|
|
3474
3371
|
*/
|
|
3475
3372
|
export interface $StylingPanelSettings extends $ControlSettings {
|
|
3476
3373
|
/**
|
|
@@ -3483,8 +3380,6 @@ declare module "sap/sac/df/StylingPanel" {
|
|
|
3483
3380
|
declare module "sap/sac/df/types/Axis" {
|
|
3484
3381
|
/**
|
|
3485
3382
|
* Axis of a multidimensional Result Set
|
|
3486
|
-
*
|
|
3487
|
-
* @experimental As of version 1.119.
|
|
3488
3383
|
*/
|
|
3489
3384
|
enum Axis {
|
|
3490
3385
|
/**
|
|
@@ -3506,9 +3401,6 @@ declare module "sap/sac/df/types/Axis" {
|
|
|
3506
3401
|
declare module "sap/sac/df/types/configuration/StylingPanelItem" {
|
|
3507
3402
|
/**
|
|
3508
3403
|
* Item of the styling panel
|
|
3509
|
-
*
|
|
3510
|
-
* @since 1.132
|
|
3511
|
-
* @experimental As of version 1.132.
|
|
3512
3404
|
*/
|
|
3513
3405
|
enum StylingPanelItem {
|
|
3514
3406
|
/**
|
|
@@ -3530,9 +3422,6 @@ declare module "sap/sac/df/types/configuration/StylingPanelItem" {
|
|
|
3530
3422
|
declare module "sap/sac/df/types/configuration/TableTemplate" {
|
|
3531
3423
|
/**
|
|
3532
3424
|
* Item of the styling panel
|
|
3533
|
-
*
|
|
3534
|
-
* @since 1.135
|
|
3535
|
-
* @experimental As of version 1.135.
|
|
3536
3425
|
*/
|
|
3537
3426
|
enum TableTemplate {
|
|
3538
3427
|
/**
|
|
@@ -3558,8 +3447,6 @@ declare module "sap/sac/df/types/configuration/TableTemplate" {
|
|
|
3558
3447
|
declare module "sap/sac/df/types/DataAnalyzerPanelName" {
|
|
3559
3448
|
/**
|
|
3560
3449
|
* DataAnalyzer Panels
|
|
3561
|
-
*
|
|
3562
|
-
* @experimental As of version 1.132.
|
|
3563
3450
|
*/
|
|
3564
3451
|
enum DataAnalyzerPanelName {
|
|
3565
3452
|
/**
|
|
@@ -3577,8 +3464,6 @@ declare module "sap/sac/df/types/DataAnalyzerPanelName" {
|
|
|
3577
3464
|
declare module "sap/sac/df/types/DataSourceType" {
|
|
3578
3465
|
/**
|
|
3579
3466
|
* Type of a data source
|
|
3580
|
-
*
|
|
3581
|
-
* @experimental As of version 1.89.
|
|
3582
3467
|
*/
|
|
3583
3468
|
enum DataSourceType {
|
|
3584
3469
|
/**
|
|
@@ -3612,8 +3497,6 @@ declare module "sap/sac/df/types/DataSourceType" {
|
|
|
3612
3497
|
declare module "sap/sac/df/types/DocumentsSupportType" {
|
|
3613
3498
|
/**
|
|
3614
3499
|
* Documents support type
|
|
3615
|
-
*
|
|
3616
|
-
* @experimental As of version 1.120.
|
|
3617
3500
|
*/
|
|
3618
3501
|
enum DocumentsSupportType {
|
|
3619
3502
|
/**
|
|
@@ -3639,9 +3522,6 @@ declare module "sap/sac/df/types/DocumentsSupportType" {
|
|
|
3639
3522
|
declare module "sap/sac/df/types/SemanticRole" {
|
|
3640
3523
|
/**
|
|
3641
3524
|
* Semantic Role of a dimension member
|
|
3642
|
-
*
|
|
3643
|
-
* @since 1.135
|
|
3644
|
-
* @experimental As of version 1.135.
|
|
3645
3525
|
*/
|
|
3646
3526
|
enum SemanticRole {
|
|
3647
3527
|
/**
|
|
@@ -3675,8 +3555,6 @@ declare module "sap/sac/df/types/SemanticRole" {
|
|
|
3675
3555
|
declare module "sap/sac/df/types/SortDirection" {
|
|
3676
3556
|
/**
|
|
3677
3557
|
* Sort Direction
|
|
3678
|
-
*
|
|
3679
|
-
* @experimental As of version 1.130.
|
|
3680
3558
|
*/
|
|
3681
3559
|
enum SortDirection {
|
|
3682
3560
|
/**
|
|
@@ -3698,8 +3576,6 @@ declare module "sap/sac/df/types/SortDirection" {
|
|
|
3698
3576
|
declare module "sap/sac/df/types/SortType" {
|
|
3699
3577
|
/**
|
|
3700
3578
|
* Sort Type
|
|
3701
|
-
*
|
|
3702
|
-
* @experimental As of version 1.130.
|
|
3703
3579
|
*/
|
|
3704
3580
|
enum SortType {
|
|
3705
3581
|
/**
|
|
@@ -3725,8 +3601,6 @@ declare module "sap/sac/df/types/SortType" {
|
|
|
3725
3601
|
declare module "sap/sac/df/types/SystemType" {
|
|
3726
3602
|
/**
|
|
3727
3603
|
* System Type of an InA System
|
|
3728
|
-
*
|
|
3729
|
-
* @experimental As of version 1.89.
|
|
3730
3604
|
*/
|
|
3731
3605
|
enum SystemType {
|
|
3732
3606
|
/**
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.139.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -1048,7 +1048,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
|
|
|
1048
1048
|
|
|
1049
1049
|
/**
|
|
1050
1050
|
* The `FilterBar` displays filters in a user-friendly manner to populate values for a query. The `FilterBar`
|
|
1051
|
-
* consists of a row containing the {@link sap.ui.comp.smartvariants.
|
|
1051
|
+
* consists of a row containing the {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement` }
|
|
1052
1052
|
* control, the related buttons, and an area underneath displaying the filters.
|
|
1053
1053
|
*
|
|
1054
1054
|
* The filters are arranged in a logical row that is divided depending on the space available and the width
|
|
@@ -31442,6 +31442,59 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
31442
31442
|
*/
|
|
31443
31443
|
oListener?: object
|
|
31444
31444
|
): this;
|
|
31445
|
+
/**
|
|
31446
|
+
* Attaches event handler `fnFunction` to the {@link #event:changeModelValue changeModelValue} event of
|
|
31447
|
+
* this `sap.ui.comp.smarttable.SmartTable`.
|
|
31448
|
+
*
|
|
31449
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
31450
|
+
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
31451
|
+
*
|
|
31452
|
+
* Forwards the {@link sap.ui.comp.smartfield.SmartField#event:changeModelValue changeModelValue} event
|
|
31453
|
+
* from the {@link sap.ui.comp.smartfield.SmartField SmartField}.
|
|
31454
|
+
*
|
|
31455
|
+
* @since 1.139
|
|
31456
|
+
*
|
|
31457
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
31458
|
+
*/
|
|
31459
|
+
attachChangeModelValue(
|
|
31460
|
+
/**
|
|
31461
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
31462
|
+
* object when firing the event
|
|
31463
|
+
*/
|
|
31464
|
+
oData: object,
|
|
31465
|
+
/**
|
|
31466
|
+
* The function to be called when the event occurs
|
|
31467
|
+
*/
|
|
31468
|
+
fnFunction: (p1: Event) => void,
|
|
31469
|
+
/**
|
|
31470
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smarttable.SmartTable` itself
|
|
31471
|
+
*/
|
|
31472
|
+
oListener?: object
|
|
31473
|
+
): this;
|
|
31474
|
+
/**
|
|
31475
|
+
* Attaches event handler `fnFunction` to the {@link #event:changeModelValue changeModelValue} event of
|
|
31476
|
+
* this `sap.ui.comp.smarttable.SmartTable`.
|
|
31477
|
+
*
|
|
31478
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
31479
|
+
* otherwise it will be bound to this `sap.ui.comp.smarttable.SmartTable` itself.
|
|
31480
|
+
*
|
|
31481
|
+
* Forwards the {@link sap.ui.comp.smartfield.SmartField#event:changeModelValue changeModelValue} event
|
|
31482
|
+
* from the {@link sap.ui.comp.smartfield.SmartField SmartField}.
|
|
31483
|
+
*
|
|
31484
|
+
* @since 1.139
|
|
31485
|
+
*
|
|
31486
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
31487
|
+
*/
|
|
31488
|
+
attachChangeModelValue(
|
|
31489
|
+
/**
|
|
31490
|
+
* The function to be called when the event occurs
|
|
31491
|
+
*/
|
|
31492
|
+
fnFunction: (p1: Event) => void,
|
|
31493
|
+
/**
|
|
31494
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smarttable.SmartTable` itself
|
|
31495
|
+
*/
|
|
31496
|
+
oListener?: object
|
|
31497
|
+
): this;
|
|
31445
31498
|
/**
|
|
31446
31499
|
* Attaches event handler `fnFunction` to the {@link #event:dataReceived dataReceived} event of this `sap.ui.comp.smarttable.SmartTable`.
|
|
31447
31500
|
*
|
|
@@ -32089,6 +32142,26 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32089
32142
|
*/
|
|
32090
32143
|
oListener?: object
|
|
32091
32144
|
): this;
|
|
32145
|
+
/**
|
|
32146
|
+
* Detaches event handler `fnFunction` from the {@link #event:changeModelValue changeModelValue} event of
|
|
32147
|
+
* this `sap.ui.comp.smarttable.SmartTable`.
|
|
32148
|
+
*
|
|
32149
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
32150
|
+
*
|
|
32151
|
+
* @since 1.139
|
|
32152
|
+
*
|
|
32153
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
32154
|
+
*/
|
|
32155
|
+
detachChangeModelValue(
|
|
32156
|
+
/**
|
|
32157
|
+
* The function to be called, when the event occurs
|
|
32158
|
+
*/
|
|
32159
|
+
fnFunction: (p1: Event) => void,
|
|
32160
|
+
/**
|
|
32161
|
+
* Context object on which the given function had to be called
|
|
32162
|
+
*/
|
|
32163
|
+
oListener?: object
|
|
32164
|
+
): this;
|
|
32092
32165
|
/**
|
|
32093
32166
|
* Detaches event handler `fnFunction` from the {@link #event:dataReceived dataReceived} event of this `sap.ui.comp.smarttable.SmartTable`.
|
|
32094
32167
|
*
|
|
@@ -32370,6 +32443,20 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
32370
32443
|
*/
|
|
32371
32444
|
mParameters?: SmartTable$BeforeRebindTableEventParameters
|
|
32372
32445
|
): this;
|
|
32446
|
+
/**
|
|
32447
|
+
* Fires event {@link #event:changeModelValue changeModelValue} to attached listeners.
|
|
32448
|
+
*
|
|
32449
|
+
* @since 1.139
|
|
32450
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
32451
|
+
*
|
|
32452
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
32453
|
+
*/
|
|
32454
|
+
fireChangeModelValue(
|
|
32455
|
+
/**
|
|
32456
|
+
* Parameters to pass along with the event
|
|
32457
|
+
*/
|
|
32458
|
+
mParameters?: object
|
|
32459
|
+
): this;
|
|
32373
32460
|
/**
|
|
32374
32461
|
* Fires event {@link #event:dataReceived dataReceived} to attached listeners.
|
|
32375
32462
|
*
|
|
@@ -35282,6 +35369,14 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
35282
35369
|
* @since 1.96.15
|
|
35283
35370
|
*/
|
|
35284
35371
|
uiStateChange?: (oEvent: Event) => void;
|
|
35372
|
+
|
|
35373
|
+
/**
|
|
35374
|
+
* Forwards the {@link sap.ui.comp.smartfield.SmartField#event:changeModelValue changeModelValue} event
|
|
35375
|
+
* from the {@link sap.ui.comp.smartfield.SmartField SmartField}.
|
|
35376
|
+
*
|
|
35377
|
+
* @since 1.139
|
|
35378
|
+
*/
|
|
35379
|
+
changeModelValue?: (oEvent: Event) => void;
|
|
35285
35380
|
}
|
|
35286
35381
|
|
|
35287
35382
|
/**
|
|
@@ -35413,6 +35508,19 @@ declare module "sap/ui/comp/smarttable/SmartTable" {
|
|
|
35413
35508
|
SmartTable
|
|
35414
35509
|
>;
|
|
35415
35510
|
|
|
35511
|
+
/**
|
|
35512
|
+
* Parameters of the SmartTable#changeModelValue event.
|
|
35513
|
+
*/
|
|
35514
|
+
export interface SmartTable$ChangeModelValueEventParameters {}
|
|
35515
|
+
|
|
35516
|
+
/**
|
|
35517
|
+
* Event object of the SmartTable#changeModelValue event.
|
|
35518
|
+
*/
|
|
35519
|
+
export type SmartTable$ChangeModelValueEvent = Event<
|
|
35520
|
+
SmartTable$ChangeModelValueEventParameters,
|
|
35521
|
+
SmartTable
|
|
35522
|
+
>;
|
|
35523
|
+
|
|
35416
35524
|
/**
|
|
35417
35525
|
* Parameters of the SmartTable#dataReceived event.
|
|
35418
35526
|
*
|
package/types/sap.ui.dt.d.ts
CHANGED