@sapui5/ts-types 1.103.1 → 1.104.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/package.json +1 -1
- package/types/index.d.ts +3 -0
- 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.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +157 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1166 -29
- package/types/sap.fe.macros.d.ts +627 -52
- package/types/sap.fe.navigation.d.ts +1391 -1
- package/types/sap.fe.templates.d.ts +161 -2
- package/types/sap.fe.test.d.ts +12 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +7 -4
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +1870 -57
- 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 +2 -2
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +498 -18
- package/types/sap.suite.ui.generic.template.d.ts +32 -25
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1128 -243
- package/types/sap.ui.core.d.ts +111 -20
- package/types/sap.ui.dt.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +41 -62
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -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 +81 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -161
- package/types/sap.ui.vk.d.ts +59 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +118 -0
- package/types/sap.ui.webc.fiori.d.ts +13298 -0
- package/types/sap.ui.webc.main.d.ts +39842 -0
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +32 -20
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -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.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.
|
|
267
|
+
// For Library Version: 1.104.0
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -13775,6 +13775,11 @@ declare namespace sap {
|
|
|
13775
13775
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
13776
13776
|
*/
|
|
13777
13777
|
showScale?: boolean;
|
|
13778
|
+
/**
|
|
13779
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
13780
|
+
* are not validated.
|
|
13781
|
+
*/
|
|
13782
|
+
strictGroupingValidation?: boolean;
|
|
13778
13783
|
/**
|
|
13779
13784
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
13780
13785
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -13933,6 +13938,11 @@ declare namespace sap {
|
|
|
13933
13938
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
13934
13939
|
*/
|
|
13935
13940
|
showScale?: boolean;
|
|
13941
|
+
/**
|
|
13942
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
13943
|
+
* are not validated.
|
|
13944
|
+
*/
|
|
13945
|
+
strictGroupingValidation?: boolean;
|
|
13936
13946
|
/**
|
|
13937
13947
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
13938
13948
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -14084,6 +14094,11 @@ declare namespace sap {
|
|
|
14084
14094
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
14085
14095
|
*/
|
|
14086
14096
|
showScale?: boolean;
|
|
14097
|
+
/**
|
|
14098
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
14099
|
+
* are not validated.
|
|
14100
|
+
*/
|
|
14101
|
+
strictGroupingValidation?: boolean;
|
|
14087
14102
|
/**
|
|
14088
14103
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
14089
14104
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -14232,6 +14247,11 @@ declare namespace sap {
|
|
|
14232
14247
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
14233
14248
|
*/
|
|
14234
14249
|
showScale?: boolean;
|
|
14250
|
+
/**
|
|
14251
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
14252
|
+
* are not validated.
|
|
14253
|
+
*/
|
|
14254
|
+
strictGroupingValidation?: boolean;
|
|
14235
14255
|
/**
|
|
14236
14256
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
14237
14257
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -14394,6 +14414,11 @@ declare namespace sap {
|
|
|
14394
14414
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
14395
14415
|
*/
|
|
14396
14416
|
showScale?: boolean;
|
|
14417
|
+
/**
|
|
14418
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
14419
|
+
* are not validated.
|
|
14420
|
+
*/
|
|
14421
|
+
strictGroupingValidation?: boolean;
|
|
14397
14422
|
/**
|
|
14398
14423
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
14399
14424
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -17741,13 +17766,15 @@ declare namespace sap {
|
|
|
17741
17766
|
* } `
|
|
17742
17767
|
* See:
|
|
17743
17768
|
* sap.ui.core.Configuration.FormatSettings#setCustomCurrencies
|
|
17769
|
+
*
|
|
17770
|
+
* @returns Returns `this` to allow method chaining
|
|
17744
17771
|
*/
|
|
17745
17772
|
addCustomCurrencies(
|
|
17746
17773
|
/**
|
|
17747
17774
|
* adds to the currency map
|
|
17748
17775
|
*/
|
|
17749
17776
|
mCurrencies: object
|
|
17750
|
-
):
|
|
17777
|
+
): this;
|
|
17751
17778
|
/**
|
|
17752
17779
|
* Retrieves the custom currencies. E.g. ` { "KWD": {"digits": 3}, "TND" : {"digits": 3} } `
|
|
17753
17780
|
*
|
|
@@ -17780,20 +17807,51 @@ declare namespace sap {
|
|
|
17780
17807
|
getLegacyDateCalendarCustomizing(): object[];
|
|
17781
17808
|
/**
|
|
17782
17809
|
* Returns the currently set legacy ABAP date format (its id) or undefined if none has been set.
|
|
17783
|
-
|
|
17784
|
-
|
|
17810
|
+
*
|
|
17811
|
+
* @returns ID of the ABAP date format, if not set or set to `""`, `undefined` will be returned
|
|
17812
|
+
*/
|
|
17813
|
+
getLegacyDateFormat():
|
|
17814
|
+
| "1"
|
|
17815
|
+
| "2"
|
|
17816
|
+
| "3"
|
|
17817
|
+
| "4"
|
|
17818
|
+
| "5"
|
|
17819
|
+
| "6"
|
|
17820
|
+
| "7"
|
|
17821
|
+
| "8"
|
|
17822
|
+
| "9"
|
|
17823
|
+
| "A"
|
|
17824
|
+
| "B"
|
|
17825
|
+
| "C"
|
|
17826
|
+
| undefined;
|
|
17785
17827
|
/**
|
|
17786
17828
|
* Returns the currently set legacy ABAP number format (its id) or undefined if none has been set.
|
|
17829
|
+
*
|
|
17830
|
+
* @returns ID of the ABAP number format, if not set or set to `""`, `undefined` will be returned
|
|
17787
17831
|
*/
|
|
17788
|
-
getLegacyNumberFormat():
|
|
17832
|
+
getLegacyNumberFormat(): " " | "X" | "Y" | undefined;
|
|
17789
17833
|
/**
|
|
17790
17834
|
* Returns the currently set legacy ABAP time format (its id) or undefined if none has been set.
|
|
17835
|
+
*
|
|
17836
|
+
* @returns ID of the ABAP date format, if not set or set to `""`, `undefined` will be returned
|
|
17791
17837
|
*/
|
|
17792
|
-
getLegacyTimeFormat():
|
|
17838
|
+
getLegacyTimeFormat(): "0" | "1" | "2" | "3" | "4" | undefined;
|
|
17793
17839
|
/**
|
|
17794
17840
|
* Returns the currently set number symbol of the given type or undefined if no symbol has been defined.
|
|
17841
|
+
*
|
|
17842
|
+
* @returns A non-numerical symbol used as part of a number for the given type, e.g. for locale de_DE:
|
|
17843
|
+
*
|
|
17844
|
+
* - "group": "." (grouping separator)
|
|
17845
|
+
* - "decimal": "," (decimal separator)
|
|
17846
|
+
* - "plusSign": "+" (plus sign)
|
|
17847
|
+
* - "minusSign": "-" (minus sign)
|
|
17795
17848
|
*/
|
|
17796
|
-
getNumberSymbol(
|
|
17849
|
+
getNumberSymbol(
|
|
17850
|
+
/**
|
|
17851
|
+
* the type of symbol
|
|
17852
|
+
*/
|
|
17853
|
+
sType: "group" | "decimal" | "plusSign" | "minusSign"
|
|
17854
|
+
): string;
|
|
17797
17855
|
/**
|
|
17798
17856
|
* Returns the currently set time pattern or undefined if no pattern has been defined.
|
|
17799
17857
|
*/
|
|
@@ -17822,13 +17880,15 @@ declare namespace sap {
|
|
|
17822
17880
|
* Note: To unset the custom currencies: call with `undefined` Custom currencies must not only consist of
|
|
17823
17881
|
* digits but contain at least one non-digit character, e.g. "a", so that the measure part can be distinguished
|
|
17824
17882
|
* from the number part.
|
|
17883
|
+
*
|
|
17884
|
+
* @returns Returns `this` to allow method chaining
|
|
17825
17885
|
*/
|
|
17826
17886
|
setCustomCurrencies(
|
|
17827
17887
|
/**
|
|
17828
17888
|
* currency map which is set
|
|
17829
17889
|
*/
|
|
17830
17890
|
mCurrencies: object
|
|
17831
|
-
):
|
|
17891
|
+
): this;
|
|
17832
17892
|
/**
|
|
17833
17893
|
* Defines the preferred format pattern for the given date format style.
|
|
17834
17894
|
*
|
|
@@ -17912,9 +17972,23 @@ declare namespace sap {
|
|
|
17912
17972
|
*/
|
|
17913
17973
|
setLegacyDateFormat(
|
|
17914
17974
|
/**
|
|
17915
|
-
*
|
|
17916
|
-
|
|
17917
|
-
|
|
17975
|
+
* ID of the ABAP date format, `""` will reset the date patterns for 'short' and 'medium' style to the locale-specific
|
|
17976
|
+
* ones.
|
|
17977
|
+
*/
|
|
17978
|
+
sFormatId?:
|
|
17979
|
+
| ""
|
|
17980
|
+
| "1"
|
|
17981
|
+
| "2"
|
|
17982
|
+
| "3"
|
|
17983
|
+
| "4"
|
|
17984
|
+
| "5"
|
|
17985
|
+
| "6"
|
|
17986
|
+
| "7"
|
|
17987
|
+
| "8"
|
|
17988
|
+
| "9"
|
|
17989
|
+
| "A"
|
|
17990
|
+
| "B"
|
|
17991
|
+
| "C"
|
|
17918
17992
|
): this;
|
|
17919
17993
|
/**
|
|
17920
17994
|
* Allows to specify one of the legacy ABAP number format.
|
|
@@ -17929,9 +18003,10 @@ declare namespace sap {
|
|
|
17929
18003
|
*/
|
|
17930
18004
|
setLegacyNumberFormat(
|
|
17931
18005
|
/**
|
|
17932
|
-
*
|
|
18006
|
+
* ID of the ABAP number format set, `""` will reset the 'group' and 'decimal' symbols to the locale-specific
|
|
18007
|
+
* ones.
|
|
17933
18008
|
*/
|
|
17934
|
-
sFormatId
|
|
18009
|
+
sFormatId?: "" | " " | "X" | "Y"
|
|
17935
18010
|
): this;
|
|
17936
18011
|
/**
|
|
17937
18012
|
* Allows to specify one of the legacy ABAP time formats.
|
|
@@ -17947,9 +18022,10 @@ declare namespace sap {
|
|
|
17947
18022
|
*/
|
|
17948
18023
|
setLegacyTimeFormat(
|
|
17949
18024
|
/**
|
|
17950
|
-
*
|
|
18025
|
+
* ID of the ABAP time format, `""` will reset the time patterns for 'short' and 'medium' style and the
|
|
18026
|
+
* day period texts to the locale-specific ones.
|
|
17951
18027
|
*/
|
|
17952
|
-
sFormatId
|
|
18028
|
+
sFormatId?: "" | "0" | "1" | "2" | "3" | "4"
|
|
17953
18029
|
): this;
|
|
17954
18030
|
/**
|
|
17955
18031
|
* Defines the string to be used for the given number symbol.
|
|
@@ -17968,9 +18044,9 @@ declare namespace sap {
|
|
|
17968
18044
|
*/
|
|
17969
18045
|
setNumberSymbol(
|
|
17970
18046
|
/**
|
|
17971
|
-
*
|
|
18047
|
+
* the type of symbol
|
|
17972
18048
|
*/
|
|
17973
|
-
sType:
|
|
18049
|
+
sType: "group" | "decimal" | "plusSign" | "minusSign",
|
|
17974
18050
|
/**
|
|
17975
18051
|
* will be used to represent the given symbol type
|
|
17976
18052
|
*/
|
|
@@ -22215,8 +22291,8 @@ declare namespace sap {
|
|
|
22215
22291
|
}
|
|
22216
22292
|
/**
|
|
22217
22293
|
* @SINCE 1.15
|
|
22218
|
-
* @deprecated (since 1.56) - use an {@link sap.ui.core.mvc.XMLView XMLView} or {@link
|
|
22219
|
-
*
|
|
22294
|
+
* @deprecated (since 1.56) - use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0
|
|
22295
|
+
* Typed View} instead.
|
|
22220
22296
|
*
|
|
22221
22297
|
* Base Class for Template.
|
|
22222
22298
|
*/
|
|
@@ -28600,6 +28676,9 @@ declare namespace sap {
|
|
|
28600
28676
|
/**
|
|
28601
28677
|
* The resize handling API provides firing of resize events on all browsers by regularly checking the width
|
|
28602
28678
|
* and height of registered DOM elements or controls and firing events accordingly.
|
|
28679
|
+
*
|
|
28680
|
+
* **Note**: The public usage of the constructor is deprecated since 1.103.0. Please use the static module
|
|
28681
|
+
* export directly.
|
|
28603
28682
|
*/
|
|
28604
28683
|
interface ResizeHandler {
|
|
28605
28684
|
/**
|
|
@@ -52766,6 +52845,8 @@ declare namespace sap {
|
|
|
52766
52845
|
* It is thus unsafe to keep a reference to a context instance which is not explicitly kept alive. Once
|
|
52767
52846
|
* a context is not kept alive anymore, the implicit lifecycle management again takes control and destroys
|
|
52768
52847
|
* the context if it is no longer needed.
|
|
52848
|
+
*
|
|
52849
|
+
* Note: This is only supported if the model uses the `autoExpandSelect` parameter.
|
|
52769
52850
|
* See:
|
|
52770
52851
|
* #isKeepAlive
|
|
52771
52852
|
*/
|
|
@@ -70733,7 +70814,7 @@ declare namespace sap {
|
|
|
70733
70814
|
*
|
|
70734
70815
|
* @returns The QUnit utils
|
|
70735
70816
|
*/
|
|
70736
|
-
static getUtils():
|
|
70817
|
+
static getUtils(): object;
|
|
70737
70818
|
/**
|
|
70738
70819
|
* Returns the window object in the current context. If an iframe is launched, it will return the iframe's
|
|
70739
70820
|
* window.
|
|
@@ -72566,6 +72647,8 @@ declare namespace sap {
|
|
|
72566
72647
|
|
|
72567
72648
|
"sap/base/util/extend": undefined;
|
|
72568
72649
|
|
|
72650
|
+
"sap/base/util/fetch": undefined;
|
|
72651
|
+
|
|
72569
72652
|
"sap/base/util/includes": undefined;
|
|
72570
72653
|
|
|
72571
72654
|
"sap/base/util/isEmptyObject": undefined;
|
|
@@ -72578,6 +72661,8 @@ declare namespace sap {
|
|
|
72578
72661
|
|
|
72579
72662
|
"sap/base/util/merge": undefined;
|
|
72580
72663
|
|
|
72664
|
+
"sap/base/util/mixedFetch": undefined;
|
|
72665
|
+
|
|
72581
72666
|
"sap/base/util/now": undefined;
|
|
72582
72667
|
|
|
72583
72668
|
"sap/base/util/ObjectPath": undefined;
|
|
@@ -72586,6 +72671,8 @@ declare namespace sap {
|
|
|
72586
72671
|
|
|
72587
72672
|
"sap/base/util/resolveReference": undefined;
|
|
72588
72673
|
|
|
72674
|
+
"sap/base/util/syncFetch": undefined;
|
|
72675
|
+
|
|
72589
72676
|
"sap/base/util/uid": undefined;
|
|
72590
72677
|
|
|
72591
72678
|
"sap/base/util/UriParameters": undefined;
|
|
@@ -72626,6 +72713,10 @@ declare namespace sap {
|
|
|
72626
72713
|
|
|
72627
72714
|
"sap/ui/core/BusyIndicatorUtils": undefined;
|
|
72628
72715
|
|
|
72716
|
+
"sap/ui/core/cache/CacheManager": undefined;
|
|
72717
|
+
|
|
72718
|
+
"sap/ui/core/cache/LRUPersistentCache": undefined;
|
|
72719
|
+
|
|
72629
72720
|
"sap/ui/core/CalendarType": undefined;
|
|
72630
72721
|
|
|
72631
72722
|
"sap/ui/core/CommandExecution": undefined;
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -225,7 +225,7 @@ declare namespace sap {
|
|
|
225
225
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
226
226
|
* following fields:
|
|
227
227
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
228
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.
|
|
228
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.104.0")
|
|
229
229
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
230
230
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
231
231
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -311,7 +311,7 @@ declare namespace sap {
|
|
|
311
311
|
* columns: aColumns,
|
|
312
312
|
* context: {
|
|
313
313
|
* application: 'Debug Test Application',
|
|
314
|
-
* version: '1.
|
|
314
|
+
* version: '1.104.0',
|
|
315
315
|
* title: 'Some random title',
|
|
316
316
|
* modifiedBy: 'John Doe',
|
|
317
317
|
* metaSheetName: 'Custom metadata',
|
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -357,17 +357,7 @@ declare namespace sap {
|
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
interface $ExtensionSettings
|
|
360
|
-
extends sap.ui.
|
|
361
|
-
/**
|
|
362
|
-
* @EXPERIMENTAL (since 1.94)
|
|
363
|
-
*
|
|
364
|
-
* The formatters, which can be used in the manifest.
|
|
365
|
-
*/
|
|
366
|
-
formatters?:
|
|
367
|
-
| object
|
|
368
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
369
|
-
| `{${string}}`;
|
|
370
|
-
}
|
|
360
|
+
extends sap.ui.integration.$ExtensionSettings {}
|
|
371
361
|
|
|
372
362
|
/**
|
|
373
363
|
* @SINCE 1.94
|
|
@@ -375,13 +365,9 @@ declare namespace sap {
|
|
|
375
365
|
* Brings JavaScript capabilities for an {@link sap.ui.integration.editor.Editor} where custom logic can
|
|
376
366
|
* be implemented.
|
|
377
367
|
*/
|
|
378
|
-
class Extension extends sap.ui.
|
|
368
|
+
class Extension extends sap.ui.integration.Extension {
|
|
379
369
|
/**
|
|
380
370
|
* Constructor for a new `Extension`.
|
|
381
|
-
*
|
|
382
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
383
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
384
|
-
* of the syntax of the settings object.
|
|
385
371
|
*/
|
|
386
372
|
constructor(
|
|
387
373
|
/**
|
|
@@ -391,10 +377,6 @@ declare namespace sap {
|
|
|
391
377
|
);
|
|
392
378
|
/**
|
|
393
379
|
* Constructor for a new `Extension`.
|
|
394
|
-
*
|
|
395
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
396
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
397
|
-
* of the syntax of the settings object.
|
|
398
380
|
*/
|
|
399
381
|
constructor(
|
|
400
382
|
/**
|
|
@@ -407,51 +389,12 @@ declare namespace sap {
|
|
|
407
389
|
mSettings?: sap.ui.integration.editor.$ExtensionSettings
|
|
408
390
|
);
|
|
409
391
|
|
|
410
|
-
/**
|
|
411
|
-
* Creates a new subclass of class sap.ui.integration.editor.Extension with name `sClassName` and enriches
|
|
412
|
-
* it with the information contained in `oClassInfo`.
|
|
413
|
-
*
|
|
414
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.ManagedObject.extend}.
|
|
415
|
-
*
|
|
416
|
-
* @returns Created class / constructor function
|
|
417
|
-
*/
|
|
418
|
-
static extend<T extends Record<string, unknown>>(
|
|
419
|
-
/**
|
|
420
|
-
* Name of the class being created
|
|
421
|
-
*/
|
|
422
|
-
sClassName: string,
|
|
423
|
-
/**
|
|
424
|
-
* Object literal with information about the class
|
|
425
|
-
*/
|
|
426
|
-
oClassInfo?: sap.ClassInfo<T, sap.ui.integration.editor.Extension>,
|
|
427
|
-
/**
|
|
428
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
429
|
-
* used by this class
|
|
430
|
-
*/
|
|
431
|
-
FNMetaImpl?: Function
|
|
432
|
-
): Function;
|
|
433
|
-
/**
|
|
434
|
-
* Returns a metadata object for class sap.ui.integration.editor.Extension.
|
|
435
|
-
*
|
|
436
|
-
* @returns Metadata object describing this class
|
|
437
|
-
*/
|
|
438
|
-
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
439
392
|
/**
|
|
440
393
|
* Returns an interface to the editor, which uses this extension.
|
|
441
394
|
*
|
|
442
395
|
* @returns An interface to the card.
|
|
443
396
|
*/
|
|
444
397
|
getEditor(): sap.ui.integration.widgets.CardFacade;
|
|
445
|
-
/**
|
|
446
|
-
* @EXPERIMENTAL (since 1.94)
|
|
447
|
-
*
|
|
448
|
-
* Gets current value of property {@link #getFormatters formatters}.
|
|
449
|
-
*
|
|
450
|
-
* The formatters, which can be used in the manifest.
|
|
451
|
-
*
|
|
452
|
-
* @returns Value of property `formatters`
|
|
453
|
-
*/
|
|
454
|
-
getFormatters(): object;
|
|
455
398
|
/**
|
|
456
399
|
* Called when the editor is ready.
|
|
457
400
|
*/
|
|
@@ -760,6 +703,11 @@ declare namespace sap {
|
|
|
760
703
|
}
|
|
761
704
|
|
|
762
705
|
interface $CardSettings extends sap.f.$CardBaseSettings {
|
|
706
|
+
/**
|
|
707
|
+
* Optional property which can be used by the host to reference the card. Does not affect the card behavior.
|
|
708
|
+
*/
|
|
709
|
+
referenceId?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
710
|
+
|
|
763
711
|
/**
|
|
764
712
|
* The URL of the manifest or an object.
|
|
765
713
|
*/
|
|
@@ -1503,6 +1451,16 @@ declare namespace sap {
|
|
|
1503
1451
|
*/
|
|
1504
1452
|
sPath: string
|
|
1505
1453
|
): Object;
|
|
1454
|
+
/**
|
|
1455
|
+
* Gets current value of property {@link #getReferenceId referenceId}.
|
|
1456
|
+
*
|
|
1457
|
+
* Optional property which can be used by the host to reference the card. Does not affect the card behavior.
|
|
1458
|
+
*
|
|
1459
|
+
* Default value is `empty string`.
|
|
1460
|
+
*
|
|
1461
|
+
* @returns Value of property `referenceId`
|
|
1462
|
+
*/
|
|
1463
|
+
getReferenceId(): string;
|
|
1506
1464
|
/**
|
|
1507
1465
|
* @EXPERIMENTAL (since 1.83)
|
|
1508
1466
|
*
|
|
@@ -1787,6 +1745,23 @@ declare namespace sap {
|
|
|
1787
1745
|
*/
|
|
1788
1746
|
sManifestChanges: object[]
|
|
1789
1747
|
): this;
|
|
1748
|
+
/**
|
|
1749
|
+
* Sets a new value for property {@link #getReferenceId referenceId}.
|
|
1750
|
+
*
|
|
1751
|
+
* Optional property which can be used by the host to reference the card. Does not affect the card behavior.
|
|
1752
|
+
*
|
|
1753
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1754
|
+
*
|
|
1755
|
+
* Default value is `empty string`.
|
|
1756
|
+
*
|
|
1757
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1758
|
+
*/
|
|
1759
|
+
setReferenceId(
|
|
1760
|
+
/**
|
|
1761
|
+
* New value for property `referenceId`
|
|
1762
|
+
*/
|
|
1763
|
+
sReferenceId?: string
|
|
1764
|
+
): this;
|
|
1790
1765
|
/**
|
|
1791
1766
|
* Displays the loading placeholders on the whole card, or a particular area of the card. **Note:** Only
|
|
1792
1767
|
* areas that contain binding will receive a loading placeholder.
|
|
@@ -3062,9 +3037,13 @@ declare namespace sap {
|
|
|
3062
3037
|
*/
|
|
3063
3038
|
getDestination(
|
|
3064
3039
|
/**
|
|
3065
|
-
* The name of the destination.
|
|
3040
|
+
* The name of the destination.
|
|
3041
|
+
*/
|
|
3042
|
+
sDestinationName: string,
|
|
3043
|
+
/**
|
|
3044
|
+
* The card that depends on the destination. Most often the name which is used in the SAP Cloud Platform.
|
|
3066
3045
|
*/
|
|
3067
|
-
|
|
3046
|
+
oCard: sap.ui.integration.widgets.Card
|
|
3068
3047
|
): Promise<any>;
|
|
3069
3048
|
/**
|
|
3070
3049
|
* @SINCE 1.83
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/rta/api/startAdaptation" {
|
|
4
4
|
/**
|
|
@@ -111,5 +111,7 @@ declare namespace sap {
|
|
|
111
111
|
"sap/ui/rta/service/Property": undefined;
|
|
112
112
|
|
|
113
113
|
"sap/ui/rta/service/Selection": undefined;
|
|
114
|
+
|
|
115
|
+
"sap/ui/rta/util/ReloadManager": undefined;
|
|
114
116
|
}
|
|
115
117
|
}
|
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED