@sapui5/types
Advanced tools
Comparing version 1.128.1 to 1.129.0
{ | ||
"name": "@sapui5/types", | ||
"version": "1.128.1", | ||
"version": "1.129.0", | ||
"description": "SAPUI5 TypeScript Definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/ui5-typescript/", |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/apf/library" {} |
@@ -255,2 +255,29 @@ // For Library Version: 0.0.1 | ||
); | ||
/** | ||
* Sets property value for colorPersonalization. | ||
* Overridden to update cached personalizations. | ||
* Sets a new value for property "colorPersonalizations". | ||
* Color Personalizations for Spaces & Pages | ||
* When called with a value of "null" or "undefined", the default value of the property will be restored. | ||
* Default value is: [] | ||
* | ||
* | ||
* | ||
* @returns the container for chaining | ||
*/ | ||
setColorPersonalizations(): NewsAndPagesContainer; | ||
/** | ||
* Sets property value for iconPersonalization. | ||
* Overridden to update cached personalizations. | ||
* Sets a new value for property "iconPersonalizations". | ||
* Icon Personalizations for Spaces & Pages | ||
* When called with a value of "null" or "undefined", the default value of the property will be restored. | ||
* Default value is: [] | ||
* | ||
* | ||
* | ||
* @returns the container for chaining | ||
*/ | ||
setIconPersonalizations(): NewsAndPagesContainer; | ||
} | ||
@@ -283,2 +310,13 @@ } | ||
declare module "sap/cux/home/NoDataContainer" { | ||
/** | ||
* Container class to show no data content. | ||
* | ||
* @since 1.121 | ||
* @experimental (since 1.121) | ||
*/ | ||
export default class NoDataContainer | ||
extends /* was: sap.cux.home.BaseContainer */ Object {} | ||
} | ||
declare module "sap/cux/home/PagePanel" { | ||
@@ -523,2 +561,4 @@ /** | ||
"sap/cux/home/NoDataContainer": undefined; | ||
"sap/cux/home/PagePanel": undefined; | ||
@@ -525,0 +565,0 @@ |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/fe/base/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -20,5 +20,5 @@ declare module "sap/fe/core/AppComponent" { | ||
* | ||
* - sap.fe.core.rootView.NavContainer when using sap.m.routing.Router | ||
* - sap.fe.core.rootView.NavContainer when using sap.m.routing.Router | ||
* | ||
* - sap.fe.core.rootView.Fcl when using sap.f.routing.Router (FCL use case) | ||
* - sap.fe.core.rootView.Fcl when using sap.f.routing.Router (FCL use case) | ||
*/ | ||
@@ -1485,13 +1485,13 @@ export default class AppComponent | ||
* "myCustomPage": { | ||
* "type": "Component", | ||
* "id": "myCustomPage", | ||
* "name": "sap.fe.core.fpm", | ||
* "title": "My Custom Page", | ||
* "options": { | ||
* "type": "Component", | ||
* "id": "myCustomPage", | ||
* "name": "sap.fe.core.fpm", | ||
* "title": "My Custom Page", | ||
* "options": { | ||
* "settings": { | ||
* "viewName": "myNamespace.myView", | ||
* "contextPath": "/MyEntitySet" | ||
* } | ||
* } | ||
* } | ||
* } | ||
* } | ||
* ``` | ||
@@ -1498,0 +1498,0 @@ * |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -214,3 +214,3 @@ declare module "sap/fe/navigation/library" { | ||
* | ||
* @returns Containing the technical parameters. | ||
* @returns An Array containing the technical parameters. | ||
*/ | ||
@@ -832,2 +832,9 @@ getTechnicalParameters(): string[]; | ||
/** | ||
* This is the successor of {@link sap.ui.generic.app.navigation.service.SelectionVariant }. | ||
* | ||
* Creates a new instance of a SelectionVariant class. If no parameter is passed, | ||
* an new empty instance is created whose ID has been set to `""`. | ||
* Passing a JSON-serialized string complying to the Selection Variant Specification will parse it, | ||
* and the newly created instance will contain the same information. | ||
* | ||
* @since 1.83.0 | ||
@@ -834,0 +841,0 @@ */ |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/fe/plugins/managecache/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/fe/templates/library" {} |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
declare namespace sap {} |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -23,2 +23,8 @@ declare module "sap/insights/library" {} | ||
__implements__sap_insights_CardHelperService: boolean; | ||
/** | ||
* Show preview for Add Card With Search Dialog | ||
* | ||
* @experimental | ||
*/ | ||
showAddCardWithSearchDialog: undefined; | ||
@@ -25,0 +31,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ndc/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ovp/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/rules/ui/library" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/codeeditor/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare namespace sap { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -546,2 +546,3 @@ declare module "sap/ui/export/library" { | ||
* - `scale` (number) - Number of digits after decimal point for numeric values | ||
* - `autoScale` (boolean) - Allows automatic scale assignment based on unit of measure | ||
* - `delimiter` (boolean) - Set to `true` to display thousands separators in numeric values. The default | ||
@@ -559,4 +560,9 @@ * value is `false`. | ||
* | ||
* - `format` (string) - Output format for columns of type Date/DateTime/Time | ||
* - `inputFormat` (string) - Formatting template for string formatted dates | ||
* - `utc` (boolean) - Defines whether the `DateTime` is displayed as UTC or local time | ||
* - `timezone` (string) - Defines a fixed IANA time zone | ||
* - `timezoneProperty` (string) - References an OData property that contains the specific IANA time zone | ||
* | ||
* - `displayTimezone` (boolean) - Defines whether the IANA time zone is displayed within a cell | ||
* - `valueMap` (string) - Mapping object or Map containing the values that should be mapped to a particular | ||
@@ -563,0 +569,0 @@ * key |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -1507,4 +1507,8 @@ declare module "sap/ui/fl/library" {} | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewDataSource": undefined; | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewInbound": undefined; | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddNewOutbound": undefined; | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined; | ||
@@ -1612,2 +1616,4 @@ | ||
"sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined; | ||
"sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined; | ||
@@ -1669,4 +1675,8 @@ | ||
"sap/ui/fl/support/_internal/getAllUIChanges": undefined; | ||
"sap/ui/fl/support/_internal/getChangeDependencies": undefined; | ||
"sap/ui/fl/support/_internal/getFlexObjectInfos": undefined; | ||
"sap/ui/fl/support/_internal/getFlexSettings": undefined; | ||
@@ -1724,2 +1734,4 @@ | ||
"sap/ui/fl/write/_internal/flexState/changes/UIChangeManager": undefined; | ||
"sap/ui/fl/write/_internal/flexState/compVariants/CompVariantState": undefined; | ||
@@ -1726,0 +1738,0 @@ |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/rta/api/startAdaptation" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/suite/library" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/support/library" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/testrecorder/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/webc/common/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.1 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare namespace sap { |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/zen/commons/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.128.0 | ||
// For Library Version: 1.129.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/zen/crosstab/library" {} |
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
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
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
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
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
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
30021446
690205