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

@sapui5/types

Package Overview
Dependencies
Maintainers
6
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.113.0 to 1.114.0

2

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

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

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

/// <reference path="./sap.sac.df.d.ts"/>
/// <reference path="./sap.sac.grid.d.ts"/>
/// <reference path="./sap.ui.commons.d.ts"/>

@@ -17,0 +16,0 @@ /// <reference path="./sap.ui.comp.d.ts"/>

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

@@ -443,2 +443,15 @@ declare module "sap/esh/search/ui/library" {}

/**
* @SINCE 1.114.0
*
* Gets current value of property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
*
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
* is enabled.
*
* Default value is `false`.
*
* @returns Value of property `folderModeForInitialSearch`
*/
getFolderModeForInitialSearch(): boolean;
/**
* @SINCE 1.94.0

@@ -973,2 +986,22 @@ *

/**
* @SINCE 1.114.0
*
* Sets a new value for property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
*
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
* is enabled.
*
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
*
* Default value is `false`.
*
* @returns Reference to `this` in order to allow method chaining
*/
setFolderModeForInitialSearch(
/**
* New value for property `folderModeForInitialSearch`
*/
bFolderModeForInitialSearch?: boolean
): this;
/**
* @SINCE 1.94.0

@@ -1416,2 +1449,10 @@ *

/**
* @SINCE 1.114.0
*
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
* is enabled.
*/
folderModeForInitialSearch?: boolean | PropertyBindingInfo | `{${string}}`;
/**
* @SINCE 1.106.0

@@ -1418,0 +1459,0 @@ *

@@ -345,3 +345,3 @@ // For Library Version: 1.111.0

*/
oContext: object
oContext: Context
): Promise<void>;

@@ -367,3 +367,3 @@ /**

*/
control: object;
control?: object;
/**

@@ -1224,3 +1224,7 @@ * Optional, supresses the discard popover and allows custom handling

*/
aPromises: Promise<any>
aPromises: Promise<any>,
/**
* Navigation type responsible for the applying the state
*/
navigationType?: string
): void;

@@ -1227,0 +1231,0 @@ /**

@@ -37,3 +37,6 @@ // For Library Version: 1.111.0

import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
import {
PropertyBindingInfo,
AggregationBindingInfo,
} from "sap/ui/base/ManagedObject";

@@ -174,3 +177,3 @@ /**

*/
actions?: Action;
actions?: Action[] | Action | AggregationBindingInfo | `{${string}}`;
}

@@ -427,2 +430,6 @@ }

): Promise<void>;
/**
* Triggers the API search on the filter bar.
*/
triggerSearch(): Promise<void>;
}

@@ -659,3 +666,6 @@ /**

import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
import {
PropertyBindingInfo,
AggregationBindingInfo,
} from "sap/ui/base/ManagedObject";

@@ -863,2 +873,8 @@ /**

/**
* Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.
* This property is not relevant for Responsive tables
*/
frozenColumnCount?: number | PropertyBindingInfo | `{${string}}`;
/**
* Specifies the header text that is shown in the table.

@@ -947,3 +963,3 @@ */

*/
actions?: Action;
actions?: Action[] | Action | AggregationBindingInfo | `{${string}}`;

@@ -953,3 +969,3 @@ /**

*/
columns?: Column;
columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
}

@@ -956,0 +972,0 @@ }

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0
declare namespace sap {}

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0
declare namespace sap {}

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

@@ -1535,4 +1535,2 @@ declare module "sap/ui/fl/library" {}

"sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem": undefined;
"sap/ui/fl/initial/_internal/connectors/BackendConnector": undefined;

@@ -1539,0 +1537,0 @@

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0
declare namespace sap {}

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

@@ -26,2 +26,74 @@ declare module "sap/ui/mdc/enum/FilterBarValidationStatus" {

declare module "sap/ui/mdc/filterbar/PropertyHelper" {
import ManagedObject from "sap/ui/base/ManagedObject";
import Metadata from "sap/ui/base/Metadata";
/**
* @SINCE 1.95
*
* Filter bar property helper provide a consistent and standardized view on properties and their attributes.
* Validates the given properties, sets default values, and provides utilities to work with these properties.
* The utilities can only be used for properties that are known to the helper. Known properties are all
* those that are passed to the constructor.
*/
export default class PropertyHelper
/* was: sap.ui.mdc.util.PropertyHelper */ extends Object {
/**
* Constructor for a new filter bar property helper.
*/
constructor(
/**
* The properties to process in this helper
*/
aProperties: object[],
/**
* A reference to an instance that will act as the parent of this helper
*/
oParent?: ManagedObject
);
/**
* Creates a new subclass of class sap.ui.mdc.filterbar.PropertyHelper with name `sClassName` and enriches
* it with the information contained in `oClassInfo`.
*
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.mdc.util.PropertyHelper.extend}.
*
* @returns Created class / constructor function
*/
static extend<T extends Record<string, unknown>>(
/**
* Name of the class being created
*/
sClassName: string,
/**
* Object literal with information about the class
*/
oClassInfo?: sap.ClassInfo<T, PropertyHelper>,
/**
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
* used by this class
*/
FNMetaImpl?: Function
): Function;
/**
* Returns a metadata object for class sap.ui.mdc.filterbar.PropertyHelper.
*
* @returns Metadata object describing this class
*/
static getMetadata(): Metadata;
/**
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
*
* Applies default values and resolves property references.
*/
prepareProperty(
/**
* The passed property
*/
oProperty: object
): void;
}
}
declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {

@@ -261,2 +333,4 @@ import Metadata from "sap/ui/base/Metadata";

"sap/ui/mdc/BaseDelegate": undefined;
"sap/ui/mdc/Chart": undefined;

@@ -312,2 +386,4 @@

"sap/ui/mdc/enum/LinkType": undefined;
"sap/ui/mdc/enum/PersistenceMode": undefined;

@@ -331,4 +407,2 @@

"sap/ui/mdc/field/DefineConditionPanel": undefined;
"sap/ui/mdc/field/DynamicDateRangeConditionsType": undefined;

@@ -358,10 +432,10 @@

"sap/ui/mdc/filterbar/aligned/FilterContainer": undefined;
"sap/ui/mdc/filterbar/FilterBarBase": undefined;
"sap/ui/mdc/filterbar/aligned/FilterItemLayout": undefined;
"sap/ui/mdc/filterbar/IFilterContainer": undefined;
"sap/ui/mdc/filterbar/FilterBarBase": undefined;
"sap/ui/mdc/filterbar/p13n/AdaptationFilterBar": undefined;
"sap/ui/mdc/filterbar/PropertyHelper": undefined;
"sap/ui/mdc/filterbar/vh/CollectiveSearchSelect": undefined;

@@ -451,4 +525,8 @@

"sap/ui/mdc/util/TypeMap": undefined;
"sap/ui/mdc/util/TypeUtil": undefined;
"sap/ui/mdc/util/TypeUtilFactory": undefined;
"sap/ui/mdc/ValueHelp": undefined;

@@ -460,2 +538,4 @@

"sap/ui/mdc/valuehelp/base/DefineConditionPanel": undefined;
"sap/ui/mdc/valuehelp/base/DialogTab": undefined;

@@ -473,2 +553,4 @@

"sap/ui/mdc/valuehelp/content/FixedListItem": undefined;
"sap/ui/mdc/valuehelp/content/MDCTable": undefined;

@@ -475,0 +557,0 @@

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0
declare namespace sap {}

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

// For Library Version: 1.113.0
// For Library Version: 1.114.0

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

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

// For Library Version: 1.113.0
// For Library Version: 1.114.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

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