Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sapui5/types

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapui5/types - npm Package Compare versions

Comparing version 1.129.2 to 1.130.0

types/sap.fe.controls.d.ts

2

package.json
{
"name": "@sapui5/types",
"version": "1.129.2",
"version": "1.130.0",
"description": "SAPUI5 TypeScript Definitions",

@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/ui5-typescript/",

@@ -48,2 +48,3 @@ /**

/// <reference path="./sap.fe.base.d.ts"/>
/// <reference path="./sap.fe.controls.d.ts"/>
/// <reference path="./sap.fe.core.d.ts"/>

@@ -50,0 +51,0 @@ /// <reference path="./sap.fe.ina.d.ts"/>

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/apf/library" {}

@@ -5,3 +5,3 @@ // For Library Version: 0.0.1

/**
* Container class for managing and storing Apps.
* Container class for managing and storing apps.
*

@@ -13,7 +13,7 @@ * @since 1.121

/**
* Constructor for a new Apps Container.
* Constructor for a new app container.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -31,3 +31,3 @@ id?: string,

/**
* Panel class for managing and storing Cards.
* Panel class for managing and storing Insights Cards.
*

@@ -41,7 +41,7 @@ * @since 1.122.0

/**
* Constructor for a new Cards Panel.
* Constructor for a new card panel.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -66,7 +66,7 @@ id?: string,

/**
* Constructor for a new Frequent Apps Panel.
* Constructor for a new frequent app panel.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -84,3 +84,3 @@ id?: string,

/**
* Container class for managing and storing Insights tiles and cards.
* Container class for managing and storing Insights Tiles and Insights Cards.
*

@@ -92,7 +92,7 @@ * @since 1.121

/**
* Constructor for a new Insights Container.
* Constructor for a new Insights container.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -110,3 +110,3 @@ id?: string,

/**
* Layout class for My Home layout.
* Layout class for the My Home layout.
*

@@ -118,7 +118,7 @@ * @since 1.121

/**
* Constructor for a new Layout.
* Constructor for a new layout.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -136,3 +136,3 @@ id?: string,

/**
* Supported Layout Types for {@link sap.cux.home.BaseContainer }.
* Supported layout types for {@link sap.cux.home.BaseContainer }.
*

@@ -144,11 +144,12 @@ * @since 1.121

/**
* Panels are rendered horizontally example pages and news
* Panels are rendered horizontally, for example Pages and News
*/
Horizontal = "undefined",
/**
* Panels are rendered side by side example todos and situaions, fav, recent and frequent apps
* Panels are rendered side by side, for example To-Dos and Situaions, and Favorites, Recently Used and
* Frequently Used apps
*/
SideBySide = "undefined",
/**
* Panels are rendered vertically example insights cards and tiles
* Panels are rendered vertically, for example Insights Tiles and Insights Cards
*/

@@ -165,3 +166,3 @@ Vertical = "undefined",

/**
* News is of type Custom news feed
* News is of type custom news feed
*/

@@ -190,3 +191,3 @@ Custom = "undefined",

/**
* Class for managing and storing Menu items.
* Class for managing and storing menu items.
*

@@ -198,7 +199,7 @@ * @since 1.121

/**
* Constructor for a new Menu Item.
* Constructor for a new menu item.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -229,3 +230,3 @@ id?: string,

/**
* Type of menu item visualization in the menu list
* Type of the menu item visualization in the menu list
*/

@@ -258,7 +259,7 @@ type?: string | PropertyBindingInfo;

/**
* Constructor for a new News and Pages Container.
* Constructor for the new News and Pages container.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -314,3 +315,3 @@ id?: string,

/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -346,7 +347,7 @@ id?: string,

/**
* Constructor for a new Page Panel.
* Constructor for a new Page panel.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -364,3 +365,3 @@ id?: string,

/**
* Provides class for managing Recent apps.
* Provides class for managing Recently Used apps.
*

@@ -372,7 +373,7 @@ * @since 1.121.0

/**
* Constructor for a new Recent Apps Panel.
* Constructor for a new Recently Used apps Panel.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -404,3 +405,3 @@ id?: string,

/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -432,3 +433,3 @@ id?: string,

/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -446,3 +447,3 @@ id?: string,

/**
* Tiles Panel class for managing and storing Tiles.
* Tiles Panel class for managing and storing Insights Tiles.
*

@@ -460,3 +461,3 @@ * @since 1.122.0

/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -489,7 +490,7 @@ id?: string,

/**
* Constructor for a new ToDo Panel.
* Constructor for a new To-Dos Panel.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -533,7 +534,7 @@ id?: string,

/**
* Constructor for a new ToDos Container.
* Constructor for a new To-Dos container.
*/
constructor(
/**
* ID for the new control, generated automatically if no ID is given
* ID for the new control, generated automatically if an ID is not provided
*/

@@ -548,3 +549,3 @@ id?: string,

/**
* Gets the selected key of the ToDosContainer.
* Gets the selected key of the To-Dos container.
* If no selected key is set, it defaults to the first item.

@@ -551,0 +552,0 @@ *

@@ -1,2 +0,2 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/fe/base/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0

@@ -52,3 +52,3 @@ declare module "sap/fe/core/AppComponent" {

* This hook is being called by the SAP Fiori elements AppComponent at the time feature toggles can be initialized.
* To change page configuration use the {@link sap.fe.core.AppComponent#changePageConfiguration } method.
* To change page configuration, use the {@link sap.fe.core.AppComponent#changePageConfiguration } method.
*

@@ -446,5 +446,5 @@ *

/**
* ODataListBinding object or the binding path for a temporary list binding
* ODataListBinding object or the binding path or a table building block for a temporary list binding
*/
vListBinding: ODataListBinding | string,
source: /* was: sap.fe.macros.Table */ any | ODataListBinding | string,
/**

@@ -460,5 +460,11 @@ * Contains the following attributes:

/**
* Defines the list of properties that are displayed in the creation dialog when the creation mode is set
* to 'CreationDialog'.
* The value is a comma-separated list of property names
*/
creationDialogFields?: string[];
/**
* The creation mode using one of the following:
*
* NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async'
* NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async',
* or 'Deferred' is used

@@ -468,3 +474,6 @@ *

*
* External - The creation is done in a different application specified via the parameter 'outbound'
* External - The creation is done in a different application specified by the parameter 'outbound'
*
* CreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property
* values (the properties are listed in `creationDialogFields`)
*/

@@ -497,2 +506,29 @@ creationMode: string;

/**
* This function can be used to execute code on the mass edit save.
* You can execute custom coding in this function.
* If you decide to do your own save processing, you can return `true` to prevent the default save behavior.
* This function is meant to be individually overridden by consuming controllers but not to be called directly.
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead }.
*
*
* @since 1.130.0
*
* @returns `true` to prevent the default execution, `false` to keep the standard behavior
*/
customMassEditSave(
/**
* Object containing the parameters passed to customMassEditSave
*/
_mParameters: {
/**
* Array containing the selected contexts for the mass edit
*/
aContexts: Context[];
/**
* A dictionary containing the propertyPath and its value
*/
oUpdateData: Record<string, any>;
}
): Promise<boolean>;
/**
* Deletes the document.

@@ -499,0 +535,0 @@ *

@@ -1,3 +0,3 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0
declare namespace sap {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/fe/navigation/library" {

@@ -1,3 +0,3 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0
declare namespace sap {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/fe/plugins/managecache/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0

@@ -30,3 +30,6 @@ declare module "sap/fe/templates/library" {}

*/
mFilterConditions: object
mFilterConditions: Record<
string,
/* was: sap.ui.mdc.condition.Condition.ConditionObject */ any[]
>
): object | undefined;

@@ -33,0 +36,0 @@ /**

@@ -1,3 +0,3 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0
declare namespace sap {}

@@ -1,3 +0,3 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0
declare namespace sap {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.1

@@ -3,0 +3,0 @@ declare module "sap/insights/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/ndc/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.2

@@ -3,0 +3,0 @@ declare module "sap/ovp/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/rules/ui/library" {

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/ui/codeeditor/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare namespace sap {

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/ui/export/library" {

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -15,3 +15,4 @@ declare module "sap/ui/fl/library" {}

/**
* Activates the passed variant applicable to the passed control/component.
* Activates the passed variant applicable to the passed control/component. If the Variant is not available
* and the backend supports lazy loading, a backend request is made to fetch the variant.
*

@@ -1594,2 +1595,4 @@ *

"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;

@@ -1596,0 +1599,0 @@

@@ -1,3 +0,3 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0
declare namespace sap {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/ui/rta/api/startAdaptation" {

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/ui/suite/library" {

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/ui/support/library" {

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/ui/testrecorder/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare module "sap/ui/webc/common/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.1
// For Library Version: 1.130.0

@@ -3,0 +3,0 @@ declare namespace sap {

@@ -1,3 +0,3 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.0
declare namespace sap {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.1

@@ -3,0 +3,0 @@ declare module "sap/zen/commons/library" {}

@@ -1,2 +0,2 @@

// For Library Version: 1.129.0
// For Library Version: 1.130.1

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc