Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions notNeededPackages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5237,6 +5237,10 @@
"libraryName": "pad",
"asOfVersion": "2.1.0"
},
"pako": {
"libraryName": "pako",
"asOfVersion": "3.0.0"
},
"paper": {
"libraryName": "paper",
"asOfVersion": "0.12.3"
Expand Down
2 changes: 2 additions & 0 deletions types/openui5/openui5-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,5 @@ const p13nEngine = new Engine();
// version 1.149.0 added - tests are not required as the type definitions are generated and the generator is sufficiently tested

// version 1.150.0 added - tests are not required as the type definitions are generated and the generator is sufficiently tested

// version 1.151.0 added - tests are not required as the type definitions are generated and the generator is sufficiently tested
2 changes: 1 addition & 1 deletion types/openui5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/openui5",
"version": "1.150.9999",
"version": "1.151.9999",
"nonNpm": true,
"nonNpmDescription": "openui5",
"projects": [
Expand Down
2 changes: 1 addition & 1 deletion types/openui5/sap.f.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// For Library Version: 1.150.0
// For Library Version: 1.151.0

declare module "sap/tnt/library" {
export interface IToolHeader {
Expand Down
134 changes: 132 additions & 2 deletions types/openui5/sap.m.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// For Library Version: 1.150.0
// For Library Version: 1.151.0

declare module "sap/f/library" {
export interface IShellBar {
Expand Down Expand Up @@ -65641,6 +65641,21 @@ declare module "sap/m/MultiInput" {
* @deprecated As of version 1.58. replaced by N-more/N-items labels.
*/
openMultiLine(): void;
/**
* Prevents the `change` event from firing when focus moves between the inner input element and a Token
* of this MultiInput's Tokenizer (e.g. via Arrow keys). The change event must only fire on ENTER or when
* focus leaves the MultiInput entirely.
*
* @ui5-protected Do not call from applications (only from related classes in the framework)
*
* @returns Whether the change event should be prevented.
*/
preventChangeOnFocusLeave(
/**
* The event object.
*/
oEvent?: jQuery.Event
): boolean;
/**
* Removes all the controls from the aggregation {@link #getTokens tokens}.
*
Expand Down Expand Up @@ -111100,6 +111115,19 @@ declare module "sap/m/SearchField" {
* @returns Metadata object describing this class
*/
static getMetadata(): ElementMetadata;
/**
* Adds some ariaControl into the association {@link #getAriaControls ariaControls}.
*
* @since 1.150
*
* @returns Reference to `this` in order to allow method chaining
*/
addAriaControl(
/**
* The ariaControls to add; if empty, nothing is inserted
*/
vAriaControl: ID | Control
): this;
/**
* Adds some ariaDescribedBy into the association {@link #getAriaDescribedBy ariaDescribedBy}.
*
Expand Down Expand Up @@ -111492,6 +111520,12 @@ declare module "sap/m/SearchField" {
*/
mParameters?: SearchField$SuggestEventParameters
): this;
/**
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaControls ariaControls}.
*
* @since 1.150
*/
getAriaControls(): ID[];
/**
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
*/
Expand Down Expand Up @@ -111707,6 +111741,14 @@ declare module "sap/m/SearchField" {
*/
iIndex: int
): this;
/**
* Removes all the controls in the association named {@link #getAriaControls ariaControls}.
*
* @since 1.150
*
* @returns An array of the removed elements (might be empty)
*/
removeAllAriaControls(): ID[];
/**
* Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
*
Expand All @@ -111731,6 +111773,19 @@ declare module "sap/m/SearchField" {
* @returns An array of the removed elements (might be empty)
*/
removeAllSuggestionItems(): SuggestionItem[];
/**
* Removes an ariaControl from the association named {@link #getAriaControls ariaControls}.
*
* @since 1.150
*
* @returns The removed ariaControl or `null`
*/
removeAriaControl(
/**
* The ariaControl to be removed or its index or ID
*/
vAriaControl: int | ID | Control
): ID | null;
/**
* Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
*
Expand Down Expand Up @@ -112138,6 +112193,14 @@ declare module "sap/m/SearchField" {
*/
ariaLabelledBy?: Array<Control | string>;

/**
* Associates controls or IDs that are controlled by this control, as described by the WAI-ARIA attribute
* `aria-controls`.
*
* @since 1.150
*/
ariaControls?: Array<Control | string>;

/**
* Event which is fired when the user triggers a search.
*/
Expand Down Expand Up @@ -150937,9 +151000,9 @@ declare module "sap/m/TileContent" {
} from "sap/ui/base/ManagedObject";

import {
Priority,
ValueColor,
FrameType,
Priority,
Size,
LoadState,
} from "sap/m/library";
Expand Down Expand Up @@ -151036,6 +151099,30 @@ declare module "sap/m/TileContent" {
* @returns Reference to `this` in order to allow method chaining
*/
destroyContent(): this;
/**
* Gets current value of property {@link #getAdditionalPriority additionalPriority}.
*
* Sets the priority level for the additional priority badge. Determines the state and icon of the badge.
* Works only for generic tiles with ActionMode or Article Mode where FrameType Stretch is enabled.
*
* Default value is `None`.
*
* @since 1.151
*
* @returns Value of property `additionalPriority`
*/
getAdditionalPriority(): Priority;
/**
* Gets current value of property {@link #getAdditionalPriorityText additionalPriorityText}.
*
* Sets the text within the additional priority badge that is displayed next to the priority badge. Works
* only in Generic Tiles in ActionMode or Article Mode containing FrameType Stretch.
*
* @since 1.151
*
* @returns Value of property `additionalPriorityText`
*/
getAdditionalPriorityText(): string;
/**
* Gets content of aggregation {@link #getContent content}.
*
Expand Down Expand Up @@ -151144,6 +151231,30 @@ declare module "sap/m/TileContent" {
* @returns Value of property `unit`
*/
getUnit(): string;
/**
* Sets the priority level for the additional priority badge.
*
*
* @returns Reference to the current instance for method chaining.
*/
setAdditionalPriority(
/**
* The priority level.
*/
sPriority: Priority | keyof typeof Priority
): this;
/**
* Sets the text for the additional priority badge.
*
*
* @returns Reference to the current instance for method chaining.
*/
setAdditionalPriorityText(
/**
* The text to be displayed on the badge.
*/
sPriorityText: string
): this;
/**
* Sets the aggregated {@link #getContent content}.
*
Expand Down Expand Up @@ -151408,6 +151519,25 @@ declare module "sap/m/TileContent" {
*/
priorityText?: string | PropertyBindingInfo;

/**
* Sets the priority level for the additional priority badge. Determines the state and icon of the badge.
* Works only for generic tiles with ActionMode or Article Mode where FrameType Stretch is enabled.
*
* @since 1.151
*/
additionalPriority?:
| (Priority | keyof typeof Priority)
| PropertyBindingInfo
| `{${string}}`;

/**
* Sets the text within the additional priority badge that is displayed next to the priority badge. Works
* only in Generic Tiles in ActionMode or Article Mode containing FrameType Stretch.
*
* @since 1.151
*/
additionalPriorityText?: string | PropertyBindingInfo;

/**
* The load status.
*
Expand Down
Loading