@sapui5/ts-types-esm 1.132.1 → 1.133.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/package.json +1 -1
- package/types/{sap.ui.commons.d.ts → commons-1.133.0-esm-d.ts} +326 -335
- package/types/{sap.ui.core.d.ts → core-1.133.0-esm-d.ts} +693 -718
- package/types/{sap.ui.dt.d.ts → dt-1.133.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{sap.ui.mdc.d.ts → mdc-1.133.0-esm-d.ts} +167 -142
- package/types/{sap.m.d.ts → mobile-1.133.0-esm-d.ts} +1946 -1117
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- 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 +16 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
- package/types/{sap.tnt.d.ts → tnt-1.133.0-esm-d.ts} +229 -14
- package/types/{sap.ui.ux3.d.ts → ux3-1.133.0-esm-d.ts} +113 -117
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
@@ -17,7 +17,7 @@ declare module "sap/sac/df/changeHandler/MultiDimModelChangeHandler" {
|
|
|
17
17
|
* to the change handler.
|
|
18
18
|
*
|
|
19
19
|
* @since 1.120
|
|
20
|
-
* @experimental
|
|
20
|
+
* @experimental As of version 1.120.
|
|
21
21
|
*/
|
|
22
22
|
export default class MultiDimModelChangeHandler extends Control {
|
|
23
23
|
/**
|
|
@@ -73,7 +73,7 @@ declare module "sap/sac/df/changeHandler/MultiDimModelChangeHandler" {
|
|
|
73
73
|
/**
|
|
74
74
|
* Describes the settings that can be provided to the MultiDimModelChangeHandler constructor.
|
|
75
75
|
*
|
|
76
|
-
* @experimental
|
|
76
|
+
* @experimental As of version 1.120.
|
|
77
77
|
*/
|
|
78
78
|
export interface $MultiDimModelChangeHandlerSettings
|
|
79
79
|
extends $ControlSettings {}
|
|
@@ -91,7 +91,7 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
91
91
|
/**
|
|
92
92
|
* FlexAnalysis A control to display multi-dimensional data
|
|
93
93
|
*
|
|
94
|
-
* @experimental
|
|
94
|
+
* @experimental As of version 1.132.
|
|
95
95
|
*/
|
|
96
96
|
export default class DataAnalyzer extends Control {
|
|
97
97
|
/**
|
|
@@ -213,7 +213,7 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
213
213
|
/**
|
|
214
214
|
* Describes the settings that can be provided to the DataAnalyzer constructor.
|
|
215
215
|
*
|
|
216
|
-
* @experimental
|
|
216
|
+
* @experimental As of version 1.132.
|
|
217
217
|
*/
|
|
218
218
|
export interface $DataAnalyzerSettings extends $ControlSettings {
|
|
219
219
|
/**
|
|
@@ -243,7 +243,7 @@ declare module "sap/sac/df/DesignerPanel" {
|
|
|
243
243
|
/**
|
|
244
244
|
* DesignerPanel A panel control to design layouts / visualizations
|
|
245
245
|
*
|
|
246
|
-
* @experimental
|
|
246
|
+
* @experimental As of version 1.129.
|
|
247
247
|
*/
|
|
248
248
|
export default class DesignerPanel extends Control {
|
|
249
249
|
/**
|
|
@@ -375,7 +375,7 @@ declare module "sap/sac/df/DesignerPanel" {
|
|
|
375
375
|
/**
|
|
376
376
|
* Describes the settings that can be provided to the DesignerPanel constructor.
|
|
377
377
|
*
|
|
378
|
-
* @experimental
|
|
378
|
+
* @experimental As of version 1.129.
|
|
379
379
|
*/
|
|
380
380
|
export interface $DesignerPanelSettings extends $ControlSettings {
|
|
381
381
|
/**
|
|
@@ -409,7 +409,7 @@ declare module "sap/sac/df/FilterBar" {
|
|
|
409
409
|
/**
|
|
410
410
|
* A Filter Bar based on Multidimensional Model
|
|
411
411
|
*
|
|
412
|
-
* @experimental
|
|
412
|
+
* @experimental As of version 1.119.
|
|
413
413
|
*/
|
|
414
414
|
export default class FilterBar extends FilterBar1 {
|
|
415
415
|
/**
|
|
@@ -477,7 +477,7 @@ declare module "sap/sac/df/FilterBar" {
|
|
|
477
477
|
/**
|
|
478
478
|
* Describes the settings that can be provided to the FilterBar constructor.
|
|
479
479
|
*
|
|
480
|
-
* @experimental
|
|
480
|
+
* @experimental As of version 1.119.
|
|
481
481
|
*/
|
|
482
482
|
export interface $FilterBarSettings extends $FilterBarSettings1 {
|
|
483
483
|
/**
|
|
@@ -506,7 +506,7 @@ declare module "sap/sac/df/FilterField" {
|
|
|
506
506
|
* in the corresponding {@link sap.ui.mdc.condition.ConditionModel ConditionModel}.
|
|
507
507
|
*
|
|
508
508
|
* @since 1.121
|
|
509
|
-
* @experimental
|
|
509
|
+
* @experimental As of version 1.121.
|
|
510
510
|
*/
|
|
511
511
|
export default class FilterField
|
|
512
512
|
extends FilterField1
|
|
@@ -598,7 +598,7 @@ declare module "sap/sac/df/FilterField" {
|
|
|
598
598
|
/**
|
|
599
599
|
* Describes the settings that can be provided to the FilterField constructor.
|
|
600
600
|
*
|
|
601
|
-
* @experimental
|
|
601
|
+
* @experimental As of version 1.121.
|
|
602
602
|
*/
|
|
603
603
|
export interface $FilterFieldSettings extends $FilterFieldSettings1 {
|
|
604
604
|
/**
|
|
@@ -614,7 +614,7 @@ declare module "sap/sac/df/FilterPanel" {
|
|
|
614
614
|
/**
|
|
615
615
|
* A Filter Panel based on Multidimensional Model
|
|
616
616
|
*
|
|
617
|
-
* @experimental
|
|
617
|
+
* @experimental As of version 1.128.
|
|
618
618
|
*/
|
|
619
619
|
export default class FilterPanel
|
|
620
620
|
extends /* was: sap.ui.mdc.p13n.panels.FilterPanel */ Object
|
|
@@ -740,7 +740,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
740
740
|
* The user can view the data in a Table, navigate in the data via a context menu or builder panels The
|
|
741
741
|
* data source that the FlexAnalysis consumes or renders has to be provided as a property value.
|
|
742
742
|
*
|
|
743
|
-
* @deprecated
|
|
743
|
+
* @deprecated As of version 1.132. Replaced by {@link sap.sac.df.DataAnalyzer DataAnalyzer} or {@link sap.sac.df.Grid Grid}.
|
|
744
744
|
* @experimental
|
|
745
745
|
*/
|
|
746
746
|
export default class FlexAnalysis extends Control {
|
|
@@ -792,8 +792,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
792
792
|
/**
|
|
793
793
|
* Adds some customPanel to the aggregation {@link #getCustomPanels customPanels}.
|
|
794
794
|
*
|
|
795
|
-
* @deprecated
|
|
796
|
-
* provider.
|
|
795
|
+
* @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
|
|
796
|
+
* data provider.
|
|
797
797
|
*
|
|
798
798
|
* @returns Reference to `this` in order to allow method chaining
|
|
799
799
|
*/
|
|
@@ -856,7 +856,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
856
856
|
* See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
|
|
857
857
|
* of the possible properties of `oBindingInfo`
|
|
858
858
|
*
|
|
859
|
-
* @deprecated
|
|
859
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
860
860
|
*
|
|
861
861
|
* @returns Reference to `this` in order to allow method chaining
|
|
862
862
|
*/
|
|
@@ -869,8 +869,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
869
869
|
/**
|
|
870
870
|
* Destroys all the customPanels in the aggregation {@link #getCustomPanels customPanels}.
|
|
871
871
|
*
|
|
872
|
-
* @deprecated
|
|
873
|
-
* provider.
|
|
872
|
+
* @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
|
|
873
|
+
* data provider.
|
|
874
874
|
*
|
|
875
875
|
* @returns Reference to `this` in order to allow method chaining
|
|
876
876
|
*/
|
|
@@ -913,8 +913,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
913
913
|
*
|
|
914
914
|
* Default value is `true`.
|
|
915
915
|
*
|
|
916
|
-
* @deprecated
|
|
917
|
-
* provider.
|
|
916
|
+
* @deprecated As of version 1.124. the concept has been discarded. Refreshing the data is handled by the
|
|
917
|
+
* data provider.
|
|
918
918
|
*
|
|
919
919
|
* @returns Value of property `autoUpdate`
|
|
920
920
|
*/
|
|
@@ -924,7 +924,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
924
924
|
*
|
|
925
925
|
* Client Identifier to be used for underlying InA queries
|
|
926
926
|
*
|
|
927
|
-
* @deprecated
|
|
927
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
928
928
|
*
|
|
929
929
|
* @returns Value of property `clientIdentifier`
|
|
930
930
|
*/
|
|
@@ -961,8 +961,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
961
961
|
*
|
|
962
962
|
* Custom panels for the flexible analysis control
|
|
963
963
|
*
|
|
964
|
-
* @deprecated
|
|
965
|
-
* provider.
|
|
964
|
+
* @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
|
|
965
|
+
* data provider.
|
|
966
966
|
*/
|
|
967
967
|
getCustomPanels(): Control[];
|
|
968
968
|
/**
|
|
@@ -970,7 +970,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
970
970
|
*
|
|
971
971
|
* Name of the Data Provider from the corresponding MultiDimModel to be used
|
|
972
972
|
*
|
|
973
|
-
* @deprecated
|
|
973
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
974
974
|
*
|
|
975
975
|
* @returns Value of property `dataProvider`
|
|
976
976
|
*/
|
|
@@ -982,7 +982,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
982
982
|
*
|
|
983
983
|
* Default value is `"$datasource"`.
|
|
984
984
|
*
|
|
985
|
-
* @deprecated
|
|
985
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
986
986
|
*
|
|
987
987
|
* @returns Value of property `dataSource`
|
|
988
988
|
*/
|
|
@@ -1125,7 +1125,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1125
1125
|
*
|
|
1126
1126
|
* Default value is `"om"`.
|
|
1127
1127
|
*
|
|
1128
|
-
* @deprecated
|
|
1128
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1129
1129
|
*
|
|
1130
1130
|
* @returns Value of property `multiDimModelId`
|
|
1131
1131
|
*/
|
|
@@ -1156,7 +1156,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1156
1156
|
*
|
|
1157
1157
|
* System to take data from. If not set or set to "local" current url will be used to determine the system
|
|
1158
1158
|
*
|
|
1159
|
-
* @deprecated
|
|
1159
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1160
1160
|
*
|
|
1161
1161
|
* @returns Value of property `systemName`
|
|
1162
1162
|
*/
|
|
@@ -1168,11 +1168,11 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1168
1168
|
*
|
|
1169
1169
|
* Default value is `BW`.
|
|
1170
1170
|
*
|
|
1171
|
-
* @deprecated
|
|
1171
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1172
1172
|
*
|
|
1173
1173
|
* @returns Value of property `systemType`
|
|
1174
1174
|
*/
|
|
1175
|
-
getSystemType(): SystemType
|
|
1175
|
+
getSystemType(): SystemType;
|
|
1176
1176
|
/**
|
|
1177
1177
|
* Gets current value of property {@link #getTitle title}.
|
|
1178
1178
|
*
|
|
@@ -1197,8 +1197,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1197
1197
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getCustomPanels customPanels}.
|
|
1198
1198
|
* and returns its index if found or -1 otherwise.
|
|
1199
1199
|
*
|
|
1200
|
-
* @deprecated
|
|
1201
|
-
* provider.
|
|
1200
|
+
* @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
|
|
1201
|
+
* data provider.
|
|
1202
1202
|
*
|
|
1203
1203
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
1204
1204
|
*/
|
|
@@ -1211,8 +1211,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Inserts a customPanel into the aggregation {@link #getCustomPanels customPanels}.
|
|
1213
1213
|
*
|
|
1214
|
-
* @deprecated
|
|
1215
|
-
* provider.
|
|
1214
|
+
* @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
|
|
1215
|
+
* data provider.
|
|
1216
1216
|
*
|
|
1217
1217
|
* @returns Reference to `this` in order to allow method chaining
|
|
1218
1218
|
*/
|
|
@@ -1233,8 +1233,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1233
1233
|
*
|
|
1234
1234
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
1235
1235
|
*
|
|
1236
|
-
* @deprecated
|
|
1237
|
-
* provider.
|
|
1236
|
+
* @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
|
|
1237
|
+
* data provider.
|
|
1238
1238
|
*
|
|
1239
1239
|
* @returns An array of the removed elements (might be empty)
|
|
1240
1240
|
*/
|
|
@@ -1242,8 +1242,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1242
1242
|
/**
|
|
1243
1243
|
* Removes a customPanel from the aggregation {@link #getCustomPanels customPanels}.
|
|
1244
1244
|
*
|
|
1245
|
-
* @deprecated
|
|
1246
|
-
* provider.
|
|
1245
|
+
* @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
|
|
1246
|
+
* data provider.
|
|
1247
1247
|
*
|
|
1248
1248
|
* @returns The removed customPanel or `null`
|
|
1249
1249
|
*/
|
|
@@ -1262,8 +1262,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1262
1262
|
*
|
|
1263
1263
|
* Default value is `true`.
|
|
1264
1264
|
*
|
|
1265
|
-
* @deprecated
|
|
1266
|
-
* provider.
|
|
1265
|
+
* @deprecated As of version 1.124. the concept has been discarded. Refreshing the data is handled by the
|
|
1266
|
+
* data provider.
|
|
1267
1267
|
*
|
|
1268
1268
|
* @returns Reference to `this` in order to allow method chaining
|
|
1269
1269
|
*/
|
|
@@ -1280,7 +1280,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1280
1280
|
*
|
|
1281
1281
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1282
1282
|
*
|
|
1283
|
-
* @deprecated
|
|
1283
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1284
1284
|
*
|
|
1285
1285
|
* @returns Reference to `this` in order to allow method chaining
|
|
1286
1286
|
*/
|
|
@@ -1345,7 +1345,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1345
1345
|
*
|
|
1346
1346
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1347
1347
|
*
|
|
1348
|
-
* @deprecated
|
|
1348
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1349
1349
|
*
|
|
1350
1350
|
* @returns Reference to `this` in order to allow method chaining
|
|
1351
1351
|
*/
|
|
@@ -1364,7 +1364,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1364
1364
|
*
|
|
1365
1365
|
* Default value is `"$datasource"`.
|
|
1366
1366
|
*
|
|
1367
|
-
* @deprecated
|
|
1367
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1368
1368
|
*
|
|
1369
1369
|
* @returns Reference to `this` in order to allow method chaining
|
|
1370
1370
|
*/
|
|
@@ -1598,7 +1598,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1598
1598
|
*
|
|
1599
1599
|
* Default value is `"om"`.
|
|
1600
1600
|
*
|
|
1601
|
-
* @deprecated
|
|
1601
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1602
1602
|
*
|
|
1603
1603
|
* @returns Reference to `this` in order to allow method chaining
|
|
1604
1604
|
*/
|
|
@@ -1650,7 +1650,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1650
1650
|
*
|
|
1651
1651
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1652
1652
|
*
|
|
1653
|
-
* @deprecated
|
|
1653
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1654
1654
|
*
|
|
1655
1655
|
* @returns Reference to `this` in order to allow method chaining
|
|
1656
1656
|
*/
|
|
@@ -1669,7 +1669,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1669
1669
|
*
|
|
1670
1670
|
* Default value is `BW`.
|
|
1671
1671
|
*
|
|
1672
|
-
* @deprecated
|
|
1672
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1673
1673
|
*
|
|
1674
1674
|
* @returns Reference to `this` in order to allow method chaining
|
|
1675
1675
|
*/
|
|
@@ -1716,7 +1716,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1716
1716
|
/**
|
|
1717
1717
|
* Unbinds property {@link #getDataProvider dataProvider} from model data.
|
|
1718
1718
|
*
|
|
1719
|
-
* @deprecated
|
|
1719
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1720
1720
|
*
|
|
1721
1721
|
* @returns Reference to `this` in order to allow method chaining
|
|
1722
1722
|
*/
|
|
@@ -1725,7 +1725,7 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1725
1725
|
/**
|
|
1726
1726
|
* Describes the settings that can be provided to the FlexAnalysis constructor.
|
|
1727
1727
|
*
|
|
1728
|
-
* @deprecated
|
|
1728
|
+
* @deprecated As of version 1.132. Replaced by {@link sap.sac.df.DataAnalyzer DataAnalyzer} or {@link sap.sac.df.Grid Grid}.
|
|
1729
1729
|
* @experimental
|
|
1730
1730
|
*/
|
|
1731
1731
|
export interface $FlexAnalysisSettings extends $ControlSettings {
|
|
@@ -1742,8 +1742,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1742
1742
|
/**
|
|
1743
1743
|
* Indicates if Flexible Analysis component automatically requests the ResultSet for the shown data source
|
|
1744
1744
|
*
|
|
1745
|
-
* @deprecated
|
|
1746
|
-
* provider.
|
|
1745
|
+
* @deprecated As of version 1.124. the concept has been discarded. Refreshing the data is handled by the
|
|
1746
|
+
* data provider.
|
|
1747
1747
|
*/
|
|
1748
1748
|
autoUpdate?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1749
1749
|
|
|
@@ -1815,21 +1815,21 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1815
1815
|
/**
|
|
1816
1816
|
* System to take data from. If not set or set to "local" current url will be used to determine the system
|
|
1817
1817
|
*
|
|
1818
|
-
* @deprecated
|
|
1818
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1819
1819
|
*/
|
|
1820
1820
|
systemName?: string | PropertyBindingInfo;
|
|
1821
1821
|
|
|
1822
1822
|
/**
|
|
1823
1823
|
* Data source (Query name/ View, InA model etc) to be used to get the data from
|
|
1824
1824
|
*
|
|
1825
|
-
* @deprecated
|
|
1825
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1826
1826
|
*/
|
|
1827
1827
|
dataSource?: string | PropertyBindingInfo;
|
|
1828
1828
|
|
|
1829
1829
|
/**
|
|
1830
1830
|
* Type the system to connect to get data
|
|
1831
1831
|
*
|
|
1832
|
-
* @deprecated
|
|
1832
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1833
1833
|
*/
|
|
1834
1834
|
systemType?:
|
|
1835
1835
|
| (SystemType | keyof typeof SystemType)
|
|
@@ -1844,21 +1844,21 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1844
1844
|
/**
|
|
1845
1845
|
* Client Identifier to be used for underlying InA queries
|
|
1846
1846
|
*
|
|
1847
|
-
* @deprecated
|
|
1847
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1848
1848
|
*/
|
|
1849
1849
|
clientIdentifier?: string | PropertyBindingInfo;
|
|
1850
1850
|
|
|
1851
1851
|
/**
|
|
1852
1852
|
* Name of the Data Provider from the corresponding MultiDimModel to be used
|
|
1853
1853
|
*
|
|
1854
|
-
* @deprecated
|
|
1854
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1855
1855
|
*/
|
|
1856
1856
|
dataProvider?: any | PropertyBindingInfo | `{${string}}`;
|
|
1857
1857
|
|
|
1858
1858
|
/**
|
|
1859
1859
|
* Id of the MultiDimModel to use
|
|
1860
1860
|
*
|
|
1861
|
-
* @deprecated
|
|
1861
|
+
* @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
|
|
1862
1862
|
*/
|
|
1863
1863
|
multiDimModelId?: string | PropertyBindingInfo;
|
|
1864
1864
|
|
|
@@ -1882,8 +1882,8 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1882
1882
|
/**
|
|
1883
1883
|
* Custom panels for the flexible analysis control
|
|
1884
1884
|
*
|
|
1885
|
-
* @deprecated
|
|
1886
|
-
* provider.
|
|
1885
|
+
* @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
|
|
1886
|
+
* data provider.
|
|
1887
1887
|
*/
|
|
1888
1888
|
customPanels?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
1889
1889
|
|
|
@@ -1924,7 +1924,7 @@ declare module "sap/sac/df/Grid" {
|
|
|
1924
1924
|
/**
|
|
1925
1925
|
* Grid A grid control for displaying multi-dimensional data
|
|
1926
1926
|
*
|
|
1927
|
-
* @experimental
|
|
1927
|
+
* @experimental As of version 1.129.
|
|
1928
1928
|
*/
|
|
1929
1929
|
export default class Grid extends Control {
|
|
1930
1930
|
/**
|
|
@@ -2157,7 +2157,7 @@ declare module "sap/sac/df/Grid" {
|
|
|
2157
2157
|
/**
|
|
2158
2158
|
* Describes the settings that can be provided to the Grid constructor.
|
|
2159
2159
|
*
|
|
2160
|
-
* @experimental
|
|
2160
|
+
* @experimental As of version 1.129.
|
|
2161
2161
|
*/
|
|
2162
2162
|
export interface $GridSettings extends $ControlSettings {
|
|
2163
2163
|
/**
|
|
@@ -2222,8 +2222,8 @@ declare module "sap/sac/df/model/AxesLayout" {
|
|
|
2222
2222
|
*
|
|
2223
2223
|
*
|
|
2224
2224
|
* @since 1.119
|
|
2225
|
-
* @deprecated
|
|
2226
|
-
* @experimental
|
|
2225
|
+
* @deprecated As of version 1.132. Replaced by {@link sap.sac.df.model.visualization.Grid Grid}.
|
|
2226
|
+
* @experimental As of version 1.119.
|
|
2227
2227
|
*/
|
|
2228
2228
|
export default class AxesLayout extends BaseObject {
|
|
2229
2229
|
/**
|
|
@@ -2294,7 +2294,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2294
2294
|
* Configuration of the multidimensional model and its components
|
|
2295
2295
|
*
|
|
2296
2296
|
* @since 1.132
|
|
2297
|
-
* @experimental
|
|
2297
|
+
* @experimental As of version 1.132.
|
|
2298
2298
|
*/
|
|
2299
2299
|
export default class Configuration extends BaseObject {
|
|
2300
2300
|
/**
|
|
@@ -2341,7 +2341,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2341
2341
|
* Default value is `true`.
|
|
2342
2342
|
*
|
|
2343
2343
|
* @since 1.132
|
|
2344
|
-
* @experimental
|
|
2344
|
+
* @experimental As of version 1.132.
|
|
2345
2345
|
*
|
|
2346
2346
|
* @returns Value of property `Calculations`
|
|
2347
2347
|
*/
|
|
@@ -2354,7 +2354,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2354
2354
|
* Default value is `false`.
|
|
2355
2355
|
*
|
|
2356
2356
|
* @since 1.132
|
|
2357
|
-
* @experimental
|
|
2357
|
+
* @experimental As of version 1.132.
|
|
2358
2358
|
*
|
|
2359
2359
|
* @returns Value of property `Commenting`
|
|
2360
2360
|
*/
|
|
@@ -2367,7 +2367,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2367
2367
|
* Default value is `sapui5`.
|
|
2368
2368
|
*
|
|
2369
2369
|
* @since 1.132
|
|
2370
|
-
* @experimental
|
|
2370
|
+
* @experimental As of version 1.132.
|
|
2371
2371
|
*
|
|
2372
2372
|
* @returns Value of property `ContextMenuVariant`
|
|
2373
2373
|
*/
|
|
@@ -2380,13 +2380,11 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2380
2380
|
* Default value is `[TableProperties, NumberFormatting]`.
|
|
2381
2381
|
*
|
|
2382
2382
|
* @since 1.132
|
|
2383
|
-
* @experimental
|
|
2383
|
+
* @experimental As of version 1.132.
|
|
2384
2384
|
*
|
|
2385
2385
|
* @returns Value of property `StylingPanelItems`
|
|
2386
2386
|
*/
|
|
2387
|
-
getStylingPanelItems():
|
|
2388
|
-
StylingPanelItem | keyof typeof StylingPanelItem
|
|
2389
|
-
>;
|
|
2387
|
+
getStylingPanelItems(): StylingPanelItem[];
|
|
2390
2388
|
/**
|
|
2391
2389
|
* Sets a new value for property {@link #getCalculations Calculations}.
|
|
2392
2390
|
*
|
|
@@ -2397,7 +2395,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2397
2395
|
* Default value is `true`.
|
|
2398
2396
|
*
|
|
2399
2397
|
* @since 1.132
|
|
2400
|
-
* @experimental
|
|
2398
|
+
* @experimental As of version 1.132.
|
|
2401
2399
|
*
|
|
2402
2400
|
* @returns Reference to `this` in order to allow method chaining
|
|
2403
2401
|
*/
|
|
@@ -2417,7 +2415,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2417
2415
|
* Default value is `false`.
|
|
2418
2416
|
*
|
|
2419
2417
|
* @since 1.132
|
|
2420
|
-
* @experimental
|
|
2418
|
+
* @experimental As of version 1.132.
|
|
2421
2419
|
*
|
|
2422
2420
|
* @returns Reference to `this` in order to allow method chaining
|
|
2423
2421
|
*/
|
|
@@ -2437,7 +2435,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2437
2435
|
* Default value is `sapui5`.
|
|
2438
2436
|
*
|
|
2439
2437
|
* @since 1.132
|
|
2440
|
-
* @experimental
|
|
2438
|
+
* @experimental As of version 1.132.
|
|
2441
2439
|
*
|
|
2442
2440
|
* @returns Reference to `this` in order to allow method chaining
|
|
2443
2441
|
*/
|
|
@@ -2457,7 +2455,7 @@ declare module "sap/sac/df/model/Configuration" {
|
|
|
2457
2455
|
* Default value is `[TableProperties, NumberFormatting]`.
|
|
2458
2456
|
*
|
|
2459
2457
|
* @since 1.132
|
|
2460
|
-
* @experimental
|
|
2458
|
+
* @experimental As of version 1.132.
|
|
2461
2459
|
*
|
|
2462
2460
|
* @returns Reference to `this` in order to allow method chaining
|
|
2463
2461
|
*/
|
|
@@ -2506,7 +2504,7 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
2506
2504
|
*
|
|
2507
2505
|
*
|
|
2508
2506
|
* @since 1.119
|
|
2509
|
-
* @experimental
|
|
2507
|
+
* @experimental As of version 1.119.
|
|
2510
2508
|
*/
|
|
2511
2509
|
export default class DataProvider extends JSONModel {
|
|
2512
2510
|
/**
|
|
@@ -2652,7 +2650,7 @@ declare module "sap/sac/df/model/DataSourceInfo" {
|
|
|
2652
2650
|
*
|
|
2653
2651
|
*
|
|
2654
2652
|
* @since 1.119
|
|
2655
|
-
* @experimental
|
|
2653
|
+
* @experimental As of version 1.119.
|
|
2656
2654
|
*/
|
|
2657
2655
|
export default class DataSourceInfo extends BaseObject {
|
|
2658
2656
|
/**
|
|
@@ -2736,7 +2734,7 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2736
2734
|
*
|
|
2737
2735
|
*
|
|
2738
2736
|
* @since 1.119
|
|
2739
|
-
* @experimental
|
|
2737
|
+
* @experimental As of version 1.119.
|
|
2740
2738
|
*/
|
|
2741
2739
|
export default class Dimension extends BaseObject {
|
|
2742
2740
|
/**
|
|
@@ -2855,17 +2853,17 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2855
2853
|
*/
|
|
2856
2854
|
openValueHelpDialog(): Promise<any>;
|
|
2857
2855
|
/**
|
|
2858
|
-
*
|
|
2856
|
+
* Read hierarchy
|
|
2859
2857
|
*
|
|
2860
2858
|
*
|
|
2861
|
-
* @returns resolving to the
|
|
2859
|
+
* @returns resolving to the object of hierarchy nodes.
|
|
2862
2860
|
*/
|
|
2863
2861
|
readHierarchy(
|
|
2864
2862
|
/**
|
|
2865
2863
|
* level
|
|
2866
2864
|
*/
|
|
2867
2865
|
iLevel: int
|
|
2868
|
-
):
|
|
2866
|
+
): Object;
|
|
2869
2867
|
/**
|
|
2870
2868
|
* Remove a drill operation on a dimension member
|
|
2871
2869
|
*
|
|
@@ -2917,6 +2915,18 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2917
2915
|
*/
|
|
2918
2916
|
sVersion: string
|
|
2919
2917
|
): Dimension;
|
|
2918
|
+
/**
|
|
2919
|
+
* Set hierarchy drill level
|
|
2920
|
+
*
|
|
2921
|
+
*
|
|
2922
|
+
* @returns resolving to the `Dimension` to allow chaining.
|
|
2923
|
+
*/
|
|
2924
|
+
setHierarchyDrillLevel(
|
|
2925
|
+
/**
|
|
2926
|
+
* drill level (from root)
|
|
2927
|
+
*/
|
|
2928
|
+
iDrillLevel: int
|
|
2929
|
+
): Dimension;
|
|
2920
2930
|
/**
|
|
2921
2931
|
* Set dimension filters
|
|
2922
2932
|
*
|
|
@@ -3009,7 +3019,7 @@ declare module "sap/sac/df/model/MultiDimModel" {
|
|
|
3009
3019
|
*
|
|
3010
3020
|
*
|
|
3011
3021
|
* @since 1.119
|
|
3012
|
-
* @experimental
|
|
3022
|
+
* @experimental As of version 1.119.
|
|
3013
3023
|
*/
|
|
3014
3024
|
export default class MultiDimModel extends JSONModel {
|
|
3015
3025
|
/**
|
|
@@ -3152,6 +3162,13 @@ declare module "sap/sac/df/model/MultiDimModel" {
|
|
|
3152
3162
|
*/
|
|
3153
3163
|
sFormat?: string
|
|
3154
3164
|
): Promise<this>;
|
|
3165
|
+
/**
|
|
3166
|
+
* Ensures all aggregated data providers are destroyed.
|
|
3167
|
+
*
|
|
3168
|
+
*
|
|
3169
|
+
* @returns Promise which resolves when destroy is finished.
|
|
3170
|
+
*/
|
|
3171
|
+
destroy(): Promise<any>;
|
|
3155
3172
|
/**
|
|
3156
3173
|
* Fires event {@link #event:dataProviderAdded dataProviderAdded} to attached listeners.
|
|
3157
3174
|
*
|
|
@@ -3259,13 +3276,6 @@ declare module "sap/sac/df/model/MultiDimModel" {
|
|
|
3259
3276
|
* @returns Object of all variable groups
|
|
3260
3277
|
*/
|
|
3261
3278
|
getVariableGroups(): Record<string, VariableGroup>;
|
|
3262
|
-
/**
|
|
3263
|
-
* Ensures all aggregated DataProviders are logged off.
|
|
3264
|
-
*
|
|
3265
|
-
*
|
|
3266
|
-
* @returns Promise which resolves when logoff is finished.
|
|
3267
|
-
*/
|
|
3268
|
-
logoff(): Promise<void>;
|
|
3269
3279
|
/**
|
|
3270
3280
|
* Remove existing data provider from the model.
|
|
3271
3281
|
*
|
|
@@ -3429,7 +3439,7 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
3429
3439
|
*
|
|
3430
3440
|
*
|
|
3431
3441
|
* @since 1.119
|
|
3432
|
-
* @experimental
|
|
3442
|
+
* @experimental As of version 1.119.
|
|
3433
3443
|
*/
|
|
3434
3444
|
export default class Variable extends BaseObject {
|
|
3435
3445
|
/**
|
|
@@ -3585,7 +3595,7 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
3585
3595
|
*
|
|
3586
3596
|
*
|
|
3587
3597
|
* @since 1.119
|
|
3588
|
-
* @experimental
|
|
3598
|
+
* @experimental As of version 1.119.
|
|
3589
3599
|
*/
|
|
3590
3600
|
export default class VariableGroup extends BaseObject {
|
|
3591
3601
|
/**
|
|
@@ -3751,7 +3761,7 @@ declare module "sap/sac/df/model/visualization/Documents" {
|
|
|
3751
3761
|
*
|
|
3752
3762
|
*
|
|
3753
3763
|
* @since 1.119
|
|
3754
|
-
* @experimental
|
|
3764
|
+
* @experimental As of version 1.119.
|
|
3755
3765
|
*/
|
|
3756
3766
|
export default class Documents extends BaseObject {
|
|
3757
3767
|
/**
|
|
@@ -3964,7 +3974,7 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
3964
3974
|
* Grid Visualization Object
|
|
3965
3975
|
*
|
|
3966
3976
|
* @since 1.132
|
|
3967
|
-
* @experimental
|
|
3977
|
+
* @experimental As of version 1.132.
|
|
3968
3978
|
*/
|
|
3969
3979
|
export default class Grid extends BaseObject {
|
|
3970
3980
|
/**
|
|
@@ -4211,7 +4221,7 @@ declare module "sap/sac/df/types/configuration/StylingPanelItem" {
|
|
|
4211
4221
|
* Item of the styling panel
|
|
4212
4222
|
*
|
|
4213
4223
|
* @since 1.132
|
|
4214
|
-
* @experimental
|
|
4224
|
+
* @experimental As of version 1.132.
|
|
4215
4225
|
*/
|
|
4216
4226
|
enum StylingPanelItem {}
|
|
4217
4227
|
export default StylingPanelItem;
|
|
@@ -4221,7 +4231,7 @@ declare module "sap/sac/df/types/DataAnalyzerPanelName" {
|
|
|
4221
4231
|
/**
|
|
4222
4232
|
* DataAnalyzer Panels
|
|
4223
4233
|
*
|
|
4224
|
-
* @experimental
|
|
4234
|
+
* @experimental As of version 1.132.
|
|
4225
4235
|
*/
|
|
4226
4236
|
enum DataAnalyzerPanelName {
|
|
4227
4237
|
/**
|
|
@@ -4240,7 +4250,7 @@ declare module "sap/sac/df/types/DataSourceType" {
|
|
|
4240
4250
|
/**
|
|
4241
4251
|
* Type of a data source
|
|
4242
4252
|
*
|
|
4243
|
-
* @experimental
|
|
4253
|
+
* @experimental As of version 1.89.
|
|
4244
4254
|
*/
|
|
4245
4255
|
enum DataSourceType {
|
|
4246
4256
|
/**
|
|
@@ -4271,7 +4281,7 @@ declare module "sap/sac/df/types/DocumentsSupportType" {
|
|
|
4271
4281
|
/**
|
|
4272
4282
|
* Documents support type
|
|
4273
4283
|
*
|
|
4274
|
-
* @experimental
|
|
4284
|
+
* @experimental As of version 1.120.
|
|
4275
4285
|
*/
|
|
4276
4286
|
enum DocumentsSupportType {
|
|
4277
4287
|
/**
|
|
@@ -4298,7 +4308,7 @@ declare module "sap/sac/df/types/SortDirection" {
|
|
|
4298
4308
|
/**
|
|
4299
4309
|
* Sort Direction
|
|
4300
4310
|
*
|
|
4301
|
-
* @experimental
|
|
4311
|
+
* @experimental As of version 1.130.
|
|
4302
4312
|
*/
|
|
4303
4313
|
enum SortDirection {
|
|
4304
4314
|
/**
|
|
@@ -4321,7 +4331,7 @@ declare module "sap/sac/df/types/SortType" {
|
|
|
4321
4331
|
/**
|
|
4322
4332
|
* Sort Type
|
|
4323
4333
|
*
|
|
4324
|
-
* @experimental
|
|
4334
|
+
* @experimental As of version 1.130.
|
|
4325
4335
|
*/
|
|
4326
4336
|
enum SortType {
|
|
4327
4337
|
/**
|
|
@@ -4348,7 +4358,7 @@ declare module "sap/sac/df/types/SystemType" {
|
|
|
4348
4358
|
/**
|
|
4349
4359
|
* System Type of an InA System
|
|
4350
4360
|
*
|
|
4351
|
-
* @experimental
|
|
4361
|
+
* @experimental As of version 1.89.
|
|
4352
4362
|
*/
|
|
4353
4363
|
enum SystemType {
|
|
4354
4364
|
/**
|