@types/openui5
Advanced tools
Comparing version 1.96.0 to 1.97.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for OpenUI5 1.96 | ||
// Type definitions for OpenUI5 1.97 | ||
// Project: https://github.com/SAP/openui5 | ||
@@ -3,0 +3,0 @@ // Definitions by: OpenUI5 Bot <https://github.com/openui5bot> |
{ | ||
"name": "@types/openui5", | ||
"version": "1.96.0", | ||
"version": "1.97.0", | ||
"description": "TypeScript definitions for OpenUI5", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/openui5", | ||
}, | ||
"typesPublisherContentHash": "bafe87a430004dc30005bb117a9f83600452a163b0c745bd2477b0b87ed883a0", | ||
"typesPublisherContentHash": "7a09e371e096753949a9b7e052d20f12beaaf2e3c0c370c06d5d10f2640acdc6", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 04 Nov 2021 13:01:20 GMT | ||
* Last updated: Mon, 29 Nov 2021 17:31:05 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery), [@types/qunit](https://npmjs.com/package/@types/qunit), [@types/sap](https://npmjs.com/package/@types/sap) | ||
@@ -14,0 +14,0 @@ * Global values: `sap` |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.95.0 | ||
// For Library Version: 1.97.0 | ||
@@ -279,2 +279,8 @@ declare module "sap/ui/codeeditor/library" {} | ||
/** | ||
* Returns the DOMNode ID to be used for the "labelFor" attribute of the label. | ||
* | ||
* By default, this is the ID of the control itself. | ||
*/ | ||
getIdForLabel(): string; | ||
/** | ||
* Gets current value of property {@link #getLineNumbers lineNumbers}. | ||
@@ -281,0 +287,0 @@ * |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.96.0 | ||
// For Library Version: 1.97.0 | ||
@@ -1592,3 +1592,8 @@ declare module "sap/ui/fl/library" {} | ||
*/ | ||
isKeyUserTranslationEnabled(): Promise<boolean>; | ||
isKeyUserTranslationEnabled( | ||
/** | ||
* Current layer | ||
*/ | ||
sLayer: /* was: sap.ui.fl.Layer */ any | ||
): Promise<boolean>; | ||
/** | ||
@@ -1708,4 +1713,2 @@ * Checks if the data storing implementation for a given layer is capable of handling versioning. | ||
"sap/ui/fl/ControlPersonalizationAPI": undefined; | ||
"sap/ui/fl/descriptorRelated/api/DescriptorChangeFactory": undefined; | ||
@@ -1712,0 +1715,0 @@ |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.96.0 | ||
// For Library Version: 1.97.0 | ||
@@ -51,2 +51,4 @@ declare module "sap/ui/mdc/library" { | ||
"sap/ui/mdc/condition/OperatorDynamicDateOption": undefined; | ||
"sap/ui/mdc/condition/RangeOperator": undefined; | ||
@@ -92,2 +94,4 @@ | ||
"sap/ui/mdc/field/DynamicDateRangeConditionsType": undefined; | ||
"sap/ui/mdc/field/FieldBase": undefined; | ||
@@ -165,4 +169,2 @@ | ||
"sap/ui/mdc/p13n/DefaultProviderRegistry": undefined; | ||
"sap/ui/mdc/p13n/Engine": undefined; | ||
@@ -172,10 +174,4 @@ | ||
"sap/ui/mdc/p13n/panels/GroupPanel": undefined; | ||
"sap/ui/mdc/p13n/modules/DefaultProviderRegistry": undefined; | ||
"sap/ui/mdc/p13n/panels/QueryPanel": undefined; | ||
"sap/ui/mdc/p13n/panels/SortQueryPanel": undefined; | ||
"sap/ui/mdc/p13n/panels/Wrapper": undefined; | ||
"sap/ui/mdc/p13n/StateUtil": undefined; | ||
@@ -187,2 +183,16 @@ | ||
"sap/ui/mdc/Table": undefined; | ||
"sap/ui/mdc/table/Column": undefined; | ||
"sap/ui/mdc/table/CreationRow": undefined; | ||
"sap/ui/mdc/table/GridTableType": undefined; | ||
"sap/ui/mdc/table/ResponsiveTableType": undefined; | ||
"sap/ui/mdc/table/RowSettings": undefined; | ||
"sap/ui/mdc/table/TableTypeBase": undefined; | ||
"sap/ui/mdc/util/DateUtil": undefined; | ||
@@ -189,0 +199,0 @@ |
@@ -1,5 +0,5 @@ | ||
// For Library Version: 1.95.0 | ||
// For Library Version: 1.97.0 | ||
declare module "sap/ui/rta/api/startAdaptation" { | ||
import UI5Element from "sap/ui/core/Element"; | ||
import Control from "sap/ui/core/Control"; | ||
@@ -22,5 +22,5 @@ import UIComponent from "sap/ui/core/UIComponent"; | ||
/** | ||
* Control instance from where UI adaptation should be started | ||
* Control instance to get the AppComponent. This then is used to start UI adaptation. | ||
*/ | ||
rootControl: UI5Element | UIComponent; | ||
rootControl: Control | UIComponent; | ||
/** | ||
@@ -61,3 +61,3 @@ * Map with flex-related settings | ||
declare module "sap/ui/rta/api/startKeyUserAdaptation" { | ||
import UI5Element from "sap/ui/core/Element"; | ||
import Control from "sap/ui/core/Control"; | ||
@@ -79,5 +79,5 @@ import UIComponent from "sap/ui/core/UIComponent"; | ||
/** | ||
* Control instance from where key user adaptation should be started | ||
* Control instance to get the AppComponent. This then is used to start UI adaptation. | ||
*/ | ||
rootControl: UI5Element | UIComponent; | ||
rootControl: Control | UIComponent; | ||
} | ||
@@ -118,9 +118,3 @@ ): Promise<any>; | ||
"sap/ui/rta/service/Selection": undefined; | ||
"sap/ui/rta/util/changeVisualization/ChangeIndicator": undefined; | ||
"sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry": undefined; | ||
"sap/ui/rta/util/changeVisualization/ChangeVisualization": undefined; | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12031225
335857