@sapui5/ts-types-esm 1.130.2 → 1.131.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/{sap.ui.commons.d.ts → commons-1.131.0-esm-d.ts} +1 -1
- package/types/{core-1.130.0-esm-d.ts → core-1.131.0-esm-d.ts} +295 -300
- package/types/{sap.ui.dt.d.ts → dt-1.131.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{mdc-1.130.0-esm-d.ts → mdc-1.131.0-esm-d.ts} +220 -103
- package/types/{mobile-1.130.0-esm-d.ts → mobile-1.131.0-esm-d.ts} +355 -25
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +47 -9
- package/types/sap.f.d.ts +238 -12
- package/types/sap.fe.base.d.ts +24 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +10 -7
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +203 -145
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +96 -9
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +143 -55
- package/types/sap.ui.export.d.ts +6 -6
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +2 -2
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +142 -2
- package/types/sap.ui.layout.d.ts +18 -21
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +7 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +263 -9
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +28 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +7 -4
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/{sap.tnt.d.ts → tnt-1.131.0-esm-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.131.0-esm-d.ts} +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.131.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -2101,8 +2101,6 @@ declare module "sap/m/library" {
|
|
|
2101
2101
|
* undefined
|
|
2102
2102
|
*
|
|
2103
2103
|
* This enum is part of the 'sap/m/library' module export and must be accessed by the property 'P13nConditionOperation'.
|
|
2104
|
-
*
|
|
2105
|
-
* @experimental (since 1.26) - !!! THIS TYPE IS ONLY FOR INTERNAL USE !!!
|
|
2106
2104
|
*/
|
|
2107
2105
|
export enum P13nConditionOperation {
|
|
2108
2106
|
Ascending = "Ascending",
|
|
@@ -22329,29 +22327,35 @@ declare module "sap/m/Dialog" {
|
|
|
22329
22327
|
/**
|
|
22330
22328
|
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
22331
22329
|
*
|
|
22330
|
+
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
22331
|
+
* event object. The return value of this method indicates whether the default action should be executed.
|
|
22332
|
+
*
|
|
22332
22333
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
22333
22334
|
*
|
|
22334
|
-
* @returns
|
|
22335
|
+
* @returns Whether or not to prevent the default action
|
|
22335
22336
|
*/
|
|
22336
22337
|
fireBeforeClose(
|
|
22337
22338
|
/**
|
|
22338
22339
|
* Parameters to pass along with the event
|
|
22339
22340
|
*/
|
|
22340
22341
|
mParameters?: Dialog$BeforeCloseEventParameters
|
|
22341
|
-
):
|
|
22342
|
+
): boolean;
|
|
22342
22343
|
/**
|
|
22343
22344
|
* Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
|
|
22344
22345
|
*
|
|
22346
|
+
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
22347
|
+
* event object. The return value of this method indicates whether the default action should be executed.
|
|
22348
|
+
*
|
|
22345
22349
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
22346
22350
|
*
|
|
22347
|
-
* @returns
|
|
22351
|
+
* @returns Whether or not to prevent the default action
|
|
22348
22352
|
*/
|
|
22349
22353
|
fireBeforeOpen(
|
|
22350
22354
|
/**
|
|
22351
22355
|
* Parameters to pass along with the event
|
|
22352
22356
|
*/
|
|
22353
22357
|
mParameters?: object
|
|
22354
|
-
):
|
|
22358
|
+
): boolean;
|
|
22355
22359
|
/**
|
|
22356
22360
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
22357
22361
|
*/
|
|
@@ -52523,7 +52527,8 @@ declare module "sap/m/ListItemBase" {
|
|
|
52523
52527
|
* Defines the highlight state of the list items.
|
|
52524
52528
|
*
|
|
52525
52529
|
* Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
|
|
52526
|
-
* or {@link sap.ui.core.IndicationColor}
|
|
52530
|
+
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
52531
|
+
* for accessibility contrast reasons).
|
|
52527
52532
|
*
|
|
52528
52533
|
* Accessibility support is provided through the associated {@link sap.m.ListItemBase#setHighlightText highlightText }
|
|
52529
52534
|
* property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
|
|
@@ -52676,7 +52681,8 @@ declare module "sap/m/ListItemBase" {
|
|
|
52676
52681
|
* Defines the highlight state of the list items.
|
|
52677
52682
|
*
|
|
52678
52683
|
* Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
|
|
52679
|
-
* or {@link sap.ui.core.IndicationColor}
|
|
52684
|
+
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
52685
|
+
* for accessibility contrast reasons).
|
|
52680
52686
|
*
|
|
52681
52687
|
* Accessibility support is provided through the associated {@link sap.m.ListItemBase#setHighlightText highlightText }
|
|
52682
52688
|
* property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
|
|
@@ -52854,7 +52860,8 @@ declare module "sap/m/ListItemBase" {
|
|
|
52854
52860
|
* Defines the highlight state of the list items.
|
|
52855
52861
|
*
|
|
52856
52862
|
* Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
|
|
52857
|
-
* or {@link sap.ui.core.IndicationColor}
|
|
52863
|
+
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
52864
|
+
* for accessibility contrast reasons).
|
|
52858
52865
|
*
|
|
52859
52866
|
* Accessibility support is provided through the associated {@link sap.m.ListItemBase#setHighlightText highlightText }
|
|
52860
52867
|
* property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
|
|
@@ -53143,6 +53150,65 @@ declare module "sap/m/MaskInput" {
|
|
|
53143
53150
|
*/
|
|
53144
53151
|
oListener?: object
|
|
53145
53152
|
): this;
|
|
53153
|
+
/**
|
|
53154
|
+
* Attaches event handler `fnFunction` to the {@link #event:submit submit} event of this `sap.m.MaskInput`.
|
|
53155
|
+
*
|
|
53156
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
53157
|
+
* otherwise it will be bound to this `sap.m.MaskInput` itself.
|
|
53158
|
+
*
|
|
53159
|
+
* This event is fired when user presses the Enter key on the Mask input.
|
|
53160
|
+
*
|
|
53161
|
+
* **Notes:**
|
|
53162
|
+
* - The event is fired independent of whether there was a change before or not. If a change was performed,
|
|
53163
|
+
* the event is fired after the change event.
|
|
53164
|
+
* - The event is only fired on an input which allows text input (`editable` and `enabled`).
|
|
53165
|
+
*
|
|
53166
|
+
* @since 1.131.0
|
|
53167
|
+
*
|
|
53168
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53169
|
+
*/
|
|
53170
|
+
attachSubmit(
|
|
53171
|
+
/**
|
|
53172
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
53173
|
+
* object when firing the event
|
|
53174
|
+
*/
|
|
53175
|
+
oData: object,
|
|
53176
|
+
/**
|
|
53177
|
+
* The function to be called when the event occurs
|
|
53178
|
+
*/
|
|
53179
|
+
fnFunction: (p1: MaskInput$SubmitEvent) => void,
|
|
53180
|
+
/**
|
|
53181
|
+
* Context object to call the event handler with. Defaults to this `sap.m.MaskInput` itself
|
|
53182
|
+
*/
|
|
53183
|
+
oListener?: object
|
|
53184
|
+
): this;
|
|
53185
|
+
/**
|
|
53186
|
+
* Attaches event handler `fnFunction` to the {@link #event:submit submit} event of this `sap.m.MaskInput`.
|
|
53187
|
+
*
|
|
53188
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
53189
|
+
* otherwise it will be bound to this `sap.m.MaskInput` itself.
|
|
53190
|
+
*
|
|
53191
|
+
* This event is fired when user presses the Enter key on the Mask input.
|
|
53192
|
+
*
|
|
53193
|
+
* **Notes:**
|
|
53194
|
+
* - The event is fired independent of whether there was a change before or not. If a change was performed,
|
|
53195
|
+
* the event is fired after the change event.
|
|
53196
|
+
* - The event is only fired on an input which allows text input (`editable` and `enabled`).
|
|
53197
|
+
*
|
|
53198
|
+
* @since 1.131.0
|
|
53199
|
+
*
|
|
53200
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53201
|
+
*/
|
|
53202
|
+
attachSubmit(
|
|
53203
|
+
/**
|
|
53204
|
+
* The function to be called when the event occurs
|
|
53205
|
+
*/
|
|
53206
|
+
fnFunction: (p1: MaskInput$SubmitEvent) => void,
|
|
53207
|
+
/**
|
|
53208
|
+
* Context object to call the event handler with. Defaults to this `sap.m.MaskInput` itself
|
|
53209
|
+
*/
|
|
53210
|
+
oListener?: object
|
|
53211
|
+
): this;
|
|
53146
53212
|
/**
|
|
53147
53213
|
* Destroys all the rules in the aggregation {@link #getRules rules}.
|
|
53148
53214
|
*
|
|
@@ -53169,6 +53235,25 @@ declare module "sap/m/MaskInput" {
|
|
|
53169
53235
|
*/
|
|
53170
53236
|
oListener?: object
|
|
53171
53237
|
): this;
|
|
53238
|
+
/**
|
|
53239
|
+
* Detaches event handler `fnFunction` from the {@link #event:submit submit} event of this `sap.m.MaskInput`.
|
|
53240
|
+
*
|
|
53241
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
53242
|
+
*
|
|
53243
|
+
* @since 1.131.0
|
|
53244
|
+
*
|
|
53245
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53246
|
+
*/
|
|
53247
|
+
detachSubmit(
|
|
53248
|
+
/**
|
|
53249
|
+
* The function to be called, when the event occurs
|
|
53250
|
+
*/
|
|
53251
|
+
fnFunction: (p1: MaskInput$SubmitEvent) => void,
|
|
53252
|
+
/**
|
|
53253
|
+
* Context object on which the given function had to be called
|
|
53254
|
+
*/
|
|
53255
|
+
oListener?: object
|
|
53256
|
+
): this;
|
|
53172
53257
|
/**
|
|
53173
53258
|
* Fires event {@link #event:liveChange liveChange} to attached listeners.
|
|
53174
53259
|
*
|
|
@@ -53183,6 +53268,20 @@ declare module "sap/m/MaskInput" {
|
|
|
53183
53268
|
*/
|
|
53184
53269
|
mParameters?: MaskInput$LiveChangeEventParameters
|
|
53185
53270
|
): this;
|
|
53271
|
+
/**
|
|
53272
|
+
* Fires event {@link #event:submit submit} to attached listeners.
|
|
53273
|
+
*
|
|
53274
|
+
* @since 1.131.0
|
|
53275
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
53276
|
+
*
|
|
53277
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53278
|
+
*/
|
|
53279
|
+
fireSubmit(
|
|
53280
|
+
/**
|
|
53281
|
+
* Parameters to pass along with the event
|
|
53282
|
+
*/
|
|
53283
|
+
mParameters?: MaskInput$SubmitEventParameters
|
|
53284
|
+
): this;
|
|
53186
53285
|
/**
|
|
53187
53286
|
* Gets current value of property {@link #getMask mask}.
|
|
53188
53287
|
*
|
|
@@ -53390,6 +53489,18 @@ declare module "sap/m/MaskInput" {
|
|
|
53390
53489
|
* @since 1.104.0
|
|
53391
53490
|
*/
|
|
53392
53491
|
liveChange?: (oEvent: MaskInput$LiveChangeEvent) => void;
|
|
53492
|
+
|
|
53493
|
+
/**
|
|
53494
|
+
* This event is fired when user presses the Enter key on the Mask input.
|
|
53495
|
+
*
|
|
53496
|
+
* **Notes:**
|
|
53497
|
+
* - The event is fired independent of whether there was a change before or not. If a change was performed,
|
|
53498
|
+
* the event is fired after the change event.
|
|
53499
|
+
* - The event is only fired on an input which allows text input (`editable` and `enabled`).
|
|
53500
|
+
*
|
|
53501
|
+
* @since 1.131.0
|
|
53502
|
+
*/
|
|
53503
|
+
submit?: (oEvent: MaskInput$SubmitEvent) => void;
|
|
53393
53504
|
}
|
|
53394
53505
|
|
|
53395
53506
|
/**
|
|
@@ -53414,6 +53525,24 @@ declare module "sap/m/MaskInput" {
|
|
|
53414
53525
|
MaskInput$LiveChangeEventParameters,
|
|
53415
53526
|
MaskInput
|
|
53416
53527
|
>;
|
|
53528
|
+
|
|
53529
|
+
/**
|
|
53530
|
+
* Parameters of the MaskInput#submit event.
|
|
53531
|
+
*/
|
|
53532
|
+
export interface MaskInput$SubmitEventParameters {
|
|
53533
|
+
/**
|
|
53534
|
+
* The new value of the Mask input.
|
|
53535
|
+
*/
|
|
53536
|
+
value?: string;
|
|
53537
|
+
}
|
|
53538
|
+
|
|
53539
|
+
/**
|
|
53540
|
+
* Event object of the MaskInput#submit event.
|
|
53541
|
+
*/
|
|
53542
|
+
export type MaskInput$SubmitEvent = Event<
|
|
53543
|
+
MaskInput$SubmitEventParameters,
|
|
53544
|
+
MaskInput
|
|
53545
|
+
>;
|
|
53417
53546
|
}
|
|
53418
53547
|
|
|
53419
53548
|
declare module "sap/m/MaskInputRule" {
|
|
@@ -53672,6 +53801,57 @@ declare module "sap/m/Menu" {
|
|
|
53672
53801
|
*/
|
|
53673
53802
|
oItem: IMenuItem
|
|
53674
53803
|
): this;
|
|
53804
|
+
/**
|
|
53805
|
+
* Attaches event handler `fnFunction` to the {@link #event:beforeClose beforeClose} event of this `sap.m.Menu`.
|
|
53806
|
+
*
|
|
53807
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
53808
|
+
* otherwise it will be bound to this `sap.m.Menu` itself.
|
|
53809
|
+
*
|
|
53810
|
+
* Fired before the menu is closed. This event can be prevented which effectively prevents the menu from
|
|
53811
|
+
* closing.
|
|
53812
|
+
*
|
|
53813
|
+
* @since 1.131
|
|
53814
|
+
*
|
|
53815
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53816
|
+
*/
|
|
53817
|
+
attachBeforeClose(
|
|
53818
|
+
/**
|
|
53819
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
53820
|
+
* object when firing the event
|
|
53821
|
+
*/
|
|
53822
|
+
oData: object,
|
|
53823
|
+
/**
|
|
53824
|
+
* The function to be called when the event occurs
|
|
53825
|
+
*/
|
|
53826
|
+
fnFunction: (p1: Event) => void,
|
|
53827
|
+
/**
|
|
53828
|
+
* Context object to call the event handler with. Defaults to this `sap.m.Menu` itself
|
|
53829
|
+
*/
|
|
53830
|
+
oListener?: object
|
|
53831
|
+
): this;
|
|
53832
|
+
/**
|
|
53833
|
+
* Attaches event handler `fnFunction` to the {@link #event:beforeClose beforeClose} event of this `sap.m.Menu`.
|
|
53834
|
+
*
|
|
53835
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
53836
|
+
* otherwise it will be bound to this `sap.m.Menu` itself.
|
|
53837
|
+
*
|
|
53838
|
+
* Fired before the menu is closed. This event can be prevented which effectively prevents the menu from
|
|
53839
|
+
* closing.
|
|
53840
|
+
*
|
|
53841
|
+
* @since 1.131
|
|
53842
|
+
*
|
|
53843
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53844
|
+
*/
|
|
53845
|
+
attachBeforeClose(
|
|
53846
|
+
/**
|
|
53847
|
+
* The function to be called when the event occurs
|
|
53848
|
+
*/
|
|
53849
|
+
fnFunction: (p1: Event) => void,
|
|
53850
|
+
/**
|
|
53851
|
+
* Context object to call the event handler with. Defaults to this `sap.m.Menu` itself
|
|
53852
|
+
*/
|
|
53853
|
+
oListener?: object
|
|
53854
|
+
): this;
|
|
53675
53855
|
/**
|
|
53676
53856
|
* Attaches event handler `fnFunction` to the {@link #event:closed closed} event of this `sap.m.Menu`.
|
|
53677
53857
|
*
|
|
@@ -53792,6 +53972,25 @@ declare module "sap/m/Menu" {
|
|
|
53792
53972
|
* @returns Reference to `this` in order to allow method chaining
|
|
53793
53973
|
*/
|
|
53794
53974
|
destroyItems(): this;
|
|
53975
|
+
/**
|
|
53976
|
+
* Detaches event handler `fnFunction` from the {@link #event:beforeClose beforeClose} event of this `sap.m.Menu`.
|
|
53977
|
+
*
|
|
53978
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
53979
|
+
*
|
|
53980
|
+
* @since 1.131
|
|
53981
|
+
*
|
|
53982
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
53983
|
+
*/
|
|
53984
|
+
detachBeforeClose(
|
|
53985
|
+
/**
|
|
53986
|
+
* The function to be called, when the event occurs
|
|
53987
|
+
*/
|
|
53988
|
+
fnFunction: (p1: Event) => void,
|
|
53989
|
+
/**
|
|
53990
|
+
* Context object on which the given function had to be called
|
|
53991
|
+
*/
|
|
53992
|
+
oListener?: object
|
|
53993
|
+
): this;
|
|
53795
53994
|
/**
|
|
53796
53995
|
* Detaches event handler `fnFunction` from the {@link #event:closed closed} event of this `sap.m.Menu`.
|
|
53797
53996
|
*
|
|
@@ -53828,6 +54027,23 @@ declare module "sap/m/Menu" {
|
|
|
53828
54027
|
*/
|
|
53829
54028
|
oListener?: object
|
|
53830
54029
|
): this;
|
|
54030
|
+
/**
|
|
54031
|
+
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
54032
|
+
*
|
|
54033
|
+
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
54034
|
+
* event object. The return value of this method indicates whether the default action should be executed.
|
|
54035
|
+
*
|
|
54036
|
+
* @since 1.131
|
|
54037
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
54038
|
+
*
|
|
54039
|
+
* @returns Whether or not to prevent the default action
|
|
54040
|
+
*/
|
|
54041
|
+
fireBeforeClose(
|
|
54042
|
+
/**
|
|
54043
|
+
* Parameters to pass along with the event
|
|
54044
|
+
*/
|
|
54045
|
+
mParameters?: object
|
|
54046
|
+
): boolean;
|
|
53831
54047
|
/**
|
|
53832
54048
|
* Fires event {@link #event:closed closed} to attached listeners.
|
|
53833
54049
|
*
|
|
@@ -54026,8 +54242,29 @@ declare module "sap/m/Menu" {
|
|
|
54026
54242
|
* Fired when the menu is closed.
|
|
54027
54243
|
*/
|
|
54028
54244
|
closed?: (oEvent: Event) => void;
|
|
54245
|
+
|
|
54246
|
+
/**
|
|
54247
|
+
* Fired before the menu is closed. This event can be prevented which effectively prevents the menu from
|
|
54248
|
+
* closing.
|
|
54249
|
+
*
|
|
54250
|
+
* @since 1.131
|
|
54251
|
+
*/
|
|
54252
|
+
beforeClose?: (oEvent: Event) => void;
|
|
54029
54253
|
}
|
|
54030
54254
|
|
|
54255
|
+
/**
|
|
54256
|
+
* Parameters of the Menu#beforeClose event.
|
|
54257
|
+
*/
|
|
54258
|
+
export interface Menu$BeforeCloseEventParameters {}
|
|
54259
|
+
|
|
54260
|
+
/**
|
|
54261
|
+
* Event object of the Menu#beforeClose event.
|
|
54262
|
+
*/
|
|
54263
|
+
export type Menu$BeforeCloseEvent = Event<
|
|
54264
|
+
Menu$BeforeCloseEventParameters,
|
|
54265
|
+
Menu
|
|
54266
|
+
>;
|
|
54267
|
+
|
|
54031
54268
|
/**
|
|
54032
54269
|
* Parameters of the Menu#closed event.
|
|
54033
54270
|
*/
|
|
@@ -54934,6 +55171,8 @@ declare module "sap/m/MenuItem" {
|
|
|
54934
55171
|
|
|
54935
55172
|
import { IMenuItem } from "sap/m/library";
|
|
54936
55173
|
|
|
55174
|
+
import Control from "sap/ui/core/Control";
|
|
55175
|
+
|
|
54937
55176
|
import Event from "sap/ui/base/Event";
|
|
54938
55177
|
|
|
54939
55178
|
import {
|
|
@@ -55012,6 +55251,20 @@ declare module "sap/m/MenuItem" {
|
|
|
55012
55251
|
* @returns Metadata object describing this class
|
|
55013
55252
|
*/
|
|
55014
55253
|
static getMetadata(): ElementMetadata;
|
|
55254
|
+
/**
|
|
55255
|
+
* Adds some endContent to the aggregation {@link #getEndContent endContent}.
|
|
55256
|
+
*
|
|
55257
|
+
* @since 1.131
|
|
55258
|
+
* @experimental
|
|
55259
|
+
*
|
|
55260
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
55261
|
+
*/
|
|
55262
|
+
addEndContent(
|
|
55263
|
+
/**
|
|
55264
|
+
* The endContent to add; if empty, nothing is inserted
|
|
55265
|
+
*/
|
|
55266
|
+
oEndContent: Control
|
|
55267
|
+
): this;
|
|
55015
55268
|
/**
|
|
55016
55269
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
55017
55270
|
*
|
|
@@ -55184,6 +55437,15 @@ declare module "sap/m/MenuItem" {
|
|
|
55184
55437
|
*/
|
|
55185
55438
|
oBindingInfo: AggregationBindingInfo
|
|
55186
55439
|
): this;
|
|
55440
|
+
/**
|
|
55441
|
+
* Destroys all the endContent in the aggregation {@link #getEndContent endContent}.
|
|
55442
|
+
*
|
|
55443
|
+
* @since 1.131
|
|
55444
|
+
* @experimental
|
|
55445
|
+
*
|
|
55446
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
55447
|
+
*/
|
|
55448
|
+
destroyEndContent(): this;
|
|
55187
55449
|
/**
|
|
55188
55450
|
* Destroys all the items in the aggregation {@link #getItems items}.
|
|
55189
55451
|
*
|
|
@@ -55286,6 +55548,16 @@ declare module "sap/m/MenuItem" {
|
|
|
55286
55548
|
*/
|
|
55287
55549
|
mParameters?: MenuItem$PropertyChangedEventParameters
|
|
55288
55550
|
): this;
|
|
55551
|
+
/**
|
|
55552
|
+
* Gets content of aggregation {@link #getEndContent endContent}.
|
|
55553
|
+
*
|
|
55554
|
+
* Defines the content that is displayed at the end of a menu item. This aggregation allows for the addition
|
|
55555
|
+
* of custom elements, such as icons and buttons.
|
|
55556
|
+
*
|
|
55557
|
+
* @since 1.131
|
|
55558
|
+
* @experimental
|
|
55559
|
+
*/
|
|
55560
|
+
getEndContent(): Control[];
|
|
55289
55561
|
/**
|
|
55290
55562
|
* Gets current value of property {@link #getIcon icon}.
|
|
55291
55563
|
*
|
|
@@ -55351,6 +55623,21 @@ declare module "sap/m/MenuItem" {
|
|
|
55351
55623
|
* @returns Value of property `visible`
|
|
55352
55624
|
*/
|
|
55353
55625
|
getVisible(): boolean;
|
|
55626
|
+
/**
|
|
55627
|
+
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getEndContent endContent}. and
|
|
55628
|
+
* returns its index if found or -1 otherwise.
|
|
55629
|
+
*
|
|
55630
|
+
* @since 1.131
|
|
55631
|
+
* @experimental
|
|
55632
|
+
*
|
|
55633
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
55634
|
+
*/
|
|
55635
|
+
indexOfEndContent(
|
|
55636
|
+
/**
|
|
55637
|
+
* The endContent whose index is looked for
|
|
55638
|
+
*/
|
|
55639
|
+
oEndContent: Control
|
|
55640
|
+
): int;
|
|
55354
55641
|
/**
|
|
55355
55642
|
* Checks for the provided `sap.m.IMenuItem` in the aggregation {@link #getItems items}. and returns its
|
|
55356
55643
|
* index if found or -1 otherwise.
|
|
@@ -55364,6 +55651,26 @@ declare module "sap/m/MenuItem" {
|
|
|
55364
55651
|
*/
|
|
55365
55652
|
oItem: IMenuItem
|
|
55366
55653
|
): int;
|
|
55654
|
+
/**
|
|
55655
|
+
* Inserts a endContent into the aggregation {@link #getEndContent endContent}.
|
|
55656
|
+
*
|
|
55657
|
+
* @since 1.131
|
|
55658
|
+
* @experimental
|
|
55659
|
+
*
|
|
55660
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
55661
|
+
*/
|
|
55662
|
+
insertEndContent(
|
|
55663
|
+
/**
|
|
55664
|
+
* The endContent to insert; if empty, nothing is inserted
|
|
55665
|
+
*/
|
|
55666
|
+
oEndContent: Control,
|
|
55667
|
+
/**
|
|
55668
|
+
* The `0`-based index the endContent should be inserted at; for a negative value of `iIndex`, the endContent
|
|
55669
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the endContent
|
|
55670
|
+
* is inserted at the last position
|
|
55671
|
+
*/
|
|
55672
|
+
iIndex: int
|
|
55673
|
+
): this;
|
|
55367
55674
|
/**
|
|
55368
55675
|
* Inserts a item into the aggregation {@link #getItems items}.
|
|
55369
55676
|
*
|
|
@@ -55382,6 +55689,17 @@ declare module "sap/m/MenuItem" {
|
|
|
55382
55689
|
*/
|
|
55383
55690
|
iIndex: int
|
|
55384
55691
|
): this;
|
|
55692
|
+
/**
|
|
55693
|
+
* Removes all the controls from the aggregation {@link #getEndContent endContent}.
|
|
55694
|
+
*
|
|
55695
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
55696
|
+
*
|
|
55697
|
+
* @since 1.131
|
|
55698
|
+
* @experimental
|
|
55699
|
+
*
|
|
55700
|
+
* @returns An array of the removed elements (might be empty)
|
|
55701
|
+
*/
|
|
55702
|
+
removeAllEndContent(): Control[];
|
|
55385
55703
|
/**
|
|
55386
55704
|
* Removes all the controls from the aggregation {@link #getItems items}.
|
|
55387
55705
|
*
|
|
@@ -55391,6 +55709,20 @@ declare module "sap/m/MenuItem" {
|
|
|
55391
55709
|
* @returns An array of the removed elements (might be empty)
|
|
55392
55710
|
*/
|
|
55393
55711
|
removeAllItems(): IMenuItem[];
|
|
55712
|
+
/**
|
|
55713
|
+
* Removes a endContent from the aggregation {@link #getEndContent endContent}.
|
|
55714
|
+
*
|
|
55715
|
+
* @since 1.131
|
|
55716
|
+
* @experimental
|
|
55717
|
+
*
|
|
55718
|
+
* @returns The removed endContent or `null`
|
|
55719
|
+
*/
|
|
55720
|
+
removeEndContent(
|
|
55721
|
+
/**
|
|
55722
|
+
* The endContent to remove or its index or id
|
|
55723
|
+
*/
|
|
55724
|
+
vEndContent: int | string | Control
|
|
55725
|
+
): Control | null;
|
|
55394
55726
|
/**
|
|
55395
55727
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
55396
55728
|
*
|
|
@@ -55525,6 +55857,15 @@ declare module "sap/m/MenuItem" {
|
|
|
55525
55857
|
*/
|
|
55526
55858
|
items?: IMenuItem[] | IMenuItem | AggregationBindingInfo | `{${string}}`;
|
|
55527
55859
|
|
|
55860
|
+
/**
|
|
55861
|
+
* Defines the content that is displayed at the end of a menu item. This aggregation allows for the addition
|
|
55862
|
+
* of custom elements, such as icons and buttons.
|
|
55863
|
+
*
|
|
55864
|
+
* @since 1.131
|
|
55865
|
+
* @experimental
|
|
55866
|
+
*/
|
|
55867
|
+
endContent?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
55868
|
+
|
|
55528
55869
|
/**
|
|
55529
55870
|
* Fired after the item has been pressed.
|
|
55530
55871
|
*/
|
|
@@ -72751,7 +73092,6 @@ declare module "sap/m/OverflowToolbar" {
|
|
|
72751
73092
|
* - {@link sap.m.ComboBox}
|
|
72752
73093
|
* - {@link sap.m.DatePicker}
|
|
72753
73094
|
* - {@link sap.m.DateRangeSelection}
|
|
72754
|
-
* - {@link sap.m.DateTimeInput}
|
|
72755
73095
|
* - {@link sap.m.DateTimePicker}
|
|
72756
73096
|
* - {@link sap.m.GenericTag}
|
|
72757
73097
|
* - {@link sap.m.Input}
|
|
@@ -73908,7 +74248,6 @@ declare module "sap/m/p13n/Engine" {
|
|
|
73908
74248
|
* Applies a state to a control by passing an object that contains the registered controller key and an
|
|
73909
74249
|
* object matching the inner subcontroller logic.
|
|
73910
74250
|
*
|
|
73911
|
-
* @experimental (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
73912
74251
|
*
|
|
73913
74252
|
* @returns A Promise resolving after the state has been applied
|
|
73914
74253
|
*/
|
|
@@ -73990,7 +74329,6 @@ declare module "sap/m/p13n/Engine" {
|
|
|
73990
74329
|
* modification handler appliance). After the returned `Promise` has been resolved, the returned state is
|
|
73991
74330
|
* in sync with the related state object of the control.
|
|
73992
74331
|
*
|
|
73993
|
-
* @experimental (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
73994
74332
|
*
|
|
73995
74333
|
* @returns A Promise resolving in the current control state
|
|
73996
74334
|
*/
|
|
@@ -76787,7 +77125,6 @@ declare module "sap/m/P13nConditionPanel" {
|
|
|
76787
77125
|
*
|
|
76788
77126
|
* @since 1.26.0
|
|
76789
77127
|
* @deprecated (since 1.124) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
76790
|
-
* @experimental (since 1.26) - !!! THIS CONTROL IS ONLY FOR INTERNAL USE !!!
|
|
76791
77128
|
*/
|
|
76792
77129
|
export default class P13nConditionPanel extends Control {
|
|
76793
77130
|
/**
|
|
@@ -77398,7 +77735,6 @@ declare module "sap/m/P13nConditionPanel" {
|
|
|
77398
77735
|
* Describes the settings that can be provided to the P13nConditionPanel constructor.
|
|
77399
77736
|
*
|
|
77400
77737
|
* @deprecated (since 1.124) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
77401
|
-
* @experimental (since 1.26) - !!! THIS CONTROL IS ONLY FOR INTERNAL USE !!!
|
|
77402
77738
|
*/
|
|
77403
77739
|
export interface $P13nConditionPanelSettings extends $ControlSettings {
|
|
77404
77740
|
/**
|
|
@@ -79282,7 +79618,6 @@ declare module "sap/m/P13nFilterPanel" {
|
|
|
79282
79618
|
*
|
|
79283
79619
|
* Event raised if a filter item has been changed. reason can be added, updated or removed.
|
|
79284
79620
|
*
|
|
79285
|
-
* @experimental (since 1.56)
|
|
79286
79621
|
*
|
|
79287
79622
|
* @returns Reference to `this` in order to allow method chaining
|
|
79288
79623
|
*/
|
|
@@ -79310,7 +79645,6 @@ declare module "sap/m/P13nFilterPanel" {
|
|
|
79310
79645
|
*
|
|
79311
79646
|
* Event raised if a filter item has been changed. reason can be added, updated or removed.
|
|
79312
79647
|
*
|
|
79313
|
-
* @experimental (since 1.56)
|
|
79314
79648
|
*
|
|
79315
79649
|
* @returns Reference to `this` in order to allow method chaining
|
|
79316
79650
|
*/
|
|
@@ -79476,7 +79810,6 @@ declare module "sap/m/P13nFilterPanel" {
|
|
|
79476
79810
|
*
|
|
79477
79811
|
* The passed function and listener object must match the ones used for event registration.
|
|
79478
79812
|
*
|
|
79479
|
-
* @experimental (since 1.56)
|
|
79480
79813
|
*
|
|
79481
79814
|
* @returns Reference to `this` in order to allow method chaining
|
|
79482
79815
|
*/
|
|
@@ -79544,7 +79877,6 @@ declare module "sap/m/P13nFilterPanel" {
|
|
|
79544
79877
|
/**
|
|
79545
79878
|
* Fires event {@link #event:filterItemChanged filterItemChanged} to attached listeners.
|
|
79546
79879
|
*
|
|
79547
|
-
* @experimental (since 1.56)
|
|
79548
79880
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
79549
79881
|
*
|
|
79550
79882
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -79987,8 +80319,6 @@ declare module "sap/m/P13nFilterPanel" {
|
|
|
79987
80319
|
|
|
79988
80320
|
/**
|
|
79989
80321
|
* Event raised if a filter item has been changed. reason can be added, updated or removed.
|
|
79990
|
-
*
|
|
79991
|
-
* @experimental (since 1.56)
|
|
79992
80322
|
*/
|
|
79993
80323
|
filterItemChanged?: (
|
|
79994
80324
|
oEvent: P13nFilterPanel$FilterItemChangedEvent
|
|
@@ -80010,8 +80340,6 @@ declare module "sap/m/P13nFilterPanel" {
|
|
|
80010
80340
|
|
|
80011
80341
|
/**
|
|
80012
80342
|
* Parameters of the P13nFilterPanel#filterItemChanged event.
|
|
80013
|
-
*
|
|
80014
|
-
* @experimental (since 1.56)
|
|
80015
80343
|
*/
|
|
80016
80344
|
export interface P13nFilterPanel$FilterItemChangedEventParameters {
|
|
80017
80345
|
/**
|
|
@@ -80038,8 +80366,6 @@ declare module "sap/m/P13nFilterPanel" {
|
|
|
80038
80366
|
|
|
80039
80367
|
/**
|
|
80040
80368
|
* Event object of the P13nFilterPanel#filterItemChanged event.
|
|
80041
|
-
*
|
|
80042
|
-
* @experimental (since 1.56)
|
|
80043
80369
|
*/
|
|
80044
80370
|
export type P13nFilterPanel$FilterItemChangedEvent = Event<
|
|
80045
80371
|
P13nFilterPanel$FilterItemChangedEventParameters,
|
|
@@ -98327,6 +98653,7 @@ declare module "sap/m/ProgressIndicator" {
|
|
|
98327
98653
|
*
|
|
98328
98654
|
* Default value is `true`.
|
|
98329
98655
|
*
|
|
98656
|
+
* @deprecated (since 1.130) - with no replacement.
|
|
98330
98657
|
*
|
|
98331
98658
|
* @returns Value of property `enabled`
|
|
98332
98659
|
*/
|
|
@@ -98509,6 +98836,7 @@ declare module "sap/m/ProgressIndicator" {
|
|
|
98509
98836
|
*
|
|
98510
98837
|
* Default value is `true`.
|
|
98511
98838
|
*
|
|
98839
|
+
* @deprecated (since 1.130) - with no replacement.
|
|
98512
98840
|
*
|
|
98513
98841
|
* @returns Reference to `this` in order to allow method chaining
|
|
98514
98842
|
*/
|
|
@@ -98639,6 +98967,8 @@ declare module "sap/m/ProgressIndicator" {
|
|
|
98639
98967
|
export interface $ProgressIndicatorSettings extends $ControlSettings {
|
|
98640
98968
|
/**
|
|
98641
98969
|
* Switches enabled state of the control. Disabled fields have different colors, and cannot be focused.
|
|
98970
|
+
*
|
|
98971
|
+
* @deprecated (since 1.130) - with no replacement.
|
|
98642
98972
|
*/
|
|
98643
98973
|
enabled?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
98644
98974
|
|
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED