@sapui5/ts-types 1.133.0 → 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.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +0 -14
- package/types/sap.esh.search.ui.d.ts +7 -1
- package/types/sap.f.d.ts +49 -8
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +25 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +55 -62
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +187 -128
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +641 -74
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +360 -89
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +53 -30
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +105 -7
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +11 -30
- package/types/sap.ui.core.d.ts +351 -55
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -3
- package/types/sap.ui.layout.d.ts +2 -2
- package/types/sap.ui.mdc.d.ts +227 -11
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +79 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +41 -47
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +325 -4
- package/types/sap.ui.vk.d.ts +4 -4
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +36 -4
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +7 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace sac {
|
|
@@ -91,6 +91,8 @@ declare namespace sap {
|
|
|
91
91
|
namespace Grid {
|
|
92
92
|
/**
|
|
93
93
|
* AxesLayout object type.
|
|
94
|
+
*
|
|
95
|
+
* @experimental As of version 1.132.
|
|
94
96
|
*/
|
|
95
97
|
type AxesLayout = {
|
|
96
98
|
/**
|
|
@@ -493,77 +495,6 @@ declare namespace sap {
|
|
|
493
495
|
*/
|
|
494
496
|
interface MultiDimModel$VariableGroupsAddedEventParameters {}
|
|
495
497
|
|
|
496
|
-
/**
|
|
497
|
-
* Axis Layout showing which dimensions are set on rows and which on columns.
|
|
498
|
-
*
|
|
499
|
-
* **Structure of Exposed Data:**
|
|
500
|
-
* ```javascript
|
|
501
|
-
*
|
|
502
|
-
* "Rows": [],
|
|
503
|
-
* "Columns": []
|
|
504
|
-
* ```
|
|
505
|
-
*
|
|
506
|
-
*
|
|
507
|
-
* @since 1.119
|
|
508
|
-
* @deprecated As of version 1.132. Replaced by {@link sap.sac.df.model.visualization.Grid Grid}.
|
|
509
|
-
* @experimental As of version 1.119.
|
|
510
|
-
*/
|
|
511
|
-
class AxesLayout extends sap.ui.base.Object {
|
|
512
|
-
/**
|
|
513
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
514
|
-
*/
|
|
515
|
-
protected constructor();
|
|
516
|
-
|
|
517
|
-
/**
|
|
518
|
-
* Creates a new subclass of class sap.sac.df.model.AxesLayout with name `sClassName` and enriches it with
|
|
519
|
-
* the information contained in `oClassInfo`.
|
|
520
|
-
*
|
|
521
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
522
|
-
*
|
|
523
|
-
*
|
|
524
|
-
* @returns Created class / constructor function
|
|
525
|
-
*/
|
|
526
|
-
static extend<T extends Record<string, unknown>>(
|
|
527
|
-
/**
|
|
528
|
-
* Name of the class being created
|
|
529
|
-
*/
|
|
530
|
-
sClassName: string,
|
|
531
|
-
/**
|
|
532
|
-
* Object literal with information about the class
|
|
533
|
-
*/
|
|
534
|
-
oClassInfo?: sap.ClassInfo<T, sap.sac.df.model.AxesLayout>,
|
|
535
|
-
/**
|
|
536
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
537
|
-
* used by this class
|
|
538
|
-
*/
|
|
539
|
-
FNMetaImpl?: Function
|
|
540
|
-
): Function;
|
|
541
|
-
/**
|
|
542
|
-
* Returns a metadata object for class sap.sac.df.model.AxesLayout.
|
|
543
|
-
*
|
|
544
|
-
*
|
|
545
|
-
* @returns Metadata object describing this class
|
|
546
|
-
*/
|
|
547
|
-
static getMetadata(): sap.ui.base.Metadata;
|
|
548
|
-
/**
|
|
549
|
-
* Distribute the dimension among the rows and columns
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
* @returns resolving to the axes layout object to allow chaining
|
|
553
|
-
*/
|
|
554
|
-
setAxesLayout(
|
|
555
|
-
/**
|
|
556
|
-
* an array containing the names of the dimensions on rows. The order in the array control the position
|
|
557
|
-
* on the axis.
|
|
558
|
-
*/
|
|
559
|
-
aDimensionOnRowsAxis: string[],
|
|
560
|
-
/**
|
|
561
|
-
* an array containing a containing the names of the dimensions on columns. The order in the array control
|
|
562
|
-
* the position on the axis.
|
|
563
|
-
*/
|
|
564
|
-
aDimensionOnColumnsAxis: string[]
|
|
565
|
-
): sap.sac.df.model.AxesLayout;
|
|
566
|
-
}
|
|
567
498
|
/**
|
|
568
499
|
* Configuration of the multidimensional model and its components
|
|
569
500
|
*
|
|
@@ -774,7 +705,7 @@ declare namespace sap {
|
|
|
774
705
|
/**
|
|
775
706
|
* AxesLayout
|
|
776
707
|
*/
|
|
777
|
-
AxesLayout: sap.sac.df.model.AxesLayout;
|
|
708
|
+
AxesLayout: /* was: sap.sac.df.model.AxesLayout */ any;
|
|
778
709
|
|
|
779
710
|
/**
|
|
780
711
|
* DataSourceInfo
|
|
@@ -835,6 +766,331 @@ declare namespace sap {
|
|
|
835
766
|
* @returns Metadata object describing this class
|
|
836
767
|
*/
|
|
837
768
|
static getMetadata(): sap.ui.base.Metadata;
|
|
769
|
+
/**
|
|
770
|
+
* Add new visualization
|
|
771
|
+
*
|
|
772
|
+
*
|
|
773
|
+
* @returns Returns visualization
|
|
774
|
+
*/
|
|
775
|
+
addVisualization(
|
|
776
|
+
/**
|
|
777
|
+
* visualization name
|
|
778
|
+
*/
|
|
779
|
+
sName: string,
|
|
780
|
+
/**
|
|
781
|
+
* type of visualization
|
|
782
|
+
*/
|
|
783
|
+
sType: /* was: sap.sac.df.types.VisualizationType */ any
|
|
784
|
+
): /* was: sap.sac.df.model.Visualization */ any;
|
|
785
|
+
/**
|
|
786
|
+
* Execute scenario on data provider
|
|
787
|
+
*
|
|
788
|
+
* @since 1.134
|
|
789
|
+
*
|
|
790
|
+
* @returns Promise with reference to created scenario
|
|
791
|
+
*/
|
|
792
|
+
createScenario(
|
|
793
|
+
/**
|
|
794
|
+
* scenario
|
|
795
|
+
*/
|
|
796
|
+
sScenarioId: undefined
|
|
797
|
+
): Promise</* was: sap.sac.df.Scenario */ any>;
|
|
798
|
+
/**
|
|
799
|
+
* Updates the multidimensional model from the given the state of a data provider
|
|
800
|
+
*
|
|
801
|
+
*
|
|
802
|
+
* @returns Promise with reference to this in order to allow method chaining
|
|
803
|
+
*/
|
|
804
|
+
deserialize(
|
|
805
|
+
/**
|
|
806
|
+
* the JSON object containing the persisted state of a data provider to be applied.
|
|
807
|
+
*/
|
|
808
|
+
oModelState: object,
|
|
809
|
+
/**
|
|
810
|
+
* Format of the serialization (INA_REPOSITORY_DELTA or INA_REPOSITORY).
|
|
811
|
+
*/
|
|
812
|
+
sFormat?: string,
|
|
813
|
+
/**
|
|
814
|
+
* Indicator if the data provider updated should be suppressed after deserialization
|
|
815
|
+
*/
|
|
816
|
+
bSuppressUpdate?: boolean
|
|
817
|
+
): Promise<this>;
|
|
818
|
+
/**
|
|
819
|
+
* Export Data
|
|
820
|
+
*/
|
|
821
|
+
exportData(
|
|
822
|
+
/**
|
|
823
|
+
* Data export configuration
|
|
824
|
+
*/
|
|
825
|
+
oDataExportConfig: object
|
|
826
|
+
): void;
|
|
827
|
+
/**
|
|
828
|
+
* Fires event {@link #event:dataUpdated dataUpdated} to attached listeners.
|
|
829
|
+
*
|
|
830
|
+
*
|
|
831
|
+
* @returns Reference to this in order to allow method chaining
|
|
832
|
+
*/
|
|
833
|
+
fireDataUpdated(
|
|
834
|
+
/**
|
|
835
|
+
* Parameters to pass along with the event
|
|
836
|
+
*/
|
|
837
|
+
oParameters?: object
|
|
838
|
+
): this;
|
|
839
|
+
/**
|
|
840
|
+
* Fires event {@link #event:visualizationAdded visualizationAdded} to attached listeners.
|
|
841
|
+
*
|
|
842
|
+
*
|
|
843
|
+
* @returns Reference to this in order to allow method chaining
|
|
844
|
+
*/
|
|
845
|
+
fireVisualizationAdded(
|
|
846
|
+
/**
|
|
847
|
+
* Parameters to pass along with the event
|
|
848
|
+
*/
|
|
849
|
+
oParameters?: object
|
|
850
|
+
): this;
|
|
851
|
+
/**
|
|
852
|
+
* Fires event {@link #event:visualizationRemoved visualizationRemoved} to attached listeners.
|
|
853
|
+
*
|
|
854
|
+
*
|
|
855
|
+
* @returns Reference to this in order to allow method chaining
|
|
856
|
+
*/
|
|
857
|
+
fireVisualizationRemoved(
|
|
858
|
+
/**
|
|
859
|
+
* Parameters to pass along with the event
|
|
860
|
+
*/
|
|
861
|
+
oParameters?: object
|
|
862
|
+
): this;
|
|
863
|
+
/**
|
|
864
|
+
* Get the property AutoFetchEnabled
|
|
865
|
+
*/
|
|
866
|
+
getAutoFetchEnabled(): boolean;
|
|
867
|
+
/**
|
|
868
|
+
* Get axis layout
|
|
869
|
+
*
|
|
870
|
+
*
|
|
871
|
+
* @returns Axis layout object
|
|
872
|
+
*/
|
|
873
|
+
getAxesLayout(): /* was: sap.sac.df.model.AxesLayout */ any;
|
|
874
|
+
/**
|
|
875
|
+
* Get data source information
|
|
876
|
+
*
|
|
877
|
+
*
|
|
878
|
+
* @returns data source information object
|
|
879
|
+
*/
|
|
880
|
+
getDataSourceInfo(): sap.sac.df.model.DataSourceInfo;
|
|
881
|
+
/**
|
|
882
|
+
* Get the scaling factor of a measure or cell
|
|
883
|
+
*
|
|
884
|
+
*
|
|
885
|
+
* @returns Number of decimal places
|
|
886
|
+
*/
|
|
887
|
+
getDecimalPlaces(
|
|
888
|
+
/**
|
|
889
|
+
* Measure structure member
|
|
890
|
+
*/
|
|
891
|
+
sMeasureStructureMember: string,
|
|
892
|
+
/**
|
|
893
|
+
* Structure (non-measure) member
|
|
894
|
+
*/
|
|
895
|
+
sStructureMember: string
|
|
896
|
+
): int;
|
|
897
|
+
/**
|
|
898
|
+
* Get Dimension
|
|
899
|
+
*
|
|
900
|
+
*
|
|
901
|
+
* @returns Dimension object
|
|
902
|
+
*/
|
|
903
|
+
getDimension(
|
|
904
|
+
/**
|
|
905
|
+
* Dimension name
|
|
906
|
+
*/
|
|
907
|
+
sDimensionName: string
|
|
908
|
+
): sap.sac.df.model.Dimension;
|
|
909
|
+
/**
|
|
910
|
+
* Get all dimensions
|
|
911
|
+
*
|
|
912
|
+
*
|
|
913
|
+
* @returns Object of all dimensions
|
|
914
|
+
*/
|
|
915
|
+
getDimensions(): Record<string, sap.sac.df.model.Dimension>;
|
|
916
|
+
/**
|
|
917
|
+
* Get grid visualization
|
|
918
|
+
*
|
|
919
|
+
*
|
|
920
|
+
* @returns visualization object if found
|
|
921
|
+
*/
|
|
922
|
+
getGridVisualization(): /* was: sap.sac.df.model.Visualization */ any;
|
|
923
|
+
/**
|
|
924
|
+
* Get measure
|
|
925
|
+
*
|
|
926
|
+
*
|
|
927
|
+
* @returns Measure object
|
|
928
|
+
*/
|
|
929
|
+
getMeasure(
|
|
930
|
+
/**
|
|
931
|
+
* Measure name
|
|
932
|
+
*/
|
|
933
|
+
sMeasureName: string
|
|
934
|
+
): /* was: sap.sac.df.model.Measure */ any;
|
|
935
|
+
/**
|
|
936
|
+
* Get all measures
|
|
937
|
+
*
|
|
938
|
+
*
|
|
939
|
+
* @returns Object of all measures
|
|
940
|
+
*/
|
|
941
|
+
getMeasures(): /* was: sap.sac.df.model.Measure */ any;
|
|
942
|
+
/**
|
|
943
|
+
* Get Measure Structure Dimension
|
|
944
|
+
*
|
|
945
|
+
*
|
|
946
|
+
* @returns Measure structure dimension
|
|
947
|
+
*/
|
|
948
|
+
getMeasureStructureDimension(): sap.sac.df.model.Dimension;
|
|
949
|
+
/**
|
|
950
|
+
* Get the scaling factor of a measure or cell
|
|
951
|
+
*
|
|
952
|
+
*
|
|
953
|
+
* @returns Scaling factor
|
|
954
|
+
*/
|
|
955
|
+
getScalingFactor(
|
|
956
|
+
/**
|
|
957
|
+
* Measure structure member
|
|
958
|
+
*/
|
|
959
|
+
sMeasureStructureMember: string,
|
|
960
|
+
/**
|
|
961
|
+
* Structure (non-measure) member
|
|
962
|
+
*/
|
|
963
|
+
sStructureMember: string
|
|
964
|
+
): int;
|
|
965
|
+
/**
|
|
966
|
+
* Get structure (non-measure) dimension
|
|
967
|
+
*
|
|
968
|
+
*
|
|
969
|
+
* @returns Structure dimension object
|
|
970
|
+
*/
|
|
971
|
+
getStructureDimension(): sap.sac.df.model.Dimension;
|
|
972
|
+
/**
|
|
973
|
+
* Get Variable
|
|
974
|
+
*
|
|
975
|
+
*
|
|
976
|
+
* @returns Variable object
|
|
977
|
+
*/
|
|
978
|
+
getVariable(
|
|
979
|
+
/**
|
|
980
|
+
* Variable Name
|
|
981
|
+
*/
|
|
982
|
+
sVariableName: string
|
|
983
|
+
): sap.sac.df.model.Variable;
|
|
984
|
+
/**
|
|
985
|
+
* Get all variables
|
|
986
|
+
*
|
|
987
|
+
*
|
|
988
|
+
* @returns Object of all variables
|
|
989
|
+
*/
|
|
990
|
+
getVariables(): Record<string, sap.sac.df.model.Variable>;
|
|
991
|
+
/**
|
|
992
|
+
* Get visualization
|
|
993
|
+
*
|
|
994
|
+
*
|
|
995
|
+
* @returns visualization object if found
|
|
996
|
+
*/
|
|
997
|
+
getVisualization(
|
|
998
|
+
/**
|
|
999
|
+
* visualization name
|
|
1000
|
+
*/
|
|
1001
|
+
sName: String
|
|
1002
|
+
): /* was: sap.sac.df.model.Visualization */ any;
|
|
1003
|
+
/**
|
|
1004
|
+
* Get all visualizations
|
|
1005
|
+
*
|
|
1006
|
+
*
|
|
1007
|
+
* @returns Object of all visualizations
|
|
1008
|
+
*/
|
|
1009
|
+
getVisualizations(): Record<
|
|
1010
|
+
string,
|
|
1011
|
+
/* was: sap.sac.df.model.Visualization */ any
|
|
1012
|
+
>;
|
|
1013
|
+
/**
|
|
1014
|
+
* Remove existing visualization from data provider
|
|
1015
|
+
*
|
|
1016
|
+
*
|
|
1017
|
+
* @returns Promise which resolves when the removing s finished
|
|
1018
|
+
*/
|
|
1019
|
+
removeVisualization(
|
|
1020
|
+
/**
|
|
1021
|
+
* visualization name
|
|
1022
|
+
*/
|
|
1023
|
+
sName: string
|
|
1024
|
+
): Promise<void>;
|
|
1025
|
+
/**
|
|
1026
|
+
* Serialize the data provider state to a JSON representation
|
|
1027
|
+
*
|
|
1028
|
+
*
|
|
1029
|
+
* @returns A JSON object which represents the data provider
|
|
1030
|
+
*/
|
|
1031
|
+
serialize(
|
|
1032
|
+
/**
|
|
1033
|
+
* Format of the serialization (INA_REPOSITORY_DELTA or INA_REPOSITORY)
|
|
1034
|
+
*/
|
|
1035
|
+
sFormat?: string
|
|
1036
|
+
): object;
|
|
1037
|
+
/**
|
|
1038
|
+
* Set the property `AutoFetchEnabled`, if the data should be automatically be refreshed on invalid.
|
|
1039
|
+
*/
|
|
1040
|
+
setAutoFetchEnabled(bAutoFetchEnabled: boolean): void;
|
|
1041
|
+
/**
|
|
1042
|
+
* Set the number of decimal places of a measure or cell
|
|
1043
|
+
*
|
|
1044
|
+
*
|
|
1045
|
+
* @returns Reference to this in order to allow method chaining
|
|
1046
|
+
*/
|
|
1047
|
+
setDecimalPlaces(
|
|
1048
|
+
/**
|
|
1049
|
+
* Number of the decimal places
|
|
1050
|
+
*/
|
|
1051
|
+
nNumberOfDecimalPlaces: int,
|
|
1052
|
+
/**
|
|
1053
|
+
* Measure structure member
|
|
1054
|
+
*/
|
|
1055
|
+
sMeasureStructureMember: string,
|
|
1056
|
+
/**
|
|
1057
|
+
* Structure (non-measure) member
|
|
1058
|
+
*/
|
|
1059
|
+
sStructureMember: string
|
|
1060
|
+
): this;
|
|
1061
|
+
/**
|
|
1062
|
+
* Set the scaling factor of a measure or cell
|
|
1063
|
+
*
|
|
1064
|
+
*
|
|
1065
|
+
* @returns Reference to this in order to allow method chaining
|
|
1066
|
+
*/
|
|
1067
|
+
setScalingFactor(
|
|
1068
|
+
/**
|
|
1069
|
+
* Scaling factor
|
|
1070
|
+
*/
|
|
1071
|
+
nFactor: int,
|
|
1072
|
+
/**
|
|
1073
|
+
* Measure structure member
|
|
1074
|
+
*/
|
|
1075
|
+
sMeasureStructureMember: string,
|
|
1076
|
+
/**
|
|
1077
|
+
* Structure (non-measure) member
|
|
1078
|
+
*/
|
|
1079
|
+
sStructureMember: string
|
|
1080
|
+
): this;
|
|
1081
|
+
/**
|
|
1082
|
+
* Checks whether an InA capability is supported by the server. Throws an error for unhandled capabilities.
|
|
1083
|
+
* List of handled capabilities can be seen in type {@link sap.sac.df.model.Capability}
|
|
1084
|
+
*
|
|
1085
|
+
*
|
|
1086
|
+
* @returns Returns true, if the capability is supported, else false
|
|
1087
|
+
*/
|
|
1088
|
+
supportsCapability(
|
|
1089
|
+
/**
|
|
1090
|
+
* Capability name
|
|
1091
|
+
*/
|
|
1092
|
+
sCapability: undefined
|
|
1093
|
+
): boolean;
|
|
838
1094
|
}
|
|
839
1095
|
/**
|
|
840
1096
|
* Data source information.
|
|
@@ -972,18 +1228,6 @@ declare namespace sap {
|
|
|
972
1228
|
* @returns Metadata object describing this class
|
|
973
1229
|
*/
|
|
974
1230
|
static getMetadata(): sap.ui.base.Metadata;
|
|
975
|
-
/**
|
|
976
|
-
* Set Display Type of Dimension
|
|
977
|
-
*
|
|
978
|
-
*
|
|
979
|
-
* @returns } resolving to the Dimension to allow chaining.
|
|
980
|
-
*/
|
|
981
|
-
static setDimensionDisplay(
|
|
982
|
-
/**
|
|
983
|
-
* level
|
|
984
|
-
*/
|
|
985
|
-
sDisplayType: string
|
|
986
|
-
): sap.sac.df.model.Dimension;
|
|
987
1231
|
/**
|
|
988
1232
|
* Add dimension filters
|
|
989
1233
|
*
|
|
@@ -1094,6 +1338,18 @@ declare namespace sap {
|
|
|
1094
1338
|
*/
|
|
1095
1339
|
sKey: string
|
|
1096
1340
|
): this;
|
|
1341
|
+
/**
|
|
1342
|
+
* Set Display Type of Dimension
|
|
1343
|
+
*
|
|
1344
|
+
*
|
|
1345
|
+
* @returns } resolving to the Dimension to allow chaining.
|
|
1346
|
+
*/
|
|
1347
|
+
setDimensionDisplay(
|
|
1348
|
+
/**
|
|
1349
|
+
* level
|
|
1350
|
+
*/
|
|
1351
|
+
sDisplayType: string
|
|
1352
|
+
): sap.sac.df.model.Dimension;
|
|
1097
1353
|
/**
|
|
1098
1354
|
* Set Display Hierarchy
|
|
1099
1355
|
*
|
|
@@ -1166,9 +1422,13 @@ declare namespace sap {
|
|
|
1166
1422
|
*/
|
|
1167
1423
|
type: sap.sac.df.types.SortType,
|
|
1168
1424
|
/**
|
|
1169
|
-
* in case of a structure the
|
|
1425
|
+
* in case of a measure structure the member according to which is sorted
|
|
1170
1426
|
*/
|
|
1171
|
-
|
|
1427
|
+
sMeasureStructureMember: string,
|
|
1428
|
+
/**
|
|
1429
|
+
* in case of a secondary structure the member according to which is sorted
|
|
1430
|
+
*/
|
|
1431
|
+
sStructureMember: string
|
|
1172
1432
|
): this;
|
|
1173
1433
|
/**
|
|
1174
1434
|
* Move dimension to the columns axis
|
|
@@ -1230,6 +1490,11 @@ declare namespace sap {
|
|
|
1230
1490
|
*/
|
|
1231
1491
|
Messages: sap.ui.core.message.Message[];
|
|
1232
1492
|
|
|
1493
|
+
/**
|
|
1494
|
+
* Model pointer
|
|
1495
|
+
*/
|
|
1496
|
+
ModelPointer: String;
|
|
1497
|
+
|
|
1233
1498
|
/**
|
|
1234
1499
|
* Variable Groups
|
|
1235
1500
|
*/
|
|
@@ -1913,6 +2178,8 @@ declare namespace sap {
|
|
|
1913
2178
|
|
|
1914
2179
|
/**
|
|
1915
2180
|
* Axis of a multidimensional Result Set
|
|
2181
|
+
*
|
|
2182
|
+
* @experimental As of version 1.119.
|
|
1916
2183
|
*/
|
|
1917
2184
|
enum Axis {
|
|
1918
2185
|
/**
|
|
@@ -2411,6 +2678,8 @@ declare namespace sap {
|
|
|
2411
2678
|
|
|
2412
2679
|
/**
|
|
2413
2680
|
* Describes the settings that can be provided to the StylingPanel constructor.
|
|
2681
|
+
*
|
|
2682
|
+
* @experimental As of version 1.129.
|
|
2414
2683
|
*/
|
|
2415
2684
|
interface $StylingPanelSettings extends sap.ui.core.$ControlSettings {
|
|
2416
2685
|
/**
|
|
@@ -4186,6 +4455,8 @@ declare namespace sap {
|
|
|
4186
4455
|
}
|
|
4187
4456
|
/**
|
|
4188
4457
|
* StylingPanel A panel control to format the data being displayed.
|
|
4458
|
+
*
|
|
4459
|
+
* @experimental As of version 1.129.
|
|
4189
4460
|
*/
|
|
4190
4461
|
class StylingPanel extends sap.ui.core.Control {
|
|
4191
4462
|
/**
|
|
@@ -4292,8 +4563,6 @@ declare namespace sap {
|
|
|
4292
4563
|
|
|
4293
4564
|
"sap/sac/df/library": undefined;
|
|
4294
4565
|
|
|
4295
|
-
"sap/sac/df/model/AxesLayout": undefined;
|
|
4296
|
-
|
|
4297
4566
|
"sap/sac/df/model/Configuration": undefined;
|
|
4298
4567
|
|
|
4299
4568
|
"sap/sac/df/model/DataProvider": undefined;
|
|
@@ -4302,6 +4571,8 @@ declare namespace sap {
|
|
|
4302
4571
|
|
|
4303
4572
|
"sap/sac/df/model/Dimension": undefined;
|
|
4304
4573
|
|
|
4574
|
+
"sap/sac/df/model/Measure": undefined;
|
|
4575
|
+
|
|
4305
4576
|
"sap/sac/df/model/MultiDimModel": undefined;
|
|
4306
4577
|
|
|
4307
4578
|
"sap/sac/df/model/Variable": undefined;
|