@sapui5/ts-types 1.136.1 → 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/index.d.ts +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 +5 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +42 -15
- 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 +29 -10
- 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.sac.df.d.ts +69 -18
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +31 -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 +2 -2321
- package/types/sap.ui.core.d.ts +22 -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.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 +16 -31
- 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.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.mdc.d.ts → mdc-1.136.0-d.ts} +0 -0
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
|
/**
|
|
@@ -18853,7 +18853,8 @@ declare namespace sap {
|
|
|
18853
18853
|
*/
|
|
18854
18854
|
groupingBaseSize?: int;
|
|
18855
18855
|
/**
|
|
18856
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
18856
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
18857
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
18857
18858
|
*/
|
|
18858
18859
|
groupingEnabled?: boolean;
|
|
18859
18860
|
/**
|
|
@@ -18862,7 +18863,8 @@ declare namespace sap {
|
|
|
18862
18863
|
*/
|
|
18863
18864
|
groupingSeparator?: string;
|
|
18864
18865
|
/**
|
|
18865
|
-
* defines the grouping size in digits; the default is `3`.
|
|
18866
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
18867
|
+
* non-positive value, grouping will be disabled entirely.
|
|
18866
18868
|
*/
|
|
18867
18869
|
groupingSize?: int;
|
|
18868
18870
|
/**
|
|
@@ -19032,7 +19034,8 @@ declare namespace sap {
|
|
|
19032
19034
|
*/
|
|
19033
19035
|
groupingBaseSize?: int;
|
|
19034
19036
|
/**
|
|
19035
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
19037
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
19038
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19036
19039
|
*/
|
|
19037
19040
|
groupingEnabled?: boolean;
|
|
19038
19041
|
/**
|
|
@@ -19041,7 +19044,8 @@ declare namespace sap {
|
|
|
19041
19044
|
*/
|
|
19042
19045
|
groupingSeparator?: string;
|
|
19043
19046
|
/**
|
|
19044
|
-
* defines the grouping size in digits; the default is `3`.
|
|
19047
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
19048
|
+
* non-positive value, grouping will be disabled entirely.
|
|
19045
19049
|
*/
|
|
19046
19050
|
groupingSize?: int;
|
|
19047
19051
|
/**
|
|
@@ -19195,7 +19199,8 @@ declare namespace sap {
|
|
|
19195
19199
|
*/
|
|
19196
19200
|
groupingBaseSize?: int;
|
|
19197
19201
|
/**
|
|
19198
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
19202
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
19203
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19199
19204
|
*/
|
|
19200
19205
|
groupingEnabled?: boolean;
|
|
19201
19206
|
/**
|
|
@@ -19204,7 +19209,8 @@ declare namespace sap {
|
|
|
19204
19209
|
*/
|
|
19205
19210
|
groupingSeparator?: string;
|
|
19206
19211
|
/**
|
|
19207
|
-
* defines the grouping size in digits; the default is `3`.
|
|
19212
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
19213
|
+
* non-positive value, grouping will be disabled entirely.
|
|
19208
19214
|
*/
|
|
19209
19215
|
groupingSize?: int;
|
|
19210
19216
|
/**
|
|
@@ -19353,7 +19359,8 @@ declare namespace sap {
|
|
|
19353
19359
|
*/
|
|
19354
19360
|
groupingBaseSize?: int;
|
|
19355
19361
|
/**
|
|
19356
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
19362
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
19363
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19357
19364
|
*/
|
|
19358
19365
|
groupingEnabled?: boolean;
|
|
19359
19366
|
/**
|
|
@@ -19362,7 +19369,8 @@ declare namespace sap {
|
|
|
19362
19369
|
*/
|
|
19363
19370
|
groupingSeparator?: string;
|
|
19364
19371
|
/**
|
|
19365
|
-
* defines the grouping size in digits; the default is `3`.
|
|
19372
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
19373
|
+
* non-positive value, grouping will be disabled entirely.
|
|
19366
19374
|
*/
|
|
19367
19375
|
groupingSize?: int;
|
|
19368
19376
|
/**
|
|
@@ -19523,7 +19531,8 @@ declare namespace sap {
|
|
|
19523
19531
|
*/
|
|
19524
19532
|
groupingBaseSize?: int;
|
|
19525
19533
|
/**
|
|
19526
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
19534
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
19535
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
19527
19536
|
*/
|
|
19528
19537
|
groupingEnabled?: boolean;
|
|
19529
19538
|
/**
|
|
@@ -19532,7 +19541,8 @@ declare namespace sap {
|
|
|
19532
19541
|
*/
|
|
19533
19542
|
groupingSeparator?: string;
|
|
19534
19543
|
/**
|
|
19535
|
-
* defines the grouping size in digits; the default is `3`.
|
|
19544
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
19545
|
+
* non-positive value, grouping will be disabled entirely.
|
|
19536
19546
|
*/
|
|
19537
19547
|
groupingSize?: int;
|
|
19538
19548
|
/**
|
|
@@ -57379,7 +57389,7 @@ declare namespace sap {
|
|
|
57379
57389
|
*/
|
|
57380
57390
|
constructor(
|
|
57381
57391
|
/**
|
|
57382
|
-
* Must be `undefined`
|
|
57392
|
+
* Must be `undefined` or `null`
|
|
57383
57393
|
*/
|
|
57384
57394
|
oFormatOptions?: object,
|
|
57385
57395
|
/**
|
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,30 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
2
|
-
|
|
3
|
-
declare module "sap/ushell/thirdparty/webcomponents-base" {
|
|
4
|
-
/**
|
|
5
|
-
* Entry object of the URLListValidator.
|
|
6
|
-
*/
|
|
7
|
-
export type Entry = {
|
|
8
|
-
/**
|
|
9
|
-
* The protocol of the URL, can be falsy to allow all protocols for an entry e.g. "", "http", "mailto"
|
|
10
|
-
*/
|
|
11
|
-
protocol?: string;
|
|
12
|
-
/**
|
|
13
|
-
* The host of the URL, can be falsy to allow all hosts. A wildcard asterisk can be set at the beginning,
|
|
14
|
-
* e.g. "examples.com", "*.example.com"
|
|
15
|
-
*/
|
|
16
|
-
host?: string;
|
|
17
|
-
/**
|
|
18
|
-
* The port of the URL, can be falsy to allow all ports, e.g. "", "8080"
|
|
19
|
-
*/
|
|
20
|
-
port?: string;
|
|
21
|
-
/**
|
|
22
|
-
* the path of the URL, path of the url, can be falsy to allow all paths. A wildcard asterisk can be set
|
|
23
|
-
* at the end, e.g. "/my-example*", "/my-news"
|
|
24
|
-
*/
|
|
25
|
-
path?: string;
|
|
26
|
-
};
|
|
27
|
-
}
|
|
1
|
+
// For Library Version: 1.136.3
|
|
28
2
|
|
|
29
3
|
declare namespace sap {
|
|
30
4
|
/**
|
|
@@ -6598,6 +6572,19 @@ declare namespace sap {
|
|
|
6598
6572
|
*/
|
|
6599
6573
|
callback: Function
|
|
6600
6574
|
): void;
|
|
6575
|
+
/**
|
|
6576
|
+
* Set the number of unseen notifications
|
|
6577
|
+
* e.g. Notifications that the user hasn't seen yet.
|
|
6578
|
+
*
|
|
6579
|
+
*
|
|
6580
|
+
* @returns Promise resolves when the unseen notifications count is set
|
|
6581
|
+
*/
|
|
6582
|
+
setUnseenNotificationsCount(
|
|
6583
|
+
/**
|
|
6584
|
+
* The number of unseen notifications to set
|
|
6585
|
+
*/
|
|
6586
|
+
number: int
|
|
6587
|
+
): Promise<any>;
|
|
6601
6588
|
}
|
|
6602
6589
|
/**
|
|
6603
6590
|
* The Unified Shell's personalization service, which provides a personalizer object that handles all personalization
|
|
@@ -13874,6 +13861,8 @@ declare namespace sap {
|
|
|
13874
13861
|
|
|
13875
13862
|
"sap/ushell/modules/NavigationMenu": undefined;
|
|
13876
13863
|
|
|
13864
|
+
"sap/ushell/renderer/ShellLayout": undefined;
|
|
13865
|
+
|
|
13877
13866
|
"sap/ushell/renderers/fiori2/Renderer": undefined;
|
|
13878
13867
|
|
|
13879
13868
|
"sap/ushell/services/_Personalization/ContextContainer": undefined;
|
|
@@ -13986,10 +13975,6 @@ declare namespace sap {
|
|
|
13986
13975
|
|
|
13987
13976
|
"sap/ushell/System": undefined;
|
|
13988
13977
|
|
|
13989
|
-
"sap/ushell/thirdparty/NotificationListItemBase": undefined;
|
|
13990
|
-
|
|
13991
|
-
"sap/ushell/thirdparty/webcomponents-base": undefined;
|
|
13992
|
-
|
|
13993
13978
|
"sap/ushell/ui/appfinder/AppBox": undefined;
|
|
13994
13979
|
|
|
13995
13980
|
"sap/ushell/ui/footerbar/AddBookmarkButton": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED
|
File without changes
|