@openui5/ts-types-esm 1.99.0 → 1.100.0
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 +6 -2
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +466 -88
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +788 -473
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -1
- package/types/sap.ui.integration.d.ts +21 -3
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +61 -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 +6 -12
- package/types/sap.ui.table.d.ts +3 -14
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +244 -223
- package/types/sap.ui.webc.main.d.ts +976 -619
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.100.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -774,12 +774,14 @@ declare module "sap/m/library" {
|
|
|
774
774
|
*/
|
|
775
775
|
HeaderMode = "HeaderMode",
|
|
776
776
|
/**
|
|
777
|
+
* @SINCE 1.96
|
|
777
778
|
* @EXPERIMENTAL (since 1.96)
|
|
778
779
|
*
|
|
779
780
|
* Icon mode.
|
|
780
781
|
*
|
|
781
|
-
* GenericTile displays a combination of icon and header title.
|
|
782
|
-
*
|
|
782
|
+
* GenericTile displays a combination of icon and header title.
|
|
783
|
+
*
|
|
784
|
+
* It is applicable only for the OneByOne FrameType and TwoByHalf FrameType.
|
|
783
785
|
*/
|
|
784
786
|
IconMode = "IconMode",
|
|
785
787
|
/**
|
|
@@ -3019,7 +3021,7 @@ declare module "sap/m/library" {
|
|
|
3019
3021
|
/**
|
|
3020
3022
|
* The image to update. If undefined, a new image will be created.
|
|
3021
3023
|
*/
|
|
3022
|
-
|
|
3024
|
+
oImage: Image,
|
|
3023
3025
|
/**
|
|
3024
3026
|
* oImageControl's parentControl.
|
|
3025
3027
|
*/
|
|
@@ -35262,6 +35264,8 @@ declare module "sap/m/InputBaseRenderer" {
|
|
|
35262
35264
|
|
|
35263
35265
|
import InputBase from "sap/m/InputBase";
|
|
35264
35266
|
|
|
35267
|
+
import Icon from "sap/ui/core/Icon";
|
|
35268
|
+
|
|
35265
35269
|
/**
|
|
35266
35270
|
* InputBase renderer.
|
|
35267
35271
|
*/
|
|
@@ -35599,13 +35603,9 @@ declare module "sap/m/InputBaseRenderer" {
|
|
|
35599
35603
|
*/
|
|
35600
35604
|
oRm: RenderManager,
|
|
35601
35605
|
/**
|
|
35602
|
-
*
|
|
35603
|
-
*/
|
|
35604
|
-
oControl: InputBase,
|
|
35605
|
-
/**
|
|
35606
|
-
* An aggregation from which the icon should be rendered - begin or end.
|
|
35606
|
+
* List of icons to render
|
|
35607
35607
|
*/
|
|
35608
|
-
|
|
35608
|
+
aIcons: Icon[]
|
|
35609
35609
|
): void;
|
|
35610
35610
|
/**
|
|
35611
35611
|
* This method is reserved for derived classes to add extra attributes for the input element.
|
|
@@ -48885,8 +48885,8 @@ declare module "sap/m/NavContainer" {
|
|
|
48885
48885
|
* using the given data. For back navigation this can be used e.g. when returning from a detail page to
|
|
48886
48886
|
* transfer any settings done there.
|
|
48887
48887
|
*
|
|
48888
|
-
* When the
|
|
48889
|
-
* or as null) in order to have a proper parameter order.
|
|
48888
|
+
* When the `oTransitionParameters` parameter is used, this `backData` parameter must also be given (either
|
|
48889
|
+
* as object or as `null` or `undefined`) in order to have a proper parameter order.
|
|
48890
48890
|
*/
|
|
48891
48891
|
backData?: object,
|
|
48892
48892
|
/**
|
|
@@ -48894,8 +48894,8 @@ declare module "sap/m/NavContainer" {
|
|
|
48894
48894
|
* like the DOM element which triggered the transition or the desired transition duration. The animation
|
|
48895
48895
|
* type can NOT be selected here - it is always the inverse of the "to" navigation.
|
|
48896
48896
|
*
|
|
48897
|
-
* In order to use the
|
|
48898
|
-
* must be given) for a proper parameter order.
|
|
48897
|
+
* In order to use the `oTransitionParameters parameter, the backData` parameter must be used
|
|
48898
|
+
* (at least `null` or `undefined` must be given) for a proper parameter order.
|
|
48899
48899
|
*
|
|
48900
48900
|
* NOTE: it depends on the transition function how the object should be structured and which parameters
|
|
48901
48901
|
* are actually used to influence the transition.
|
|
@@ -48927,22 +48927,22 @@ declare module "sap/m/NavContainer" {
|
|
|
48927
48927
|
* the "backToPage" navigation. The event on the target page will contain this data object as "backData"
|
|
48928
48928
|
* property.
|
|
48929
48929
|
*
|
|
48930
|
-
* When the
|
|
48931
|
-
* or as null) in order to have a proper parameter order.
|
|
48930
|
+
* When the `oTransitionParameters` parameter is used, this `backData` parameter must also be given (either
|
|
48931
|
+
* as object or as `null` or `undefined`) in order to have a proper parameter order.
|
|
48932
48932
|
*/
|
|
48933
|
-
backData
|
|
48933
|
+
backData?: object,
|
|
48934
48934
|
/**
|
|
48935
48935
|
* This optional object can give additional information to the transition function, like the DOM element
|
|
48936
48936
|
* which triggered the transition or the desired transition duration. The animation type can NOT be selected
|
|
48937
48937
|
* here - it is always the inverse of the "to" navigation.
|
|
48938
48938
|
*
|
|
48939
|
-
* In order to use the
|
|
48940
|
-
* must be given) for a proper parameter order.
|
|
48939
|
+
* In order to use the `oTransitionParameters parameter, the backData` parameter must be used
|
|
48940
|
+
* (at least `null` or `undefined` must be given) for a proper parameter order.
|
|
48941
48941
|
*
|
|
48942
48942
|
* NOTE: it depends on the transition function how the object should be structured and which parameters
|
|
48943
48943
|
* are actually used to influence the transition.
|
|
48944
48944
|
*/
|
|
48945
|
-
oTransitionParameters
|
|
48945
|
+
oTransitionParameters?: object
|
|
48946
48946
|
): this;
|
|
48947
48947
|
/**
|
|
48948
48948
|
* @SINCE 1.7.1
|
|
@@ -48963,8 +48963,8 @@ declare module "sap/m/NavContainer" {
|
|
|
48963
48963
|
* the "backToTop" navigation. The event on the target page will contain this data object as "backData"
|
|
48964
48964
|
* property.
|
|
48965
48965
|
*
|
|
48966
|
-
* When the
|
|
48967
|
-
* or as null) in order to have a proper parameter order.
|
|
48966
|
+
* When the `oTransitionParameters` parameter is used, this `backData` parameter must also be given (either
|
|
48967
|
+
* as object or as `null` or `undefined`) in order to have a proper parameter order.
|
|
48968
48968
|
*/
|
|
48969
48969
|
backData?: object,
|
|
48970
48970
|
/**
|
|
@@ -48972,8 +48972,8 @@ declare module "sap/m/NavContainer" {
|
|
|
48972
48972
|
* which triggered the transition or the desired transition duration. The animation type can NOT be selected
|
|
48973
48973
|
* here - it is always the inverse of the "to" navigation.
|
|
48974
48974
|
*
|
|
48975
|
-
* In order to use the
|
|
48976
|
-
* must be given) for a proper parameter order.
|
|
48975
|
+
* In order to use the `oTransitionParameters parameter, the backData` parameter must be used
|
|
48976
|
+
* (at least `null` or `undefined` must be given) for a proper parameter order.
|
|
48977
48977
|
*
|
|
48978
48978
|
* NOTE: it depends on the transition function how the object should be structured and which parameters
|
|
48979
48979
|
* are actually used to influence the transition.
|
|
@@ -49460,53 +49460,7 @@ declare module "sap/m/NavContainer" {
|
|
|
49460
49460
|
*
|
|
49461
49461
|
* None of the standard transitions is currently making use of any given transition parameters.
|
|
49462
49462
|
*/
|
|
49463
|
-
transitionName
|
|
49464
|
-
/**
|
|
49465
|
-
* Since version 1.7.1. This optional object can carry any payload data which should be made available to
|
|
49466
|
-
* the target page. The "BeforeShow" event on the target page will contain this data object as "data" property.
|
|
49467
|
-
* Use case: in scenarios where the entity triggering the navigation can or should not directly initialize
|
|
49468
|
-
* the target page, it can fill this object and the target page itself (or a listener on it) can take over
|
|
49469
|
-
* the initialization, using the given data.
|
|
49470
|
-
*
|
|
49471
|
-
* When the "transitionParameters" object is used, this "data" object must also be given (either as object
|
|
49472
|
-
* or as null) in order to have a proper parameter order.
|
|
49473
|
-
*/
|
|
49474
|
-
data: object,
|
|
49475
|
-
/**
|
|
49476
|
-
* Since version 1.7.1. This optional object can contain additional information for the transition function,
|
|
49477
|
-
* like the DOM element which triggered the transition or the desired transition duration.
|
|
49478
|
-
*
|
|
49479
|
-
* For a proper parameter order, the "data" parameter must be given when the "transitionParameters" parameter
|
|
49480
|
-
* is used. (it can be given as "null")
|
|
49481
|
-
*
|
|
49482
|
-
* NOTE: it depends on the transition function how the object should be structured and which parameters
|
|
49483
|
-
* are actually used to influence the transition. The "show", "slide", "baseSlide" and "fade" transitions
|
|
49484
|
-
* do not use any parameter.
|
|
49485
|
-
*/
|
|
49486
|
-
oTransitionParameters: object
|
|
49487
|
-
): this;
|
|
49488
|
-
/**
|
|
49489
|
-
* Navigates to the next page (with drill-down semantic) with the given (or default) animation. This creates
|
|
49490
|
-
* a new history item inside the NavContainer and allows going back.
|
|
49491
|
-
*
|
|
49492
|
-
* Note that any modifications to the target page (like setting its title, or anything else that could cause
|
|
49493
|
-
* a re-rendering) should be done BEFORE calling to(), in order to avoid unwanted side effects, e.g. related
|
|
49494
|
-
* to the page animation.
|
|
49495
|
-
*
|
|
49496
|
-
* Available transitions currently include "slide" (default), "baseSlide", "fade", "flip", and "show". None
|
|
49497
|
-
* of these is currently making use of any given transitionParameters.
|
|
49498
|
-
*
|
|
49499
|
-
* Calling this navigation method triggers first the (cancelable) "navigate" event on the NavContainer,
|
|
49500
|
-
* then the "BeforeHide" pseudo event on the source page and "BeforeFirstShow" (if applicable) and"BeforeShow"
|
|
49501
|
-
* on the target page. Later - after the transition has completed - the "AfterShow" pseudo event is triggered
|
|
49502
|
-
* on the target page and "AfterHide" on the page which has been left. The given data object is available
|
|
49503
|
-
* in the "BeforeFirstShow", "BeforeShow" and "AfterShow" event object as "data" property.
|
|
49504
|
-
*/
|
|
49505
|
-
to(
|
|
49506
|
-
/**
|
|
49507
|
-
* The screen to which drilldown should happen. The ID or the control itself can be given.
|
|
49508
|
-
*/
|
|
49509
|
-
pageId: string,
|
|
49463
|
+
transitionName?: string,
|
|
49510
49464
|
/**
|
|
49511
49465
|
* Since version 1.7.1. This optional object can carry any payload data which should be made available to
|
|
49512
49466
|
* the target page. The "BeforeShow" event on the target page will contain this data object as "data" property.
|
|
@@ -49514,22 +49468,22 @@ declare module "sap/m/NavContainer" {
|
|
|
49514
49468
|
* the target page, it can fill this object and the target page itself (or a listener on it) can take over
|
|
49515
49469
|
* the initialization, using the given data.
|
|
49516
49470
|
*
|
|
49517
|
-
* When the
|
|
49518
|
-
* or as null) in order to have a proper parameter order.
|
|
49471
|
+
* When the `oTransitionParameters` parameter is used, this `data` parameter must also be given (either
|
|
49472
|
+
* as object or as `null` or `undefined`) in order to have a proper parameter order.
|
|
49519
49473
|
*/
|
|
49520
|
-
data
|
|
49474
|
+
data?: object,
|
|
49521
49475
|
/**
|
|
49522
49476
|
* Since version 1.7.1. This optional object can contain additional information for the transition function,
|
|
49523
49477
|
* like the DOM element which triggered the transition or the desired transition duration.
|
|
49524
49478
|
*
|
|
49525
|
-
* For a proper parameter order, the
|
|
49526
|
-
* is used
|
|
49479
|
+
* For a proper parameter order, the `data` parameter must be given when the `oTransitionParameters` parameter
|
|
49480
|
+
* is used (it can be given as `null` or `undefined`).
|
|
49527
49481
|
*
|
|
49528
49482
|
* NOTE: it depends on the transition function how the object should be structured and which parameters
|
|
49529
49483
|
* are actually used to influence the transition. The "show", "slide", "baseSlide" and "fade" transitions
|
|
49530
49484
|
* do not use any parameter.
|
|
49531
49485
|
*/
|
|
49532
|
-
oTransitionParameters
|
|
49486
|
+
oTransitionParameters?: object
|
|
49533
49487
|
): this;
|
|
49534
49488
|
}
|
|
49535
49489
|
/**
|
|
@@ -77837,7 +77791,7 @@ declare module "sap/m/RatingIndicator" {
|
|
|
77837
77791
|
/**
|
|
77838
77792
|
* The rating value to be set.
|
|
77839
77793
|
*/
|
|
77840
|
-
|
|
77794
|
+
vValue: float | string
|
|
77841
77795
|
): this;
|
|
77842
77796
|
/**
|
|
77843
77797
|
* Sets a new value for property {@link #getVisualMode visualMode}.
|
|
@@ -82581,6 +82535,61 @@ declare module "sap/m/Select" {
|
|
|
82581
82535
|
*/
|
|
82582
82536
|
oListener?: object
|
|
82583
82537
|
): this;
|
|
82538
|
+
/**
|
|
82539
|
+
* @SINCE 1.100
|
|
82540
|
+
*
|
|
82541
|
+
* Attaches event handler `fnFunction` to the {@link #event:liveChange liveChange} event of this `sap.m.Select`.
|
|
82542
|
+
*
|
|
82543
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
82544
|
+
* otherwise it will be bound to this `sap.m.Select` itself.
|
|
82545
|
+
*
|
|
82546
|
+
* Fires when the user navigates through the `Select` items. It's also fired on revert of the currently
|
|
82547
|
+
* selected item.
|
|
82548
|
+
*
|
|
82549
|
+
* **Note:** Revert occurs in some of the following actions:
|
|
82550
|
+
* - The user clicks outside of the `Select`
|
|
82551
|
+
* - The Escape key is pressed
|
|
82552
|
+
*/
|
|
82553
|
+
attachLiveChange(
|
|
82554
|
+
/**
|
|
82555
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
82556
|
+
* object when firing the event
|
|
82557
|
+
*/
|
|
82558
|
+
oData: object,
|
|
82559
|
+
/**
|
|
82560
|
+
* The function to be called when the event occurs
|
|
82561
|
+
*/
|
|
82562
|
+
fnFunction: (p1: Event) => void,
|
|
82563
|
+
/**
|
|
82564
|
+
* Context object to call the event handler with. Defaults to this `sap.m.Select` itself
|
|
82565
|
+
*/
|
|
82566
|
+
oListener?: object
|
|
82567
|
+
): this;
|
|
82568
|
+
/**
|
|
82569
|
+
* @SINCE 1.100
|
|
82570
|
+
*
|
|
82571
|
+
* Attaches event handler `fnFunction` to the {@link #event:liveChange liveChange} event of this `sap.m.Select`.
|
|
82572
|
+
*
|
|
82573
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
82574
|
+
* otherwise it will be bound to this `sap.m.Select` itself.
|
|
82575
|
+
*
|
|
82576
|
+
* Fires when the user navigates through the `Select` items. It's also fired on revert of the currently
|
|
82577
|
+
* selected item.
|
|
82578
|
+
*
|
|
82579
|
+
* **Note:** Revert occurs in some of the following actions:
|
|
82580
|
+
* - The user clicks outside of the `Select`
|
|
82581
|
+
* - The Escape key is pressed
|
|
82582
|
+
*/
|
|
82583
|
+
attachLiveChange(
|
|
82584
|
+
/**
|
|
82585
|
+
* The function to be called when the event occurs
|
|
82586
|
+
*/
|
|
82587
|
+
fnFunction: (p1: Event) => void,
|
|
82588
|
+
/**
|
|
82589
|
+
* Context object to call the event handler with. Defaults to this `sap.m.Select` itself
|
|
82590
|
+
*/
|
|
82591
|
+
oListener?: object
|
|
82592
|
+
): this;
|
|
82584
82593
|
/**
|
|
82585
82594
|
* Binds aggregation {@link #getItems items} to model data.
|
|
82586
82595
|
*
|
|
@@ -82627,6 +82636,23 @@ declare module "sap/m/Select" {
|
|
|
82627
82636
|
*/
|
|
82628
82637
|
oListener?: object
|
|
82629
82638
|
): this;
|
|
82639
|
+
/**
|
|
82640
|
+
* @SINCE 1.100
|
|
82641
|
+
*
|
|
82642
|
+
* Detaches event handler `fnFunction` from the {@link #event:liveChange liveChange} event of this `sap.m.Select`.
|
|
82643
|
+
*
|
|
82644
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
82645
|
+
*/
|
|
82646
|
+
detachLiveChange(
|
|
82647
|
+
/**
|
|
82648
|
+
* The function to be called, when the event occurs
|
|
82649
|
+
*/
|
|
82650
|
+
fnFunction: (p1: Event) => void,
|
|
82651
|
+
/**
|
|
82652
|
+
* Context object on which the given function had to be called
|
|
82653
|
+
*/
|
|
82654
|
+
oListener?: object
|
|
82655
|
+
): this;
|
|
82630
82656
|
/**
|
|
82631
82657
|
* Fires event {@link #event:change change} to attached listeners.
|
|
82632
82658
|
*/
|
|
@@ -82645,6 +82671,22 @@ declare module "sap/m/Select" {
|
|
|
82645
82671
|
previousSelectedItem?: Item;
|
|
82646
82672
|
}
|
|
82647
82673
|
): this;
|
|
82674
|
+
/**
|
|
82675
|
+
* @SINCE 1.100
|
|
82676
|
+
*
|
|
82677
|
+
* Fires event {@link #event:liveChange liveChange} to attached listeners.
|
|
82678
|
+
*/
|
|
82679
|
+
fireLiveChange(
|
|
82680
|
+
/**
|
|
82681
|
+
* Parameters to pass along with the event
|
|
82682
|
+
*/
|
|
82683
|
+
mParameters?: {
|
|
82684
|
+
/**
|
|
82685
|
+
* The selected item.
|
|
82686
|
+
*/
|
|
82687
|
+
selectedItem?: Item;
|
|
82688
|
+
}
|
|
82689
|
+
): this;
|
|
82648
82690
|
/**
|
|
82649
82691
|
* Returns the `sap.m.Select` accessibility information.
|
|
82650
82692
|
* See:
|
|
@@ -83249,8 +83291,8 @@ declare module "sap/m/Select" {
|
|
|
83249
83291
|
* `sKey` is an empty string `""` or `undefined`, the value of `sKey` is changed to match the `key` of the
|
|
83250
83292
|
* first enabled item and the first enabled item is selected (if any items exist).
|
|
83251
83293
|
*
|
|
83252
|
-
* In the case that an item has the default key value
|
|
83253
|
-
* the first item matching the key is selected.
|
|
83294
|
+
* In the case that an item has the default key value and `forceSelection` property is set to `true`, it
|
|
83295
|
+
* is selected instead. If duplicate keys exist, the first item matching the key is selected.
|
|
83254
83296
|
*/
|
|
83255
83297
|
sKey: string
|
|
83256
83298
|
): this;
|
|
@@ -83599,6 +83641,18 @@ declare module "sap/m/Select" {
|
|
|
83599
83641
|
* - The item is pressed
|
|
83600
83642
|
*/
|
|
83601
83643
|
change?: (oEvent: Event) => void;
|
|
83644
|
+
|
|
83645
|
+
/**
|
|
83646
|
+
* @SINCE 1.100
|
|
83647
|
+
*
|
|
83648
|
+
* Fires when the user navigates through the `Select` items. It's also fired on revert of the currently
|
|
83649
|
+
* selected item.
|
|
83650
|
+
*
|
|
83651
|
+
* **Note:** Revert occurs in some of the following actions:
|
|
83652
|
+
* - The user clicks outside of the `Select`
|
|
83653
|
+
* - The Escape key is pressed
|
|
83654
|
+
*/
|
|
83655
|
+
liveChange?: (oEvent: Event) => void;
|
|
83602
83656
|
}
|
|
83603
83657
|
}
|
|
83604
83658
|
|
|
@@ -98461,7 +98515,7 @@ declare module "sap/m/SplitContainer" {
|
|
|
98461
98515
|
/**
|
|
98462
98516
|
* The ID of the page that needs to be fetched.
|
|
98463
98517
|
*/
|
|
98464
|
-
|
|
98518
|
+
pageId: string
|
|
98465
98519
|
): Control | null;
|
|
98466
98520
|
/**
|
|
98467
98521
|
* Gets content of aggregation {@link #getDetailPages detailPages}.
|
|
@@ -98513,7 +98567,7 @@ declare module "sap/m/SplitContainer" {
|
|
|
98513
98567
|
/**
|
|
98514
98568
|
* The ID of the page that needs to be fetched
|
|
98515
98569
|
*/
|
|
98516
|
-
|
|
98570
|
+
pageId: string
|
|
98517
98571
|
): Control | null;
|
|
98518
98572
|
/**
|
|
98519
98573
|
* Gets content of aggregation {@link #getMasterPages masterPages}.
|
|
@@ -107618,7 +107672,7 @@ declare module "sap/m/TileContent" {
|
|
|
107618
107672
|
PropertyBindingInfo,
|
|
107619
107673
|
} from "sap/ui/base/ManagedObject";
|
|
107620
107674
|
|
|
107621
|
-
import { ValueColor, FrameType, Size } from "sap/m/library";
|
|
107675
|
+
import { ValueColor, FrameType, Size, LoadState } from "sap/m/library";
|
|
107622
107676
|
|
|
107623
107677
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
107624
107678
|
|
|
@@ -107762,6 +107816,16 @@ declare module "sap/m/TileContent" {
|
|
|
107762
107816
|
* Default value is `"Auto"`.
|
|
107763
107817
|
*/
|
|
107764
107818
|
getSize(): Size | keyof typeof Size;
|
|
107819
|
+
/**
|
|
107820
|
+
* @SINCE 1.100.0
|
|
107821
|
+
*
|
|
107822
|
+
* Gets current value of property {@link #getState state}.
|
|
107823
|
+
*
|
|
107824
|
+
* The load status.
|
|
107825
|
+
*
|
|
107826
|
+
* Default value is `Loaded`.
|
|
107827
|
+
*/
|
|
107828
|
+
getState(): LoadState | keyof typeof LoadState;
|
|
107765
107829
|
/**
|
|
107766
107830
|
* Gets current value of property {@link #getUnit unit}.
|
|
107767
107831
|
*
|
|
@@ -107893,6 +107957,23 @@ declare module "sap/m/TileContent" {
|
|
|
107893
107957
|
*/
|
|
107894
107958
|
sSize?: Size | keyof typeof Size
|
|
107895
107959
|
): this;
|
|
107960
|
+
/**
|
|
107961
|
+
* @SINCE 1.100.0
|
|
107962
|
+
*
|
|
107963
|
+
* Sets a new value for property {@link #getState state}.
|
|
107964
|
+
*
|
|
107965
|
+
* The load status.
|
|
107966
|
+
*
|
|
107967
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
107968
|
+
*
|
|
107969
|
+
* Default value is `Loaded`.
|
|
107970
|
+
*/
|
|
107971
|
+
setState(
|
|
107972
|
+
/**
|
|
107973
|
+
* New value for property `state`
|
|
107974
|
+
*/
|
|
107975
|
+
sState?: LoadState | keyof typeof LoadState
|
|
107976
|
+
): this;
|
|
107896
107977
|
/**
|
|
107897
107978
|
* Sets a new value for property {@link #getUnit unit}.
|
|
107898
107979
|
*
|
|
@@ -107956,6 +108037,13 @@ declare module "sap/m/TileContent" {
|
|
|
107956
108037
|
*/
|
|
107957
108038
|
priority?: (Priority | keyof typeof Priority) | PropertyBindingInfo;
|
|
107958
108039
|
|
|
108040
|
+
/**
|
|
108041
|
+
* @SINCE 1.100.0
|
|
108042
|
+
*
|
|
108043
|
+
* The load status.
|
|
108044
|
+
*/
|
|
108045
|
+
state?: (LoadState | keyof typeof LoadState) | PropertyBindingInfo;
|
|
108046
|
+
|
|
107959
108047
|
/**
|
|
107960
108048
|
* The switchable view that depends on the tile type.
|
|
107961
108049
|
*/
|
|
@@ -113221,6 +113309,8 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
113221
113309
|
|
|
113222
113310
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
113223
113311
|
|
|
113312
|
+
import { ListMode } from "sap/m/library";
|
|
113313
|
+
|
|
113224
113314
|
import OverflowToolbar from "sap/m/OverflowToolbar";
|
|
113225
113315
|
|
|
113226
113316
|
import Uploader from "sap/m/upload/Uploader";
|
|
@@ -113731,6 +113821,51 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
113731
113821
|
*/
|
|
113732
113822
|
oListener?: object
|
|
113733
113823
|
): this;
|
|
113824
|
+
/**
|
|
113825
|
+
* @SINCE 1.100.0
|
|
113826
|
+
*
|
|
113827
|
+
* Attaches event handler `fnFunction` to the {@link #event:fileRenamed fileRenamed} event of this `sap.m.upload.UploadSet`.
|
|
113828
|
+
*
|
|
113829
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
113830
|
+
* otherwise it will be bound to this `sap.m.upload.UploadSet` itself.
|
|
113831
|
+
*
|
|
113832
|
+
* The event is triggered when the file name is changed.
|
|
113833
|
+
*/
|
|
113834
|
+
attachFileRenamed(
|
|
113835
|
+
/**
|
|
113836
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
113837
|
+
* object when firing the event
|
|
113838
|
+
*/
|
|
113839
|
+
oData: object,
|
|
113840
|
+
/**
|
|
113841
|
+
* The function to be called when the event occurs
|
|
113842
|
+
*/
|
|
113843
|
+
fnFunction: (p1: Event) => void,
|
|
113844
|
+
/**
|
|
113845
|
+
* Context object to call the event handler with. Defaults to this `sap.m.upload.UploadSet` itself
|
|
113846
|
+
*/
|
|
113847
|
+
oListener?: object
|
|
113848
|
+
): this;
|
|
113849
|
+
/**
|
|
113850
|
+
* @SINCE 1.100.0
|
|
113851
|
+
*
|
|
113852
|
+
* Attaches event handler `fnFunction` to the {@link #event:fileRenamed fileRenamed} event of this `sap.m.upload.UploadSet`.
|
|
113853
|
+
*
|
|
113854
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
113855
|
+
* otherwise it will be bound to this `sap.m.upload.UploadSet` itself.
|
|
113856
|
+
*
|
|
113857
|
+
* The event is triggered when the file name is changed.
|
|
113858
|
+
*/
|
|
113859
|
+
attachFileRenamed(
|
|
113860
|
+
/**
|
|
113861
|
+
* The function to be called when the event occurs
|
|
113862
|
+
*/
|
|
113863
|
+
fnFunction: (p1: Event) => void,
|
|
113864
|
+
/**
|
|
113865
|
+
* Context object to call the event handler with. Defaults to this `sap.m.upload.UploadSet` itself
|
|
113866
|
+
*/
|
|
113867
|
+
oListener?: object
|
|
113868
|
+
): this;
|
|
113734
113869
|
/**
|
|
113735
113870
|
* Attaches event handler `fnFunction` to the {@link #event:fileSizeExceeded fileSizeExceeded} event of
|
|
113736
113871
|
* this `sap.m.upload.UploadSet`.
|
|
@@ -114269,6 +114404,23 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
114269
114404
|
*/
|
|
114270
114405
|
oListener?: object
|
|
114271
114406
|
): this;
|
|
114407
|
+
/**
|
|
114408
|
+
* @SINCE 1.100.0
|
|
114409
|
+
*
|
|
114410
|
+
* Detaches event handler `fnFunction` from the {@link #event:fileRenamed fileRenamed} event of this `sap.m.upload.UploadSet`.
|
|
114411
|
+
*
|
|
114412
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
114413
|
+
*/
|
|
114414
|
+
detachFileRenamed(
|
|
114415
|
+
/**
|
|
114416
|
+
* The function to be called, when the event occurs
|
|
114417
|
+
*/
|
|
114418
|
+
fnFunction: (p1: Event) => void,
|
|
114419
|
+
/**
|
|
114420
|
+
* Context object on which the given function had to be called
|
|
114421
|
+
*/
|
|
114422
|
+
oListener?: object
|
|
114423
|
+
): this;
|
|
114272
114424
|
/**
|
|
114273
114425
|
* Detaches event handler `fnFunction` from the {@link #event:fileSizeExceeded fileSizeExceeded} event of
|
|
114274
114426
|
* this `sap.m.upload.UploadSet`.
|
|
@@ -114545,6 +114697,22 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
114545
114697
|
item?: UploadSetItem;
|
|
114546
114698
|
}
|
|
114547
114699
|
): this;
|
|
114700
|
+
/**
|
|
114701
|
+
* @SINCE 1.100.0
|
|
114702
|
+
*
|
|
114703
|
+
* Fires event {@link #event:fileRenamed fileRenamed} to attached listeners.
|
|
114704
|
+
*/
|
|
114705
|
+
fireFileRenamed(
|
|
114706
|
+
/**
|
|
114707
|
+
* Parameters to pass along with the event
|
|
114708
|
+
*/
|
|
114709
|
+
mParameters?: {
|
|
114710
|
+
/**
|
|
114711
|
+
* The renamed UI element as an UploadSetItem.
|
|
114712
|
+
*/
|
|
114713
|
+
item?: UploadSetItem;
|
|
114714
|
+
}
|
|
114715
|
+
): this;
|
|
114548
114716
|
/**
|
|
114549
114717
|
* Fires event {@link #event:fileSizeExceeded fileSizeExceeded} to attached listeners.
|
|
114550
114718
|
*/
|
|
@@ -114766,6 +114934,31 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
114766
114934
|
* If this property is not set, any file can be uploaded.
|
|
114767
114935
|
*/
|
|
114768
114936
|
getMediaTypes(): string[];
|
|
114937
|
+
/**
|
|
114938
|
+
* @SINCE 1.100.0
|
|
114939
|
+
*
|
|
114940
|
+
* Gets current value of property {@link #getMode mode}.
|
|
114941
|
+
*
|
|
114942
|
+
* Defines the selection mode of the control (e.g. None, SingleSelect, MultiSelect, SingleSelectLeft, SingleSelectMaster).
|
|
114943
|
+
* Since the UploadSet reacts like a list for attachments, the API is close to the ListBase Interface. sap.m.ListMode.Delete
|
|
114944
|
+
* mode is not supported and will be automatically set to sap.m.ListMode.None. In addition, if instant upload
|
|
114945
|
+
* is set to false the mode sap.m.ListMode.MultiSelect is not supported and will be automatically set to
|
|
114946
|
+
* sap.m.ListMode.None.
|
|
114947
|
+
*
|
|
114948
|
+
* Default value is `MultiSelect`.
|
|
114949
|
+
*/
|
|
114950
|
+
getMode(): ListMode | keyof typeof ListMode;
|
|
114951
|
+
/**
|
|
114952
|
+
* Gets current value of property {@link #getMultiple multiple}.
|
|
114953
|
+
*
|
|
114954
|
+
* Lets the user select multiple files from the same folder and then upload them.
|
|
114955
|
+
*
|
|
114956
|
+
* If multiple property is set to false, the control shows an error message if more than one file is chosen
|
|
114957
|
+
* for drag & drop.
|
|
114958
|
+
*
|
|
114959
|
+
* Default value is `false`.
|
|
114960
|
+
*/
|
|
114961
|
+
getMultiple(): boolean;
|
|
114769
114962
|
/**
|
|
114770
114963
|
* Gets current value of property {@link #getNoDataDescription noDataDescription}.
|
|
114771
114964
|
*
|
|
@@ -114778,6 +114971,29 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
114778
114971
|
* Defines custom text for the 'No data' text label.
|
|
114779
114972
|
*/
|
|
114780
114973
|
getNoDataText(): string;
|
|
114974
|
+
/**
|
|
114975
|
+
* @SINCE 1.100.0
|
|
114976
|
+
*
|
|
114977
|
+
* Gets current value of property {@link #getSameFilenameAllowed sameFilenameAllowed}.
|
|
114978
|
+
*
|
|
114979
|
+
* Allows the user to use the same name for a file while editing the file name. 'Same name' refers to an
|
|
114980
|
+
* already existing file name in the list.
|
|
114981
|
+
*
|
|
114982
|
+
* Default value is `false`.
|
|
114983
|
+
*/
|
|
114984
|
+
getSameFilenameAllowed(): boolean;
|
|
114985
|
+
/**
|
|
114986
|
+
* @SINCE 1.100.0
|
|
114987
|
+
*
|
|
114988
|
+
* Retrieves the currently selected UploadSetItem.
|
|
114989
|
+
*/
|
|
114990
|
+
getSelectedItem(): /* was: sap.m.UploadSetItem */ any | null;
|
|
114991
|
+
/**
|
|
114992
|
+
* @SINCE 1.100.0
|
|
114993
|
+
*
|
|
114994
|
+
* Returns an array containing the selected UploadSetItems.
|
|
114995
|
+
*/
|
|
114996
|
+
getSelectedItems(): /* was: sap.m.UploadSetItem */ any[];
|
|
114781
114997
|
/**
|
|
114782
114998
|
* Gets current value of property {@link #getShowIcons showIcons}.
|
|
114783
114999
|
*
|
|
@@ -114960,6 +115176,12 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
114960
115176
|
*/
|
|
114961
115177
|
vItem: int | string | UploadSetItem
|
|
114962
115178
|
): UploadSetItem;
|
|
115179
|
+
/**
|
|
115180
|
+
* @SINCE 1.100.0
|
|
115181
|
+
*
|
|
115182
|
+
* Select all items in "MultiSelection" mode.
|
|
115183
|
+
*/
|
|
115184
|
+
selectAll(): this;
|
|
114963
115185
|
/**
|
|
114964
115186
|
* Sets a new value for property {@link #getFileTypes fileTypes}.
|
|
114965
115187
|
*
|
|
@@ -115049,6 +115271,45 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
115049
115271
|
*/
|
|
115050
115272
|
sMediaTypes?: string[]
|
|
115051
115273
|
): this;
|
|
115274
|
+
/**
|
|
115275
|
+
* @SINCE 1.100.0
|
|
115276
|
+
*
|
|
115277
|
+
* Sets a new value for property {@link #getMode mode}.
|
|
115278
|
+
*
|
|
115279
|
+
* Defines the selection mode of the control (e.g. None, SingleSelect, MultiSelect, SingleSelectLeft, SingleSelectMaster).
|
|
115280
|
+
* Since the UploadSet reacts like a list for attachments, the API is close to the ListBase Interface. sap.m.ListMode.Delete
|
|
115281
|
+
* mode is not supported and will be automatically set to sap.m.ListMode.None. In addition, if instant upload
|
|
115282
|
+
* is set to false the mode sap.m.ListMode.MultiSelect is not supported and will be automatically set to
|
|
115283
|
+
* sap.m.ListMode.None.
|
|
115284
|
+
*
|
|
115285
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
115286
|
+
*
|
|
115287
|
+
* Default value is `MultiSelect`.
|
|
115288
|
+
*/
|
|
115289
|
+
setMode(
|
|
115290
|
+
/**
|
|
115291
|
+
* New value for property `mode`
|
|
115292
|
+
*/
|
|
115293
|
+
sMode?: ListMode | keyof typeof ListMode
|
|
115294
|
+
): this;
|
|
115295
|
+
/**
|
|
115296
|
+
* Sets a new value for property {@link #getMultiple multiple}.
|
|
115297
|
+
*
|
|
115298
|
+
* Lets the user select multiple files from the same folder and then upload them.
|
|
115299
|
+
*
|
|
115300
|
+
* If multiple property is set to false, the control shows an error message if more than one file is chosen
|
|
115301
|
+
* for drag & drop.
|
|
115302
|
+
*
|
|
115303
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
115304
|
+
*
|
|
115305
|
+
* Default value is `false`.
|
|
115306
|
+
*/
|
|
115307
|
+
setMultiple(
|
|
115308
|
+
/**
|
|
115309
|
+
* New value for property `multiple`
|
|
115310
|
+
*/
|
|
115311
|
+
bMultiple?: boolean
|
|
115312
|
+
): this;
|
|
115052
115313
|
/**
|
|
115053
115314
|
* Sets a new value for property {@link #getNoDataDescription noDataDescription}.
|
|
115054
115315
|
*
|
|
@@ -115075,6 +115336,55 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
115075
115336
|
*/
|
|
115076
115337
|
sNoDataText?: string
|
|
115077
115338
|
): this;
|
|
115339
|
+
/**
|
|
115340
|
+
* @SINCE 1.100.0
|
|
115341
|
+
*
|
|
115342
|
+
* Sets a new value for property {@link #getSameFilenameAllowed sameFilenameAllowed}.
|
|
115343
|
+
*
|
|
115344
|
+
* Allows the user to use the same name for a file while editing the file name. 'Same name' refers to an
|
|
115345
|
+
* already existing file name in the list.
|
|
115346
|
+
*
|
|
115347
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
115348
|
+
*
|
|
115349
|
+
* Default value is `false`.
|
|
115350
|
+
*/
|
|
115351
|
+
setSameFilenameAllowed(
|
|
115352
|
+
/**
|
|
115353
|
+
* New value for property `sameFilenameAllowed`
|
|
115354
|
+
*/
|
|
115355
|
+
bSameFilenameAllowed?: boolean
|
|
115356
|
+
): this;
|
|
115357
|
+
/**
|
|
115358
|
+
* @SINCE 1.100.0
|
|
115359
|
+
*
|
|
115360
|
+
* Selects or deselects the given list item.
|
|
115361
|
+
*/
|
|
115362
|
+
setSelectedItem(
|
|
115363
|
+
/**
|
|
115364
|
+
* The item whose selection is to be changed. This parameter is mandatory.
|
|
115365
|
+
*/
|
|
115366
|
+
uploadSetItem: /* was: sap.m.UploadSetItem */ any,
|
|
115367
|
+
/**
|
|
115368
|
+
* The selection state of the item.
|
|
115369
|
+
*/
|
|
115370
|
+
select?: boolean
|
|
115371
|
+
): this;
|
|
115372
|
+
/**
|
|
115373
|
+
* @SINCE 1.100.0
|
|
115374
|
+
*
|
|
115375
|
+
* Sets an UploadSetItem to be selected by ID. In single selection mode, the method removes the previous
|
|
115376
|
+
* selection.
|
|
115377
|
+
*/
|
|
115378
|
+
setSelectedItemById(
|
|
115379
|
+
/**
|
|
115380
|
+
* The ID of the item whose selection is to be changed.
|
|
115381
|
+
*/
|
|
115382
|
+
id: string,
|
|
115383
|
+
/**
|
|
115384
|
+
* The selection state of the item.
|
|
115385
|
+
*/
|
|
115386
|
+
select?: boolean
|
|
115387
|
+
): this;
|
|
115078
115388
|
/**
|
|
115079
115389
|
* Sets a new value for property {@link #getShowIcons showIcons}.
|
|
115080
115390
|
*
|
|
@@ -115255,6 +115565,14 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
115255
115565
|
*/
|
|
115256
115566
|
uploadButtonInvisible?: boolean | PropertyBindingInfo;
|
|
115257
115567
|
|
|
115568
|
+
/**
|
|
115569
|
+
* @SINCE 1.100.0
|
|
115570
|
+
*
|
|
115571
|
+
* Allows the user to use the same name for a file while editing the file name. 'Same name' refers to an
|
|
115572
|
+
* already existing file name in the list.
|
|
115573
|
+
*/
|
|
115574
|
+
sameFilenameAllowed?: boolean | PropertyBindingInfo;
|
|
115575
|
+
|
|
115258
115576
|
/**
|
|
115259
115577
|
* @SINCE 1.90
|
|
115260
115578
|
*
|
|
@@ -115262,6 +115580,25 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
115262
115580
|
*/
|
|
115263
115581
|
httpRequestMethod?: UploaderHttpRequestMethod | PropertyBindingInfo;
|
|
115264
115582
|
|
|
115583
|
+
/**
|
|
115584
|
+
* Lets the user select multiple files from the same folder and then upload them.
|
|
115585
|
+
*
|
|
115586
|
+
* If multiple property is set to false, the control shows an error message if more than one file is chosen
|
|
115587
|
+
* for drag & drop.
|
|
115588
|
+
*/
|
|
115589
|
+
multiple?: boolean | PropertyBindingInfo;
|
|
115590
|
+
|
|
115591
|
+
/**
|
|
115592
|
+
* @SINCE 1.100.0
|
|
115593
|
+
*
|
|
115594
|
+
* Defines the selection mode of the control (e.g. None, SingleSelect, MultiSelect, SingleSelectLeft, SingleSelectMaster).
|
|
115595
|
+
* Since the UploadSet reacts like a list for attachments, the API is close to the ListBase Interface. sap.m.ListMode.Delete
|
|
115596
|
+
* mode is not supported and will be automatically set to sap.m.ListMode.None. In addition, if instant upload
|
|
115597
|
+
* is set to false the mode sap.m.ListMode.MultiSelect is not supported and will be automatically set to
|
|
115598
|
+
* sap.m.ListMode.None.
|
|
115599
|
+
*/
|
|
115600
|
+
mode?: (ListMode | keyof typeof ListMode) | PropertyBindingInfo;
|
|
115601
|
+
|
|
115265
115602
|
/**
|
|
115266
115603
|
* Items representing files that have already been uploaded.
|
|
115267
115604
|
*/
|
|
@@ -115292,6 +115629,13 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
115292
115629
|
*/
|
|
115293
115630
|
afterItemAdded?: (oEvent: Event) => void;
|
|
115294
115631
|
|
|
115632
|
+
/**
|
|
115633
|
+
* @SINCE 1.100.0
|
|
115634
|
+
*
|
|
115635
|
+
* The event is triggered when the file name is changed.
|
|
115636
|
+
*/
|
|
115637
|
+
fileRenamed?: (oEvent: Event) => void;
|
|
115638
|
+
|
|
115295
115639
|
/**
|
|
115296
115640
|
* @SINCE 1.83
|
|
115297
115641
|
*
|
|
@@ -115744,6 +116088,16 @@ declare module "sap/m/upload/UploadSetItem" {
|
|
|
115744
116088
|
* Specifies the MIME type of the file.
|
|
115745
116089
|
*/
|
|
115746
116090
|
getMediaType(): string;
|
|
116091
|
+
/**
|
|
116092
|
+
* @SINCE 1.100.0
|
|
116093
|
+
*
|
|
116094
|
+
* Gets current value of property {@link #getSelected selected}.
|
|
116095
|
+
*
|
|
116096
|
+
* Defines the selected state of the UploadSetItem.
|
|
116097
|
+
*
|
|
116098
|
+
* Default value is `false`.
|
|
116099
|
+
*/
|
|
116100
|
+
getSelected(): boolean;
|
|
115747
116101
|
/**
|
|
115748
116102
|
* Gets content of aggregation {@link #getStatuses statuses}.
|
|
115749
116103
|
*
|
|
@@ -116034,6 +116388,23 @@ declare module "sap/m/upload/UploadSetItem" {
|
|
|
116034
116388
|
*/
|
|
116035
116389
|
iProgress: int
|
|
116036
116390
|
): this;
|
|
116391
|
+
/**
|
|
116392
|
+
* @SINCE 1.100.0
|
|
116393
|
+
*
|
|
116394
|
+
* Sets a new value for property {@link #getSelected selected}.
|
|
116395
|
+
*
|
|
116396
|
+
* Defines the selected state of the UploadSetItem.
|
|
116397
|
+
*
|
|
116398
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
116399
|
+
*
|
|
116400
|
+
* Default value is `false`.
|
|
116401
|
+
*/
|
|
116402
|
+
setSelected(
|
|
116403
|
+
/**
|
|
116404
|
+
* New value for property `selected`
|
|
116405
|
+
*/
|
|
116406
|
+
bSelected?: boolean
|
|
116407
|
+
): this;
|
|
116037
116408
|
/**
|
|
116038
116409
|
* Sets a new value for property {@link #getThumbnailUrl thumbnailUrl}.
|
|
116039
116410
|
*
|
|
@@ -116179,6 +116550,13 @@ declare module "sap/m/upload/UploadSetItem" {
|
|
|
116179
116550
|
*/
|
|
116180
116551
|
uploadUrl?: string | PropertyBindingInfo;
|
|
116181
116552
|
|
|
116553
|
+
/**
|
|
116554
|
+
* @SINCE 1.100.0
|
|
116555
|
+
*
|
|
116556
|
+
* Defines the selected state of the UploadSetItem.
|
|
116557
|
+
*/
|
|
116558
|
+
selected?: boolean | PropertyBindingInfo;
|
|
116559
|
+
|
|
116182
116560
|
/**
|
|
116183
116561
|
* Attributes of the item.
|
|
116184
116562
|
*/
|
|
@@ -120925,11 +121303,11 @@ declare module "sap/m/ViewSettingsDialog" {
|
|
|
120925
121303
|
oSelectedFilterKeys: object
|
|
120926
121304
|
): this;
|
|
120927
121305
|
/**
|
|
120928
|
-
* Sets the selected group item (either by key or
|
|
121306
|
+
* Sets the selected group item (either by key, item id or item instance).
|
|
120929
121307
|
*/
|
|
120930
121308
|
setSelectedGroupItem(
|
|
120931
121309
|
/**
|
|
120932
|
-
* The selected item
|
|
121310
|
+
* The selected item, the item's string key or the item id
|
|
120933
121311
|
*/
|
|
120934
121312
|
vItemOrKey: ViewSettingsItem | string
|
|
120935
121313
|
): this;
|
|
@@ -120943,11 +121321,11 @@ declare module "sap/m/ViewSettingsDialog" {
|
|
|
120943
121321
|
vItemOrKey: ViewSettingsItem | string | null
|
|
120944
121322
|
): this;
|
|
120945
121323
|
/**
|
|
120946
|
-
* Sets the selected sort item (either by key or
|
|
121324
|
+
* Sets the selected sort item (either by key, item id or item instance).
|
|
120947
121325
|
*/
|
|
120948
121326
|
setSelectedSortItem(
|
|
120949
121327
|
/**
|
|
120950
|
-
* The selected item
|
|
121328
|
+
* The selected item, the item's string key or the item id
|
|
120951
121329
|
*/
|
|
120952
121330
|
vItemOrKey: ViewSettingsItem | string
|
|
120953
121331
|
): this;
|
|
@@ -123624,7 +124002,7 @@ declare namespace sap {
|
|
|
123624
124002
|
/**
|
|
123625
124003
|
* The image to update. If undefined, a new image will be created.
|
|
123626
124004
|
*/
|
|
123627
|
-
|
|
124005
|
+
oImage: import("sap/m/Image").default,
|
|
123628
124006
|
/**
|
|
123629
124007
|
* oImageControl's parentControl.
|
|
123630
124008
|
*/
|