@sapui5/ts-types-esm 1.132.1 → 1.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +927 -110
  7. package/types/sap.esh.search.ui.d.ts +45 -1
  8. package/types/sap.f.d.ts +211 -183
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +40 -11
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +141 -99
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +3 -8
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +576 -464
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +2574 -1193
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +41 -41
  29. package/types/sap.sac.df.d.ts +465 -193
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +80 -37
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +335 -20
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +432 -445
  37. package/types/sap.ui.core.d.ts +46978 -46714
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +322 -236
  44. package/types/sap.ui.layout.d.ts +90 -104
  45. package/types/sap.ui.mdc.d.ts +393 -153
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +76 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +170 -158
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +391 -60
  55. package/types/sap.ui.vk.d.ts +138 -135
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +246 -126
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +39 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.134.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 (since 1.120)
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 (since 1.120)
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 (since 1.132)
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 (since 1.132)
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 (since 1.129)
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 (since 1.129)
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 (since 1.119)
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 (since 1.119)
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 (since 1.121)
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 (since 1.121)
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 (since 1.128)
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 (since 1.132) - Replaced by {@link sap.sac.df.DataAnalyzer DataAnalyzer} or {@link sap.sac.df.Grid Grid}.
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 (since 1.132) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.132) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.124) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.132) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 | keyof typeof 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 (since 1.132) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.132) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.132) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.132) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.124) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.132) - Replaced by {@link sap.sac.df.DataAnalyzer DataAnalyzer} or {@link sap.sac.df.Grid Grid}.
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 (since 1.124) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.124) - Replaced by metaPath property and the corresponding data provider definition.
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 (since 1.132) - the concept has been discarded. Refreshing the data is handled by the data
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 (since 1.129)
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 (since 1.129)
2160
+ * @experimental As of version 1.129.
2161
2161
  */
2162
2162
  export interface $GridSettings extends $ControlSettings {
2163
2163
  /**
@@ -2205,84 +2205,6 @@ declare module "sap/sac/df/Grid" {
2205
2205
  >;
2206
2206
  }
2207
2207
 
2208
- declare module "sap/sac/df/model/AxesLayout" {
2209
- import BaseObject from "sap/ui/base/Object";
2210
-
2211
- import Metadata from "sap/ui/base/Metadata";
2212
-
2213
- /**
2214
- * Axis Layout showing which dimensions are set on rows and which on columns.
2215
- *
2216
- * **Structure of Exposed Data:**
2217
- * ```javascript
2218
- *
2219
- * "Rows": [],
2220
- * "Columns": []
2221
- * ```
2222
- *
2223
- *
2224
- * @since 1.119
2225
- * @deprecated (since 1.132) - Replaced by {@link sap.sac.df.model.visualization.Grid Grid}.
2226
- * @experimental (since 1.119)
2227
- */
2228
- export default class AxesLayout extends BaseObject {
2229
- /**
2230
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2231
- */
2232
- protected constructor();
2233
-
2234
- /**
2235
- * Creates a new subclass of class sap.sac.df.model.AxesLayout with name `sClassName` and enriches it with
2236
- * the information contained in `oClassInfo`.
2237
- *
2238
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
2239
- *
2240
- *
2241
- * @returns Created class / constructor function
2242
- */
2243
- static extend<T extends Record<string, unknown>>(
2244
- /**
2245
- * Name of the class being created
2246
- */
2247
- sClassName: string,
2248
- /**
2249
- * Object literal with information about the class
2250
- */
2251
- oClassInfo?: sap.ClassInfo<T, AxesLayout>,
2252
- /**
2253
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2254
- * used by this class
2255
- */
2256
- FNMetaImpl?: Function
2257
- ): Function;
2258
- /**
2259
- * Returns a metadata object for class sap.sac.df.model.AxesLayout.
2260
- *
2261
- *
2262
- * @returns Metadata object describing this class
2263
- */
2264
- static getMetadata(): Metadata;
2265
- /**
2266
- * Distribute the dimension among the rows and columns
2267
- *
2268
- *
2269
- * @returns resolving to the axes layout object to allow chaining
2270
- */
2271
- setAxesLayout(
2272
- /**
2273
- * an array containing the names of the dimensions on rows. The order in the array control the position
2274
- * on the axis.
2275
- */
2276
- aDimensionOnRowsAxis: string[],
2277
- /**
2278
- * an array containing a containing the names of the dimensions on columns. The order in the array control
2279
- * the position on the axis.
2280
- */
2281
- aDimensionOnColumnsAxis: string[]
2282
- ): AxesLayout;
2283
- }
2284
- }
2285
-
2286
2208
  declare module "sap/sac/df/model/Configuration" {
2287
2209
  import BaseObject from "sap/ui/base/Object";
2288
2210
 
@@ -2294,7 +2216,7 @@ declare module "sap/sac/df/model/Configuration" {
2294
2216
  * Configuration of the multidimensional model and its components
2295
2217
  *
2296
2218
  * @since 1.132
2297
- * @experimental (since 1.132)
2219
+ * @experimental As of version 1.132.
2298
2220
  */
2299
2221
  export default class Configuration extends BaseObject {
2300
2222
  /**
@@ -2341,7 +2263,7 @@ declare module "sap/sac/df/model/Configuration" {
2341
2263
  * Default value is `true`.
2342
2264
  *
2343
2265
  * @since 1.132
2344
- * @experimental (since 1.132)
2266
+ * @experimental As of version 1.132.
2345
2267
  *
2346
2268
  * @returns Value of property `Calculations`
2347
2269
  */
@@ -2354,7 +2276,7 @@ declare module "sap/sac/df/model/Configuration" {
2354
2276
  * Default value is `false`.
2355
2277
  *
2356
2278
  * @since 1.132
2357
- * @experimental (since 1.132)
2279
+ * @experimental As of version 1.132.
2358
2280
  *
2359
2281
  * @returns Value of property `Commenting`
2360
2282
  */
@@ -2367,7 +2289,7 @@ declare module "sap/sac/df/model/Configuration" {
2367
2289
  * Default value is `sapui5`.
2368
2290
  *
2369
2291
  * @since 1.132
2370
- * @experimental (since 1.132)
2292
+ * @experimental As of version 1.132.
2371
2293
  *
2372
2294
  * @returns Value of property `ContextMenuVariant`
2373
2295
  */
@@ -2380,13 +2302,11 @@ declare module "sap/sac/df/model/Configuration" {
2380
2302
  * Default value is `[TableProperties, NumberFormatting]`.
2381
2303
  *
2382
2304
  * @since 1.132
2383
- * @experimental (since 1.132)
2305
+ * @experimental As of version 1.132.
2384
2306
  *
2385
2307
  * @returns Value of property `StylingPanelItems`
2386
2308
  */
2387
- getStylingPanelItems(): Array<
2388
- StylingPanelItem | keyof typeof StylingPanelItem
2389
- >;
2309
+ getStylingPanelItems(): StylingPanelItem[];
2390
2310
  /**
2391
2311
  * Sets a new value for property {@link #getCalculations Calculations}.
2392
2312
  *
@@ -2397,7 +2317,7 @@ declare module "sap/sac/df/model/Configuration" {
2397
2317
  * Default value is `true`.
2398
2318
  *
2399
2319
  * @since 1.132
2400
- * @experimental (since 1.132)
2320
+ * @experimental As of version 1.132.
2401
2321
  *
2402
2322
  * @returns Reference to `this` in order to allow method chaining
2403
2323
  */
@@ -2417,7 +2337,7 @@ declare module "sap/sac/df/model/Configuration" {
2417
2337
  * Default value is `false`.
2418
2338
  *
2419
2339
  * @since 1.132
2420
- * @experimental (since 1.132)
2340
+ * @experimental As of version 1.132.
2421
2341
  *
2422
2342
  * @returns Reference to `this` in order to allow method chaining
2423
2343
  */
@@ -2437,7 +2357,7 @@ declare module "sap/sac/df/model/Configuration" {
2437
2357
  * Default value is `sapui5`.
2438
2358
  *
2439
2359
  * @since 1.132
2440
- * @experimental (since 1.132)
2360
+ * @experimental As of version 1.132.
2441
2361
  *
2442
2362
  * @returns Reference to `this` in order to allow method chaining
2443
2363
  */
@@ -2457,7 +2377,7 @@ declare module "sap/sac/df/model/Configuration" {
2457
2377
  * Default value is `[TableProperties, NumberFormatting]`.
2458
2378
  *
2459
2379
  * @since 1.132
2460
- * @experimental (since 1.132)
2380
+ * @experimental As of version 1.132.
2461
2381
  *
2462
2382
  * @returns Reference to `this` in order to allow method chaining
2463
2383
  */
@@ -2475,8 +2395,6 @@ declare module "sap/sac/df/model/Configuration" {
2475
2395
  declare module "sap/sac/df/model/DataProvider" {
2476
2396
  import JSONModel from "sap/ui/model/json/JSONModel";
2477
2397
 
2478
- import AxesLayout from "sap/sac/df/model/AxesLayout";
2479
-
2480
2398
  import DataSourceInfo from "sap/sac/df/model/DataSourceInfo";
2481
2399
 
2482
2400
  import Dimension from "sap/sac/df/model/Dimension";
@@ -2506,7 +2424,7 @@ declare module "sap/sac/df/model/DataProvider" {
2506
2424
  *
2507
2425
  *
2508
2426
  * @since 1.119
2509
- * @experimental (since 1.119)
2427
+ * @experimental As of version 1.119.
2510
2428
  */
2511
2429
  export default class DataProvider extends JSONModel {
2512
2430
  /**
@@ -2521,7 +2439,7 @@ declare module "sap/sac/df/model/DataProvider" {
2521
2439
  /**
2522
2440
  * AxesLayout
2523
2441
  */
2524
- AxesLayout: AxesLayout;
2442
+ AxesLayout: /* was: sap.sac.df.model.AxesLayout */ any;
2525
2443
 
2526
2444
  /**
2527
2445
  * DataSourceInfo
@@ -2582,6 +2500,331 @@ declare module "sap/sac/df/model/DataProvider" {
2582
2500
  * @returns Metadata object describing this class
2583
2501
  */
2584
2502
  static getMetadata(): Metadata;
2503
+ /**
2504
+ * Add new visualization
2505
+ *
2506
+ *
2507
+ * @returns Returns visualization
2508
+ */
2509
+ addVisualization(
2510
+ /**
2511
+ * visualization name
2512
+ */
2513
+ sName: string,
2514
+ /**
2515
+ * type of visualization
2516
+ */
2517
+ sType: /* was: sap.sac.df.types.VisualizationType */ any
2518
+ ): /* was: sap.sac.df.model.Visualization */ any;
2519
+ /**
2520
+ * Execute scenario on data provider
2521
+ *
2522
+ * @since 1.134
2523
+ *
2524
+ * @returns Promise with reference to created scenario
2525
+ */
2526
+ createScenario(
2527
+ /**
2528
+ * scenario
2529
+ */
2530
+ sScenarioId: undefined
2531
+ ): Promise</* was: sap.sac.df.Scenario */ any>;
2532
+ /**
2533
+ * Updates the multidimensional model from the given the state of a data provider
2534
+ *
2535
+ *
2536
+ * @returns Promise with reference to this in order to allow method chaining
2537
+ */
2538
+ deserialize(
2539
+ /**
2540
+ * the JSON object containing the persisted state of a data provider to be applied.
2541
+ */
2542
+ oModelState: object,
2543
+ /**
2544
+ * Format of the serialization (INA_REPOSITORY_DELTA or INA_REPOSITORY).
2545
+ */
2546
+ sFormat?: string,
2547
+ /**
2548
+ * Indicator if the data provider updated should be suppressed after deserialization
2549
+ */
2550
+ bSuppressUpdate?: boolean
2551
+ ): Promise<this>;
2552
+ /**
2553
+ * Export Data
2554
+ */
2555
+ exportData(
2556
+ /**
2557
+ * Data export configuration
2558
+ */
2559
+ oDataExportConfig: object
2560
+ ): void;
2561
+ /**
2562
+ * Fires event {@link #event:dataUpdated dataUpdated} to attached listeners.
2563
+ *
2564
+ *
2565
+ * @returns Reference to this in order to allow method chaining
2566
+ */
2567
+ fireDataUpdated(
2568
+ /**
2569
+ * Parameters to pass along with the event
2570
+ */
2571
+ oParameters?: object
2572
+ ): this;
2573
+ /**
2574
+ * Fires event {@link #event:visualizationAdded visualizationAdded} to attached listeners.
2575
+ *
2576
+ *
2577
+ * @returns Reference to this in order to allow method chaining
2578
+ */
2579
+ fireVisualizationAdded(
2580
+ /**
2581
+ * Parameters to pass along with the event
2582
+ */
2583
+ oParameters?: object
2584
+ ): this;
2585
+ /**
2586
+ * Fires event {@link #event:visualizationRemoved visualizationRemoved} to attached listeners.
2587
+ *
2588
+ *
2589
+ * @returns Reference to this in order to allow method chaining
2590
+ */
2591
+ fireVisualizationRemoved(
2592
+ /**
2593
+ * Parameters to pass along with the event
2594
+ */
2595
+ oParameters?: object
2596
+ ): this;
2597
+ /**
2598
+ * Get the property AutoFetchEnabled
2599
+ */
2600
+ getAutoFetchEnabled(): boolean;
2601
+ /**
2602
+ * Get axis layout
2603
+ *
2604
+ *
2605
+ * @returns Axis layout object
2606
+ */
2607
+ getAxesLayout(): /* was: sap.sac.df.model.AxesLayout */ any;
2608
+ /**
2609
+ * Get data source information
2610
+ *
2611
+ *
2612
+ * @returns data source information object
2613
+ */
2614
+ getDataSourceInfo(): DataSourceInfo;
2615
+ /**
2616
+ * Get the scaling factor of a measure or cell
2617
+ *
2618
+ *
2619
+ * @returns Number of decimal places
2620
+ */
2621
+ getDecimalPlaces(
2622
+ /**
2623
+ * Measure structure member
2624
+ */
2625
+ sMeasureStructureMember: string,
2626
+ /**
2627
+ * Structure (non-measure) member
2628
+ */
2629
+ sStructureMember: string
2630
+ ): int;
2631
+ /**
2632
+ * Get Dimension
2633
+ *
2634
+ *
2635
+ * @returns Dimension object
2636
+ */
2637
+ getDimension(
2638
+ /**
2639
+ * Dimension name
2640
+ */
2641
+ sDimensionName: string
2642
+ ): Dimension;
2643
+ /**
2644
+ * Get all dimensions
2645
+ *
2646
+ *
2647
+ * @returns Object of all dimensions
2648
+ */
2649
+ getDimensions(): Record<string, Dimension>;
2650
+ /**
2651
+ * Get grid visualization
2652
+ *
2653
+ *
2654
+ * @returns visualization object if found
2655
+ */
2656
+ getGridVisualization(): /* was: sap.sac.df.model.Visualization */ any;
2657
+ /**
2658
+ * Get measure
2659
+ *
2660
+ *
2661
+ * @returns Measure object
2662
+ */
2663
+ getMeasure(
2664
+ /**
2665
+ * Measure name
2666
+ */
2667
+ sMeasureName: string
2668
+ ): /* was: sap.sac.df.model.Measure */ any;
2669
+ /**
2670
+ * Get all measures
2671
+ *
2672
+ *
2673
+ * @returns Object of all measures
2674
+ */
2675
+ getMeasures(): /* was: sap.sac.df.model.Measure */ any;
2676
+ /**
2677
+ * Get Measure Structure Dimension
2678
+ *
2679
+ *
2680
+ * @returns Measure structure dimension
2681
+ */
2682
+ getMeasureStructureDimension(): Dimension;
2683
+ /**
2684
+ * Get the scaling factor of a measure or cell
2685
+ *
2686
+ *
2687
+ * @returns Scaling factor
2688
+ */
2689
+ getScalingFactor(
2690
+ /**
2691
+ * Measure structure member
2692
+ */
2693
+ sMeasureStructureMember: string,
2694
+ /**
2695
+ * Structure (non-measure) member
2696
+ */
2697
+ sStructureMember: string
2698
+ ): int;
2699
+ /**
2700
+ * Get structure (non-measure) dimension
2701
+ *
2702
+ *
2703
+ * @returns Structure dimension object
2704
+ */
2705
+ getStructureDimension(): Dimension;
2706
+ /**
2707
+ * Get Variable
2708
+ *
2709
+ *
2710
+ * @returns Variable object
2711
+ */
2712
+ getVariable(
2713
+ /**
2714
+ * Variable Name
2715
+ */
2716
+ sVariableName: string
2717
+ ): Variable;
2718
+ /**
2719
+ * Get all variables
2720
+ *
2721
+ *
2722
+ * @returns Object of all variables
2723
+ */
2724
+ getVariables(): Record<string, Variable>;
2725
+ /**
2726
+ * Get visualization
2727
+ *
2728
+ *
2729
+ * @returns visualization object if found
2730
+ */
2731
+ getVisualization(
2732
+ /**
2733
+ * visualization name
2734
+ */
2735
+ sName: String
2736
+ ): /* was: sap.sac.df.model.Visualization */ any;
2737
+ /**
2738
+ * Get all visualizations
2739
+ *
2740
+ *
2741
+ * @returns Object of all visualizations
2742
+ */
2743
+ getVisualizations(): Record<
2744
+ string,
2745
+ /* was: sap.sac.df.model.Visualization */ any
2746
+ >;
2747
+ /**
2748
+ * Remove existing visualization from data provider
2749
+ *
2750
+ *
2751
+ * @returns Promise which resolves when the removing s finished
2752
+ */
2753
+ removeVisualization(
2754
+ /**
2755
+ * visualization name
2756
+ */
2757
+ sName: string
2758
+ ): Promise<void>;
2759
+ /**
2760
+ * Serialize the data provider state to a JSON representation
2761
+ *
2762
+ *
2763
+ * @returns A JSON object which represents the data provider
2764
+ */
2765
+ serialize(
2766
+ /**
2767
+ * Format of the serialization (INA_REPOSITORY_DELTA or INA_REPOSITORY)
2768
+ */
2769
+ sFormat?: string
2770
+ ): object;
2771
+ /**
2772
+ * Set the property `AutoFetchEnabled`, if the data should be automatically be refreshed on invalid.
2773
+ */
2774
+ setAutoFetchEnabled(bAutoFetchEnabled: boolean): void;
2775
+ /**
2776
+ * Set the number of decimal places of a measure or cell
2777
+ *
2778
+ *
2779
+ * @returns Reference to this in order to allow method chaining
2780
+ */
2781
+ setDecimalPlaces(
2782
+ /**
2783
+ * Number of the decimal places
2784
+ */
2785
+ nNumberOfDecimalPlaces: int,
2786
+ /**
2787
+ * Measure structure member
2788
+ */
2789
+ sMeasureStructureMember: string,
2790
+ /**
2791
+ * Structure (non-measure) member
2792
+ */
2793
+ sStructureMember: string
2794
+ ): this;
2795
+ /**
2796
+ * Set the scaling factor of a measure or cell
2797
+ *
2798
+ *
2799
+ * @returns Reference to this in order to allow method chaining
2800
+ */
2801
+ setScalingFactor(
2802
+ /**
2803
+ * Scaling factor
2804
+ */
2805
+ nFactor: int,
2806
+ /**
2807
+ * Measure structure member
2808
+ */
2809
+ sMeasureStructureMember: string,
2810
+ /**
2811
+ * Structure (non-measure) member
2812
+ */
2813
+ sStructureMember: string
2814
+ ): this;
2815
+ /**
2816
+ * Checks whether an InA capability is supported by the server. Throws an error for unhandled capabilities.
2817
+ * List of handled capabilities can be seen in type {@link sap.sac.df.model.Capability}
2818
+ *
2819
+ *
2820
+ * @returns Returns true, if the capability is supported, else false
2821
+ */
2822
+ supportsCapability(
2823
+ /**
2824
+ * Capability name
2825
+ */
2826
+ sCapability: undefined
2827
+ ): boolean;
2585
2828
  }
2586
2829
  /**
2587
2830
  * Parameters of the DataProvider#dataUpdated event.
@@ -2652,7 +2895,7 @@ declare module "sap/sac/df/model/DataSourceInfo" {
2652
2895
  *
2653
2896
  *
2654
2897
  * @since 1.119
2655
- * @experimental (since 1.119)
2898
+ * @experimental As of version 1.119.
2656
2899
  */
2657
2900
  export default class DataSourceInfo extends BaseObject {
2658
2901
  /**
@@ -2736,7 +2979,7 @@ declare module "sap/sac/df/model/Dimension" {
2736
2979
  *
2737
2980
  *
2738
2981
  * @since 1.119
2739
- * @experimental (since 1.119)
2982
+ * @experimental As of version 1.119.
2740
2983
  */
2741
2984
  export default class Dimension extends BaseObject {
2742
2985
  /**
@@ -2775,18 +3018,6 @@ declare module "sap/sac/df/model/Dimension" {
2775
3018
  * @returns Metadata object describing this class
2776
3019
  */
2777
3020
  static getMetadata(): Metadata;
2778
- /**
2779
- * Set Display Type of Dimension
2780
- *
2781
- *
2782
- * @returns } resolving to the Dimension to allow chaining.
2783
- */
2784
- static setDimensionDisplay(
2785
- /**
2786
- * level
2787
- */
2788
- sDisplayType: string
2789
- ): Dimension;
2790
3021
  /**
2791
3022
  * Add dimension filters
2792
3023
  *
@@ -2855,17 +3086,17 @@ declare module "sap/sac/df/model/Dimension" {
2855
3086
  */
2856
3087
  openValueHelpDialog(): Promise<any>;
2857
3088
  /**
2858
- * Set Display Hierarchy
3089
+ * Read hierarchy
2859
3090
  *
2860
3091
  *
2861
- * @returns resolving to the `Dimension` to allow chaining.
3092
+ * @returns resolving to the object of hierarchy nodes.
2862
3093
  */
2863
3094
  readHierarchy(
2864
3095
  /**
2865
3096
  * level
2866
3097
  */
2867
3098
  iLevel: int
2868
- ): Dimension;
3099
+ ): Object;
2869
3100
  /**
2870
3101
  * Remove a drill operation on a dimension member
2871
3102
  *
@@ -2897,6 +3128,18 @@ declare module "sap/sac/df/model/Dimension" {
2897
3128
  */
2898
3129
  sKey: string
2899
3130
  ): this;
3131
+ /**
3132
+ * Set Display Type of Dimension
3133
+ *
3134
+ *
3135
+ * @returns } resolving to the Dimension to allow chaining.
3136
+ */
3137
+ setDimensionDisplay(
3138
+ /**
3139
+ * level
3140
+ */
3141
+ sDisplayType: string
3142
+ ): Dimension;
2900
3143
  /**
2901
3144
  * Set Display Hierarchy
2902
3145
  *
@@ -2917,6 +3160,18 @@ declare module "sap/sac/df/model/Dimension" {
2917
3160
  */
2918
3161
  sVersion: string
2919
3162
  ): Dimension;
3163
+ /**
3164
+ * Set hierarchy drill level
3165
+ *
3166
+ *
3167
+ * @returns resolving to the `Dimension` to allow chaining.
3168
+ */
3169
+ setHierarchyDrillLevel(
3170
+ /**
3171
+ * drill level (from root)
3172
+ */
3173
+ iDrillLevel: int
3174
+ ): Dimension;
2920
3175
  /**
2921
3176
  * Set dimension filters
2922
3177
  *
@@ -2957,9 +3212,13 @@ declare module "sap/sac/df/model/Dimension" {
2957
3212
  */
2958
3213
  type: SortType,
2959
3214
  /**
2960
- * in case of a structure the measure according to which is sorted
3215
+ * in case of a measure structure the member according to which is sorted
2961
3216
  */
2962
- sMember: string
3217
+ sMeasureStructureMember: string,
3218
+ /**
3219
+ * in case of a secondary structure the member according to which is sorted
3220
+ */
3221
+ sStructureMember: string
2963
3222
  ): this;
2964
3223
  /**
2965
3224
  * Move dimension to the columns axis
@@ -3009,7 +3268,7 @@ declare module "sap/sac/df/model/MultiDimModel" {
3009
3268
  *
3010
3269
  *
3011
3270
  * @since 1.119
3012
- * @experimental (since 1.119)
3271
+ * @experimental As of version 1.119.
3013
3272
  */
3014
3273
  export default class MultiDimModel extends JSONModel {
3015
3274
  /**
@@ -3040,6 +3299,11 @@ declare module "sap/sac/df/model/MultiDimModel" {
3040
3299
  */
3041
3300
  Messages: Message[];
3042
3301
 
3302
+ /**
3303
+ * Model pointer
3304
+ */
3305
+ ModelPointer: String;
3306
+
3043
3307
  /**
3044
3308
  * Variable Groups
3045
3309
  */
@@ -3152,6 +3416,13 @@ declare module "sap/sac/df/model/MultiDimModel" {
3152
3416
  */
3153
3417
  sFormat?: string
3154
3418
  ): Promise<this>;
3419
+ /**
3420
+ * Ensures all aggregated data providers are destroyed.
3421
+ *
3422
+ *
3423
+ * @returns Promise which resolves when destroy is finished.
3424
+ */
3425
+ destroy(): Promise<any>;
3155
3426
  /**
3156
3427
  * Fires event {@link #event:dataProviderAdded dataProviderAdded} to attached listeners.
3157
3428
  *
@@ -3259,13 +3530,6 @@ declare module "sap/sac/df/model/MultiDimModel" {
3259
3530
  * @returns Object of all variable groups
3260
3531
  */
3261
3532
  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
3533
  /**
3270
3534
  * Remove existing data provider from the model.
3271
3535
  *
@@ -3429,7 +3693,7 @@ declare module "sap/sac/df/model/Variable" {
3429
3693
  *
3430
3694
  *
3431
3695
  * @since 1.119
3432
- * @experimental (since 1.119)
3696
+ * @experimental As of version 1.119.
3433
3697
  */
3434
3698
  export default class Variable extends BaseObject {
3435
3699
  /**
@@ -3585,7 +3849,7 @@ declare module "sap/sac/df/model/VariableGroup" {
3585
3849
  *
3586
3850
  *
3587
3851
  * @since 1.119
3588
- * @experimental (since 1.119)
3852
+ * @experimental As of version 1.119.
3589
3853
  */
3590
3854
  export default class VariableGroup extends BaseObject {
3591
3855
  /**
@@ -3751,7 +4015,7 @@ declare module "sap/sac/df/model/visualization/Documents" {
3751
4015
  *
3752
4016
  *
3753
4017
  * @since 1.119
3754
- * @experimental (since 1.119)
4018
+ * @experimental As of version 1.119.
3755
4019
  */
3756
4020
  export default class Documents extends BaseObject {
3757
4021
  /**
@@ -3964,7 +4228,7 @@ declare module "sap/sac/df/model/visualization/Grid" {
3964
4228
  * Grid Visualization Object
3965
4229
  *
3966
4230
  * @since 1.132
3967
- * @experimental (since 1.132)
4231
+ * @experimental As of version 1.132.
3968
4232
  */
3969
4233
  export default class Grid extends BaseObject {
3970
4234
  /**
@@ -4084,6 +4348,8 @@ declare module "sap/sac/df/model/visualization/Grid" {
4084
4348
  }
4085
4349
  /**
4086
4350
  * AxesLayout object type.
4351
+ *
4352
+ * @experimental As of version 1.132.
4087
4353
  */
4088
4354
  export type AxesLayout = {
4089
4355
  /**
@@ -4106,6 +4372,8 @@ declare module "sap/sac/df/StylingPanel" {
4106
4372
 
4107
4373
  /**
4108
4374
  * StylingPanel A panel control to format the data being displayed.
4375
+ *
4376
+ * @experimental As of version 1.129.
4109
4377
  */
4110
4378
  export default class StylingPanel extends Control {
4111
4379
  /**
@@ -4176,6 +4444,8 @@ declare module "sap/sac/df/StylingPanel" {
4176
4444
  }
4177
4445
  /**
4178
4446
  * Describes the settings that can be provided to the StylingPanel constructor.
4447
+ *
4448
+ * @experimental As of version 1.129.
4179
4449
  */
4180
4450
  export interface $StylingPanelSettings extends $ControlSettings {
4181
4451
  /**
@@ -4188,6 +4458,8 @@ declare module "sap/sac/df/StylingPanel" {
4188
4458
  declare module "sap/sac/df/types/Axis" {
4189
4459
  /**
4190
4460
  * Axis of a multidimensional Result Set
4461
+ *
4462
+ * @experimental As of version 1.119.
4191
4463
  */
4192
4464
  enum Axis {
4193
4465
  /**
@@ -4211,7 +4483,7 @@ declare module "sap/sac/df/types/configuration/StylingPanelItem" {
4211
4483
  * Item of the styling panel
4212
4484
  *
4213
4485
  * @since 1.132
4214
- * @experimental (since 1.132)
4486
+ * @experimental As of version 1.132.
4215
4487
  */
4216
4488
  enum StylingPanelItem {}
4217
4489
  export default StylingPanelItem;
@@ -4221,7 +4493,7 @@ declare module "sap/sac/df/types/DataAnalyzerPanelName" {
4221
4493
  /**
4222
4494
  * DataAnalyzer Panels
4223
4495
  *
4224
- * @experimental (since 1.132)
4496
+ * @experimental As of version 1.132.
4225
4497
  */
4226
4498
  enum DataAnalyzerPanelName {
4227
4499
  /**
@@ -4240,7 +4512,7 @@ declare module "sap/sac/df/types/DataSourceType" {
4240
4512
  /**
4241
4513
  * Type of a data source
4242
4514
  *
4243
- * @experimental (since 1.89)
4515
+ * @experimental As of version 1.89.
4244
4516
  */
4245
4517
  enum DataSourceType {
4246
4518
  /**
@@ -4271,7 +4543,7 @@ declare module "sap/sac/df/types/DocumentsSupportType" {
4271
4543
  /**
4272
4544
  * Documents support type
4273
4545
  *
4274
- * @experimental (since 1.120)
4546
+ * @experimental As of version 1.120.
4275
4547
  */
4276
4548
  enum DocumentsSupportType {
4277
4549
  /**
@@ -4298,7 +4570,7 @@ declare module "sap/sac/df/types/SortDirection" {
4298
4570
  /**
4299
4571
  * Sort Direction
4300
4572
  *
4301
- * @experimental (since 1.130)
4573
+ * @experimental As of version 1.130.
4302
4574
  */
4303
4575
  enum SortDirection {
4304
4576
  /**
@@ -4321,7 +4593,7 @@ declare module "sap/sac/df/types/SortType" {
4321
4593
  /**
4322
4594
  * Sort Type
4323
4595
  *
4324
- * @experimental (since 1.130)
4596
+ * @experimental As of version 1.130.
4325
4597
  */
4326
4598
  enum SortType {
4327
4599
  /**
@@ -4348,7 +4620,7 @@ declare module "sap/sac/df/types/SystemType" {
4348
4620
  /**
4349
4621
  * System Type of an InA System
4350
4622
  *
4351
- * @experimental (since 1.89)
4623
+ * @experimental As of version 1.89.
4352
4624
  */
4353
4625
  enum SystemType {
4354
4626
  /**
@@ -4391,8 +4663,6 @@ declare namespace sap {
4391
4663
 
4392
4664
  "sap/sac/df/library": undefined;
4393
4665
 
4394
- "sap/sac/df/model/AxesLayout": undefined;
4395
-
4396
4666
  "sap/sac/df/model/Configuration": undefined;
4397
4667
 
4398
4668
  "sap/sac/df/model/DataProvider": undefined;
@@ -4401,6 +4671,8 @@ declare namespace sap {
4401
4671
 
4402
4672
  "sap/sac/df/model/Dimension": undefined;
4403
4673
 
4674
+ "sap/sac/df/model/Measure": undefined;
4675
+
4404
4676
  "sap/sac/df/model/MultiDimModel": undefined;
4405
4677
 
4406
4678
  "sap/sac/df/model/Variable": undefined;