@sapui5/ts-types-esm 1.136.2 → 1.136.3
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.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- 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 +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +23 -1
- 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.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 +21 -11
- 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 -1
- package/types/sap.ui.layout.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.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 +14 -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.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -3198,6 +3198,12 @@ declare module "sap/fe/macros/table/Column" {
|
|
|
3198
3198
|
*/
|
|
3199
3199
|
anchor?: string | PropertyBindingInfo;
|
|
3200
3200
|
|
|
3201
|
+
/**
|
|
3202
|
+
* The column availability
|
|
3203
|
+
* Allowed values are `Default`, `Adaptation`, `Hidden`
|
|
3204
|
+
*/
|
|
3205
|
+
availability?: string | PropertyBindingInfo;
|
|
3206
|
+
|
|
3201
3207
|
/**
|
|
3202
3208
|
* The text that will be displayed for this column header
|
|
3203
3209
|
*/
|
|
@@ -3231,6 +3237,16 @@ declare module "sap/fe/macros/table/Column" {
|
|
|
3231
3237
|
*/
|
|
3232
3238
|
properties?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
3233
3239
|
|
|
3240
|
+
/**
|
|
3241
|
+
* Determines if the information in the column is required.
|
|
3242
|
+
*/
|
|
3243
|
+
required?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3244
|
+
|
|
3245
|
+
/**
|
|
3246
|
+
* Determines the text displayed for the column tooltip
|
|
3247
|
+
*/
|
|
3248
|
+
tooltip?: string | PropertyBindingInfo;
|
|
3249
|
+
|
|
3234
3250
|
/**
|
|
3235
3251
|
* Determines the column's width.
|
|
3236
3252
|
* Allowed values are 'auto', 'value', and 'inherit', according to {@link sap.ui.core.CSSSize }
|
|
@@ -3312,6 +3328,12 @@ declare module "sap/fe/macros/table/ColumnOverride" {
|
|
|
3312
3328
|
*/
|
|
3313
3329
|
export interface $ColumnOverrideSettings
|
|
3314
3330
|
extends $BuildingBlockObjectPropertySettings {
|
|
3331
|
+
/**
|
|
3332
|
+
* The column availability
|
|
3333
|
+
* Allowed values are `Default`, `Adaptation`, `Hidden``
|
|
3334
|
+
*/
|
|
3335
|
+
availability?: string | PropertyBindingInfo;
|
|
3336
|
+
|
|
3315
3337
|
/**
|
|
3316
3338
|
* Aligns the header as well as the content horizontally
|
|
3317
3339
|
*/
|
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.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -75480,7 +75480,11 @@ declare module "sap/m/p13n/Engine" {
|
|
|
75480
75480
|
/**
|
|
75481
75481
|
* The handler function to call when the event occurs
|
|
75482
75482
|
*/
|
|
75483
|
-
fnStateEventHandler: (p1: Event) => void
|
|
75483
|
+
fnStateEventHandler: (p1: Event) => void,
|
|
75484
|
+
/**
|
|
75485
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
75486
|
+
*/
|
|
75487
|
+
oListener?: object
|
|
75484
75488
|
): this;
|
|
75485
75489
|
/**
|
|
75486
75490
|
* Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
|
|
@@ -75503,7 +75507,11 @@ declare module "sap/m/p13n/Engine" {
|
|
|
75503
75507
|
/**
|
|
75504
75508
|
* The handler function to detach from the event
|
|
75505
75509
|
*/
|
|
75506
|
-
fnStateEventHandler: (p1: Event) => void
|
|
75510
|
+
fnStateEventHandler: (p1: Event) => void,
|
|
75511
|
+
/**
|
|
75512
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
75513
|
+
*/
|
|
75514
|
+
oListener?: object
|
|
75507
75515
|
): this;
|
|
75508
75516
|
|
|
75509
75517
|
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
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.136.
|
|
282
|
+
// For Library Version: 1.136.2
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -29717,7 +29717,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
29717
29717
|
*/
|
|
29718
29718
|
groupingBaseSize?: int;
|
|
29719
29719
|
/**
|
|
29720
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
29720
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
29721
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
29721
29722
|
*/
|
|
29722
29723
|
groupingEnabled?: boolean;
|
|
29723
29724
|
/**
|
|
@@ -29726,7 +29727,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
29726
29727
|
*/
|
|
29727
29728
|
groupingSeparator?: string;
|
|
29728
29729
|
/**
|
|
29729
|
-
* defines the grouping size in digits; the default is `3`.
|
|
29730
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
29731
|
+
* non-positive value, grouping will be disabled entirely.
|
|
29730
29732
|
*/
|
|
29731
29733
|
groupingSize?: int;
|
|
29732
29734
|
/**
|
|
@@ -29896,7 +29898,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
29896
29898
|
*/
|
|
29897
29899
|
groupingBaseSize?: int;
|
|
29898
29900
|
/**
|
|
29899
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
29901
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
29902
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
29900
29903
|
*/
|
|
29901
29904
|
groupingEnabled?: boolean;
|
|
29902
29905
|
/**
|
|
@@ -29905,7 +29908,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
29905
29908
|
*/
|
|
29906
29909
|
groupingSeparator?: string;
|
|
29907
29910
|
/**
|
|
29908
|
-
* defines the grouping size in digits; the default is `3`.
|
|
29911
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
29912
|
+
* non-positive value, grouping will be disabled entirely.
|
|
29909
29913
|
*/
|
|
29910
29914
|
groupingSize?: int;
|
|
29911
29915
|
/**
|
|
@@ -30059,7 +30063,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30059
30063
|
*/
|
|
30060
30064
|
groupingBaseSize?: int;
|
|
30061
30065
|
/**
|
|
30062
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
30066
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
30067
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
30063
30068
|
*/
|
|
30064
30069
|
groupingEnabled?: boolean;
|
|
30065
30070
|
/**
|
|
@@ -30068,7 +30073,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30068
30073
|
*/
|
|
30069
30074
|
groupingSeparator?: string;
|
|
30070
30075
|
/**
|
|
30071
|
-
* defines the grouping size in digits; the default is `3`.
|
|
30076
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
30077
|
+
* non-positive value, grouping will be disabled entirely.
|
|
30072
30078
|
*/
|
|
30073
30079
|
groupingSize?: int;
|
|
30074
30080
|
/**
|
|
@@ -30217,7 +30223,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30217
30223
|
*/
|
|
30218
30224
|
groupingBaseSize?: int;
|
|
30219
30225
|
/**
|
|
30220
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
30226
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
30227
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
30221
30228
|
*/
|
|
30222
30229
|
groupingEnabled?: boolean;
|
|
30223
30230
|
/**
|
|
@@ -30226,7 +30233,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30226
30233
|
*/
|
|
30227
30234
|
groupingSeparator?: string;
|
|
30228
30235
|
/**
|
|
30229
|
-
* defines the grouping size in digits; the default is `3`.
|
|
30236
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
30237
|
+
* non-positive value, grouping will be disabled entirely.
|
|
30230
30238
|
*/
|
|
30231
30239
|
groupingSize?: int;
|
|
30232
30240
|
/**
|
|
@@ -30387,7 +30395,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30387
30395
|
*/
|
|
30388
30396
|
groupingBaseSize?: int;
|
|
30389
30397
|
/**
|
|
30390
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
30398
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
30399
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
30391
30400
|
*/
|
|
30392
30401
|
groupingEnabled?: boolean;
|
|
30393
30402
|
/**
|
|
@@ -30396,7 +30405,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
30396
30405
|
*/
|
|
30397
30406
|
groupingSeparator?: string;
|
|
30398
30407
|
/**
|
|
30399
|
-
* defines the grouping size in digits; the default is `3`.
|
|
30408
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
30409
|
+
* non-positive value, grouping will be disabled entirely.
|
|
30400
30410
|
*/
|
|
30401
30411
|
groupingSize?: int;
|
|
30402
30412
|
/**
|
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.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.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -7577,6 +7577,19 @@ declare module "sap/ushell/services/NotificationsV2" {
|
|
|
7577
7577
|
*/
|
|
7578
7578
|
callback: Function
|
|
7579
7579
|
): void;
|
|
7580
|
+
/**
|
|
7581
|
+
* Set the number of unseen notifications
|
|
7582
|
+
* e.g. Notifications that the user hasn't seen yet.
|
|
7583
|
+
*
|
|
7584
|
+
*
|
|
7585
|
+
* @returns Promise resolves when the unseen notifications count is set
|
|
7586
|
+
*/
|
|
7587
|
+
setUnseenNotificationsCount(
|
|
7588
|
+
/**
|
|
7589
|
+
* The number of unseen notifications to set
|
|
7590
|
+
*/
|
|
7591
|
+
number: int
|
|
7592
|
+
): Promise<any>;
|
|
7580
7593
|
}
|
|
7581
7594
|
/**
|
|
7582
7595
|
* Type for Action
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED