@sapui5/types 1.120.32 → 1.120.34
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.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.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.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +11 -3
- 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.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.core.d.ts +26 -12
- 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.integration.d.ts +1 -1
- 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 +1 -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 +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vk.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 +1 -1
- 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/package.json
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.33
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -70937,7 +70937,11 @@ declare module "sap/m/p13n/Engine" {
|
|
|
70937
70937
|
/**
|
|
70938
70938
|
* The handler function to call when the event occurs
|
|
70939
70939
|
*/
|
|
70940
|
-
fnStateEventHandler: (p1: Event) => void
|
|
70940
|
+
fnStateEventHandler: (p1: Event) => void,
|
|
70941
|
+
/**
|
|
70942
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
70943
|
+
*/
|
|
70944
|
+
oListener?: object
|
|
70941
70945
|
): this;
|
|
70942
70946
|
/**
|
|
70943
70947
|
* Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
|
|
@@ -70960,7 +70964,11 @@ declare module "sap/m/p13n/Engine" {
|
|
|
70960
70964
|
/**
|
|
70961
70965
|
* The handler function to detach from the event
|
|
70962
70966
|
*/
|
|
70963
|
-
fnStateEventHandler: (p1: Event) => void
|
|
70967
|
+
fnStateEventHandler: (p1: Event) => void,
|
|
70968
|
+
/**
|
|
70969
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
70970
|
+
*/
|
|
70971
|
+
oListener?: object
|
|
70964
70972
|
): this;
|
|
70965
70973
|
|
|
70966
70974
|
register(
|
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.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.120.
|
|
283
|
+
// For Library Version: 1.120.33
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -7151,7 +7151,11 @@ declare module "sap/ui/base/DataType" {
|
|
|
7151
7151
|
/**
|
|
7152
7152
|
* Qualified name of the type to retrieve
|
|
7153
7153
|
*/
|
|
7154
|
-
sTypeName: string
|
|
7154
|
+
sTypeName: string,
|
|
7155
|
+
/**
|
|
7156
|
+
* Metadata of the property
|
|
7157
|
+
*/
|
|
7158
|
+
oProperty?: /* was: sap.ui.base.ManagedObject.MetaOptions.Property */ any
|
|
7155
7159
|
): DataType | undefined;
|
|
7156
7160
|
/**
|
|
7157
7161
|
* Registers an enum under the given name. With version 2.0, registering an enum becomes mandatory when
|
|
@@ -25360,7 +25364,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25360
25364
|
*/
|
|
25361
25365
|
groupingBaseSize?: int;
|
|
25362
25366
|
/**
|
|
25363
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
25367
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
25368
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
25364
25369
|
*/
|
|
25365
25370
|
groupingEnabled?: boolean;
|
|
25366
25371
|
/**
|
|
@@ -25369,7 +25374,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25369
25374
|
*/
|
|
25370
25375
|
groupingSeparator?: string;
|
|
25371
25376
|
/**
|
|
25372
|
-
* defines the grouping size in digits; the default is `3`.
|
|
25377
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
25378
|
+
* non-positive value, grouping will be disabled entirely.
|
|
25373
25379
|
*/
|
|
25374
25380
|
groupingSize?: int;
|
|
25375
25381
|
/**
|
|
@@ -25531,7 +25537,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25531
25537
|
*/
|
|
25532
25538
|
groupingBaseSize?: int;
|
|
25533
25539
|
/**
|
|
25534
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
25540
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
25541
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
25535
25542
|
*/
|
|
25536
25543
|
groupingEnabled?: boolean;
|
|
25537
25544
|
/**
|
|
@@ -25540,7 +25547,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25540
25547
|
*/
|
|
25541
25548
|
groupingSeparator?: string;
|
|
25542
25549
|
/**
|
|
25543
|
-
* defines the grouping size in digits; the default is `3`.
|
|
25550
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
25551
|
+
* non-positive value, grouping will be disabled entirely.
|
|
25544
25552
|
*/
|
|
25545
25553
|
groupingSize?: int;
|
|
25546
25554
|
/**
|
|
@@ -25688,7 +25696,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25688
25696
|
*/
|
|
25689
25697
|
groupingBaseSize?: int;
|
|
25690
25698
|
/**
|
|
25691
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
25699
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
25700
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
25692
25701
|
*/
|
|
25693
25702
|
groupingEnabled?: boolean;
|
|
25694
25703
|
/**
|
|
@@ -25697,7 +25706,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25697
25706
|
*/
|
|
25698
25707
|
groupingSeparator?: string;
|
|
25699
25708
|
/**
|
|
25700
|
-
* defines the grouping size in digits; the default is `3`.
|
|
25709
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
25710
|
+
* non-positive value, grouping will be disabled entirely.
|
|
25701
25711
|
*/
|
|
25702
25712
|
groupingSize?: int;
|
|
25703
25713
|
/**
|
|
@@ -25839,7 +25849,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25839
25849
|
*/
|
|
25840
25850
|
groupingBaseSize?: int;
|
|
25841
25851
|
/**
|
|
25842
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
25852
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
25853
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
25843
25854
|
*/
|
|
25844
25855
|
groupingEnabled?: boolean;
|
|
25845
25856
|
/**
|
|
@@ -25848,7 +25859,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25848
25859
|
*/
|
|
25849
25860
|
groupingSeparator?: string;
|
|
25850
25861
|
/**
|
|
25851
|
-
* defines the grouping size in digits; the default is `3`.
|
|
25862
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
25863
|
+
* non-positive value, grouping will be disabled entirely.
|
|
25852
25864
|
*/
|
|
25853
25865
|
groupingSize?: int;
|
|
25854
25866
|
/**
|
|
@@ -25997,7 +26009,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
25997
26009
|
*/
|
|
25998
26010
|
groupingBaseSize?: int;
|
|
25999
26011
|
/**
|
|
26000
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
26012
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
26013
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
26001
26014
|
*/
|
|
26002
26015
|
groupingEnabled?: boolean;
|
|
26003
26016
|
/**
|
|
@@ -26006,7 +26019,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
26006
26019
|
*/
|
|
26007
26020
|
groupingSeparator?: string;
|
|
26008
26021
|
/**
|
|
26009
|
-
* defines the grouping size in digits; the default is `3`. It must be a positive number.
|
|
26022
|
+
* defines the grouping size in digits; the default is `3`. It must be a positive number. **Note:** If this
|
|
26023
|
+
* format option is set to a non-positive value, grouping will be disabled entirely.
|
|
26010
26024
|
*/
|
|
26011
26025
|
groupingSize?: int;
|
|
26012
26026
|
/**
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED