New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openui5/ts-types

Package Overview
Dependencies
Maintainers
3
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openui5/ts-types - npm Package Compare versions

Comparing version 1.120.7 to 1.121.0

2

package.json
{
"name": "@openui5/ts-types",
"version": "1.120.7",
"version": "1.121.0",
"description": "OpenUI5 TypeScript Definitions",

@@ -5,0 +5,0 @@ "homepage": "https://openui5.org",

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

// For Library Version: 1.120.7
// For Library Version: 1.121.0

@@ -6,5 +6,5 @@ declare namespace sap {

/**
* UI5 library: sap.ui.codeeditor.
*
* @since 1.48
*
* UI5 library: sap.ui.codeeditor.
*/

@@ -77,4 +77,2 @@ namespace codeeditor {

/**
* @since 1.48.1
*
* Sets whether the editor height should auto expand to a maximum number of lines. After reaching the maximum

@@ -85,2 +83,4 @@ * number of lines specified, the content of the `CodeEditor` will become scrollable.

* set to `auto`.
*
* @since 1.48.1
*/

@@ -145,7 +145,7 @@ maxLines?:

/**
* @since 1.46
*
* Allows to visualize source code of various types with syntax highlighting, line numbers in editable and
* read only mode. Use this control in scenarios where the user should be able to inspect and edit source
* code. The control currently uses the third-party code editor Ace.
*
* @since 1.46
*/

@@ -190,2 +190,3 @@ class CodeEditor extends sap.ui.core.Control {

*
*
* @returns Created class / constructor function

@@ -211,2 +212,3 @@ */

*
*
* @returns Metadata object describing this class

@@ -216,7 +218,7 @@ */

/**
* @since 1.52
*
* Defines custom completer - object implementing a getCompletions method. The method has two parameters
* - fnCallback method and context object. Context object provides details about oPos and sPrefix as provided
* by the third-party code editor.
*
* @since 1.52
*/

@@ -239,2 +241,3 @@ addCustomCompleter(

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -265,2 +268,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -286,2 +290,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -312,2 +317,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -330,2 +336,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -348,2 +355,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -362,6 +370,6 @@ */

/**
* Fires event {@link #event:change change} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:change change} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -376,6 +384,6 @@ */

/**
* Fires event {@link #event:liveChange liveChange} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:liveChange liveChange} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -390,7 +398,12 @@ */

/**
* Sets the focus to the code editor
* Returns the internal instance of the third-party Ace code editor.
*
* @returns Returns `this` to allow method chaining
* **Note:** This control is based on third-party open-source software, and there might be incompatible
* changes introduced by the code owner in their future releases.
*
* @since 1.121
*
* @returns the internal third-party Ace code editor instance
*/
focus(): this;
getAceEditor(): object;
/**

@@ -407,2 +420,3 @@ * Gets current value of property {@link #getColorTheme colorTheme}.

*
*
* @returns Value of property `colorTheme`

@@ -414,2 +428,3 @@ */

*
*
* @returns Returns the current value of the code editor

@@ -425,2 +440,3 @@ */

*
*
* @returns Value of property `editable`

@@ -437,2 +453,3 @@ */

*
*
* @returns Value of property `height`

@@ -446,2 +463,3 @@ */

*
*
* @returns ID to be used for the `labelFor`

@@ -457,2 +475,3 @@ */

*
*
* @returns Value of property `lineNumbers`

@@ -462,4 +481,2 @@ */

/**
* @since 1.48.1
*
* Gets current value of property {@link #getMaxLines maxLines}.

@@ -475,2 +492,4 @@ *

*
* @since 1.48.1
*
* @returns Value of property `maxLines`

@@ -486,2 +505,3 @@ */

*
*
* @returns Value of property `syntaxHints`

@@ -509,2 +529,3 @@ */

*
*
* @returns Value of property `type`

@@ -520,2 +541,3 @@ */

*
*
* @returns Value of property `value`

@@ -531,2 +553,3 @@ */

*
*
* @returns Value of property `valueSelection`

@@ -542,2 +565,3 @@ */

*
*
* @returns Value of property `width`

@@ -547,8 +571,8 @@ */

/**
* @since 1.54.1
*
* Pretty-prints the content of the editor.
*
* **Note:** Works well only for PHP. For other programming languages, the content might not be formatted
* well. In such cases it is recommended to use your own formatting.
* **Note:** Works well for PHP. For other editor types (modes), the content might not be formatted well.
* In such cases it is recommended to use your own formatting.
*
* @since 1.54.1
*/

@@ -559,2 +583,3 @@ prettyPrint(): void;

*
*
* @returns Returns `this` to allow method chaining

@@ -577,2 +602,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -596,2 +622,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -614,2 +641,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -624,4 +652,2 @@ */

/**
* @since 1.48.1
*
* Sets a new value for property {@link #getMaxLines maxLines}.

@@ -639,2 +665,4 @@ *

*
* @since 1.48.1
*
* @returns Reference to `this` in order to allow method chaining

@@ -657,2 +685,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -687,2 +716,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -705,2 +735,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -723,2 +754,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -741,2 +773,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -743,0 +776,0 @@ */

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

// For Library Version: 1.120.7
// For Library Version: 1.121.0
declare namespace sap {}

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

// For Library Version: 1.120.7
// For Library Version: 1.121.0

@@ -20,5 +20,5 @@ declare namespace sap {

/**
* Determines the intention of setting the current variant based on passed information. **Note:** The
* `VariantManagement` control does not react in any way to this property. It is used internally by the
* flexibility layer.
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
* the SAPUI5 flexibility layer.
*/

@@ -31,5 +31,5 @@ updateVariantInURL?:

/**
* When set to `false`, doesn't reset the `VariantManagement` control to the default variant, when its binding
* context is changed. **Note:** The `VariantManagement` control does not react in any way to this property.
* It is used internally by the flexibility layer.
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
* It is only used internally by the SAPUI5 flexibility layer.
*/

@@ -47,3 +47,3 @@ resetOnContextChange?:

/**
* Indicated if the buttons on the 'My Views' are visible.
* Indicates whether the buttons on My Views are visible.
*/

@@ -56,3 +56,4 @@ editable?:

/**
* Indicated if the defaulting functionality is enabled.
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
*/

@@ -65,4 +66,4 @@ showSetAsDefault?:

/**
* Indicates that the control is in error state. If set to `true`, an error message will be displayed whenever
* the variant is opened.
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
* when the variant is opened.
*/

@@ -84,3 +85,3 @@ inErrorState?:

* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
* controls this behavior. **Note:** the usage of this property is restricted to `sap.fe` components
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
* only.

@@ -93,5 +94,5 @@ */

/**
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
*
* @since 1.104
*
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
*/

@@ -104,5 +105,5 @@ headerLevel?:

/**
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
*
* @since 1.109
*
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
*/

@@ -115,5 +116,5 @@ titleStyle?:

/**
* Sets the maximum width of the control.
*
* @since 1.109
*
* Sets the maximum width of the control.
*/

@@ -126,3 +127,3 @@ maxWidth?:

/**
* Contains the ids of the controls for which the variant management is responsible.
* Contains the IDs of the relevant controls for which the variant management is used.
*/

@@ -137,4 +138,3 @@ for?: Array<sap.ui.core.Control | string>;

/**
* This event is fired when the Save View dialog or the Save As dialog is closed with the
* save button.
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
*/

@@ -144,3 +144,3 @@ save?: (oEvent: VariantManagement$SaveEvent) => void;

/**
* This event is fired when users presses the cancel button inside Save As dialog.
* This event is fired when users press the Cancel button inside the Save As dialog.
*/

@@ -166,4 +166,4 @@ cancel?: (oEvent: sap.ui.base.Event) => void;

/**
* List of changed variants. Each entry contains a 'key' - the variant key and a 'name' - the new title
* of the variant
* List of changed variants. Each entry contains a `key` (the variant key) and a `name` (the new title of
* the variant).
*/

@@ -178,3 +178,4 @@ renamed?: object[];

/**
* List of variant keys and the associated Execute on Selection indicator
* List of variant keys and the associated Execute on Selection indicator. Each entry contains a `key` (the
* variant key) and an `exe` flag describing the intention.
*/

@@ -184,5 +185,18 @@ exe?: object[];

/**
* List of variant keys and the associated favorite indicator. Each entry contains a `key` (the variant
* key) and a `visible` flag describing the intention.
*/
fav?: object[];
/**
* The default variant key
*/
def?: string;
/**
* List of variant keys and the associated contexts array. Each entry contains a `key` (the variant key)
* and a `contexts` array describing the contexts. **Note:** It is only used internally by the SAPUI5 flexibility
* layer.
*/
contexts?: object[];
}

@@ -197,3 +211,3 @@

/**
* Indicates if an existing variant is overwritten or if a new variant is created.
* Indicates whether an existing variant is overwritten or whether a new variant is created
*/

@@ -203,3 +217,3 @@ overwrite?: boolean;

/**
* Variant key
* Variant key. This property is set if `overwrite` is set to `true`.
*/

@@ -214,3 +228,3 @@ key?: string;

/**
* Indicates the check box state for 'Public'.
* Indicates the checkbox state for Public
*/

@@ -225,6 +239,9 @@ public?: boolean;

/**
* Indicates the check box state for 'Create Tile'.
* Note:
* This event parameter is used only internally.
* Array describing the contexts. **Note:** It is only used internally by the SAPUI5 flexibility layer.
*/
contexts?: object[];
/**
* Indicates the checkbox state for Create Tile **Note:** This event parameter is used only internally.
*/
tile?: boolean;

@@ -241,7 +258,7 @@ }

/**
* @since 1.56
*
* Can be used to manage variants. You can use this control in most controls that are enabled for key
* user adaptation.
* **Note: **On the user interface, variants are generally referred to as "views".
*
* @since 1.56
*/

@@ -298,2 +315,3 @@ class VariantManagement

*
*
* @returns Created class / constructor function

@@ -319,2 +337,3 @@ */

*
*
* @returns Metadata object describing this class

@@ -326,2 +345,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -341,4 +361,5 @@ */

*
* This event is fired when users presses the cancel button inside Save As dialog.
* This event is fired when users press the Cancel button inside the Save As dialog.
*
*
* @returns Reference to `this` in order to allow method chaining

@@ -368,4 +389,5 @@ */

*
* This event is fired when users presses the cancel button inside Save As dialog.
* This event is fired when users press the Cancel button inside the Save As dialog.
*
*
* @returns Reference to `this` in order to allow method chaining

@@ -392,2 +414,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -419,2 +442,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -441,2 +465,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -468,2 +493,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -488,5 +514,5 @@ */

*
* This event is fired when the Save View dialog or the Save As dialog is closed with the
* save button.
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
*
*
* @returns Reference to `this` in order to allow method chaining

@@ -516,5 +542,5 @@ */

*
* This event is fired when the Save View dialog or the Save As dialog is closed with the
* save button.
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
*
*
* @returns Reference to `this` in order to allow method chaining

@@ -541,2 +567,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -568,2 +595,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -587,2 +615,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -605,2 +634,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -623,2 +653,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -641,2 +672,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -659,2 +691,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -673,6 +706,6 @@ */

/**
* Fires event {@link #event:cancel cancel} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:cancel cancel} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -687,6 +720,6 @@ */

/**
* Fires event {@link #event:initialized initialized} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:initialized initialized} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -701,6 +734,6 @@ */

/**
* Fires event {@link #event:manage manage} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:manage manage} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -715,6 +748,6 @@ */

/**
* Fires event {@link #event:save save} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:save save} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -729,6 +762,6 @@ */

/**
* Fires event {@link #event:select select} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:select select} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -745,3 +778,4 @@ */

*
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned.
*
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
*/

@@ -753,3 +787,3 @@ getCurrentVariantKey(): string | null;

* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
* controls this behavior. **Note:** the usage of this property is restricted to `sap.fe` components
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
* only.

@@ -759,2 +793,3 @@ *

*
*
* @returns Value of property `displayTextForExecuteOnSelectionForStandardVariant`

@@ -766,6 +801,7 @@ */

*
* Indicated if the buttons on the 'My Views' are visible.
* Indicates whether the buttons on My Views are visible.
*
* Default value is `true`.
*
*
* @returns Value of property `editable`

@@ -781,2 +817,3 @@ */

*
*
* @returns Value of property `executeOnSelectionForStandardDefault`

@@ -790,4 +827,2 @@ */

/**
* @since 1.104
*
* Gets current value of property {@link #getHeaderLevel headerLevel}.

@@ -799,2 +834,4 @@ *

*
* @since 1.104
*
* @returns Value of property `headerLevel`

@@ -806,7 +843,8 @@ */

*
* Indicates that the control is in error state. If set to `true`, an error message will be displayed whenever
* the variant is opened.
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
* when the variant is opened.
*
* Default value is `false`.
*
*
* @returns Value of property `inErrorState`

@@ -816,4 +854,2 @@ */

/**
* @since 1.109
*
* Gets current value of property {@link #getMaxWidth maxWidth}.

@@ -825,2 +861,4 @@ *

*
* @since 1.109
*
* @returns Value of property `maxWidth`

@@ -836,2 +874,3 @@ */

*
*
* @returns Value of property `modelName`

@@ -841,14 +880,15 @@ */

/**
* Determines if the current variant is modified.
* Determines whether the current variant is modified.
*
* @returns If the current variant is modified `true`, otherwise `false`
*
* @returns Returns `true`, if the current variant is modified, otherwise `false`
*/
getModified(): boolean;
/**
* Registers an invalidation event that is fired when the width of the control is changed. **Note:** This
* is required by the {@link sap.m.IOverflowToolbarContent} interface.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
* is fired when width of the control is changed.
*
* @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
* @returns Configuration information for the {@link sap.m.IOverflowToolbarContent} interface
*/

@@ -863,8 +903,9 @@ getOverflowToolbarConfig(): {

*
* When set to `false`, doesn't reset the `VariantManagement` control to the default variant, when its binding
* context is changed. **Note:** The `VariantManagement` control does not react in any way to this property.
* It is used internally by the flexibility layer.
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
* It is only used internally by the SAPUI5 flexibility layer.
*
* Default value is `true`.
*
*
* @returns Value of property `resetOnContextChange`

@@ -876,6 +917,8 @@ */

*
* Indicated if the defaulting functionality is enabled.
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
*
* Default value is `true`.
*
*
* @returns Value of property `showSetAsDefault`

@@ -885,4 +928,2 @@ */

/**
* @since 1.109
*
* Gets current value of property {@link #getTitleStyle titleStyle}.

@@ -894,2 +935,4 @@ *

*
* @since 1.109
*
* @returns Value of property `titleStyle`

@@ -901,8 +944,9 @@ */

*
* Determines the intention of setting the current variant based on passed information. **Note:** The
* `VariantManagement` control does not react in any way to this property. It is used internally by the
* flexibility layer.
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
* the SAPUI5 flexibility layer.
*
* Default value is `false`.
*
*
* @returns Value of property `updateVariantInURL`

@@ -912,5 +956,6 @@ */

/**
* Retrieves all variants.
* Gets all variants.
*
* @returns All variants. In case the model is not yet set, an empty array will be returned.
*
* @returns All variants; if the model is not yet set, an empty array will be returned.
*/

@@ -921,2 +966,3 @@ getVariants(): any[];

*
*
* @returns An array of the removed elements (might be empty)

@@ -928,2 +974,3 @@ */

*
*
* @returns The removed for or `null`

@@ -942,3 +989,3 @@ */

/**
* Key of the variant that should be selected.
* Key of the variant that is selected
*/

@@ -951,3 +998,3 @@ sKey: string

* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
* controls this behavior. **Note:** the usage of this property is restricted to `sap.fe` components
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
* only.

@@ -959,2 +1006,3 @@ *

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -971,3 +1019,3 @@ */

*
* Indicated if the buttons on the 'My Views' are visible.
* Indicates whether the buttons on My Views are visible.
*

@@ -978,2 +1026,3 @@ * When called with a value of `null` or `undefined`, the default value of the property will be restored.

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -996,2 +1045,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -1006,4 +1056,2 @@ */

/**
* @since 1.104
*
* Sets a new value for property {@link #getHeaderLevel headerLevel}.

@@ -1017,2 +1065,4 @@ *

*
* @since 1.104
*
* @returns Reference to `this` in order to allow method chaining

@@ -1029,4 +1079,4 @@ */

*
* Indicates that the control is in error state. If set to `true`, an error message will be displayed whenever
* the variant is opened.
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
* when the variant is opened.
*

@@ -1037,2 +1087,3 @@ * When called with a value of `null` or `undefined`, the default value of the property will be restored.

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -1047,4 +1098,2 @@ */

/**
* @since 1.109
*
* Sets a new value for property {@link #getMaxWidth maxWidth}.

@@ -1058,2 +1107,4 @@ *

*
* @since 1.109
*
* @returns Reference to `this` in order to allow method chaining

@@ -1076,2 +1127,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -1088,5 +1140,5 @@ */

*
* When set to `false`, doesn't reset the `VariantManagement` control to the default variant, when its binding
* context is changed. **Note:** The `VariantManagement` control does not react in any way to this property.
* It is used internally by the flexibility layer.
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
* It is only used internally by the SAPUI5 flexibility layer.
*

@@ -1097,2 +1149,3 @@ * When called with a value of `null` or `undefined`, the default value of the property will be restored.

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -1109,3 +1162,4 @@ */

*
* Indicated if the defaulting functionality is enabled.
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
*

@@ -1116,2 +1170,3 @@ * When called with a value of `null` or `undefined`, the default value of the property will be restored.

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -1126,4 +1181,2 @@ */

/**
* @since 1.109
*
* Sets a new value for property {@link #getTitleStyle titleStyle}.

@@ -1137,2 +1190,4 @@ *

*
* @since 1.109
*
* @returns Reference to `this` in order to allow method chaining

@@ -1149,5 +1204,5 @@ */

*
* Determines the intention of setting the current variant based on passed information. **Note:** The
* `VariantManagement` control does not react in any way to this property. It is used internally by the
* flexibility layer.
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
* the SAPUI5 flexibility layer.
*

@@ -1158,2 +1213,3 @@ * When called with a value of `null` or `undefined`, the default value of the property will be restored.

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -1205,5 +1261,5 @@ */

/**
* Provides an API to determine which features are available for flexibility.
*
* @since 1.70
*
* Provides an API to determine which features are available for flexibility.
*/

@@ -1216,2 +1272,3 @@ interface FeaturesAPI {

*
*
* @returns Resolves to a boolean indicating if the key user role is assigned to the user

@@ -1228,8 +1285,8 @@ */

/**
* @deprecated (since 1.74) - The TransportDialog should be used only internally inside the `sap.ui.fl`
* library.
*
* The Transport Dialog Control can be used to implement a value help for selecting an ABAP package and
* transport request. It is not a generic utility, but part of the Variantmanament and therefore cannot
* be used in any other application.
*
* @deprecated (since 1.74) - The TransportDialog should be used only internally inside the `sap.ui.fl`
* library.
*/

@@ -1280,2 +1337,3 @@ class TransportDialog extends sap.m.Dialog {

*
*
* @returns Created class / constructor function

@@ -1301,2 +1359,3 @@ */

*
*
* @returns Metadata object describing this class

@@ -1357,2 +1416,4 @@ */

"sap/ui/fl/apply/_internal/extensionPoint/Registry": undefined;
"sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange": undefined;

@@ -1380,2 +1441,4 @@

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

@@ -1407,2 +1470,4 @@

"sap/ui/fl/apply/api/ExtensionPointRegistryAPI": undefined;
"sap/ui/fl/apply/api/FlexRuntimeInfoAPI": undefined;

@@ -1428,2 +1493,4 @@

"sap/ui/fl/initial/_internal/connectors/BtpServiceConnector": undefined;
"sap/ui/fl/initial/_internal/connectors/KeyUserConnector": undefined;

@@ -1453,2 +1520,4 @@

"sap/ui/fl/support/_internal/getAllUIChanges": undefined;
"sap/ui/fl/support/_internal/getChangeDependencies": undefined;

@@ -1480,2 +1549,4 @@

"sap/ui/fl/write/_internal/connectors/BtpServiceConnector": undefined;
"sap/ui/fl/write/_internal/connectors/JsObjectConnector": undefined;

@@ -1501,4 +1572,2 @@

"sap/ui/fl/write/_internal/extensionPoint/Registry": undefined;
"sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant": undefined;

@@ -1518,4 +1587,2 @@

"sap/ui/fl/write/_internal/StorageFeaturesMerger": undefined;
"sap/ui/fl/write/_internal/Versions": undefined;

@@ -1535,4 +1602,2 @@

"sap/ui/fl/write/api/ExtensionPointRegistryAPI": undefined;
"sap/ui/fl/write/api/FeaturesAPI": undefined;

@@ -1539,0 +1604,0 @@

@@ -1,7 +0,5 @@

// For Library Version: 1.120.7
// For Library Version: 1.121.0
declare module "sap/ui/rta/api/startAdaptation" {
/**
* @since 1.83
*
* Starts UI adaptation, initiated for an application at the passed root control instance. With this API

@@ -11,2 +9,4 @@ * you are also able to modify the UI adaptation plugins list and or add some event handler functions to

*
* @since 1.83
*
* @returns Resolves when UI adaptation was successfully started

@@ -59,7 +59,7 @@ */

/**
* @since 1.71
*
* Starts key user adaptation, initiated for an application at the passed root control instance. It subsequently
* extends to all valid child controls.
*
* @since 1.71
*
* @returns Resolves when UI adaptation was successfully started

@@ -85,5 +85,5 @@ */

/**
* sap.ui.fl Delegate to be used in elementActionTests.
*
* @since 1.77
*
* sap.ui.fl Delegate to be used in elementActionTests.
*/

@@ -90,0 +90,0 @@ interface TestDelegate {}

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

// For Library Version: 1.120.7
// For Library Version: 1.121.0

@@ -6,6 +6,6 @@ declare namespace sap {

/**
* Suite controls library.
*
* @since 1.1
* @deprecated (since 1.108)
*
* Suite controls library.
*/

@@ -95,7 +95,7 @@ namespace suite {

/**
* This control shows a circle which radius and color depends on the given parameters
*
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
* known
* @experimental (since 1.2) - The API may change. Use with care.
*
* This control shows a circle which radius and color depends on the given parameters
*/

@@ -140,2 +140,3 @@ class TaskCircle extends sap.ui.core.Control {

*
*
* @returns Created class / constructor function

@@ -161,2 +162,3 @@ */

*
*
* @returns Metadata object describing this class

@@ -168,2 +170,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -180,2 +183,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -197,2 +201,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -223,2 +228,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -241,2 +247,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -255,6 +262,6 @@ */

/**
* Fires event {@link #event:press press} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:press press} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -287,2 +294,3 @@ */

*
*
* @returns Value of property `color`

@@ -298,2 +306,3 @@ */

*
*
* @returns Value of property `maxValue`

@@ -309,2 +318,3 @@ */

*
*
* @returns Value of property `minValue`

@@ -321,2 +331,3 @@ */

*
*
* @returns Value of property `value`

@@ -328,2 +339,3 @@ */

*
*
* @returns An array of the removed elements (might be empty)

@@ -335,2 +347,3 @@ */

*
*
* @returns An array of the removed elements (might be empty)

@@ -342,2 +355,3 @@ */

*
*
* @returns The removed ariaDescribedBy or `null`

@@ -354,2 +368,3 @@ */

*
*
* @returns The removed ariaLabelledBy or `null`

@@ -372,2 +387,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -390,2 +406,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -408,2 +425,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -427,2 +445,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -438,8 +457,8 @@ */

/**
* This control shows a vertical progress bar in dependency of the given percentage. Only values between
* 0 and 100 are valid.
*
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
* known
* @experimental (since 1.2) - The API may change. Use with care.
*
* This control shows a vertical progress bar in dependency of the given percentage. Only values between
* 0 and 100 are valid.
*/

@@ -484,2 +503,3 @@ class VerticalProgressIndicator extends sap.ui.core.Control {

*
*
* @returns Created class / constructor function

@@ -505,2 +525,3 @@ */

*
*
* @returns Metadata object describing this class

@@ -512,2 +533,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -524,2 +546,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -541,2 +564,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -568,2 +592,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -587,2 +612,3 @@ */

*
*
* @returns Reference to `this` in order to allow method chaining

@@ -601,6 +627,6 @@ */

/**
* Fires event {@link #event:press press} to attached listeners.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* Fires event {@link #event:press press} to attached listeners.
*
* @returns Reference to `this` in order to allow method chaining

@@ -632,2 +658,3 @@ */

*
*
* @returns Value of property `percentage`

@@ -639,2 +666,3 @@ */

*
*
* @returns An array of the removed elements (might be empty)

@@ -646,2 +674,3 @@ */

*
*
* @returns An array of the removed elements (might be empty)

@@ -653,2 +682,3 @@ */

*
*
* @returns The removed ariaDescribedBy or `null`

@@ -665,2 +695,3 @@ */

*
*
* @returns The removed ariaLabelledBy or `null`

@@ -679,2 +710,3 @@ */

*
*
* @returns `this` to allow method chaining

@@ -686,2 +718,4 @@ */

* Defined color values for the Task Circle Control
*
* This enum is part of the 'sap/ui/suite/library' module export and must be accessed by the property 'TaskCircleColor'.
*/

@@ -688,0 +722,0 @@ enum TaskCircleColor {

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

// For Library Version: 1.120.7
// For Library Version: 1.121.0

@@ -6,4 +6,2 @@ declare namespace sap {

/**
* @since 1.50
*
* UI5 library: sap.ui.support. A library for the Support Assistant tool. Overview: The library provides

@@ -13,2 +11,4 @@ * the Support Assistant tool. It enables application developers to check whether their applications are

* to check all aspects of an application.
*
* @since 1.50
*/

@@ -34,6 +34,6 @@ namespace support {

/**
* Adds new temporary rule when in silent mode
*
* @since 1.60
*
* Adds new temporary rule when in silent mode
*
* @returns Rule creation status. Possible values are "success" or description of why adding failed.

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

*
*
* @returns Notifies the finished state by starting the Analyzer

@@ -90,2 +91,3 @@ */

*
*
* @returns Array of history objects in the order of analyses performed. The results of the last analysis

@@ -98,2 +100,3 @@ * are contained in the last element in the array.

*
*
* @returns All analysis history objects in the correct format.

@@ -110,2 +113,3 @@ */

*
*
* @returns Last analysis history.

@@ -123,3 +127,6 @@ */

class CoreFacade {
constructor();
/**
* @ui5-protected Do not call from applications (only from related classes in the framework)
*/
protected constructor();

@@ -144,4 +151,2 @@ /**

/**
* @since 1.48
*
* Allows to select the scope of analysis on an application.

@@ -159,5 +164,10 @@ *

* the Support Assistant at the moment when you start it.
*
* @since 1.48
*/
class ExecutionScope {
constructor();
/**
* @ui5-protected Do not call from applications (only from related classes in the framework)
*/
protected constructor();

@@ -190,2 +200,3 @@ /**

*
*
* @returns Array of matched elements

@@ -202,2 +213,3 @@ */

*
*
* @returns Array of logged objects

@@ -214,2 +226,3 @@ */

*
*
* @returns Array of matched elements

@@ -221,2 +234,3 @@ */

*
*
* @returns The type of the execution scope. Possible values are `global`, `subtree` or `components`.

@@ -232,3 +246,6 @@ */

class IssueManagerFacade {
constructor();
/**
* @ui5-protected Do not call from applications (only from related classes in the framework)
*/
protected constructor();

@@ -254,5 +271,8 @@ /**

/**
* Defines the Audiences.
*
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
* 'Audiences'.
*
* @since 1.50
*
* Defines the Audiences.
*/

@@ -274,5 +294,8 @@ enum Audiences {

/**
* Issue Categories.
*
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
* 'Categories'.
*
* @since 1.50
*
* Issue Categories.
*/

@@ -297,5 +320,5 @@ enum Categories {

/**
* Fiori Guidelines issue category.
*
* @since 1.58
*
* Fiori Guidelines issue category.
*/

@@ -312,5 +335,5 @@ FioriGuidelines = "FioriGuidelines",

/**
* Modularization issue category.
*
* @since 1.60
*
* Modularization issue category.
*/

@@ -336,5 +359,8 @@ Modularization = "Modularization",

/**
* Analysis history formats.
*
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
* 'HistoryFormats'.
*
* @since 1.58
*
* Analysis history formats.
*/

@@ -352,5 +378,8 @@ enum HistoryFormats {

/**
* Defines severity types.
*
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
* 'Severity'.
*
* @since 1.50
*
* Defines severity types.
*/

@@ -372,5 +401,8 @@ enum Severity {

/**
* Contains the available system presets.
*
* This enum is part of the 'sap/ui/support/library' module export and must be accessed by the property
* 'SystemPresets'.
*
* @since 1.60
*
* Contains the available system presets.
*/

@@ -383,5 +415,5 @@ enum SystemPresets {

/**
* Preset to find usages of deprecated controls, properties, aggregations and others.
*
* @experimental (since 1.120)
*
* Preset to find usages of deprecated controls, properties, aggregations and others.
*/

@@ -388,0 +420,0 @@ Deprecations = "undefined",

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

// For Library Version: 1.120.7
// For Library Version: 1.121.0

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

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

// For Library Version: 1.120.7
// For Library Version: 1.121.0

@@ -6,13 +6,13 @@ declare namespace sap {

/**
* Namespace for UI5 Web Components Retrofit libraries
*
* @since 1.92.0
* @experimental (since 1.92.0)
*
* Namespace for UI5 Web Components Retrofit libraries
*/
namespace webc {
/**
* UI5 library: sap.ui.webc.common
*
* @since 1.92.0
* @experimental (since 1.92.0)
*
* UI5 library: sap.ui.webc.common
*/

@@ -32,6 +32,2 @@ namespace common {

/**
* @since 1.92.0
* @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
* @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
*
* Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the

@@ -41,2 +37,6 @@ * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the

* controls in the dedicated slots of the Web Component.
*
* @since 1.92.0
* @deprecated (since 1.118.0) - Use sap.ui.core.webc.WebComponent instead!
* @experimental (since 1.92.0) - The API might change. It is not intended for productive usage yet!
*/

@@ -108,2 +108,3 @@ class WebComponent extends sap.ui.core.webc.WebComponent {

*
*
* @returns Created class / constructor function

@@ -128,2 +129,3 @@ */

*
*
* @returns Metadata object describing this class

@@ -130,0 +132,0 @@ */

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