@openui5/types 1.120.20 → 1.120.21
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 +11 -11
- 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 +6 -6
- 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 +3 -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.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.120.
|
|
1
|
+
// For Library Version: 1.120.21
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -103068,12 +103068,14 @@ declare module "sap/m/Select" {
|
|
|
103068
103068
|
ISemanticFormContent,
|
|
103069
103069
|
IOverflowToolbarContent,
|
|
103070
103070
|
/* was: sap.m.IToolbarInteractiveControl */ Object,
|
|
103071
|
-
IShellBar
|
|
103071
|
+
IShellBar,
|
|
103072
|
+
/* was: sap.ui.core.ILabelable */ Object {
|
|
103072
103073
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
103073
103074
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
103074
103075
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
103075
103076
|
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
103076
103077
|
__implements__sap_f_IShellBar: boolean;
|
|
103078
|
+
__implements__sap_ui_core_ILabelable: boolean;
|
|
103077
103079
|
/**
|
|
103078
103080
|
* Constructor for a new `sap.m.Select`.
|
|
103079
103081
|
*
|
|
@@ -103514,15 +103516,6 @@ declare module "sap/m/Select" {
|
|
|
103514
103516
|
* @returns Value of property `icon`
|
|
103515
103517
|
*/
|
|
103516
103518
|
getIcon(): URI;
|
|
103517
|
-
/**
|
|
103518
|
-
* Returns the DOMNode Id to be used for the "labelFor" attribute of the label.
|
|
103519
|
-
*
|
|
103520
|
-
* By default, this is the Id of the control itself.
|
|
103521
|
-
*
|
|
103522
|
-
*
|
|
103523
|
-
* @returns Id to be used for the `labelFor`
|
|
103524
|
-
*/
|
|
103525
|
-
getIdForLabel(): string;
|
|
103526
103519
|
/**
|
|
103527
103520
|
* Gets the item from the aggregation named `items` at the given 0-based index.
|
|
103528
103521
|
*
|
|
@@ -103773,6 +103766,13 @@ declare module "sap/m/Select" {
|
|
|
103773
103766
|
* @returns Value of property `wrapItemsText`
|
|
103774
103767
|
*/
|
|
103775
103768
|
getWrapItemsText(): boolean;
|
|
103769
|
+
/**
|
|
103770
|
+
* Returns the DOMNode Id of the labelable HTML element for the `sap.m.Select`.
|
|
103771
|
+
*
|
|
103772
|
+
*
|
|
103773
|
+
* @returns Id of the labelable HTML element
|
|
103774
|
+
*/
|
|
103775
|
+
hasLabelableHTMLElement(): string;
|
|
103776
103776
|
/**
|
|
103777
103777
|
* Checks for the provided `sap.ui.core.Item` in the aggregation {@link #getItems items}. and returns its
|
|
103778
103778
|
* index if found or -1 otherwise.
|
package/types/sap.tnt.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.21
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -13182,7 +13182,7 @@ declare module "sap/ui/core/library" {
|
|
|
13182
13182
|
/**
|
|
13183
13183
|
* Specifies possible message types.
|
|
13184
13184
|
*
|
|
13185
|
-
* @deprecated (since 1.120) - Please use {@link sap
|
|
13185
|
+
* @deprecated (since 1.120) - Please use {@link module:sap/ui/core/message/MessageType} instead.
|
|
13186
13186
|
*/
|
|
13187
13187
|
export enum MessageType {
|
|
13188
13188
|
/**
|
|
@@ -19257,7 +19257,7 @@ declare module "sap/ui/core/Core" {
|
|
|
19257
19257
|
/**
|
|
19258
19258
|
* Returns the Configuration of the Core.
|
|
19259
19259
|
*
|
|
19260
|
-
* @deprecated (since 1.120) - Please see {@link sap.ui.core.Configuration Configuration} for the
|
|
19260
|
+
* @deprecated (since 1.120) - Please see {@link sap.ui.core.Configuration Configuration} for the corresponding
|
|
19261
19261
|
* replacements.
|
|
19262
19262
|
*
|
|
19263
19263
|
* @returns the Configuration of the current Core.
|
|
@@ -19907,7 +19907,7 @@ declare module "sap/ui/core/Core" {
|
|
|
19907
19907
|
*
|
|
19908
19908
|
* @since 1.10
|
|
19909
19909
|
* @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
|
|
19910
|
-
* fully covered with the
|
|
19910
|
+
* fully covered with the capabilities of the {@link sap/base/config base configuration}.
|
|
19911
19911
|
*
|
|
19912
19912
|
* @returns the Core, to allow method chaining
|
|
19913
19913
|
*/
|
|
@@ -19978,7 +19978,7 @@ declare module "sap/ui/core/Core" {
|
|
|
19978
19978
|
*
|
|
19979
19979
|
* @since 1.10
|
|
19980
19980
|
* @deprecated (since 1.119) - without replacement. The need to define the location for a theme should be
|
|
19981
|
-
* fully covered with the
|
|
19981
|
+
* fully covered with the capabilities of the {@link sap/base/config base configuration}.
|
|
19982
19982
|
*
|
|
19983
19983
|
* @returns the Core, to allow method chaining
|
|
19984
19984
|
*/
|
|
@@ -85758,7 +85758,7 @@ declare namespace sap {
|
|
|
85758
85758
|
* Retrieve the {@link sap.ui.core.Core SAPUI5 Core} instance for the current window.
|
|
85759
85759
|
*
|
|
85760
85760
|
* @deprecated (since 1.118) - Please require 'sap/ui/core/Core' instead and use the module export directly
|
|
85761
|
-
* without using 'new'.
|
|
85761
|
+
* without using 'new'.
|
|
85762
85762
|
*
|
|
85763
85763
|
* @returns the API of the current SAPUI5 Core instance.
|
|
85764
85764
|
*/
|
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,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.21
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -25696,6 +25696,8 @@ declare namespace sap {
|
|
|
25696
25696
|
|
|
25697
25697
|
"sap/ui/mdc/util/DateUtil": undefined;
|
|
25698
25698
|
|
|
25699
|
+
"sap/ui/mdc/util/DensityHelper": undefined;
|
|
25700
|
+
|
|
25699
25701
|
"sap/ui/mdc/util/FilterUtil": undefined;
|
|
25700
25702
|
|
|
25701
25703
|
"sap/ui/mdc/util/InfoBar": undefined;
|
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.uxap.d.ts
CHANGED