@sapui5/ts-types 1.92.1 → 1.93.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
- package/types/index.d.ts +2 -1
- package/types/sap.apf.d.ts +2 -29
- package/types/sap.ca.ui.d.ts +649 -651
- package/types/sap.chart.d.ts +49 -49
- package/types/sap.collaboration.d.ts +756 -762
- package/types/sap.esh.search.ui.d.ts +7 -0
- package/types/sap.f.d.ts +623 -468
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +101 -75
- package/types/sap.fe.macros.d.ts +55 -8
- package/types/sap.fe.navigation.d.ts +5 -14
- package/types/sap.fe.placeholder-1.93.0-d.ts +3 -0
- package/types/sap.fe.plugins.d.ts +2 -4
- package/types/sap.fe.templates.d.ts +1 -16
- package/types/sap.fe.test.d.ts +44 -115
- package/types/sap.fe.tools.d.ts +2 -4
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1321 -1191
- package/types/sap.landvisz.d.ts +345 -345
- package/types/sap.m.d.ts +5498 -4814
- package/types/sap.makit.d.ts +123 -123
- package/types/sap.me.d.ts +137 -153
- package/types/sap.ndc.d.ts +29 -29
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +170 -124
- package/types/sap.suite.ui.commons.d.ts +1593 -1612
- package/types/sap.suite.ui.generic.template.d.ts +285 -165
- package/types/sap.suite.ui.microchart.d.ts +742 -508
- package/types/sap.tnt.d.ts +149 -117
- package/types/sap.ui.codeeditor.d.ts +28 -28
- package/types/sap.ui.commons.d.ts +1387 -1387
- package/types/sap.ui.comp.d.ts +1011 -1011
- package/types/sap.ui.core.d.ts +3852 -3973
- package/types/sap.ui.dt.d.ts +2 -4
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +138 -147
- package/types/sap.ui.generic.template.d.ts +2 -4
- package/types/sap.ui.integration.d.ts +118 -112
- package/types/sap.ui.layout.d.ts +593 -586
- package/types/sap.ui.mdc.d.ts +7 -1
- package/types/sap.ui.richtexteditor.d.ts +30 -30
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +53 -53
- package/types/sap.ui.support.d.ts +6 -12
- package/types/sap.ui.table.d.ts +248 -248
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +853 -713
- package/types/sap.ui.ux3.d.ts +785 -793
- package/types/sap.ui.vbm.d.ts +784 -784
- package/types/sap.ui.vk.d.ts +3130 -2251
- package/types/sap.ui.vtm.d.ts +240 -240
- package/types/sap.uiext.inbox.d.ts +222 -222
- package/types/sap.ushell.d.ts +334 -380
- package/types/sap.ushell_abap.d.ts +127 -129
- package/types/sap.uxap.d.ts +384 -220
- package/types/sap.viz.d.ts +1527 -1527
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +188 -222
- package/types/sap.zen.crosstab.d.ts +15 -17
- package/types/sap.zen.dsh.d.ts +176 -211
- package/types/sap.fe.placeholder.d.ts +0 -5
package/types/sap.zen.dsh.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.93.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
5
5
|
/**
|
|
6
|
-
* @EXPERIMENTAL (since 1.89)
|
|
7
|
-
*
|
|
8
6
|
* Design Studio Runtime Library. Intended only to be used within S/4 HANA Fiori applications.
|
|
9
7
|
*/
|
|
10
8
|
namespace dsh {
|
|
@@ -83,6 +81,10 @@ declare namespace sap {
|
|
|
83
81
|
*/
|
|
84
82
|
FNMetaImpl?: Function
|
|
85
83
|
): Function;
|
|
84
|
+
/**
|
|
85
|
+
* Returns a metadata object for class sap.zen.dsh.InACard.Component.
|
|
86
|
+
*/
|
|
87
|
+
static getMetadata(): sap.ui.core.ComponentMetadata;
|
|
86
88
|
/**
|
|
87
89
|
* Gets current value of property {@link #getContentFragment contentFragment}.
|
|
88
90
|
*
|
|
@@ -114,10 +116,6 @@ declare namespace sap {
|
|
|
114
116
|
* Default value is `empty string`.
|
|
115
117
|
*/
|
|
116
118
|
getFooterFragment(): string;
|
|
117
|
-
/**
|
|
118
|
-
* Returns a metadata object for class sap.zen.dsh.InACard.Component.
|
|
119
|
-
*/
|
|
120
|
-
static getMetadata(): sap.ui.core.ComponentMetadata;
|
|
121
119
|
/**
|
|
122
120
|
* Gets current value of property {@link #getWidgetType widgetType}.
|
|
123
121
|
*
|
|
@@ -205,8 +203,6 @@ declare namespace sap {
|
|
|
205
203
|
|
|
206
204
|
namespace olap {
|
|
207
205
|
/**
|
|
208
|
-
* @EXPERIMENTAL (since 1.89)
|
|
209
|
-
*
|
|
210
206
|
* A `DataProvider` is referencing a CDS view that is annotated as an AnalyitcQuery.
|
|
211
207
|
*
|
|
212
208
|
* Instances of this class should only be created by the {sap.zen.dsh.olap.OlapModel}. The `OlapModel` populates
|
|
@@ -679,8 +675,6 @@ declare namespace sap {
|
|
|
679
675
|
transferValue(): Promise<this>;
|
|
680
676
|
}
|
|
681
677
|
/**
|
|
682
|
-
* @EXPERIMENTAL (since 1.89)
|
|
683
|
-
*
|
|
684
678
|
* List binding implementation for `OlapModel`.
|
|
685
679
|
*/
|
|
686
680
|
class OlapListBinding extends sap.ui.model.ListBinding {
|
|
@@ -720,8 +714,6 @@ declare namespace sap {
|
|
|
720
714
|
static getMetadata(): sap.ui.base.Metadata;
|
|
721
715
|
}
|
|
722
716
|
/**
|
|
723
|
-
* @EXPERIMENTAL (since 1.89)
|
|
724
|
-
*
|
|
725
717
|
* List binding implementation for `OlapModel`.
|
|
726
718
|
*/
|
|
727
719
|
class OlapListGridBinding extends sap.ui.model.ListBinding {
|
|
@@ -735,8 +727,6 @@ declare namespace sap {
|
|
|
735
727
|
constructor();
|
|
736
728
|
}
|
|
737
729
|
/**
|
|
738
|
-
* @EXPERIMENTAL (since 1.89)
|
|
739
|
-
*
|
|
740
730
|
* Model implementation for InA provider
|
|
741
731
|
*
|
|
742
732
|
* The OlapModel can populate it's exposed data via Binding to Controls. The structure of the exposed data
|
|
@@ -769,8 +759,31 @@ declare namespace sap {
|
|
|
769
759
|
);
|
|
770
760
|
|
|
771
761
|
/**
|
|
762
|
+
* Creates a new subclass of class sap.zen.dsh.olap.OlapModel with name `sClassName` and enriches it with
|
|
763
|
+
* the information contained in `oClassInfo`.
|
|
772
764
|
*
|
|
765
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.Model.extend}.
|
|
773
766
|
*/
|
|
767
|
+
static extend<T extends Record<string, unknown>>(
|
|
768
|
+
/**
|
|
769
|
+
* Name of the class being created
|
|
770
|
+
*/
|
|
771
|
+
sClassName: string,
|
|
772
|
+
/**
|
|
773
|
+
* Object literal with information about the class
|
|
774
|
+
*/
|
|
775
|
+
oClassInfo?: sap.ClassInfo<T, sap.zen.dsh.olap.OlapModel>,
|
|
776
|
+
/**
|
|
777
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
778
|
+
* used by this class
|
|
779
|
+
*/
|
|
780
|
+
FNMetaImpl?: Function
|
|
781
|
+
): Function;
|
|
782
|
+
/**
|
|
783
|
+
* Returns a metadata object for class sap.zen.dsh.olap.OlapModel.
|
|
784
|
+
*/
|
|
785
|
+
static getMetadata(): sap.ui.base.Metadata;
|
|
786
|
+
|
|
774
787
|
addFunction(
|
|
775
788
|
/**
|
|
776
789
|
* the name of the data function
|
|
@@ -810,7 +823,7 @@ declare namespace sap {
|
|
|
810
823
|
* the name of the type of the datasource
|
|
811
824
|
*/
|
|
812
825
|
sType?: string
|
|
813
|
-
): Promise
|
|
826
|
+
): Promise<sap.zen.dsh.olap.DataProvider>;
|
|
814
827
|
/**
|
|
815
828
|
* adds a new query as a new System to the System Landscape . The parameter should have the following properties:
|
|
816
829
|
*
|
|
@@ -825,7 +838,7 @@ declare namespace sap {
|
|
|
825
838
|
* The Definition of the system
|
|
826
839
|
*/
|
|
827
840
|
mSystem: object
|
|
828
|
-
): Promise
|
|
841
|
+
): Promise<sap.zen.dsh.olap.DataProvider>;
|
|
829
842
|
/**
|
|
830
843
|
* Attaches event handler `fnFunction` to the {@link #event:metadataFailed metadataFailed} event of this
|
|
831
844
|
* `sap.zen.dsh.olap.OlapModel`.
|
|
@@ -895,27 +908,6 @@ declare namespace sap {
|
|
|
895
908
|
*/
|
|
896
909
|
WorkbookName: string
|
|
897
910
|
): Promise<this>;
|
|
898
|
-
/**
|
|
899
|
-
* Creates a new subclass of class sap.zen.dsh.olap.OlapModel with name `sClassName` and enriches it with
|
|
900
|
-
* the information contained in `oClassInfo`.
|
|
901
|
-
*
|
|
902
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.Model.extend}.
|
|
903
|
-
*/
|
|
904
|
-
static extend<T extends Record<string, unknown>>(
|
|
905
|
-
/**
|
|
906
|
-
* Name of the class being created
|
|
907
|
-
*/
|
|
908
|
-
sClassName: string,
|
|
909
|
-
/**
|
|
910
|
-
* Object literal with information about the class
|
|
911
|
-
*/
|
|
912
|
-
oClassInfo?: sap.ClassInfo<T, sap.zen.dsh.olap.OlapModel>,
|
|
913
|
-
/**
|
|
914
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
915
|
-
* used by this class
|
|
916
|
-
*/
|
|
917
|
-
FNMetaImpl?: Function
|
|
918
|
-
): Function;
|
|
919
911
|
/**
|
|
920
912
|
* Fires event {@link #event:metadataFailed metadataFailed} to attached listeners.
|
|
921
913
|
*/
|
|
@@ -933,15 +925,9 @@ declare namespace sap {
|
|
|
933
925
|
* the name of the `DataProvider`.
|
|
934
926
|
*/
|
|
935
927
|
sDataProviderName: string
|
|
936
|
-
):
|
|
937
|
-
|
|
938
|
-
*
|
|
939
|
-
*/
|
|
928
|
+
): sap.zen.dsh.olap.DataProvider;
|
|
929
|
+
|
|
940
930
|
getLimit(): object;
|
|
941
|
-
/**
|
|
942
|
-
* Returns a metadata object for class sap.zen.dsh.olap.OlapModel.
|
|
943
|
-
*/
|
|
944
|
-
static getMetadata(): sap.ui.base.Metadata;
|
|
945
931
|
/**
|
|
946
932
|
* retreive the list of data functions matching a given text
|
|
947
933
|
*/
|
|
@@ -988,9 +974,7 @@ declare namespace sap {
|
|
|
988
974
|
*/
|
|
989
975
|
sServiceName: string
|
|
990
976
|
): Promise<this>;
|
|
991
|
-
|
|
992
|
-
*
|
|
993
|
-
*/
|
|
977
|
+
|
|
994
978
|
removeFunction(
|
|
995
979
|
/**
|
|
996
980
|
* the name of the data function
|
|
@@ -1010,9 +994,7 @@ declare namespace sap {
|
|
|
1010
994
|
* such Object.
|
|
1011
995
|
*/
|
|
1012
996
|
serialize(): object;
|
|
1013
|
-
|
|
1014
|
-
*
|
|
1015
|
-
*/
|
|
997
|
+
|
|
1016
998
|
setLimit(
|
|
1017
999
|
/**
|
|
1018
1000
|
* the limit of the rows and columns that are exposed for bindings
|
|
@@ -1039,8 +1021,6 @@ declare namespace sap {
|
|
|
1039
1021
|
undo(): Promise<this>;
|
|
1040
1022
|
}
|
|
1041
1023
|
/**
|
|
1042
|
-
* @EXPERIMENTAL (since 1.89)
|
|
1043
|
-
*
|
|
1044
1024
|
* Property binding implementation for `OlapModel`.
|
|
1045
1025
|
*/
|
|
1046
1026
|
class OlapPropertyBinding extends sap.ui.model.ListBinding {
|
|
@@ -1159,6 +1139,10 @@ declare namespace sap {
|
|
|
1159
1139
|
*/
|
|
1160
1140
|
FNMetaImpl?: Function
|
|
1161
1141
|
): Function;
|
|
1142
|
+
/**
|
|
1143
|
+
* Returns a metadata object for class sap.zen.dsh.rsrt.Component.
|
|
1144
|
+
*/
|
|
1145
|
+
static getMetadata(): sap.ui.core.ComponentMetadata;
|
|
1162
1146
|
/**
|
|
1163
1147
|
* Gets current value of property {@link #getClient client}.
|
|
1164
1148
|
*
|
|
@@ -1184,10 +1168,6 @@ declare namespace sap {
|
|
|
1184
1168
|
* the host of the datasource, falsy means use the origin of the website as domain
|
|
1185
1169
|
*/
|
|
1186
1170
|
getHost(): string;
|
|
1187
|
-
/**
|
|
1188
|
-
* Returns a metadata object for class sap.zen.dsh.rsrt.Component.
|
|
1189
|
-
*/
|
|
1190
|
-
static getMetadata(): sap.ui.core.ComponentMetadata;
|
|
1191
1171
|
/**
|
|
1192
1172
|
* Gets current value of property {@link #getPackageName packageName}.
|
|
1193
1173
|
*
|
|
@@ -1472,12 +1452,12 @@ declare namespace sap {
|
|
|
1472
1452
|
/**
|
|
1473
1453
|
* Event is triggered when the state of the AnalyticGrid is changed.
|
|
1474
1454
|
*/
|
|
1475
|
-
stateChange?:
|
|
1455
|
+
stateChange?: (oEvent: sap.ui.base.Event) => void;
|
|
1476
1456
|
|
|
1477
1457
|
/**
|
|
1478
1458
|
* Event is triggered when the selection is changed.
|
|
1479
1459
|
*/
|
|
1480
|
-
selectionChange?:
|
|
1460
|
+
selectionChange?: (oEvent: sap.ui.base.Event) => void;
|
|
1481
1461
|
}
|
|
1482
1462
|
|
|
1483
1463
|
interface $dialogsSettings extends sap.ui.core.$UIComponentSettings {}
|
|
@@ -1638,7 +1618,7 @@ declare namespace sap {
|
|
|
1638
1618
|
/**
|
|
1639
1619
|
* Fired when a user launches a navigation command
|
|
1640
1620
|
*/
|
|
1641
|
-
navigationCmd?:
|
|
1621
|
+
navigationCmd?: (oEvent: sap.ui.base.Event) => void;
|
|
1642
1622
|
}
|
|
1643
1623
|
|
|
1644
1624
|
interface $ValueHelpDialogSettings extends sap.m.$DialogSettings {
|
|
@@ -1753,14 +1733,14 @@ declare namespace sap {
|
|
|
1753
1733
|
*
|
|
1754
1734
|
* This event is fired when the OK button is pressed.
|
|
1755
1735
|
*/
|
|
1756
|
-
ok?:
|
|
1736
|
+
ok?: (oEvent: sap.ui.base.Event) => void;
|
|
1757
1737
|
|
|
1758
1738
|
/**
|
|
1759
1739
|
* @SINCE 1.24
|
|
1760
1740
|
*
|
|
1761
1741
|
* This event is fired when the Cancel button is pressed.
|
|
1762
1742
|
*/
|
|
1763
|
-
cancel?:
|
|
1743
|
+
cancel?: (oEvent: sap.ui.base.Event) => void;
|
|
1764
1744
|
|
|
1765
1745
|
/**
|
|
1766
1746
|
* @SINCE 1.32
|
|
@@ -1769,7 +1749,7 @@ declare namespace sap {
|
|
|
1769
1749
|
*
|
|
1770
1750
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
1771
1751
|
*/
|
|
1772
|
-
selectionChange?:
|
|
1752
|
+
selectionChange?: (oEvent: sap.ui.base.Event) => void;
|
|
1773
1753
|
|
|
1774
1754
|
/**
|
|
1775
1755
|
* @SINCE 1.32
|
|
@@ -1778,7 +1758,7 @@ declare namespace sap {
|
|
|
1778
1758
|
*
|
|
1779
1759
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
1780
1760
|
*/
|
|
1781
|
-
tokenRemove?:
|
|
1761
|
+
tokenRemove?: (oEvent: sap.ui.base.Event) => void;
|
|
1782
1762
|
|
|
1783
1763
|
/**
|
|
1784
1764
|
* @SINCE 1.32
|
|
@@ -1787,7 +1767,7 @@ declare namespace sap {
|
|
|
1787
1767
|
*
|
|
1788
1768
|
* **Note:** The event will only be raised when the dialog gets a table instance from outside via `setTable`.
|
|
1789
1769
|
*/
|
|
1790
|
-
updateSelection?:
|
|
1770
|
+
updateSelection?: (oEvent: sap.ui.base.Event) => void;
|
|
1791
1771
|
}
|
|
1792
1772
|
|
|
1793
1773
|
/**
|
|
@@ -1829,6 +1809,31 @@ declare namespace sap {
|
|
|
1829
1809
|
mSettings?: sap.zen.dsh.$AnalyticGridSettings
|
|
1830
1810
|
);
|
|
1831
1811
|
|
|
1812
|
+
/**
|
|
1813
|
+
* Creates a new subclass of class sap.zen.dsh.AnalyticGrid with name `sClassName` and enriches it with
|
|
1814
|
+
* the information contained in `oClassInfo`.
|
|
1815
|
+
*
|
|
1816
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1817
|
+
*/
|
|
1818
|
+
static extend<T extends Record<string, unknown>>(
|
|
1819
|
+
/**
|
|
1820
|
+
* Name of the class being created
|
|
1821
|
+
*/
|
|
1822
|
+
sClassName: string,
|
|
1823
|
+
/**
|
|
1824
|
+
* Object literal with information about the class
|
|
1825
|
+
*/
|
|
1826
|
+
oClassInfo?: sap.ClassInfo<T, sap.zen.dsh.AnalyticGrid>,
|
|
1827
|
+
/**
|
|
1828
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1829
|
+
* used by this class
|
|
1830
|
+
*/
|
|
1831
|
+
FNMetaImpl?: Function
|
|
1832
|
+
): Function;
|
|
1833
|
+
/**
|
|
1834
|
+
* Returns a metadata object for class sap.zen.dsh.AnalyticGrid.
|
|
1835
|
+
*/
|
|
1836
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1832
1837
|
/**
|
|
1833
1838
|
* Attaches event handler `fnFunction` to the {@link #event:selectionChange selectionChange} event of this
|
|
1834
1839
|
* `sap.zen.dsh.AnalyticGrid`.
|
|
@@ -1944,27 +1949,6 @@ declare namespace sap {
|
|
|
1944
1949
|
*/
|
|
1945
1950
|
oListener?: object
|
|
1946
1951
|
): this;
|
|
1947
|
-
/**
|
|
1948
|
-
* Creates a new subclass of class sap.zen.dsh.AnalyticGrid with name `sClassName` and enriches it with
|
|
1949
|
-
* the information contained in `oClassInfo`.
|
|
1950
|
-
*
|
|
1951
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1952
|
-
*/
|
|
1953
|
-
static extend<T extends Record<string, unknown>>(
|
|
1954
|
-
/**
|
|
1955
|
-
* Name of the class being created
|
|
1956
|
-
*/
|
|
1957
|
-
sClassName: string,
|
|
1958
|
-
/**
|
|
1959
|
-
* Object literal with information about the class
|
|
1960
|
-
*/
|
|
1961
|
-
oClassInfo?: sap.ClassInfo<T, sap.zen.dsh.AnalyticGrid>,
|
|
1962
|
-
/**
|
|
1963
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1964
|
-
* used by this class
|
|
1965
|
-
*/
|
|
1966
|
-
FNMetaImpl?: Function
|
|
1967
|
-
): Function;
|
|
1968
1952
|
/**
|
|
1969
1953
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
1970
1954
|
*/
|
|
@@ -1999,10 +1983,6 @@ declare namespace sap {
|
|
|
1999
1983
|
* Desired width of the AnalyticGrid control
|
|
2000
1984
|
*/
|
|
2001
1985
|
getHeight(): sap.ui.core.CSSSize;
|
|
2002
|
-
/**
|
|
2003
|
-
* Returns a metadata object for class sap.zen.dsh.AnalyticGrid.
|
|
2004
|
-
*/
|
|
2005
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2006
1986
|
/**
|
|
2007
1987
|
* Gets current value of property {@link #getQueryName queryName}.
|
|
2008
1988
|
*
|
|
@@ -2123,7 +2103,7 @@ declare namespace sap {
|
|
|
2123
2103
|
|
|
2124
2104
|
class dialogs extends sap.ui.core.UIComponent {
|
|
2125
2105
|
/**
|
|
2126
|
-
* Dialogs for navigating the Data of a `sap.zen.dsh.DataProvider`
|
|
2106
|
+
* Dialogs for navigating the Data of a `sap.zen.dsh.olap.DataProvider`
|
|
2127
2107
|
*
|
|
2128
2108
|
* This `UIComponent` provides all the dialogs for navigating the data provided via a `DataProvider`. Don't
|
|
2129
2109
|
* use the this component directly, but call the corresponding methods of the `DataProvider` **List of dialogs**
|
|
@@ -2180,32 +2160,6 @@ declare namespace sap {
|
|
|
2180
2160
|
mSettings?: sap.zen.dsh.$DshSettings
|
|
2181
2161
|
);
|
|
2182
2162
|
|
|
2183
|
-
/**
|
|
2184
|
-
*
|
|
2185
|
-
*/
|
|
2186
|
-
addParameter(
|
|
2187
|
-
/**
|
|
2188
|
-
* the name of the parameter
|
|
2189
|
-
*/
|
|
2190
|
-
sName: string,
|
|
2191
|
-
/**
|
|
2192
|
-
* the value of the parameter
|
|
2193
|
-
*/
|
|
2194
|
-
sValue: string
|
|
2195
|
-
): string;
|
|
2196
|
-
/**
|
|
2197
|
-
*
|
|
2198
|
-
*/
|
|
2199
|
-
createPage(): void;
|
|
2200
|
-
/**
|
|
2201
|
-
*
|
|
2202
|
-
*/
|
|
2203
|
-
executeScript(
|
|
2204
|
-
/**
|
|
2205
|
-
* the content of the script
|
|
2206
|
-
*/
|
|
2207
|
-
sScript: string
|
|
2208
|
-
): void;
|
|
2209
2163
|
/**
|
|
2210
2164
|
* Creates a new subclass of class sap.zen.dsh.Dsh with name `sClassName` and enriches it with the information
|
|
2211
2165
|
* contained in `oClassInfo`.
|
|
@@ -2227,6 +2181,30 @@ declare namespace sap {
|
|
|
2227
2181
|
*/
|
|
2228
2182
|
FNMetaImpl?: Function
|
|
2229
2183
|
): Function;
|
|
2184
|
+
/**
|
|
2185
|
+
* Returns a metadata object for class sap.zen.dsh.Dsh.
|
|
2186
|
+
*/
|
|
2187
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2188
|
+
|
|
2189
|
+
addParameter(
|
|
2190
|
+
/**
|
|
2191
|
+
* the name of the parameter
|
|
2192
|
+
*/
|
|
2193
|
+
sName: string,
|
|
2194
|
+
/**
|
|
2195
|
+
* the value of the parameter
|
|
2196
|
+
*/
|
|
2197
|
+
sValue: string
|
|
2198
|
+
): string;
|
|
2199
|
+
|
|
2200
|
+
createPage(): void;
|
|
2201
|
+
|
|
2202
|
+
executeScript(
|
|
2203
|
+
/**
|
|
2204
|
+
* the content of the script
|
|
2205
|
+
*/
|
|
2206
|
+
sScript: string
|
|
2207
|
+
): void;
|
|
2230
2208
|
/**
|
|
2231
2209
|
* Gets current value of property {@link #getAppComponent appComponent}.
|
|
2232
2210
|
*
|
|
@@ -2239,18 +2217,14 @@ declare namespace sap {
|
|
|
2239
2217
|
* the client
|
|
2240
2218
|
*/
|
|
2241
2219
|
getClient(): string;
|
|
2242
|
-
|
|
2243
|
-
*
|
|
2244
|
-
*/
|
|
2220
|
+
|
|
2245
2221
|
getComponent(
|
|
2246
2222
|
/**
|
|
2247
2223
|
* the Name of the Component
|
|
2248
2224
|
*/
|
|
2249
2225
|
sName: string
|
|
2250
2226
|
): object;
|
|
2251
|
-
|
|
2252
|
-
*
|
|
2253
|
-
*/
|
|
2227
|
+
|
|
2254
2228
|
getDataSource(
|
|
2255
2229
|
/**
|
|
2256
2230
|
* the namw of the data source
|
|
@@ -2293,13 +2267,7 @@ declare namespace sap {
|
|
|
2293
2267
|
* the language
|
|
2294
2268
|
*/
|
|
2295
2269
|
getLanguage(): string;
|
|
2296
|
-
|
|
2297
|
-
* Returns a metadata object for class sap.zen.dsh.Dsh.
|
|
2298
|
-
*/
|
|
2299
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2300
|
-
/**
|
|
2301
|
-
*
|
|
2302
|
-
*/
|
|
2270
|
+
|
|
2303
2271
|
getPage(): object;
|
|
2304
2272
|
/**
|
|
2305
2273
|
* Gets current value of property {@link #getProtocol protocol}.
|
|
@@ -2578,6 +2546,10 @@ declare namespace sap {
|
|
|
2578
2546
|
*/
|
|
2579
2547
|
FNMetaImpl?: Function
|
|
2580
2548
|
): Function;
|
|
2549
|
+
/**
|
|
2550
|
+
* Returns a metadata object for class sap.zen.dsh.InATile.
|
|
2551
|
+
*/
|
|
2552
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2581
2553
|
/**
|
|
2582
2554
|
* Gets current value of property {@link #getClient client}.
|
|
2583
2555
|
*
|
|
@@ -2603,10 +2575,6 @@ declare namespace sap {
|
|
|
2603
2575
|
* the host of the datasource, falsy means use the origin of the website as domain
|
|
2604
2576
|
*/
|
|
2605
2577
|
getHost(): string;
|
|
2606
|
-
/**
|
|
2607
|
-
* Returns a metadata object for class sap.zen.dsh.InATile.
|
|
2608
|
-
*/
|
|
2609
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2610
2578
|
/**
|
|
2611
2579
|
* Gets current value of property {@link #getPackageName packageName}.
|
|
2612
2580
|
*
|
|
@@ -2826,8 +2794,6 @@ declare namespace sap {
|
|
|
2826
2794
|
): this;
|
|
2827
2795
|
}
|
|
2828
2796
|
/**
|
|
2829
|
-
* @EXPERIMENTAL (since 1.89)
|
|
2830
|
-
*
|
|
2831
2797
|
* Enables users to view, navigate and change multidimensional data exposed via InA in a PivotTable.
|
|
2832
2798
|
*
|
|
2833
2799
|
* Overview:
|
|
@@ -2873,6 +2839,31 @@ declare namespace sap {
|
|
|
2873
2839
|
mSettings?: sap.zen.dsh.$PivotTableSettings
|
|
2874
2840
|
);
|
|
2875
2841
|
|
|
2842
|
+
/**
|
|
2843
|
+
* Creates a new subclass of class sap.zen.dsh.PivotTable with name `sClassName` and enriches it with the
|
|
2844
|
+
* information contained in `oClassInfo`.
|
|
2845
|
+
*
|
|
2846
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
2847
|
+
*/
|
|
2848
|
+
static extend<T extends Record<string, unknown>>(
|
|
2849
|
+
/**
|
|
2850
|
+
* Name of the class being created
|
|
2851
|
+
*/
|
|
2852
|
+
sClassName: string,
|
|
2853
|
+
/**
|
|
2854
|
+
* Object literal with information about the class
|
|
2855
|
+
*/
|
|
2856
|
+
oClassInfo?: sap.ClassInfo<T, sap.zen.dsh.PivotTable>,
|
|
2857
|
+
/**
|
|
2858
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2859
|
+
* used by this class
|
|
2860
|
+
*/
|
|
2861
|
+
FNMetaImpl?: Function
|
|
2862
|
+
): Function;
|
|
2863
|
+
/**
|
|
2864
|
+
* Returns a metadata object for class sap.zen.dsh.PivotTable.
|
|
2865
|
+
*/
|
|
2866
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2876
2867
|
/**
|
|
2877
2868
|
* Attaches event handler `fnFunction` to the {@link #event:navigationCmd navigationCmd} event of this `sap.zen.dsh.PivotTable`.
|
|
2878
2869
|
*
|
|
@@ -2930,27 +2921,6 @@ declare namespace sap {
|
|
|
2930
2921
|
*/
|
|
2931
2922
|
oListener?: object
|
|
2932
2923
|
): this;
|
|
2933
|
-
/**
|
|
2934
|
-
* Creates a new subclass of class sap.zen.dsh.PivotTable with name `sClassName` and enriches it with the
|
|
2935
|
-
* information contained in `oClassInfo`.
|
|
2936
|
-
*
|
|
2937
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
2938
|
-
*/
|
|
2939
|
-
static extend<T extends Record<string, unknown>>(
|
|
2940
|
-
/**
|
|
2941
|
-
* Name of the class being created
|
|
2942
|
-
*/
|
|
2943
|
-
sClassName: string,
|
|
2944
|
-
/**
|
|
2945
|
-
* Object literal with information about the class
|
|
2946
|
-
*/
|
|
2947
|
-
oClassInfo?: sap.ClassInfo<T, sap.zen.dsh.PivotTable>,
|
|
2948
|
-
/**
|
|
2949
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2950
|
-
* used by this class
|
|
2951
|
-
*/
|
|
2952
|
-
FNMetaImpl?: Function
|
|
2953
|
-
): Function;
|
|
2954
2924
|
/**
|
|
2955
2925
|
* Fires event {@link #event:navigationCmd navigationCmd} to attached listeners.
|
|
2956
2926
|
*/
|
|
@@ -2995,10 +2965,6 @@ declare namespace sap {
|
|
|
2995
2965
|
* Default value is `ExcelStyle`.
|
|
2996
2966
|
*/
|
|
2997
2967
|
getFormat(): sap.zen.commons.Format;
|
|
2998
|
-
/**
|
|
2999
|
-
* Returns a metadata object for class sap.zen.dsh.PivotTable.
|
|
3000
|
-
*/
|
|
3001
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3002
2968
|
/**
|
|
3003
2969
|
* Sets a new value for property {@link #getDataProviderName dataProviderName}.
|
|
3004
2970
|
*
|
|
@@ -3068,6 +3034,31 @@ declare namespace sap {
|
|
|
3068
3034
|
mSettings?: sap.zen.dsh.$ValueHelpDialogSettings
|
|
3069
3035
|
);
|
|
3070
3036
|
|
|
3037
|
+
/**
|
|
3038
|
+
* Creates a new subclass of class sap.zen.dsh.ValueHelpDialog with name `sClassName` and enriches it with
|
|
3039
|
+
* the information contained in `oClassInfo`.
|
|
3040
|
+
*
|
|
3041
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.Dialog.extend}.
|
|
3042
|
+
*/
|
|
3043
|
+
static extend<T extends Record<string, unknown>>(
|
|
3044
|
+
/**
|
|
3045
|
+
* Name of the class being created
|
|
3046
|
+
*/
|
|
3047
|
+
sClassName: string,
|
|
3048
|
+
/**
|
|
3049
|
+
* Object literal with information about the class
|
|
3050
|
+
*/
|
|
3051
|
+
oClassInfo?: sap.ClassInfo<T, sap.zen.dsh.ValueHelpDialog>,
|
|
3052
|
+
/**
|
|
3053
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3054
|
+
* used by this class
|
|
3055
|
+
*/
|
|
3056
|
+
FNMetaImpl?: Function
|
|
3057
|
+
): Function;
|
|
3058
|
+
/**
|
|
3059
|
+
* Returns a metadata object for class sap.zen.dsh.ValueHelpDialog.
|
|
3060
|
+
*/
|
|
3061
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3071
3062
|
/**
|
|
3072
3063
|
* @SINCE 1.24
|
|
3073
3064
|
*
|
|
@@ -3400,27 +3391,6 @@ declare namespace sap {
|
|
|
3400
3391
|
*/
|
|
3401
3392
|
oListener?: object
|
|
3402
3393
|
): this;
|
|
3403
|
-
/**
|
|
3404
|
-
* Creates a new subclass of class sap.zen.dsh.ValueHelpDialog with name `sClassName` and enriches it with
|
|
3405
|
-
* the information contained in `oClassInfo`.
|
|
3406
|
-
*
|
|
3407
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.Dialog.extend}.
|
|
3408
|
-
*/
|
|
3409
|
-
static extend<T extends Record<string, unknown>>(
|
|
3410
|
-
/**
|
|
3411
|
-
* Name of the class being created
|
|
3412
|
-
*/
|
|
3413
|
-
sClassName: string,
|
|
3414
|
-
/**
|
|
3415
|
-
* Object literal with information about the class
|
|
3416
|
-
*/
|
|
3417
|
-
oClassInfo?: sap.ClassInfo<T, sap.zen.dsh.ValueHelpDialog>,
|
|
3418
|
-
/**
|
|
3419
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3420
|
-
* used by this class
|
|
3421
|
-
*/
|
|
3422
|
-
FNMetaImpl?: Function
|
|
3423
|
-
): Function;
|
|
3424
3394
|
/**
|
|
3425
3395
|
* @SINCE 1.24
|
|
3426
3396
|
*
|
|
@@ -3595,10 +3565,6 @@ declare namespace sap {
|
|
|
3595
3565
|
* Default value is `"-1"`.
|
|
3596
3566
|
*/
|
|
3597
3567
|
getMaxIncludeRanges(): string;
|
|
3598
|
-
/**
|
|
3599
|
-
* Returns a metadata object for class sap.zen.dsh.ValueHelpDialog.
|
|
3600
|
-
*/
|
|
3601
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3602
3568
|
/**
|
|
3603
3569
|
* @SINCE 1.24
|
|
3604
3570
|
*
|
|
@@ -3865,8 +3831,6 @@ declare namespace sap {
|
|
|
3865
3831
|
update(): void;
|
|
3866
3832
|
}
|
|
3867
3833
|
/**
|
|
3868
|
-
* @EXPERIMENTAL (since 1.89)
|
|
3869
|
-
*
|
|
3870
3834
|
* Axis of a multidimensional Result Set
|
|
3871
3835
|
*/
|
|
3872
3836
|
enum Axis {
|
|
@@ -3965,8 +3929,6 @@ declare namespace sap {
|
|
|
3965
3929
|
SEARCH = "undefined",
|
|
3966
3930
|
}
|
|
3967
3931
|
/**
|
|
3968
|
-
* @EXPERIMENTAL (since 1.91)
|
|
3969
|
-
*
|
|
3970
3932
|
* Type of a DataSource
|
|
3971
3933
|
*/
|
|
3972
3934
|
enum DataSourceType {
|
|
@@ -3992,8 +3954,6 @@ declare namespace sap {
|
|
|
3992
3954
|
view = "view",
|
|
3993
3955
|
}
|
|
3994
3956
|
/**
|
|
3995
|
-
* @EXPERIMENTAL (since 1.89)
|
|
3996
|
-
*
|
|
3997
3957
|
* Type of a Dimension
|
|
3998
3958
|
*/
|
|
3999
3959
|
enum DimensionType {
|
|
@@ -4079,8 +4039,6 @@ declare namespace sap {
|
|
|
4079
4039
|
VersionDimension = "VersionDimension",
|
|
4080
4040
|
}
|
|
4081
4041
|
/**
|
|
4082
|
-
* @EXPERIMENTAL (since 1.89)
|
|
4083
|
-
*
|
|
4084
4042
|
* Display Type of a Dimension Member
|
|
4085
4043
|
*/
|
|
4086
4044
|
enum DisplayType {
|
|
@@ -4106,8 +4064,6 @@ declare namespace sap {
|
|
|
4106
4064
|
TextKey = "TextKey",
|
|
4107
4065
|
}
|
|
4108
4066
|
/**
|
|
4109
|
-
* @EXPERIMENTAL (since 1.89)
|
|
4110
|
-
*
|
|
4111
4067
|
* Type of a Member
|
|
4112
4068
|
*/
|
|
4113
4069
|
enum MemberType {
|
|
@@ -4225,8 +4181,6 @@ declare namespace sap {
|
|
|
4225
4181
|
Variance = "Variance",
|
|
4226
4182
|
}
|
|
4227
4183
|
/**
|
|
4228
|
-
* @EXPERIMENTAL (since 1.89)
|
|
4229
|
-
*
|
|
4230
4184
|
* Types of navigation commands.
|
|
4231
4185
|
*/
|
|
4232
4186
|
enum NavigationCommandType {
|
|
@@ -4252,8 +4206,6 @@ declare namespace sap {
|
|
|
4252
4206
|
RowRequest = "RowRequest",
|
|
4253
4207
|
}
|
|
4254
4208
|
/**
|
|
4255
|
-
* @EXPERIMENTAL (since 1.91)
|
|
4256
|
-
*
|
|
4257
4209
|
* Protocol Type
|
|
4258
4210
|
*/
|
|
4259
4211
|
enum ProtocolType {
|
|
@@ -4271,8 +4223,27 @@ declare namespace sap {
|
|
|
4271
4223
|
WASABI = "WASABI",
|
|
4272
4224
|
}
|
|
4273
4225
|
/**
|
|
4274
|
-
*
|
|
4275
|
-
|
|
4226
|
+
* Semanitc Role of a Dimension Member
|
|
4227
|
+
*/
|
|
4228
|
+
enum SemanticRole {
|
|
4229
|
+
/**
|
|
4230
|
+
* Actual Data
|
|
4231
|
+
*/
|
|
4232
|
+
Actual = "Actual",
|
|
4233
|
+
/**
|
|
4234
|
+
* Budget Data
|
|
4235
|
+
*/
|
|
4236
|
+
Budget = "Budget",
|
|
4237
|
+
/**
|
|
4238
|
+
* Forecast Data
|
|
4239
|
+
*/
|
|
4240
|
+
Forecast = "Forecast",
|
|
4241
|
+
/**
|
|
4242
|
+
* Previous Data
|
|
4243
|
+
*/
|
|
4244
|
+
Previous = "Previous",
|
|
4245
|
+
}
|
|
4246
|
+
/**
|
|
4276
4247
|
* Sort Direction
|
|
4277
4248
|
*/
|
|
4278
4249
|
enum SortDirection {
|
|
@@ -4290,8 +4261,6 @@ declare namespace sap {
|
|
|
4290
4261
|
NONE = "NONE",
|
|
4291
4262
|
}
|
|
4292
4263
|
/**
|
|
4293
|
-
* @EXPERIMENTAL (since 1.89)
|
|
4294
|
-
*
|
|
4295
4264
|
* Sort Type
|
|
4296
4265
|
*/
|
|
4297
4266
|
enum SortType {
|
|
@@ -4313,8 +4282,6 @@ declare namespace sap {
|
|
|
4313
4282
|
unset = "unset",
|
|
4314
4283
|
}
|
|
4315
4284
|
/**
|
|
4316
|
-
* @EXPERIMENTAL (since 1.91)
|
|
4317
|
-
*
|
|
4318
4285
|
* System Type of an InA System
|
|
4319
4286
|
*/
|
|
4320
4287
|
enum SystemType {
|
|
@@ -4380,8 +4347,6 @@ declare namespace sap {
|
|
|
4380
4347
|
StartsWith = "StartsWith",
|
|
4381
4348
|
}
|
|
4382
4349
|
/**
|
|
4383
|
-
* @EXPERIMENTAL (since 1.89)
|
|
4384
|
-
*
|
|
4385
4350
|
* Sort Type
|
|
4386
4351
|
*/
|
|
4387
4352
|
enum ValueType {
|
|
@@ -4579,8 +4544,6 @@ declare namespace sap {
|
|
|
4579
4544
|
Variable = "Variable",
|
|
4580
4545
|
}
|
|
4581
4546
|
/**
|
|
4582
|
-
* @EXPERIMENTAL
|
|
4583
|
-
*
|
|
4584
4547
|
* Widget Type of an InACard
|
|
4585
4548
|
*/
|
|
4586
4549
|
enum WidgetType {
|
|
@@ -4655,6 +4618,8 @@ declare namespace sap {
|
|
|
4655
4618
|
|
|
4656
4619
|
"sap/zen/dsh/rsrt/Component": undefined;
|
|
4657
4620
|
|
|
4621
|
+
"sap/zen/dsh/SemanticRole": undefined;
|
|
4622
|
+
|
|
4658
4623
|
"sap/zen/dsh/SortDirection": undefined;
|
|
4659
4624
|
|
|
4660
4625
|
"sap/zen/dsh/SortType": undefined;
|