@openui5/ts-types-esm 1.96.4 → 1.96.7
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.f.d.ts +1 -1
- package/types/sap.m.d.ts +5 -5
- 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.core.d.ts +21 -21
- package/types/sap.ui.dt.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 -17
- 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 +6 -6
- 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.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.7
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -117111,11 +117111,11 @@ declare module "sap/m/ViewSettingsDialog" {
|
|
|
117111
117111
|
oSelectedFilterKeys: object
|
|
117112
117112
|
): this;
|
|
117113
117113
|
/**
|
|
117114
|
-
* Sets the selected group item (either by key or
|
|
117114
|
+
* Sets the selected group item (either by key, item id or item instance).
|
|
117115
117115
|
*/
|
|
117116
117116
|
setSelectedGroupItem(
|
|
117117
117117
|
/**
|
|
117118
|
-
* The selected item
|
|
117118
|
+
* The selected item, the item's string key or the item id
|
|
117119
117119
|
*/
|
|
117120
117120
|
vItemOrKey: ViewSettingsItem | string
|
|
117121
117121
|
): this;
|
|
@@ -117129,11 +117129,11 @@ declare module "sap/m/ViewSettingsDialog" {
|
|
|
117129
117129
|
vItemOrKey: ViewSettingsItem | string | null
|
|
117130
117130
|
): this;
|
|
117131
117131
|
/**
|
|
117132
|
-
* Sets the selected sort item (either by key or
|
|
117132
|
+
* Sets the selected sort item (either by key, item id or item instance).
|
|
117133
117133
|
*/
|
|
117134
117134
|
setSelectedSortItem(
|
|
117135
117135
|
/**
|
|
117136
|
-
* The selected item
|
|
117136
|
+
* The selected item, the item's string key or the item id
|
|
117137
117137
|
*/
|
|
117138
117138
|
vItemOrKey: ViewSettingsItem | string
|
|
117139
117139
|
): this;
|
package/types/sap.tnt.d.ts
CHANGED
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.96.
|
|
267
|
+
// For Library Version: 1.96.7
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -18277,8 +18277,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18277
18277
|
*/
|
|
18278
18278
|
groupingEnabled?: boolean;
|
|
18279
18279
|
/**
|
|
18280
|
-
* defines the used grouping separator
|
|
18281
|
-
*
|
|
18280
|
+
* defines the character used as grouping separator. Note: `groupingSeparator` must always be different
|
|
18281
|
+
* from `decimalSeparator`.
|
|
18282
18282
|
*/
|
|
18283
18283
|
groupingSeparator?: string;
|
|
18284
18284
|
/**
|
|
@@ -18291,8 +18291,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18291
18291
|
*/
|
|
18292
18292
|
groupingBaseSize?: int;
|
|
18293
18293
|
/**
|
|
18294
|
-
* defines the used decimal separator
|
|
18295
|
-
*
|
|
18294
|
+
* defines the character used as decimal separator. Note: `decimalSeparator` must always be different from
|
|
18295
|
+
* `groupingSeparator`.
|
|
18296
18296
|
*/
|
|
18297
18297
|
decimalSeparator?: string;
|
|
18298
18298
|
/**
|
|
@@ -18447,8 +18447,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18447
18447
|
*/
|
|
18448
18448
|
groupingEnabled?: boolean;
|
|
18449
18449
|
/**
|
|
18450
|
-
* defines the used grouping separator
|
|
18451
|
-
*
|
|
18450
|
+
* defines the character used as grouping separator. Note: `groupingSeparator` must always be different
|
|
18451
|
+
* from `decimalSeparator`.
|
|
18452
18452
|
*/
|
|
18453
18453
|
groupingSeparator?: string;
|
|
18454
18454
|
/**
|
|
@@ -18461,8 +18461,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18461
18461
|
*/
|
|
18462
18462
|
groupingBaseSize?: int;
|
|
18463
18463
|
/**
|
|
18464
|
-
* defines the used decimal separator
|
|
18465
|
-
*
|
|
18464
|
+
* defines the character used as decimal separator. Note: `decimalSeparator` must always be different from
|
|
18465
|
+
* `groupingSeparator`.
|
|
18466
18466
|
*/
|
|
18467
18467
|
decimalSeparator?: string;
|
|
18468
18468
|
/**
|
|
@@ -18583,8 +18583,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18583
18583
|
*/
|
|
18584
18584
|
groupingEnabled?: boolean;
|
|
18585
18585
|
/**
|
|
18586
|
-
* defines the used grouping separator
|
|
18587
|
-
*
|
|
18586
|
+
* defines the character used as grouping separator. Note: `groupingSeparator` must always be different
|
|
18587
|
+
* from `decimalSeparator`.
|
|
18588
18588
|
*/
|
|
18589
18589
|
groupingSeparator?: string;
|
|
18590
18590
|
/**
|
|
@@ -18597,8 +18597,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18597
18597
|
*/
|
|
18598
18598
|
groupingBaseSize?: int;
|
|
18599
18599
|
/**
|
|
18600
|
-
* defines the used decimal separator
|
|
18601
|
-
*
|
|
18600
|
+
* defines the character used as decimal separator. Note: `decimalSeparator` must always be different from
|
|
18601
|
+
* `groupingSeparator`.
|
|
18602
18602
|
*/
|
|
18603
18603
|
decimalSeparator?: string;
|
|
18604
18604
|
/**
|
|
@@ -18722,8 +18722,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18722
18722
|
*/
|
|
18723
18723
|
groupingEnabled?: boolean;
|
|
18724
18724
|
/**
|
|
18725
|
-
* defines the used grouping separator
|
|
18726
|
-
*
|
|
18725
|
+
* defines the character used as grouping separator. Note: `groupingSeparator` must always be different
|
|
18726
|
+
* from `decimalSeparator`.
|
|
18727
18727
|
*/
|
|
18728
18728
|
groupingSeparator?: string;
|
|
18729
18729
|
/**
|
|
@@ -18736,8 +18736,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18736
18736
|
*/
|
|
18737
18737
|
groupingBaseSize?: int;
|
|
18738
18738
|
/**
|
|
18739
|
-
* defines the used decimal separator
|
|
18740
|
-
*
|
|
18739
|
+
* defines the character used as decimal separator. Note: `decimalSeparator` must always be different from
|
|
18740
|
+
* `groupingSeparator`.
|
|
18741
18741
|
*/
|
|
18742
18742
|
decimalSeparator?: string;
|
|
18743
18743
|
/**
|
|
@@ -18862,8 +18862,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18862
18862
|
*/
|
|
18863
18863
|
groupingEnabled?: boolean;
|
|
18864
18864
|
/**
|
|
18865
|
-
* defines the used grouping separator
|
|
18866
|
-
*
|
|
18865
|
+
* defines the character used as grouping separator. Note: `groupingSeparator` must always be different
|
|
18866
|
+
* from `decimalSeparator`.
|
|
18867
18867
|
*/
|
|
18868
18868
|
groupingSeparator?: string;
|
|
18869
18869
|
/**
|
|
@@ -18876,8 +18876,8 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
18876
18876
|
*/
|
|
18877
18877
|
groupingBaseSize?: int;
|
|
18878
18878
|
/**
|
|
18879
|
-
* defines the used decimal separator
|
|
18880
|
-
*
|
|
18879
|
+
* defines the character used as decimal separator. Note: `decimalSeparator` must always be different from
|
|
18880
|
+
* `groupingSeparator`.
|
|
18881
18881
|
*/
|
|
18882
18882
|
decimalSeparator?: string;
|
|
18883
18883
|
/**
|
package/types/sap.ui.dt.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
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
2
|
-
|
|
3
|
-
declare module "sap/ui/mdc/library" {
|
|
4
|
-
/**
|
|
5
|
-
* Enumeration of the `multiSelectMode>/code> in ListBase`.
|
|
6
|
-
*/
|
|
7
|
-
export enum MultiSelectMode {
|
|
8
|
-
/**
|
|
9
|
-
* Renders the `clearAll` icon.
|
|
10
|
-
*/
|
|
11
|
-
ClearAll = "ClearAll",
|
|
12
|
-
/**
|
|
13
|
-
* Renders the `selectAll` checkbox (default behavior).
|
|
14
|
-
*/
|
|
15
|
-
Default = "Default",
|
|
16
|
-
}
|
|
17
|
-
}
|
|
1
|
+
// For Library Version: 1.96.7
|
|
18
2
|
|
|
19
3
|
declare namespace sap {
|
|
20
4
|
interface IUI5DefineDependencyNames {
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.7
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/support/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @SINCE 1.96.
|
|
5
|
+
* @SINCE 1.96.7
|
|
6
6
|
*
|
|
7
7
|
* Defines the Audiences.
|
|
8
8
|
*/
|
|
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
|
|
|
21
21
|
Internal = "Internal",
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
* @SINCE 1.96.
|
|
24
|
+
* @SINCE 1.96.7
|
|
25
25
|
*
|
|
26
26
|
* Issue Categories.
|
|
27
27
|
*/
|
|
@@ -76,7 +76,7 @@ declare module "sap/ui/support/library" {
|
|
|
76
76
|
Usage = "Usage",
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
* @SINCE 1.96.
|
|
79
|
+
* @SINCE 1.96.7
|
|
80
80
|
*
|
|
81
81
|
* Analysis history formats.
|
|
82
82
|
*/
|
|
@@ -91,7 +91,7 @@ declare module "sap/ui/support/library" {
|
|
|
91
91
|
String = "String",
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
|
-
* @SINCE 1.96.
|
|
94
|
+
* @SINCE 1.96.7
|
|
95
95
|
*
|
|
96
96
|
* Defines severity types.
|
|
97
97
|
*/
|
|
@@ -110,7 +110,7 @@ declare module "sap/ui/support/library" {
|
|
|
110
110
|
Medium = "Medium",
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
|
-
* @SINCE 1.96.
|
|
113
|
+
* @SINCE 1.96.7
|
|
114
114
|
*
|
|
115
115
|
* Contains the available system presets.
|
|
116
116
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED