@sapui5/ts-types-esm 1.134.0 → 1.135.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 (67) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +2 -8
  8. package/types/sap.fe.base.d.ts +1 -1
  9. package/types/sap.fe.controls.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +5 -5
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +807 -293
  13. package/types/sap.fe.navigation.d.ts +1 -1
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +6 -4
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +73 -15
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.m.d.ts +330 -83
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +248 -1229
  29. package/types/sap.suite.ui.commons.d.ts +72 -1
  30. package/types/sap.suite.ui.generic.template.d.ts +8 -2
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +215 -19
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +90 -18
  36. package/types/sap.ui.core.d.ts +160 -40
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +1 -1
  39. package/types/sap.ui.fl.d.ts +14 -6
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +2 -4
  43. package/types/sap.ui.layout.d.ts +14 -13
  44. package/types/sap.ui.mdc.d.ts +26 -6
  45. package/types/sap.ui.richtexteditor.d.ts +39 -1
  46. package/types/sap.ui.rta.d.ts +31 -5
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +30 -16
  49. package/types/sap.ui.table.d.ts +10 -18
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +32 -1
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +11 -72
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.ui.webc.common.d.ts +1 -1
  57. package/types/sap.ui.webc.fiori.d.ts +1 -1
  58. package/types/sap.ui.webc.main.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +46 -16
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +10 -1
  63. package/types/sap.viz.d.ts +1 -1
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -89,7 +89,7 @@ declare module "sap/sac/df/DataAnalyzer" {
89
89
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
90
90
 
91
91
  /**
92
- * FlexAnalysis A control to display multi-dimensional data
92
+ * DataAnalyzer A control to display multi-dimensional data
93
93
  *
94
94
  * @experimental As of version 1.132.
95
95
  */
@@ -716,1202 +716,6 @@ declare module "sap/sac/df/FilterPanel" {
716
716
  }
717
717
  }
718
718
 
719
- declare module "sap/sac/df/FlexAnalysis" {
720
- import { default as Control, $ControlSettings } from "sap/ui/core/Control";
721
-
722
- import {
723
- PropertyBindingInfo,
724
- AggregationBindingInfo,
725
- } from "sap/ui/base/ManagedObject";
726
-
727
- import { CSSSize } from "sap/ui/core/library";
728
-
729
- import ElementMetadata from "sap/ui/core/ElementMetadata";
730
-
731
- import SystemType from "sap/sac/df/types/SystemType";
732
-
733
- import Event from "sap/ui/base/Event";
734
-
735
- /**
736
- * Enables users to view, navigate and change multidimensional data exposed via InA.
737
- *
738
- * Overview:
739
- *
740
- * The user can view the data in a Table, navigate in the data via a context menu or builder panels The
741
- * data source that the FlexAnalysis consumes or renders has to be provided as a property value.
742
- *
743
- * @deprecated As of version 1.132. Replaced by {@link sap.sac.df.DataAnalyzer DataAnalyzer} or {@link sap.sac.df.Grid Grid}.
744
- * @experimental
745
- */
746
- export default class FlexAnalysis extends Control {
747
- /**
748
- * Constructor for a new `FlexAnalysis`.
749
- *
750
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
751
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
752
- * of the syntax of the settings object.
753
- */
754
- constructor(
755
- /**
756
- * ID for the new control, generated automatically if no ID is given
757
- */
758
- sId?: string
759
- );
760
-
761
- /**
762
- * Creates a new subclass of class sap.sac.df.FlexAnalysis with name `sClassName` and enriches it with the
763
- * information contained in `oClassInfo`.
764
- *
765
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
766
- *
767
- *
768
- * @returns Created class / constructor function
769
- */
770
- static extend<T extends Record<string, unknown>>(
771
- /**
772
- * Name of the class being created
773
- */
774
- sClassName: string,
775
- /**
776
- * Object literal with information about the class
777
- */
778
- oClassInfo?: sap.ClassInfo<T, FlexAnalysis>,
779
- /**
780
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
781
- * used by this class
782
- */
783
- FNMetaImpl?: Function
784
- ): Function;
785
- /**
786
- * Returns a metadata object for class sap.sac.df.FlexAnalysis.
787
- *
788
- *
789
- * @returns Metadata object describing this class
790
- */
791
- static getMetadata(): ElementMetadata;
792
- /**
793
- * Adds some customPanel to the aggregation {@link #getCustomPanels customPanels}.
794
- *
795
- * @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
796
- * data provider.
797
- *
798
- * @returns Reference to `this` in order to allow method chaining
799
- */
800
- addCustomPanel(
801
- /**
802
- * The customPanel to add; if empty, nothing is inserted
803
- */
804
- oCustomPanel: Control
805
- ): this;
806
- /**
807
- * Attaches event handler `fnFunction` to the {@link #event:onCellClick onCellClick} event of this `sap.sac.df.FlexAnalysis`.
808
- *
809
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
810
- * otherwise it will be bound to this `sap.sac.df.FlexAnalysis` itself.
811
- *
812
- * Fires on cell click event
813
- *
814
- *
815
- * @returns Reference to `this` in order to allow method chaining
816
- */
817
- attachOnCellClick(
818
- /**
819
- * An application-specific payload object that will be passed to the event handler along with the event
820
- * object when firing the event
821
- */
822
- oData: object,
823
- /**
824
- * The function to be called when the event occurs
825
- */
826
- fnFunction: (p1: FlexAnalysis$OnCellClickEvent) => void,
827
- /**
828
- * Context object to call the event handler with. Defaults to this `sap.sac.df.FlexAnalysis` itself
829
- */
830
- oListener?: object
831
- ): this;
832
- /**
833
- * Attaches event handler `fnFunction` to the {@link #event:onCellClick onCellClick} event of this `sap.sac.df.FlexAnalysis`.
834
- *
835
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
836
- * otherwise it will be bound to this `sap.sac.df.FlexAnalysis` itself.
837
- *
838
- * Fires on cell click event
839
- *
840
- *
841
- * @returns Reference to `this` in order to allow method chaining
842
- */
843
- attachOnCellClick(
844
- /**
845
- * The function to be called when the event occurs
846
- */
847
- fnFunction: (p1: FlexAnalysis$OnCellClickEvent) => void,
848
- /**
849
- * Context object to call the event handler with. Defaults to this `sap.sac.df.FlexAnalysis` itself
850
- */
851
- oListener?: object
852
- ): this;
853
- /**
854
- * Binds property {@link #getDataProvider dataProvider} to model data.
855
- *
856
- * See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
857
- * of the possible properties of `oBindingInfo`
858
- *
859
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
860
- *
861
- * @returns Reference to `this` in order to allow method chaining
862
- */
863
- bindDataProvider(
864
- /**
865
- * The binding information
866
- */
867
- oBindingInfo: PropertyBindingInfo
868
- ): this;
869
- /**
870
- * Destroys all the customPanels in the aggregation {@link #getCustomPanels customPanels}.
871
- *
872
- * @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
873
- * data provider.
874
- *
875
- * @returns Reference to `this` in order to allow method chaining
876
- */
877
- destroyCustomPanels(): this;
878
- /**
879
- * Detaches event handler `fnFunction` from the {@link #event:onCellClick onCellClick} event of this `sap.sac.df.FlexAnalysis`.
880
- *
881
- * The passed function and listener object must match the ones used for event registration.
882
- *
883
- *
884
- * @returns Reference to `this` in order to allow method chaining
885
- */
886
- detachOnCellClick(
887
- /**
888
- * The function to be called, when the event occurs
889
- */
890
- fnFunction: (p1: FlexAnalysis$OnCellClickEvent) => void,
891
- /**
892
- * Context object on which the given function had to be called
893
- */
894
- oListener?: object
895
- ): this;
896
- /**
897
- * Fires event {@link #event:onCellClick onCellClick} to attached listeners.
898
- *
899
- * @ui5-protected Do not call from applications (only from related classes in the framework)
900
- *
901
- * @returns Reference to `this` in order to allow method chaining
902
- */
903
- fireOnCellClick(
904
- /**
905
- * Parameters to pass along with the event
906
- */
907
- mParameters?: FlexAnalysis$OnCellClickEventParameters
908
- ): this;
909
- /**
910
- * Gets current value of property {@link #getAutoUpdate autoUpdate}.
911
- *
912
- * Indicates if Flexible Analysis component automatically requests the ResultSet for the shown data source
913
- *
914
- * Default value is `true`.
915
- *
916
- * @deprecated As of version 1.124. the concept has been discarded. Refreshing the data is handled by the
917
- * data provider.
918
- *
919
- * @returns Value of property `autoUpdate`
920
- */
921
- getAutoUpdate(): boolean;
922
- /**
923
- * Gets current value of property {@link #getClientIdentifier clientIdentifier}.
924
- *
925
- * Client Identifier to be used for underlying InA queries
926
- *
927
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
928
- *
929
- * @returns Value of property `clientIdentifier`
930
- */
931
- getClientIdentifier(): string;
932
- /**
933
- * Gets current value of property {@link #getConfigId configId}.
934
- *
935
- * Configuration Id
936
- *
937
- *
938
- * @returns Value of property `configId`
939
- */
940
- getConfigId(): string;
941
- /**
942
- * Gets current value of property {@link #getConfigObject configObject}.
943
- *
944
- * JSON object containing the configuration (alternative to configurationURI)
945
- *
946
- *
947
- * @returns Value of property `configObject`
948
- */
949
- getConfigObject(): object;
950
- /**
951
- * Gets current value of property {@link #getConfigurationURI configurationURI}.
952
- *
953
- * URI of the advanced configuration to be fetched
954
- *
955
- *
956
- * @returns Value of property `configurationURI`
957
- */
958
- getConfigurationURI(): string;
959
- /**
960
- * Gets content of aggregation {@link #getCustomPanels customPanels}.
961
- *
962
- * Custom panels for the flexible analysis control
963
- *
964
- * @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
965
- * data provider.
966
- */
967
- getCustomPanels(): Control[];
968
- /**
969
- * Gets current value of property {@link #getDataProvider dataProvider}.
970
- *
971
- * Name of the Data Provider from the corresponding MultiDimModel to be used
972
- *
973
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
974
- *
975
- * @returns Value of property `dataProvider`
976
- */
977
- getDataProvider(): any;
978
- /**
979
- * Gets current value of property {@link #getDataSource dataSource}.
980
- *
981
- * Data source (Query name/ View, InA model etc) to be used to get the data from
982
- *
983
- * Default value is `"$datasource"`.
984
- *
985
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
986
- *
987
- * @returns Value of property `dataSource`
988
- */
989
- getDataSource(): string;
990
- /**
991
- * Gets current value of property {@link #getHeight height}.
992
- *
993
- * Height of the component
994
- *
995
- * Default value is `"100%"`.
996
- *
997
- *
998
- * @returns Value of property `height`
999
- */
1000
- getHeight(): CSSSize;
1001
- /**
1002
- * Gets current value of property {@link #getHideDesignPanel hideDesignPanel}.
1003
- *
1004
- * Sets if the Design Panel of FlexAnalysis is hidden
1005
- *
1006
- * Default value is `true`.
1007
- *
1008
- *
1009
- * @returns Value of property `hideDesignPanel`
1010
- */
1011
- getHideDesignPanel(): boolean;
1012
- /**
1013
- * Gets current value of property {@link #getHideFilterLine hideFilterLine}.
1014
- *
1015
- * Sets if the filter of FlexAnalysis is hidden
1016
- *
1017
- * Default value is `false`.
1018
- *
1019
- *
1020
- * @returns Value of property `hideFilterLine`
1021
- */
1022
- getHideFilterLine(): boolean;
1023
- /**
1024
- * Gets current value of property {@link #getHideLandingPage hideLandingPage}.
1025
- *
1026
- * Sets if the landing page of FlexAnalysis is hidden
1027
- *
1028
- * Default value is `true`.
1029
- *
1030
- *
1031
- * @returns Value of property `hideLandingPage`
1032
- */
1033
- getHideLandingPage(): boolean;
1034
- /**
1035
- * Gets current value of property {@link #getHideMenuBar hideMenuBar}.
1036
- *
1037
- * Sets if the menu bar of FlexAnalysis is hidden
1038
- *
1039
- * Default value is `true`.
1040
- *
1041
- *
1042
- * @returns Value of property `hideMenuBar`
1043
- */
1044
- getHideMenuBar(): boolean;
1045
- /**
1046
- * Gets current value of property {@link #getHideSideNavigation hideSideNavigation}.
1047
- *
1048
- * Sets if the side navigation bar of FlexAnalysis is hidden
1049
- *
1050
- * Default value is `false`.
1051
- *
1052
- *
1053
- * @returns Value of property `hideSideNavigation`
1054
- */
1055
- getHideSideNavigation(): boolean;
1056
- /**
1057
- * Gets current value of property {@link #getHideStatusBar hideStatusBar}.
1058
- *
1059
- * Sets if the status bar of FlexAnalysis is hidden
1060
- *
1061
- * Default value is `true`.
1062
- *
1063
- *
1064
- * @returns Value of property `hideStatusBar`
1065
- */
1066
- getHideStatusBar(): boolean;
1067
- /**
1068
- * Gets current value of property {@link #getHideStylePanel hideStylePanel}.
1069
- *
1070
- * Sets if the Style Panel of FlexAnalysis is hidden
1071
- *
1072
- * Default value is `true`.
1073
- *
1074
- *
1075
- * @returns Value of property `hideStylePanel`
1076
- */
1077
- getHideStylePanel(): boolean;
1078
- /**
1079
- * Gets current value of property {@link #getHideToolBar hideToolBar}.
1080
- *
1081
- * Sets if the toolbar of FlexAnalysis is hidden
1082
- *
1083
- * Default value is `true`.
1084
- *
1085
- *
1086
- * @returns Value of property `hideToolBar`
1087
- */
1088
- getHideToolBar(): boolean;
1089
- /**
1090
- * Gets current value of property {@link #getImplicitVariableHandling implicitVariableHandling}.
1091
- *
1092
- * Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
1093
- * corresponding MultiDimModel
1094
- *
1095
- * Default value is `true`.
1096
- *
1097
- *
1098
- * @returns Value of property `implicitVariableHandling`
1099
- */
1100
- getImplicitVariableHandling(): boolean;
1101
- /**
1102
- * Gets current value of property {@link #getKeepAliveInterval keepAliveInterval}.
1103
- *
1104
- * Interval to keep the InA session alive. values less than 1 deactivates the keep alive handling
1105
- *
1106
- * Default value is `0`.
1107
- *
1108
- *
1109
- * @returns Value of property `keepAliveInterval`
1110
- */
1111
- getKeepAliveInterval(): int;
1112
- /**
1113
- * Gets current value of property {@link #getMetaPath metaPath}.
1114
- *
1115
- * Defines the relative path to the data provider in the multidimensional model.
1116
- *
1117
- *
1118
- * @returns Value of property `metaPath`
1119
- */
1120
- getMetaPath(): string;
1121
- /**
1122
- * Gets current value of property {@link #getMultiDimModelId multiDimModelId}.
1123
- *
1124
- * Id of the MultiDimModel to use
1125
- *
1126
- * Default value is `"om"`.
1127
- *
1128
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1129
- *
1130
- * @returns Value of property `multiDimModelId`
1131
- */
1132
- getMultiDimModelId(): string;
1133
- /**
1134
- * Gets current value of property {@link #getShowTitle showTitle}.
1135
- *
1136
- * Indicates Flexible Analysis component should display the component title
1137
- *
1138
- * Default value is `false`.
1139
- *
1140
- *
1141
- * @returns Value of property `showTitle`
1142
- */
1143
- getShowTitle(): boolean;
1144
- /**
1145
- * Gets current value of property {@link #getStyleTemplateName styleTemplateName}.
1146
- *
1147
- * Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
1148
- * corresponding MultiDimModel
1149
- *
1150
- *
1151
- * @returns Value of property `styleTemplateName`
1152
- */
1153
- getStyleTemplateName(): string;
1154
- /**
1155
- * Gets current value of property {@link #getSystemName systemName}.
1156
- *
1157
- * System to take data from. If not set or set to "local" current url will be used to determine the system
1158
- *
1159
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1160
- *
1161
- * @returns Value of property `systemName`
1162
- */
1163
- getSystemName(): string;
1164
- /**
1165
- * Gets current value of property {@link #getSystemType systemType}.
1166
- *
1167
- * Type the system to connect to get data
1168
- *
1169
- * Default value is `BW`.
1170
- *
1171
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1172
- *
1173
- * @returns Value of property `systemType`
1174
- */
1175
- getSystemType(): SystemType;
1176
- /**
1177
- * Gets current value of property {@link #getTitle title}.
1178
- *
1179
- * Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
1180
- *
1181
- *
1182
- * @returns Value of property `title`
1183
- */
1184
- getTitle(): string;
1185
- /**
1186
- * Gets current value of property {@link #getWidth width}.
1187
- *
1188
- * Width of the component
1189
- *
1190
- * Default value is `"100%"`.
1191
- *
1192
- *
1193
- * @returns Value of property `width`
1194
- */
1195
- getWidth(): CSSSize;
1196
- /**
1197
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getCustomPanels customPanels}.
1198
- * and returns its index if found or -1 otherwise.
1199
- *
1200
- * @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
1201
- * data provider.
1202
- *
1203
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1204
- */
1205
- indexOfCustomPanel(
1206
- /**
1207
- * The customPanel whose index is looked for
1208
- */
1209
- oCustomPanel: Control
1210
- ): int;
1211
- /**
1212
- * Inserts a customPanel into the aggregation {@link #getCustomPanels customPanels}.
1213
- *
1214
- * @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
1215
- * data provider.
1216
- *
1217
- * @returns Reference to `this` in order to allow method chaining
1218
- */
1219
- insertCustomPanel(
1220
- /**
1221
- * The customPanel to insert; if empty, nothing is inserted
1222
- */
1223
- oCustomPanel: Control,
1224
- /**
1225
- * The `0`-based index the customPanel should be inserted at; for a negative value of `iIndex`, the customPanel
1226
- * is inserted at position 0; for a value greater than the current size of the aggregation, the customPanel
1227
- * is inserted at the last position
1228
- */
1229
- iIndex: int
1230
- ): this;
1231
- /**
1232
- * Removes all the controls from the aggregation {@link #getCustomPanels customPanels}.
1233
- *
1234
- * Additionally, it unregisters them from the hosting UIArea.
1235
- *
1236
- * @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
1237
- * data provider.
1238
- *
1239
- * @returns An array of the removed elements (might be empty)
1240
- */
1241
- removeAllCustomPanels(): Control[];
1242
- /**
1243
- * Removes a customPanel from the aggregation {@link #getCustomPanels customPanels}.
1244
- *
1245
- * @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
1246
- * data provider.
1247
- *
1248
- * @returns The removed customPanel or `null`
1249
- */
1250
- removeCustomPanel(
1251
- /**
1252
- * The customPanel to remove or its index or id
1253
- */
1254
- vCustomPanel: int | string | Control
1255
- ): Control | null;
1256
- /**
1257
- * Sets a new value for property {@link #getAutoUpdate autoUpdate}.
1258
- *
1259
- * Indicates if Flexible Analysis component automatically requests the ResultSet for the shown data source
1260
- *
1261
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1262
- *
1263
- * Default value is `true`.
1264
- *
1265
- * @deprecated As of version 1.124. the concept has been discarded. Refreshing the data is handled by the
1266
- * data provider.
1267
- *
1268
- * @returns Reference to `this` in order to allow method chaining
1269
- */
1270
- setAutoUpdate(
1271
- /**
1272
- * New value for property `autoUpdate`
1273
- */
1274
- bAutoUpdate?: boolean
1275
- ): this;
1276
- /**
1277
- * Sets a new value for property {@link #getClientIdentifier clientIdentifier}.
1278
- *
1279
- * Client Identifier to be used for underlying InA queries
1280
- *
1281
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1282
- *
1283
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1284
- *
1285
- * @returns Reference to `this` in order to allow method chaining
1286
- */
1287
- setClientIdentifier(
1288
- /**
1289
- * New value for property `clientIdentifier`
1290
- */
1291
- sClientIdentifier: string
1292
- ): this;
1293
- /**
1294
- * Sets a new value for property {@link #getConfigId configId}.
1295
- *
1296
- * Configuration Id
1297
- *
1298
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1299
- *
1300
- *
1301
- * @returns Reference to `this` in order to allow method chaining
1302
- */
1303
- setConfigId(
1304
- /**
1305
- * New value for property `configId`
1306
- */
1307
- sConfigId: string
1308
- ): this;
1309
- /**
1310
- * Sets a new value for property {@link #getConfigObject configObject}.
1311
- *
1312
- * JSON object containing the configuration (alternative to configurationURI)
1313
- *
1314
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1315
- *
1316
- *
1317
- * @returns Reference to `this` in order to allow method chaining
1318
- */
1319
- setConfigObject(
1320
- /**
1321
- * New value for property `configObject`
1322
- */
1323
- oConfigObject: object
1324
- ): this;
1325
- /**
1326
- * Sets a new value for property {@link #getConfigurationURI configurationURI}.
1327
- *
1328
- * URI of the advanced configuration to be fetched
1329
- *
1330
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1331
- *
1332
- *
1333
- * @returns Reference to `this` in order to allow method chaining
1334
- */
1335
- setConfigurationURI(
1336
- /**
1337
- * New value for property `configurationURI`
1338
- */
1339
- sConfigurationURI: string
1340
- ): this;
1341
- /**
1342
- * Sets a new value for property {@link #getDataProvider dataProvider}.
1343
- *
1344
- * Name of the Data Provider from the corresponding MultiDimModel to be used
1345
- *
1346
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1347
- *
1348
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1349
- *
1350
- * @returns Reference to `this` in order to allow method chaining
1351
- */
1352
- setDataProvider(
1353
- /**
1354
- * New value for property `dataProvider`
1355
- */
1356
- oDataProvider: any
1357
- ): this;
1358
- /**
1359
- * Sets a new value for property {@link #getDataSource dataSource}.
1360
- *
1361
- * Data source (Query name/ View, InA model etc) to be used to get the data from
1362
- *
1363
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1364
- *
1365
- * Default value is `"$datasource"`.
1366
- *
1367
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1368
- *
1369
- * @returns Reference to `this` in order to allow method chaining
1370
- */
1371
- setDataSource(
1372
- /**
1373
- * New value for property `dataSource`
1374
- */
1375
- sDataSource?: string
1376
- ): this;
1377
- /**
1378
- * Sets a new value for property {@link #getHeight height}.
1379
- *
1380
- * Height of the component
1381
- *
1382
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1383
- *
1384
- * Default value is `"100%"`.
1385
- *
1386
- *
1387
- * @returns Reference to `this` in order to allow method chaining
1388
- */
1389
- setHeight(
1390
- /**
1391
- * New value for property `height`
1392
- */
1393
- sHeight?: CSSSize
1394
- ): this;
1395
- /**
1396
- * Sets a new value for property {@link #getHideDesignPanel hideDesignPanel}.
1397
- *
1398
- * Sets if the Design Panel of FlexAnalysis is hidden
1399
- *
1400
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1401
- *
1402
- * Default value is `true`.
1403
- *
1404
- *
1405
- * @returns Reference to `this` in order to allow method chaining
1406
- */
1407
- setHideDesignPanel(
1408
- /**
1409
- * New value for property `hideDesignPanel`
1410
- */
1411
- bHideDesignPanel?: boolean
1412
- ): this;
1413
- /**
1414
- * Sets a new value for property {@link #getHideFilterLine hideFilterLine}.
1415
- *
1416
- * Sets if the filter of FlexAnalysis is hidden
1417
- *
1418
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1419
- *
1420
- * Default value is `false`.
1421
- *
1422
- *
1423
- * @returns Reference to `this` in order to allow method chaining
1424
- */
1425
- setHideFilterLine(
1426
- /**
1427
- * New value for property `hideFilterLine`
1428
- */
1429
- bHideFilterLine?: boolean
1430
- ): this;
1431
- /**
1432
- * Sets a new value for property {@link #getHideLandingPage hideLandingPage}.
1433
- *
1434
- * Sets if the landing page of FlexAnalysis is hidden
1435
- *
1436
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1437
- *
1438
- * Default value is `true`.
1439
- *
1440
- *
1441
- * @returns Reference to `this` in order to allow method chaining
1442
- */
1443
- setHideLandingPage(
1444
- /**
1445
- * New value for property `hideLandingPage`
1446
- */
1447
- bHideLandingPage?: boolean
1448
- ): this;
1449
- /**
1450
- * Sets a new value for property {@link #getHideMenuBar hideMenuBar}.
1451
- *
1452
- * Sets if the menu bar of FlexAnalysis is hidden
1453
- *
1454
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1455
- *
1456
- * Default value is `true`.
1457
- *
1458
- *
1459
- * @returns Reference to `this` in order to allow method chaining
1460
- */
1461
- setHideMenuBar(
1462
- /**
1463
- * New value for property `hideMenuBar`
1464
- */
1465
- bHideMenuBar?: boolean
1466
- ): this;
1467
- /**
1468
- * Sets a new value for property {@link #getHideSideNavigation hideSideNavigation}.
1469
- *
1470
- * Sets if the side navigation bar of FlexAnalysis is hidden
1471
- *
1472
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1473
- *
1474
- * Default value is `false`.
1475
- *
1476
- *
1477
- * @returns Reference to `this` in order to allow method chaining
1478
- */
1479
- setHideSideNavigation(
1480
- /**
1481
- * New value for property `hideSideNavigation`
1482
- */
1483
- bHideSideNavigation?: boolean
1484
- ): this;
1485
- /**
1486
- * Sets a new value for property {@link #getHideStatusBar hideStatusBar}.
1487
- *
1488
- * Sets if the status bar of FlexAnalysis is hidden
1489
- *
1490
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1491
- *
1492
- * Default value is `true`.
1493
- *
1494
- *
1495
- * @returns Reference to `this` in order to allow method chaining
1496
- */
1497
- setHideStatusBar(
1498
- /**
1499
- * New value for property `hideStatusBar`
1500
- */
1501
- bHideStatusBar?: boolean
1502
- ): this;
1503
- /**
1504
- * Sets a new value for property {@link #getHideStylePanel hideStylePanel}.
1505
- *
1506
- * Sets if the Style Panel of FlexAnalysis is hidden
1507
- *
1508
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1509
- *
1510
- * Default value is `true`.
1511
- *
1512
- *
1513
- * @returns Reference to `this` in order to allow method chaining
1514
- */
1515
- setHideStylePanel(
1516
- /**
1517
- * New value for property `hideStylePanel`
1518
- */
1519
- bHideStylePanel?: boolean
1520
- ): this;
1521
- /**
1522
- * Sets a new value for property {@link #getHideToolBar hideToolBar}.
1523
- *
1524
- * Sets if the toolbar of FlexAnalysis is hidden
1525
- *
1526
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1527
- *
1528
- * Default value is `true`.
1529
- *
1530
- *
1531
- * @returns Reference to `this` in order to allow method chaining
1532
- */
1533
- setHideToolBar(
1534
- /**
1535
- * New value for property `hideToolBar`
1536
- */
1537
- bHideToolBar?: boolean
1538
- ): this;
1539
- /**
1540
- * Sets a new value for property {@link #getImplicitVariableHandling implicitVariableHandling}.
1541
- *
1542
- * Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
1543
- * corresponding MultiDimModel
1544
- *
1545
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1546
- *
1547
- * Default value is `true`.
1548
- *
1549
- *
1550
- * @returns Reference to `this` in order to allow method chaining
1551
- */
1552
- setImplicitVariableHandling(
1553
- /**
1554
- * New value for property `implicitVariableHandling`
1555
- */
1556
- bImplicitVariableHandling?: boolean
1557
- ): this;
1558
- /**
1559
- * Sets a new value for property {@link #getKeepAliveInterval keepAliveInterval}.
1560
- *
1561
- * Interval to keep the InA session alive. values less than 1 deactivates the keep alive handling
1562
- *
1563
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1564
- *
1565
- * Default value is `0`.
1566
- *
1567
- *
1568
- * @returns Reference to `this` in order to allow method chaining
1569
- */
1570
- setKeepAliveInterval(
1571
- /**
1572
- * New value for property `keepAliveInterval`
1573
- */
1574
- iKeepAliveInterval?: int
1575
- ): this;
1576
- /**
1577
- * Sets a new value for property {@link #getMetaPath metaPath}.
1578
- *
1579
- * Defines the relative path to the data provider in the multidimensional model.
1580
- *
1581
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1582
- *
1583
- *
1584
- * @returns Reference to `this` in order to allow method chaining
1585
- */
1586
- setMetaPath(
1587
- /**
1588
- * New value for property `metaPath`
1589
- */
1590
- sMetaPath: string
1591
- ): this;
1592
- /**
1593
- * Sets a new value for property {@link #getMultiDimModelId multiDimModelId}.
1594
- *
1595
- * Id of the MultiDimModel to use
1596
- *
1597
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1598
- *
1599
- * Default value is `"om"`.
1600
- *
1601
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1602
- *
1603
- * @returns Reference to `this` in order to allow method chaining
1604
- */
1605
- setMultiDimModelId(
1606
- /**
1607
- * New value for property `multiDimModelId`
1608
- */
1609
- sMultiDimModelId?: string
1610
- ): this;
1611
- /**
1612
- * Sets a new value for property {@link #getShowTitle showTitle}.
1613
- *
1614
- * Indicates Flexible Analysis component should display the component title
1615
- *
1616
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1617
- *
1618
- * Default value is `false`.
1619
- *
1620
- *
1621
- * @returns Reference to `this` in order to allow method chaining
1622
- */
1623
- setShowTitle(
1624
- /**
1625
- * New value for property `showTitle`
1626
- */
1627
- bShowTitle?: boolean
1628
- ): this;
1629
- /**
1630
- * Sets a new value for property {@link #getStyleTemplateName styleTemplateName}.
1631
- *
1632
- * Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
1633
- * corresponding MultiDimModel
1634
- *
1635
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1636
- *
1637
- *
1638
- * @returns Reference to `this` in order to allow method chaining
1639
- */
1640
- setStyleTemplateName(
1641
- /**
1642
- * New value for property `styleTemplateName`
1643
- */
1644
- sStyleTemplateName: string
1645
- ): this;
1646
- /**
1647
- * Sets a new value for property {@link #getSystemName systemName}.
1648
- *
1649
- * System to take data from. If not set or set to "local" current url will be used to determine the system
1650
- *
1651
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1652
- *
1653
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1654
- *
1655
- * @returns Reference to `this` in order to allow method chaining
1656
- */
1657
- setSystemName(
1658
- /**
1659
- * New value for property `systemName`
1660
- */
1661
- sSystemName: string
1662
- ): this;
1663
- /**
1664
- * Sets a new value for property {@link #getSystemType systemType}.
1665
- *
1666
- * Type the system to connect to get data
1667
- *
1668
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1669
- *
1670
- * Default value is `BW`.
1671
- *
1672
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1673
- *
1674
- * @returns Reference to `this` in order to allow method chaining
1675
- */
1676
- setSystemType(
1677
- /**
1678
- * New value for property `systemType`
1679
- */
1680
- sSystemType?: SystemType | keyof typeof SystemType
1681
- ): this;
1682
- /**
1683
- * Sets a new value for property {@link #getTitle title}.
1684
- *
1685
- * Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
1686
- *
1687
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1688
- *
1689
- *
1690
- * @returns Reference to `this` in order to allow method chaining
1691
- */
1692
- setTitle(
1693
- /**
1694
- * New value for property `title`
1695
- */
1696
- sTitle: string
1697
- ): this;
1698
- /**
1699
- * Sets a new value for property {@link #getWidth width}.
1700
- *
1701
- * Width of the component
1702
- *
1703
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1704
- *
1705
- * Default value is `"100%"`.
1706
- *
1707
- *
1708
- * @returns Reference to `this` in order to allow method chaining
1709
- */
1710
- setWidth(
1711
- /**
1712
- * New value for property `width`
1713
- */
1714
- sWidth?: CSSSize
1715
- ): this;
1716
- /**
1717
- * Unbinds property {@link #getDataProvider dataProvider} from model data.
1718
- *
1719
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1720
- *
1721
- * @returns Reference to `this` in order to allow method chaining
1722
- */
1723
- unbindDataProvider(): this;
1724
- }
1725
- /**
1726
- * Describes the settings that can be provided to the FlexAnalysis constructor.
1727
- *
1728
- * @deprecated As of version 1.132. Replaced by {@link sap.sac.df.DataAnalyzer DataAnalyzer} or {@link sap.sac.df.Grid Grid}.
1729
- * @experimental
1730
- */
1731
- export interface $FlexAnalysisSettings extends $ControlSettings {
1732
- /**
1733
- * Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
1734
- */
1735
- title?: string | PropertyBindingInfo;
1736
-
1737
- /**
1738
- * Indicates Flexible Analysis component should display the component title
1739
- */
1740
- showTitle?: boolean | PropertyBindingInfo | `{${string}}`;
1741
-
1742
- /**
1743
- * Indicates if Flexible Analysis component automatically requests the ResultSet for the shown data source
1744
- *
1745
- * @deprecated As of version 1.124. the concept has been discarded. Refreshing the data is handled by the
1746
- * data provider.
1747
- */
1748
- autoUpdate?: boolean | PropertyBindingInfo | `{${string}}`;
1749
-
1750
- /**
1751
- * URI of the advanced configuration to be fetched
1752
- */
1753
- configurationURI?: string | PropertyBindingInfo;
1754
-
1755
- /**
1756
- * JSON object containing the configuration (alternative to configurationURI)
1757
- */
1758
- configObject?: object | PropertyBindingInfo | `{${string}}`;
1759
-
1760
- /**
1761
- * Configuration Id
1762
- */
1763
- configId?: string | PropertyBindingInfo;
1764
-
1765
- /**
1766
- * Width of the component
1767
- */
1768
- width?: CSSSize | PropertyBindingInfo | `{${string}}`;
1769
-
1770
- /**
1771
- * Height of the component
1772
- */
1773
- height?: CSSSize | PropertyBindingInfo | `{${string}}`;
1774
-
1775
- /**
1776
- * Sets if the Design Panel of FlexAnalysis is hidden
1777
- */
1778
- hideDesignPanel?: boolean | PropertyBindingInfo | `{${string}}`;
1779
-
1780
- /**
1781
- * Sets if the Style Panel of FlexAnalysis is hidden
1782
- */
1783
- hideStylePanel?: boolean | PropertyBindingInfo | `{${string}}`;
1784
-
1785
- /**
1786
- * Sets if the menu bar of FlexAnalysis is hidden
1787
- */
1788
- hideMenuBar?: boolean | PropertyBindingInfo | `{${string}}`;
1789
-
1790
- /**
1791
- * Sets if the status bar of FlexAnalysis is hidden
1792
- */
1793
- hideStatusBar?: boolean | PropertyBindingInfo | `{${string}}`;
1794
-
1795
- /**
1796
- * Sets if the toolbar of FlexAnalysis is hidden
1797
- */
1798
- hideToolBar?: boolean | PropertyBindingInfo | `{${string}}`;
1799
-
1800
- /**
1801
- * Sets if the filter of FlexAnalysis is hidden
1802
- */
1803
- hideFilterLine?: boolean | PropertyBindingInfo | `{${string}}`;
1804
-
1805
- /**
1806
- * Sets if the side navigation bar of FlexAnalysis is hidden
1807
- */
1808
- hideSideNavigation?: boolean | PropertyBindingInfo | `{${string}}`;
1809
-
1810
- /**
1811
- * Sets if the landing page of FlexAnalysis is hidden
1812
- */
1813
- hideLandingPage?: boolean | PropertyBindingInfo | `{${string}}`;
1814
-
1815
- /**
1816
- * System to take data from. If not set or set to "local" current url will be used to determine the system
1817
- *
1818
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1819
- */
1820
- systemName?: string | PropertyBindingInfo;
1821
-
1822
- /**
1823
- * Data source (Query name/ View, InA model etc) to be used to get the data from
1824
- *
1825
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1826
- */
1827
- dataSource?: string | PropertyBindingInfo;
1828
-
1829
- /**
1830
- * Type the system to connect to get data
1831
- *
1832
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1833
- */
1834
- systemType?:
1835
- | (SystemType | keyof typeof SystemType)
1836
- | PropertyBindingInfo
1837
- | `{${string}}`;
1838
-
1839
- /**
1840
- * Interval to keep the InA session alive. values less than 1 deactivates the keep alive handling
1841
- */
1842
- keepAliveInterval?: int | PropertyBindingInfo | `{${string}}`;
1843
-
1844
- /**
1845
- * Client Identifier to be used for underlying InA queries
1846
- *
1847
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1848
- */
1849
- clientIdentifier?: string | PropertyBindingInfo;
1850
-
1851
- /**
1852
- * Name of the Data Provider from the corresponding MultiDimModel to be used
1853
- *
1854
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1855
- */
1856
- dataProvider?: any | PropertyBindingInfo | `{${string}}`;
1857
-
1858
- /**
1859
- * Id of the MultiDimModel to use
1860
- *
1861
- * @deprecated As of version 1.124. Replaced by metaPath property and the corresponding data provider definition.
1862
- */
1863
- multiDimModelId?: string | PropertyBindingInfo;
1864
-
1865
- /**
1866
- * Defines the relative path to the data provider in the multidimensional model.
1867
- */
1868
- metaPath?: string | PropertyBindingInfo;
1869
-
1870
- /**
1871
- * Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
1872
- * corresponding MultiDimModel
1873
- */
1874
- implicitVariableHandling?: boolean | PropertyBindingInfo | `{${string}}`;
1875
-
1876
- /**
1877
- * Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
1878
- * corresponding MultiDimModel
1879
- */
1880
- styleTemplateName?: string | PropertyBindingInfo;
1881
-
1882
- /**
1883
- * Custom panels for the flexible analysis control
1884
- *
1885
- * @deprecated As of version 1.132. the concept has been discarded. Refreshing the data is handled by the
1886
- * data provider.
1887
- */
1888
- customPanels?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
1889
-
1890
- /**
1891
- * Fires on cell click event
1892
- */
1893
- onCellClick?: (oEvent: FlexAnalysis$OnCellClickEvent) => void;
1894
- }
1895
-
1896
- /**
1897
- * Parameters of the FlexAnalysis#onCellClick event.
1898
- */
1899
- export interface FlexAnalysis$OnCellClickEventParameters {
1900
- /**
1901
- * Cell context
1902
- */
1903
- cellContext?: object;
1904
- }
1905
-
1906
- /**
1907
- * Event object of the FlexAnalysis#onCellClick event.
1908
- */
1909
- export type FlexAnalysis$OnCellClickEvent = Event<
1910
- FlexAnalysis$OnCellClickEventParameters,
1911
- FlexAnalysis
1912
- >;
1913
- }
1914
-
1915
719
  declare module "sap/sac/df/Grid" {
1916
720
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
1917
721
 
@@ -2212,6 +1016,8 @@ declare module "sap/sac/df/model/Configuration" {
2212
1016
 
2213
1017
  import StylingPanelItem from "sap/sac/df/types/configuration/StylingPanelItem";
2214
1018
 
1019
+ import TableTemplate from "sap/sac/df/types/configuration/TableTemplate";
1020
+
2215
1021
  /**
2216
1022
  * Configuration of the multidimensional model and its components
2217
1023
  *
@@ -2307,6 +1113,32 @@ declare module "sap/sac/df/model/Configuration" {
2307
1113
  * @returns Value of property `StylingPanelItems`
2308
1114
  */
2309
1115
  getStylingPanelItems(): StylingPanelItem[];
1116
+ /**
1117
+ * Gets current value of property {@link #getTableTemplates TableTemplates}.
1118
+ *
1119
+ * Available Table Templates
1120
+ *
1121
+ * Default value is `[Default, Basic, Report]`.
1122
+ *
1123
+ * @since 1.135
1124
+ * @experimental As of version 1.135.
1125
+ *
1126
+ * @returns Value of property `TableTemplates`
1127
+ */
1128
+ getTableTemplates(): TableTemplate[];
1129
+ /**
1130
+ * Gets current value of property {@link #getTableTemplateSelection TableTemplateSelection}.
1131
+ *
1132
+ * Default table template selection
1133
+ *
1134
+ * Default value is `TableTemplate.Default`.
1135
+ *
1136
+ * @since 1.135
1137
+ * @experimental As of version 1.135.
1138
+ *
1139
+ * @returns Value of property `TableTemplateSelection`
1140
+ */
1141
+ getTableTemplateSelection(): String;
2310
1142
  /**
2311
1143
  * Sets a new value for property {@link #getCalculations Calculations}.
2312
1144
  *
@@ -2389,6 +1221,46 @@ declare module "sap/sac/df/model/Configuration" {
2389
1221
  StylingPanelItem | keyof typeof StylingPanelItem
2390
1222
  >
2391
1223
  ): this;
1224
+ /**
1225
+ * Sets a new value for property {@link #getTableTemplates TableTemplates}.
1226
+ *
1227
+ * Available Table Templates
1228
+ *
1229
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1230
+ *
1231
+ * Default value is `[Default, Basic, Report]`.
1232
+ *
1233
+ * @since 1.135
1234
+ * @experimental As of version 1.135.
1235
+ *
1236
+ * @returns Reference to `this` in order to allow method chaining
1237
+ */
1238
+ setTableTemplates(
1239
+ /**
1240
+ * New value for property `TableTemplates`
1241
+ */
1242
+ sTableTemplates?: Array<TableTemplate | keyof typeof TableTemplate>
1243
+ ): this;
1244
+ /**
1245
+ * Sets a new value for property {@link #getTableTemplateSelection TableTemplateSelection}.
1246
+ *
1247
+ * Default table template selection
1248
+ *
1249
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1250
+ *
1251
+ * Default value is `TableTemplate.Default`.
1252
+ *
1253
+ * @since 1.135
1254
+ * @experimental As of version 1.135.
1255
+ *
1256
+ * @returns Reference to `this` in order to allow method chaining
1257
+ */
1258
+ setTableTemplateSelection(
1259
+ /**
1260
+ * New value for property `TableTemplateSelection`
1261
+ */
1262
+ sTableTemplateSelection?: String
1263
+ ): this;
2392
1264
  }
2393
1265
  }
2394
1266
 
@@ -2405,6 +1277,8 @@ declare module "sap/sac/df/model/DataProvider" {
2405
1277
 
2406
1278
  import Event from "sap/ui/base/Event";
2407
1279
 
1280
+ import DataSourceType from "sap/sac/df/types/DataSourceType";
1281
+
2408
1282
  /**
2409
1283
  * A data provider is an analytical query exposed via an analytical engine and accessed via InA protocol.
2410
1284
  * It represents a navigable query manager and allows to access and change data. Instances of this class
@@ -2436,11 +1310,6 @@ declare module "sap/sac/df/model/DataProvider" {
2436
1310
  */
2437
1311
  AutoFetchEnabled: boolean;
2438
1312
 
2439
- /**
2440
- * AxesLayout
2441
- */
2442
- AxesLayout: /* was: sap.sac.df.model.AxesLayout */ any;
2443
-
2444
1313
  /**
2445
1314
  * DataSourceInfo
2446
1315
  */
@@ -2598,13 +1467,6 @@ declare module "sap/sac/df/model/DataProvider" {
2598
1467
  * Get the property AutoFetchEnabled
2599
1468
  */
2600
1469
  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
1470
  /**
2609
1471
  * Get data source information
2610
1472
  *
@@ -2672,7 +1534,7 @@ declare module "sap/sac/df/model/DataProvider" {
2672
1534
  *
2673
1535
  * @returns Object of all measures
2674
1536
  */
2675
- getMeasures(): /* was: sap.sac.df.model.Measure */ any;
1537
+ getMeasures(): Record<string, /* was: sap.sac.df.model.Measure */ any>;
2676
1538
  /**
2677
1539
  * Get Measure Structure Dimension
2678
1540
  *
@@ -2826,6 +1688,30 @@ declare module "sap/sac/df/model/DataProvider" {
2826
1688
  sCapability: undefined
2827
1689
  ): boolean;
2828
1690
  }
1691
+ /**
1692
+ * Data provider configuration object.
1693
+ *
1694
+ * @experimental As of version 1.135.
1695
+ */
1696
+ export type Configuration = {
1697
+ /**
1698
+ * name
1699
+ */
1700
+ Name: string;
1701
+ /**
1702
+ * data source
1703
+ */
1704
+ DataSource: Configuration.DataSource;
1705
+ /**
1706
+ * setup properties
1707
+ */
1708
+ SetupProperties: Configuration.SetupProperties;
1709
+ /**
1710
+ * semantic information
1711
+ */
1712
+ SemanticInfo: object;
1713
+ };
1714
+
2829
1715
  /**
2830
1716
  * Parameters of the DataProvider#dataUpdated event.
2831
1717
  */
@@ -2864,6 +1750,48 @@ declare module "sap/sac/df/model/DataProvider" {
2864
1750
  DataProvider$VisualizationRemovedEventParameters,
2865
1751
  DataProvider
2866
1752
  >;
1753
+
1754
+ export namespace Configuration {
1755
+ /**
1756
+ * Data provider configuration data source.
1757
+ *
1758
+ * @experimental As of version 1.135.
1759
+ */
1760
+ type DataSource = {
1761
+ /**
1762
+ * name
1763
+ */
1764
+ Name: string;
1765
+ /**
1766
+ * type
1767
+ */
1768
+ Type: DataSourceType | keyof typeof DataSourceType;
1769
+ /**
1770
+ * system name
1771
+ */
1772
+ SystemName: string;
1773
+ /**
1774
+ * package
1775
+ */
1776
+ Package: string;
1777
+ /**
1778
+ * schema
1779
+ */
1780
+ Schema: string;
1781
+ };
1782
+
1783
+ /**
1784
+ * Data provider configuration setup properties.
1785
+ *
1786
+ * @experimental As of version 1.135.
1787
+ */
1788
+ type SetupProperties = {
1789
+ /**
1790
+ * start with auto fetch
1791
+ */
1792
+ AutoFetch: boolean[];
1793
+ };
1794
+ }
2867
1795
  }
2868
1796
 
2869
1797
  declare module "sap/sac/df/model/DataSourceInfo" {
@@ -3242,7 +2170,10 @@ declare module "sap/sac/df/model/MultiDimModel" {
3242
2170
 
3243
2171
  import Configuration from "sap/sac/df/model/Configuration";
3244
2172
 
3245
- import DataProvider from "sap/sac/df/model/DataProvider";
2173
+ import {
2174
+ default as DataProvider,
2175
+ Configuration as Configuration1,
2176
+ } from "sap/sac/df/model/DataProvider";
3246
2177
 
3247
2178
  import Message from "sap/ui/core/message/Message";
3248
2179
 
@@ -3299,11 +2230,6 @@ declare module "sap/sac/df/model/MultiDimModel" {
3299
2230
  */
3300
2231
  Messages: Message[];
3301
2232
 
3302
- /**
3303
- * Model pointer
3304
- */
3305
- ModelPointer: String;
3306
-
3307
2233
  /**
3308
2234
  * Variable Groups
3309
2235
  */
@@ -3354,7 +2280,7 @@ declare module "sap/sac/df/model/MultiDimModel" {
3354
2280
  /**
3355
2281
  * Datasource name which the data provider is supposed to expose
3356
2282
  */
3357
- sDataSourceName: string,
2283
+ sDataSourceName: Configuration1 | string,
3358
2284
  /**
3359
2285
  * System name
3360
2286
  */
@@ -3500,6 +2426,7 @@ declare module "sap/sac/df/model/MultiDimModel" {
3500
2426
  /**
3501
2427
  * Get grid styling template registry
3502
2428
  *
2429
+ * @deprecated As of version 1.135. the concept has been discarded.
3503
2430
  *
3504
2431
  * @returns sap.sac.df.model.extentsions.styling.GridStylingTemplateRegistry
3505
2432
  */
@@ -4222,6 +3149,8 @@ declare module "sap/sac/df/model/visualization/Documents" {
4222
3149
  declare module "sap/sac/df/model/visualization/Grid" {
4223
3150
  import BaseObject from "sap/ui/base/Object";
4224
3151
 
3152
+ import TableTemplate from "sap/sac/df/types/configuration/TableTemplate";
3153
+
4225
3154
  import Metadata from "sap/ui/base/Metadata";
4226
3155
 
4227
3156
  /**
@@ -4268,17 +3197,12 @@ declare module "sap/sac/df/model/visualization/Grid" {
4268
3197
  */
4269
3198
  static getMetadata(): Metadata;
4270
3199
  /**
4271
- * Active styling template
3200
+ * Get active template
4272
3201
  *
4273
3202
  *
4274
- * @returns resolving to the visualization object
3203
+ * @returns active template
4275
3204
  */
4276
- activateStylingTemplate(
4277
- /**
4278
- * styling template name
4279
- */
4280
- sStylingTemplateName: string
4281
- ): Promise<any>;
3205
+ getActiveTemplate(): TableTemplate;
4282
3206
  /**
4283
3207
  * Get the current axes layout for rows and columns
4284
3208
  *
@@ -4332,6 +3256,18 @@ declare module "sap/sac/df/model/visualization/Grid" {
4332
3256
  * @returns a promise which resolves with the visualization data
4333
3257
  */
4334
3258
  getVisualizationData(): Promise<Object>;
3259
+ /**
3260
+ * Set active template
3261
+ *
3262
+ *
3263
+ * @returns resolving to the axes layout object to allow chaining
3264
+ */
3265
+ setActiveTemplate(
3266
+ /**
3267
+ * styling template name
3268
+ */
3269
+ sTemplateName: string
3270
+ ): Grid;
4335
3271
  /**
4336
3272
  * Set the dimensions on row and column axis
4337
3273
  *
@@ -4485,10 +3421,51 @@ declare module "sap/sac/df/types/configuration/StylingPanelItem" {
4485
3421
  * @since 1.132
4486
3422
  * @experimental As of version 1.132.
4487
3423
  */
4488
- enum StylingPanelItem {}
3424
+ enum StylingPanelItem {
3425
+ /**
3426
+ * Conditional Formatting
3427
+ */
3428
+ ConditionalFormatting = "ConditionalFormatting",
3429
+ /**
3430
+ * Number Formatting
3431
+ */
3432
+ NumberFormatting = "NumberFormatting",
3433
+ /**
3434
+ * Table Properties
3435
+ */
3436
+ TableProperties = "TableProperties",
3437
+ }
4489
3438
  export default StylingPanelItem;
4490
3439
  }
4491
3440
 
3441
+ declare module "sap/sac/df/types/configuration/TableTemplate" {
3442
+ /**
3443
+ * Item of the styling panel
3444
+ *
3445
+ * @since 1.135
3446
+ * @experimental As of version 1.135.
3447
+ */
3448
+ enum TableTemplate {
3449
+ /**
3450
+ * Basic
3451
+ */
3452
+ Basic = "Basic",
3453
+ /**
3454
+ * Default
3455
+ */
3456
+ Default = "Default",
3457
+ /**
3458
+ * Financial
3459
+ */
3460
+ Financial = "Financial",
3461
+ /**
3462
+ * Report
3463
+ */
3464
+ Report = "Report",
3465
+ }
3466
+ export default TableTemplate;
3467
+ }
3468
+
4492
3469
  declare module "sap/sac/df/types/DataAnalyzerPanelName" {
4493
3470
  /**
4494
3471
  * DataAnalyzer Panels
@@ -4527,6 +3504,10 @@ declare module "sap/sac/df/types/DataSourceType" {
4527
3504
  * Ina Model
4528
3505
  */
4529
3506
  InAModel = "InAModel",
3507
+ /**
3508
+ * Insight (widget definition)
3509
+ */
3510
+ Insight = "Insight",
4530
3511
  /**
4531
3512
  * Query
4532
3513
  */
@@ -4566,6 +3547,42 @@ declare module "sap/sac/df/types/DocumentsSupportType" {
4566
3547
  export default DocumentsSupportType;
4567
3548
  }
4568
3549
 
3550
+ declare module "sap/sac/df/types/SemanticRole" {
3551
+ /**
3552
+ * Semantic Role of a dimension member
3553
+ *
3554
+ * @since 1.135
3555
+ * @experimental As of version 1.135.
3556
+ */
3557
+ enum SemanticRole {
3558
+ /**
3559
+ * Absolute Variance
3560
+ */
3561
+ AbsoluteVariance = "AbsoluteVariance",
3562
+ /**
3563
+ * Actual Data
3564
+ */
3565
+ Actual = "Actual",
3566
+ /**
3567
+ * Budget Data
3568
+ */
3569
+ Budget = "Budget",
3570
+ /**
3571
+ * Forecast Data
3572
+ */
3573
+ Forecast = "Forecast",
3574
+ /**
3575
+ * Percentage Variance
3576
+ */
3577
+ PercentageVariance = "PercentageVariance",
3578
+ /**
3579
+ * Previous Data
3580
+ */
3581
+ Previous = "Previous",
3582
+ }
3583
+ export default SemanticRole;
3584
+ }
3585
+
4569
3586
  declare module "sap/sac/df/types/SortDirection" {
4570
3587
  /**
4571
3588
  * Sort Direction
@@ -4657,8 +3674,6 @@ declare namespace sap {
4657
3674
 
4658
3675
  "sap/sac/df/FilterPanel": undefined;
4659
3676
 
4660
- "sap/sac/df/FlexAnalysis": undefined;
4661
-
4662
3677
  "sap/sac/df/Grid": undefined;
4663
3678
 
4664
3679
  "sap/sac/df/library": undefined;
@@ -4689,12 +3704,16 @@ declare namespace sap {
4689
3704
 
4690
3705
  "sap/sac/df/types/configuration/StylingPanelItem": undefined;
4691
3706
 
3707
+ "sap/sac/df/types/configuration/TableTemplate": undefined;
3708
+
4692
3709
  "sap/sac/df/types/DataAnalyzerPanelName": undefined;
4693
3710
 
4694
3711
  "sap/sac/df/types/DataSourceType": undefined;
4695
3712
 
4696
3713
  "sap/sac/df/types/DocumentsSupportType": undefined;
4697
3714
 
3715
+ "sap/sac/df/types/SemanticRole": undefined;
3716
+
4698
3717
  "sap/sac/df/types/SortDirection": undefined;
4699
3718
 
4700
3719
  "sap/sac/df/types/SortType": undefined;