@sapui5/types
Advanced tools
Comparing version 1.127.2 to 1.128.0
{ | ||
"name": "@sapui5/types", | ||
"version": "1.127.2", | ||
"version": "1.128.0", | ||
"description": "SAPUI5 TypeScript Definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/ui5-typescript/", |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/apf/library" {} |
@@ -10,4 +10,17 @@ // For Library Version: 0.0.1 | ||
*/ | ||
export default class AppsContainer | ||
extends /* was: sap.cux.home.BaseContainer */ Object {} | ||
export default class AppsContainer { | ||
/** | ||
* Constructor for a new Apps Container. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any | ||
); | ||
} | ||
} | ||
@@ -23,3 +36,18 @@ | ||
export default class CardsPanel | ||
extends /* was: sap.cux.home.BasePanel */ Object {} | ||
extends /* was: sap.cux.home.BasePanel */ Object | ||
{ | ||
/** | ||
* Constructor for a new Cards Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.CardsPanel.$CardsPanelSettings */ any | ||
); | ||
} | ||
} | ||
@@ -34,4 +62,17 @@ | ||
*/ | ||
export default class FrequentAppPanel | ||
extends /* was: sap.cux.home.BaseAppPersPanel */ Object {} | ||
export default class FrequentAppPanel { | ||
/** | ||
* Constructor for a new Frequent Apps Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BaseAppPersPanel.$BaseAppPersPanelSettings */ any | ||
); | ||
} | ||
} | ||
@@ -46,4 +87,17 @@ | ||
*/ | ||
export default class InsightsContainer | ||
extends /* was: sap.cux.home.BaseContainer */ Object {} | ||
export default class InsightsContainer { | ||
/** | ||
* Constructor for a new Insights Container. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any | ||
); | ||
} | ||
} | ||
@@ -58,4 +112,17 @@ | ||
*/ | ||
export default class Layout | ||
extends /* was: sap.cux.home.BaseLayout */ Object {} | ||
export default class Layout { | ||
/** | ||
* Constructor for a new Layout. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BaseLayout.$BaseLayoutSettings */ any | ||
); | ||
} | ||
} | ||
@@ -121,3 +188,17 @@ | ||
*/ | ||
export default class MenuItem extends UI5Element {} | ||
export default class MenuItem extends UI5Element { | ||
/** | ||
* Constructor for a new Menu Item. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.MenuItem.$MenuItemSettings */ any | ||
); | ||
} | ||
/** | ||
@@ -166,4 +247,17 @@ * Describes the settings that can be provided to the MenuItem constructor. | ||
*/ | ||
export default class NewsAndPagesContainer | ||
extends /* was: sap.cux.home.BaseContainer */ Object {} | ||
export default class NewsAndPagesContainer { | ||
/** | ||
* Constructor for a new News and Pages Container. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any | ||
); | ||
} | ||
} | ||
@@ -178,4 +272,17 @@ | ||
*/ | ||
export default class NewsPanel | ||
extends /* was: sap.cux.home.BaseNewsPanel */ Object {} | ||
export default class NewsPanel { | ||
/** | ||
* Constructor for a new News Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BaseNewsPanel.$BaseNewsPanelSettings */ any | ||
); | ||
} | ||
} | ||
@@ -190,4 +297,17 @@ | ||
*/ | ||
export default class PagePanel | ||
extends /* was: sap.cux.home.BasePagePanel */ Object {} | ||
export default class PagePanel { | ||
/** | ||
* Constructor for a new Page Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BasePagePanel.$BasePagePanelSettings */ any | ||
); | ||
} | ||
} | ||
@@ -202,4 +322,17 @@ | ||
*/ | ||
export default class RecentAppPanel | ||
extends /* was: sap.cux.home.BaseAppPersPanel */ Object {} | ||
export default class RecentAppPanel { | ||
/** | ||
* Constructor for a new Recent Apps Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BaseAppPersPanel.$BaseAppPersPanelSettings */ any | ||
); | ||
} | ||
} | ||
@@ -218,2 +351,15 @@ | ||
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean; | ||
/** | ||
* Constructor for a new Situation Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.ToDoPanel.$ToDoPanelSettings */ any | ||
); | ||
} | ||
@@ -233,2 +379,15 @@ } | ||
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean; | ||
/** | ||
* Constructor for a new Task Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.TaskPanel.$TaskPanelSettings */ any | ||
); | ||
} | ||
@@ -245,3 +404,18 @@ } | ||
export default class TilesPanel | ||
extends /* was: sap.cux.home.BasePanel */ Object {} | ||
extends /* was: sap.cux.home.BasePanel */ Object | ||
{ | ||
/** | ||
* Constructor for a new Tiles Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.TilesPanel.$TilesPanelSettings */ any | ||
); | ||
} | ||
} | ||
@@ -265,2 +439,15 @@ | ||
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean; | ||
/** | ||
* Constructor for a new ToDo Panel. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.ToDoPanel.$ToDoPanelSettings */ any | ||
); | ||
@@ -295,6 +482,18 @@ /** | ||
*/ | ||
export default class ToDosContainer | ||
extends /* was: sap.cux.home.BaseContainer */ Object | ||
{ | ||
export default class ToDosContainer { | ||
/** | ||
* Constructor for a new ToDos Container. | ||
*/ | ||
constructor( | ||
/** | ||
* ID for the new control, generated automatically if no ID is given | ||
*/ | ||
id?: string, | ||
/** | ||
* Initial settings for the new control | ||
*/ | ||
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any | ||
); | ||
/** | ||
* Gets the selected key of the ToDosContainer. | ||
@@ -301,0 +500,0 @@ * If no selected key is set, it defaults to the first item. |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.1 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/fe/base/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.1 | ||
// For Library Version: 1.128.0 | ||
@@ -389,2 +389,4 @@ declare module "sap/fe/core/AppComponent" { | ||
import Binding from "sap/ui/model/Binding"; | ||
/** | ||
@@ -595,3 +597,3 @@ * A controller extension offering hooks into the edit flow of the application | ||
/** | ||
* Object containing the parameters passed to onBeforeCreate | ||
* Object containing the parameters passed to onAfterCreate | ||
*/ | ||
@@ -618,3 +620,3 @@ _mParameters?: { | ||
/** | ||
* Object containing the parameters passed to onBeforeDelete | ||
* Object containing the parameters passed to onAfterDelete | ||
*/ | ||
@@ -641,3 +643,3 @@ _mParameters?: { | ||
/** | ||
* Object containing the parameters passed to onBeforeDiscard | ||
* Object containing the parameters passed to onAfterDiscard | ||
*/ | ||
@@ -664,3 +666,3 @@ _mParameters?: { | ||
/** | ||
* Object containing the parameters passed to onBeforeEdit | ||
* Object containing the parameters passed to onAfterEdit | ||
*/ | ||
@@ -687,3 +689,3 @@ _mParameters?: { | ||
/** | ||
* Object containing the parameters passed to onBeforeSave | ||
* Object containing the parameters passed to onAfterSave | ||
*/ | ||
@@ -885,3 +887,3 @@ _mParameters?: { | ||
*/ | ||
updatedContext: object, | ||
updatedContext: Binding | Context, | ||
/** | ||
@@ -1362,20 +1364,3 @@ * Promise to determine when the update operation is completed. The promise should be resolved when the | ||
*/ | ||
oNavParameter: { | ||
/** | ||
* The actual navigation type | ||
*/ | ||
navigationType: string; | ||
/** | ||
* Defines whether the standard variant must be used in variant management | ||
*/ | ||
requiresStandardVariant?: boolean | undefined; | ||
/** | ||
* The selectionVariant from the navigation | ||
*/ | ||
selectionVariant?: object | undefined; | ||
/** | ||
* The selectionVariant defaults from the navigation | ||
*/ | ||
selectionVariantDefaults?: object | undefined; | ||
}, | ||
oNavParameter: NavigationParameter, | ||
/** | ||
@@ -1472,3 +1457,3 @@ * Extensible array of promises to be resolved before continuing | ||
/** | ||
* Definition of a custom action to be used inside the table toolbar | ||
* Definition of a navigation parameter | ||
*/ | ||
@@ -1475,0 +1460,0 @@ export type NavigationParameter = { |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.127.1 | ||
// For Library Version: 1.128.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.1 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/fe/navigation/library" { |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.127.1 | ||
// For Library Version: 1.128.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.1 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/fe/plugins/managecache/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.1 | ||
// For Library Version: 1.128.0 | ||
@@ -267,7 +267,18 @@ declare module "sap/fe/templates/library" {} | ||
/** | ||
* This function will treat the control as a single content in an object page section. | ||
* Defines a control to be the title owner of its section/subsection. As the title owners of standard subsections | ||
* are determined automatically, it is recommended to use this function for custom section/subsection. | ||
* The title owner can be either one of the standard building blocks (Form, Chart, Table), or reuse components, | ||
* or sap.m.Title. | ||
* The framework adapts the value of these properties to be aligned with the title that is shown in the | ||
* anchor bar (or icon tab bar) for the section. Moreover, the title of the subsection (and if applicable | ||
* also of the section) is hidden in order to prevent redundant titles, if the subsection possesses a title | ||
* owner. | ||
* Hint: If you choose to set sap.m.Title as the title owner, styling adjustments may be required in the | ||
* custom view. For example, if sap.m.Title is set as title owner which belongs to sap.m.OverflowToolbar | ||
* or to sap.m.Toolbar, then the ‘design’ property of the toolbar control is to be set to ‘Transparent’. | ||
*/ | ||
setAsSectionTitleOwner( | ||
/** | ||
* The single content control can be one of standard building blocks (Form, Chart, Table) or reuse components | ||
* The single content control can be either one of the standard building blocks (Form, Chart, Table), or | ||
* reuse components, or sap.m.Title. | ||
*/ | ||
@@ -274,0 +285,0 @@ control: ManagedObject |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.127.1 | ||
// For Library Version: 1.128.0 | ||
declare namespace sap {} |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -522,2 +522,6 @@ declare module "sap/insights/library" {} | ||
* Constructor for ManageCards. | ||
* | ||
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated | ||
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description | ||
* of the syntax of the settings object. | ||
*/ | ||
@@ -558,2 +562,8 @@ constructor(); | ||
/** | ||
* Function to Clear Activities like navigation, filters | ||
* | ||
* @experimental (since 1.119) | ||
*/ | ||
clearPage(): void; | ||
/** | ||
* Gets current value of property {@link #getCardId cardId}. | ||
@@ -580,2 +590,15 @@ * | ||
/** | ||
* Function to navigate to the specified page, if no sPageId provided navigate to CardList by default | ||
*/ | ||
navigateTo( | ||
/** | ||
* oEvent object | ||
*/ | ||
oEvent: Object, | ||
/** | ||
* page id to which to navigate to | ||
*/ | ||
sPageId: String | ||
): void; | ||
/** | ||
* Sets a new value for property {@link #getCardId cardId}. | ||
@@ -582,0 +605,0 @@ * |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ndc/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ovp/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/rules/ui/library" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -355,3 +355,5 @@ declare module "sap/ui/codeeditor/library" {} | ||
* | ||
* Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown. | ||
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the | ||
* line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available | ||
* if line numbers are shown. | ||
* | ||
@@ -522,3 +524,5 @@ * Default value is `true`. | ||
* | ||
* Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown. | ||
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the | ||
* line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available | ||
* if line numbers are shown. | ||
* | ||
@@ -699,3 +703,5 @@ * When called with a value of `null` or `undefined`, the default value of the property will be restored. | ||
/** | ||
* Sets whether to show syntax hints in the editor. This flag is only available if line numbers are shown. | ||
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the | ||
* line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available | ||
* if line numbers are shown. | ||
*/ | ||
@@ -702,0 +708,0 @@ syntaxHints?: boolean | PropertyBindingInfo | `{${string}}`; |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare namespace sap { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/export/library" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -1509,2 +1509,4 @@ declare module "sap/ui/fl/library" {} | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/AddTechnicalAttributes": undefined; | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeDataSource": undefined; | ||
@@ -1514,2 +1516,4 @@ | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/ChangeOutbound": undefined; | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/RemoveAllInboundsExceptOne": undefined; | ||
@@ -1519,2 +1523,4 @@ | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/SetDescription": undefined; | ||
"sap/ui/fl/apply/_internal/changes/descriptor/app/SetTitle": undefined; | ||
@@ -1560,2 +1566,4 @@ | ||
"sap/ui/fl/apply/_internal/flexObjects/AnnotationChange": undefined; | ||
"sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange": undefined; | ||
@@ -1663,4 +1671,2 @@ | ||
"sap/ui/fl/support/_internal/getAllUIChanges": undefined; | ||
"sap/ui/fl/support/_internal/getChangeDependencies": undefined; | ||
@@ -1722,3 +1728,3 @@ | ||
"sap/ui/fl/write/_internal/flexState/FlexObjectState": undefined; | ||
"sap/ui/fl/write/_internal/flexState/FlexObjectManager": undefined; | ||
@@ -1725,0 +1731,0 @@ "sap/ui/fl/write/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined; |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/rta/api/startAdaptation" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/suite/library" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/support/library" { |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/testrecorder/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/ui/webc/common/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.2 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare namespace sap { |
@@ -1,3 +0,3 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
declare namespace sap {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.0 | ||
@@ -3,0 +3,0 @@ declare module "sap/zen/commons/library" {} |
@@ -1,2 +0,2 @@ | ||
// For Library Version: 1.127.0 | ||
// For Library Version: 1.128.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
29988995
689456