@sapui5/ts-types-esm 1.128.0 → 1.129.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 +1 -1
- 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.cux.home.d.ts +40 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +10 -10
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +105 -38
- package/types/sap.fe.navigation.d.ts +9 -2
- 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 +19 -4
- package/types/sap.insights.d.ts +7 -1
- package/types/sap.m.d.ts +199 -30
- 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 +362 -20
- package/types/sap.suite.ui.commons.d.ts +112 -2
- package/types/sap.suite.ui.generic.template.d.ts +24 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- 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.comp.d.ts +446 -998
- package/types/sap.ui.core.d.ts +59 -65
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +7 -1
- package/types/sap.ui.fl.d.ts +13 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +37 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +575 -28
- 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 +68 -18
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +102 -3
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -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 +182 -169
- 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.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.129.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -3148,6 +3148,12 @@ declare module "sap/m/library" {
|
|
|
3148
3148
|
* The column headers remain in a fixed position.
|
|
3149
3149
|
*/
|
|
3150
3150
|
ColumnHeaders = "ColumnHeaders",
|
|
3151
|
+
/**
|
|
3152
|
+
* The group headers remain in a fixed position at the top of the page during vertical scrolling.
|
|
3153
|
+
*
|
|
3154
|
+
* @since 1.128
|
|
3155
|
+
*/
|
|
3156
|
+
GroupHeaders = "GroupHeaders",
|
|
3151
3157
|
/**
|
|
3152
3158
|
* The header toolbar remains in a fixed position.
|
|
3153
3159
|
*
|
|
@@ -55835,6 +55841,10 @@ declare module "sap/m/MessageBox" {
|
|
|
55835
55841
|
* a default error message will be displayed
|
|
55836
55842
|
*/
|
|
55837
55843
|
details?: string | object | (() => Promise<string | object>);
|
|
55844
|
+
/**
|
|
55845
|
+
* The width of the MessageBox
|
|
55846
|
+
*/
|
|
55847
|
+
contentWidth?: CSSSize;
|
|
55838
55848
|
/**
|
|
55839
55849
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
55840
55850
|
* occurs.
|
|
@@ -55961,6 +55971,10 @@ declare module "sap/m/MessageBox" {
|
|
|
55961
55971
|
* a default error message will be displayed
|
|
55962
55972
|
*/
|
|
55963
55973
|
details?: string | object | (() => Promise<string | object>);
|
|
55974
|
+
/**
|
|
55975
|
+
* The width of the MessageBox
|
|
55976
|
+
*/
|
|
55977
|
+
contentWidth?: CSSSize;
|
|
55964
55978
|
/**
|
|
55965
55979
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
55966
55980
|
* occurs.
|
|
@@ -56082,6 +56096,10 @@ declare module "sap/m/MessageBox" {
|
|
|
56082
56096
|
* a default error message will be displayed
|
|
56083
56097
|
*/
|
|
56084
56098
|
details?: string | object | (() => Promise<string | object>);
|
|
56099
|
+
/**
|
|
56100
|
+
* The width of the MessageBox
|
|
56101
|
+
*/
|
|
56102
|
+
contentWidth?: CSSSize;
|
|
56085
56103
|
/**
|
|
56086
56104
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
56087
56105
|
* occurs.
|
|
@@ -56201,6 +56219,10 @@ declare module "sap/m/MessageBox" {
|
|
|
56201
56219
|
* a default error message will be displayed
|
|
56202
56220
|
*/
|
|
56203
56221
|
details?: string | object | (() => Promise<string | object>);
|
|
56222
|
+
/**
|
|
56223
|
+
* The width of the MessageBox
|
|
56224
|
+
*/
|
|
56225
|
+
contentWidth?: CSSSize;
|
|
56204
56226
|
/**
|
|
56205
56227
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
56206
56228
|
* occurs.
|
|
@@ -56452,6 +56474,10 @@ declare module "sap/m/MessageBox" {
|
|
|
56452
56474
|
* a default error message will be displayed
|
|
56453
56475
|
*/
|
|
56454
56476
|
details?: string | object | (() => Promise<string | object>);
|
|
56477
|
+
/**
|
|
56478
|
+
* The width of the MessageBox
|
|
56479
|
+
*/
|
|
56480
|
+
contentWidth?: CSSSize;
|
|
56455
56481
|
/**
|
|
56456
56482
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
56457
56483
|
* occurs.
|
|
@@ -56571,6 +56597,10 @@ declare module "sap/m/MessageBox" {
|
|
|
56571
56597
|
* a default error message will be displayed
|
|
56572
56598
|
*/
|
|
56573
56599
|
details?: string | object | (() => Promise<string | object>);
|
|
56600
|
+
/**
|
|
56601
|
+
* The width of the MessageBox
|
|
56602
|
+
*/
|
|
56603
|
+
contentWidth?: CSSSize;
|
|
56574
56604
|
/**
|
|
56575
56605
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
56576
56606
|
* occurs.
|
|
@@ -59412,15 +59442,18 @@ declare module "sap/m/MessagePopoverItem" {
|
|
|
59412
59442
|
declare module "sap/m/MessageStrip" {
|
|
59413
59443
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
59414
59444
|
|
|
59445
|
+
import Link from "sap/m/Link";
|
|
59446
|
+
|
|
59415
59447
|
import Event from "sap/ui/base/Event";
|
|
59416
59448
|
|
|
59417
59449
|
import { URI, MessageType } from "sap/ui/core/library";
|
|
59418
59450
|
|
|
59419
|
-
import Link from "sap/m/Link";
|
|
59420
|
-
|
|
59421
59451
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
59422
59452
|
|
|
59423
|
-
import {
|
|
59453
|
+
import {
|
|
59454
|
+
PropertyBindingInfo,
|
|
59455
|
+
AggregationBindingInfo,
|
|
59456
|
+
} from "sap/ui/base/ManagedObject";
|
|
59424
59457
|
|
|
59425
59458
|
/**
|
|
59426
59459
|
* MessageStrip is a control that enables the embedding of application-related messages in the application.
|
|
@@ -59517,6 +59550,19 @@ declare module "sap/m/MessageStrip" {
|
|
|
59517
59550
|
* @returns Metadata object describing this class
|
|
59518
59551
|
*/
|
|
59519
59552
|
static getMetadata(): ElementMetadata;
|
|
59553
|
+
/**
|
|
59554
|
+
* Adds some control to the aggregation {@link #getControls controls}.
|
|
59555
|
+
*
|
|
59556
|
+
* @since 1.129
|
|
59557
|
+
*
|
|
59558
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
59559
|
+
*/
|
|
59560
|
+
addControl(
|
|
59561
|
+
/**
|
|
59562
|
+
* The control to add; if empty, nothing is inserted
|
|
59563
|
+
*/
|
|
59564
|
+
oControl: Link
|
|
59565
|
+
): this;
|
|
59520
59566
|
/**
|
|
59521
59567
|
* Attaches event handler `fnFunction` to the {@link #event:close close} event of this `sap.m.MessageStrip`.
|
|
59522
59568
|
*
|
|
@@ -59569,6 +59615,14 @@ declare module "sap/m/MessageStrip" {
|
|
|
59569
59615
|
* can be shown again by setting the visible property to true.
|
|
59570
59616
|
*/
|
|
59571
59617
|
close(): void;
|
|
59618
|
+
/**
|
|
59619
|
+
* Destroys all the controls in the aggregation {@link #getControls controls}.
|
|
59620
|
+
*
|
|
59621
|
+
* @since 1.129
|
|
59622
|
+
*
|
|
59623
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
59624
|
+
*/
|
|
59625
|
+
destroyControls(): this;
|
|
59572
59626
|
/**
|
|
59573
59627
|
* Destroys the link in the aggregation {@link #getLink link}.
|
|
59574
59628
|
*
|
|
@@ -59607,6 +59661,16 @@ declare module "sap/m/MessageStrip" {
|
|
|
59607
59661
|
*/
|
|
59608
59662
|
mParameters?: object
|
|
59609
59663
|
): this;
|
|
59664
|
+
/**
|
|
59665
|
+
* Gets content of aggregation {@link #getControls controls}.
|
|
59666
|
+
*
|
|
59667
|
+
* List of `sap.m.Link` controls that replace the placeholders in the text. Placeholders are replaced according
|
|
59668
|
+
* to their indexes. The first link in the aggregation replaces the placeholder with index %%0, and so on.
|
|
59669
|
+
* **Note:** Placeholders are replaced if the `enableFormattedText` property is set to true.
|
|
59670
|
+
*
|
|
59671
|
+
* @since 1.129
|
|
59672
|
+
*/
|
|
59673
|
+
getControls(): Link[];
|
|
59610
59674
|
/**
|
|
59611
59675
|
* Gets current value of property {@link #getCustomIcon customIcon}.
|
|
59612
59676
|
*
|
|
@@ -59623,6 +59687,7 @@ declare module "sap/m/MessageStrip" {
|
|
|
59623
59687
|
* Gets current value of property {@link #getEnableFormattedText enableFormattedText}.
|
|
59624
59688
|
*
|
|
59625
59689
|
* Determines the limited collection of HTML elements passed to the `text` property should be evaluated.
|
|
59690
|
+
* The `text` property value is set as `htmlText` to an internal instance of {@link sap.m.FormattedText}
|
|
59626
59691
|
*
|
|
59627
59692
|
* **Note:** If this property is set to true the string passed to `text` property can evaluate the following
|
|
59628
59693
|
* list of limited HTML elements. All other HTML elements and their nested content will not be rendered
|
|
@@ -59692,6 +59757,62 @@ declare module "sap/m/MessageStrip" {
|
|
|
59692
59757
|
* @returns Value of property `type`
|
|
59693
59758
|
*/
|
|
59694
59759
|
getType(): MessageType;
|
|
59760
|
+
/**
|
|
59761
|
+
* Checks for the provided `sap.m.Link` in the aggregation {@link #getControls controls}. and returns its
|
|
59762
|
+
* index if found or -1 otherwise.
|
|
59763
|
+
*
|
|
59764
|
+
* @since 1.129
|
|
59765
|
+
*
|
|
59766
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
59767
|
+
*/
|
|
59768
|
+
indexOfControl(
|
|
59769
|
+
/**
|
|
59770
|
+
* The control whose index is looked for
|
|
59771
|
+
*/
|
|
59772
|
+
oControl: Link
|
|
59773
|
+
): int;
|
|
59774
|
+
/**
|
|
59775
|
+
* Inserts a control into the aggregation {@link #getControls controls}.
|
|
59776
|
+
*
|
|
59777
|
+
* @since 1.129
|
|
59778
|
+
*
|
|
59779
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
59780
|
+
*/
|
|
59781
|
+
insertControl(
|
|
59782
|
+
/**
|
|
59783
|
+
* The control to insert; if empty, nothing is inserted
|
|
59784
|
+
*/
|
|
59785
|
+
oControl: Link,
|
|
59786
|
+
/**
|
|
59787
|
+
* The `0`-based index the control should be inserted at; for a negative value of `iIndex`, the control
|
|
59788
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the control
|
|
59789
|
+
* is inserted at the last position
|
|
59790
|
+
*/
|
|
59791
|
+
iIndex: int
|
|
59792
|
+
): this;
|
|
59793
|
+
/**
|
|
59794
|
+
* Removes all the controls from the aggregation {@link #getControls controls}.
|
|
59795
|
+
*
|
|
59796
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
59797
|
+
*
|
|
59798
|
+
* @since 1.129
|
|
59799
|
+
*
|
|
59800
|
+
* @returns An array of the removed elements (might be empty)
|
|
59801
|
+
*/
|
|
59802
|
+
removeAllControls(): Link[];
|
|
59803
|
+
/**
|
|
59804
|
+
* Removes a control from the aggregation {@link #getControls controls}.
|
|
59805
|
+
*
|
|
59806
|
+
* @since 1.129
|
|
59807
|
+
*
|
|
59808
|
+
* @returns The removed control or `null`
|
|
59809
|
+
*/
|
|
59810
|
+
removeControl(
|
|
59811
|
+
/**
|
|
59812
|
+
* The control to remove or its index or id
|
|
59813
|
+
*/
|
|
59814
|
+
vControl: int | string | Link
|
|
59815
|
+
): Link | null;
|
|
59695
59816
|
/**
|
|
59696
59817
|
* Sets a new value for property {@link #getCustomIcon customIcon}.
|
|
59697
59818
|
*
|
|
@@ -59715,6 +59836,7 @@ declare module "sap/m/MessageStrip" {
|
|
|
59715
59836
|
* Sets a new value for property {@link #getEnableFormattedText enableFormattedText}.
|
|
59716
59837
|
*
|
|
59717
59838
|
* Determines the limited collection of HTML elements passed to the `text` property should be evaluated.
|
|
59839
|
+
* The `text` property value is set as `htmlText` to an internal instance of {@link sap.m.FormattedText}
|
|
59718
59840
|
*
|
|
59719
59841
|
* **Note:** If this property is set to true the string passed to `text` property can evaluate the following
|
|
59720
59842
|
* list of limited HTML elements. All other HTML elements and their nested content will not be rendered
|
|
@@ -59854,6 +59976,7 @@ declare module "sap/m/MessageStrip" {
|
|
|
59854
59976
|
|
|
59855
59977
|
/**
|
|
59856
59978
|
* Determines the limited collection of HTML elements passed to the `text` property should be evaluated.
|
|
59979
|
+
* The `text` property value is set as `htmlText` to an internal instance of {@link sap.m.FormattedText}
|
|
59857
59980
|
*
|
|
59858
59981
|
* **Note:** If this property is set to true the string passed to `text` property can evaluate the following
|
|
59859
59982
|
* list of limited HTML elements. All other HTML elements and their nested content will not be rendered
|
|
@@ -59873,6 +59996,15 @@ declare module "sap/m/MessageStrip" {
|
|
|
59873
59996
|
*/
|
|
59874
59997
|
link?: Link;
|
|
59875
59998
|
|
|
59999
|
+
/**
|
|
60000
|
+
* List of `sap.m.Link` controls that replace the placeholders in the text. Placeholders are replaced according
|
|
60001
|
+
* to their indexes. The first link in the aggregation replaces the placeholder with index %%0, and so on.
|
|
60002
|
+
* **Note:** Placeholders are replaced if the `enableFormattedText` property is set to true.
|
|
60003
|
+
*
|
|
60004
|
+
* @since 1.129
|
|
60005
|
+
*/
|
|
60006
|
+
controls?: Link[] | Link | AggregationBindingInfo | `{${string}}`;
|
|
60007
|
+
|
|
59876
60008
|
/**
|
|
59877
60009
|
* This event will be fired after the container is closed.
|
|
59878
60010
|
*/
|
|
@@ -93877,7 +94009,6 @@ declare module "sap/m/plugins/UploadSetwithTable" {
|
|
|
93877
94009
|
* such as rename, download etc.
|
|
93878
94010
|
*
|
|
93879
94011
|
* @since 1.124
|
|
93880
|
-
* @experimental (since 1.124)
|
|
93881
94012
|
*/
|
|
93882
94013
|
export default class UploadSetwithTable extends UI5Element {
|
|
93883
94014
|
/**
|
|
@@ -95566,8 +95697,6 @@ declare module "sap/m/plugins/UploadSetwithTable" {
|
|
|
95566
95697
|
|
|
95567
95698
|
/**
|
|
95568
95699
|
* Describes the settings that can be provided to the UploadSetwithTable constructor.
|
|
95569
|
-
*
|
|
95570
|
-
* @experimental (since 1.124)
|
|
95571
95700
|
*/
|
|
95572
95701
|
export interface $UploadSetwithTableSettings extends $ElementSettings {
|
|
95573
95702
|
/**
|
|
@@ -102854,10 +102983,12 @@ declare module "sap/m/RatingIndicator" {
|
|
|
102854
102983
|
* The preferred number of icons is between 5 (default) and 7. Responsive Behavior: You can display icons
|
|
102855
102984
|
* in 4 recommended sizes:
|
|
102856
102985
|
* - large - 32px
|
|
102857
|
-
* - medium(default) -
|
|
102858
|
-
* - small -
|
|
102859
|
-
* - XS - 12px **Note:**
|
|
102860
|
-
*
|
|
102986
|
+
* - medium(default) - 24px
|
|
102987
|
+
* - small - 22px
|
|
102988
|
+
* - XS - 12px **Note:** It is not recommended to use the XS size as an editable rating indicator.
|
|
102989
|
+
* If an editable rating indicator is needed then it is recommended to set the size S or above to be compliant
|
|
102990
|
+
* with minimum touch size. **Note:** If no icon size is set, the rating indicator will set it according
|
|
102991
|
+
* to the content density.
|
|
102861
102992
|
*
|
|
102862
102993
|
* @since 1.14
|
|
102863
102994
|
*/
|
|
@@ -103216,7 +103347,7 @@ declare module "sap/m/RatingIndicator" {
|
|
|
103216
103347
|
*
|
|
103217
103348
|
* The Size of the image or icon to be displayed. The default value depends on the theme. Please be sure
|
|
103218
103349
|
* that the size is corresponding to a full pixel value as some browsers don't support subpixel calculations.
|
|
103219
|
-
* Recommended size is 1.
|
|
103350
|
+
* Recommended size is 1.5rem (24px) for normal, 1.375rem (22px) for small, and 2rem (32px) for large icons
|
|
103220
103351
|
* correspondingly.
|
|
103221
103352
|
*
|
|
103222
103353
|
*
|
|
@@ -103418,7 +103549,7 @@ declare module "sap/m/RatingIndicator" {
|
|
|
103418
103549
|
*
|
|
103419
103550
|
* The Size of the image or icon to be displayed. The default value depends on the theme. Please be sure
|
|
103420
103551
|
* that the size is corresponding to a full pixel value as some browsers don't support subpixel calculations.
|
|
103421
|
-
* Recommended size is 1.
|
|
103552
|
+
* Recommended size is 1.5rem (24px) for normal, 1.375rem (22px) for small, and 2rem (32px) for large icons
|
|
103422
103553
|
* correspondingly.
|
|
103423
103554
|
*
|
|
103424
103555
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
@@ -103553,7 +103684,7 @@ declare module "sap/m/RatingIndicator" {
|
|
|
103553
103684
|
/**
|
|
103554
103685
|
* The Size of the image or icon to be displayed. The default value depends on the theme. Please be sure
|
|
103555
103686
|
* that the size is corresponding to a full pixel value as some browsers don't support subpixel calculations.
|
|
103556
|
-
* Recommended size is 1.
|
|
103687
|
+
* Recommended size is 1.5rem (24px) for normal, 1.375rem (22px) for small, and 2rem (32px) for large icons
|
|
103557
103688
|
* correspondingly.
|
|
103558
103689
|
*/
|
|
103559
103690
|
iconSize?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
@@ -103676,6 +103807,8 @@ declare module "sap/m/ResponsivePopover" {
|
|
|
103676
103807
|
|
|
103677
103808
|
import { IBar, PlacementType, TitleAlignment } from "sap/m/library";
|
|
103678
103809
|
|
|
103810
|
+
import Toolbar from "sap/m/Toolbar";
|
|
103811
|
+
|
|
103679
103812
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
103680
103813
|
|
|
103681
103814
|
import Popover from "sap/m/Popover";
|
|
@@ -104026,6 +104159,14 @@ declare module "sap/m/ResponsivePopover" {
|
|
|
104026
104159
|
* @returns Reference to `this` in order to allow method chaining
|
|
104027
104160
|
*/
|
|
104028
104161
|
destroyEndButton(): this;
|
|
104162
|
+
/**
|
|
104163
|
+
* Destroys the footer in the aggregation {@link #getFooter footer}.
|
|
104164
|
+
*
|
|
104165
|
+
* @since 1.129
|
|
104166
|
+
*
|
|
104167
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
104168
|
+
*/
|
|
104169
|
+
destroyFooter(): this;
|
|
104029
104170
|
/**
|
|
104030
104171
|
* Destroys the subHeader in the aggregation {@link #getSubHeader subHeader}.
|
|
104031
104172
|
*
|
|
@@ -104212,6 +104353,14 @@ declare module "sap/m/ResponsivePopover" {
|
|
|
104212
104353
|
* @returns The button that is set as an endButton aggregation
|
|
104213
104354
|
*/
|
|
104214
104355
|
getEndButton(): Button;
|
|
104356
|
+
/**
|
|
104357
|
+
* Gets content of aggregation {@link #getFooter footer}.
|
|
104358
|
+
*
|
|
104359
|
+
* The footer of this popover.
|
|
104360
|
+
*
|
|
104361
|
+
* @since 1.129
|
|
104362
|
+
*/
|
|
104363
|
+
getFooter(): Toolbar;
|
|
104215
104364
|
/**
|
|
104216
104365
|
* Gets current value of property {@link #getHorizontalScrolling horizontalScrolling}.
|
|
104217
104366
|
*
|
|
@@ -104549,6 +104698,19 @@ declare module "sap/m/ResponsivePopover" {
|
|
|
104549
104698
|
*/
|
|
104550
104699
|
oButton: Button
|
|
104551
104700
|
): this;
|
|
104701
|
+
/**
|
|
104702
|
+
* Sets the aggregated {@link #getFooter footer}.
|
|
104703
|
+
*
|
|
104704
|
+
* @since 1.129
|
|
104705
|
+
*
|
|
104706
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
104707
|
+
*/
|
|
104708
|
+
setFooter(
|
|
104709
|
+
/**
|
|
104710
|
+
* The footer to set
|
|
104711
|
+
*/
|
|
104712
|
+
oFooter: Toolbar
|
|
104713
|
+
): this;
|
|
104552
104714
|
/**
|
|
104553
104715
|
* Sets a new value for property {@link #getHorizontalScrolling horizontalScrolling}.
|
|
104554
104716
|
*
|
|
@@ -104932,6 +105094,13 @@ declare module "sap/m/ResponsivePopover" {
|
|
|
104932
105094
|
*/
|
|
104933
105095
|
endButton?: Button;
|
|
104934
105096
|
|
|
105097
|
+
/**
|
|
105098
|
+
* The footer of this popover.
|
|
105099
|
+
*
|
|
105100
|
+
* @since 1.129
|
|
105101
|
+
*/
|
|
105102
|
+
footer?: Toolbar;
|
|
105103
|
+
|
|
104935
105104
|
/**
|
|
104936
105105
|
* InitialFocus is supported by both variants. Please see the documentation on sap.m.Popover#initialFocus
|
|
104937
105106
|
* and sap.m.Dialog#initialFocus
|
|
@@ -152126,15 +152295,14 @@ declare module "sap/m/upload/ActionsPlaceholder" {
|
|
|
152126
152295
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
152127
152296
|
|
|
152128
152297
|
/**
|
|
152129
|
-
* The control acts as placeholder to position specific action controls (Upload,
|
|
152130
|
-
*
|
|
152298
|
+
* The control acts as placeholder to position specific action controls (Upload, Upload from cloud) on headertoolbar
|
|
152299
|
+
* of table with connected plugin {@link sap.m.plugins.UploadSetwithTable UploadSetwithTable} Plugin.
|
|
152131
152300
|
* The type of action control placed on the headertoolbar is determined by the {@link sap.m.UploadSetwithTableActionPlaceHolder UploadSetwithTableActionPlaceHolder }
|
|
152132
152301
|
* enum set.
|
|
152133
|
-
* This control is supposed to be used only within the
|
|
152134
|
-
*
|
|
152302
|
+
* This control is supposed to be used only within the association of the {@link sap.m.plugins.UploadSetwithTable UploadSetwithTable }
|
|
152303
|
+
* Plugin.
|
|
152135
152304
|
*
|
|
152136
152305
|
* @since 1.120
|
|
152137
|
-
* @experimental (since 1.120)
|
|
152138
152306
|
*/
|
|
152139
152307
|
export default class ActionsPlaceholder extends Control {
|
|
152140
152308
|
/**
|
|
@@ -152231,8 +152399,6 @@ declare module "sap/m/upload/ActionsPlaceholder" {
|
|
|
152231
152399
|
}
|
|
152232
152400
|
/**
|
|
152233
152401
|
* Describes the settings that can be provided to the ActionsPlaceholder constructor.
|
|
152234
|
-
*
|
|
152235
|
-
* @experimental (since 1.120)
|
|
152236
152402
|
*/
|
|
152237
152403
|
export interface $ActionsPlaceholderSettings extends $ControlSettings {
|
|
152238
152404
|
/**
|
|
@@ -152914,6 +153080,7 @@ declare module "sap/m/upload/Uploader" {
|
|
|
152914
153080
|
* A basic implementation for uploading and downloading one or multiple files.
|
|
152915
153081
|
*
|
|
152916
153082
|
* @since 1.63
|
|
153083
|
+
* @deprecated (since 1.129) - replaced by {@link sap.m.upload.UploaderTableItem}
|
|
152917
153084
|
*/
|
|
152918
153085
|
export default class Uploader extends UI5Element {
|
|
152919
153086
|
/**
|
|
@@ -153478,6 +153645,8 @@ declare module "sap/m/upload/Uploader" {
|
|
|
153478
153645
|
}
|
|
153479
153646
|
/**
|
|
153480
153647
|
* Describes the settings that can be provided to the Uploader constructor.
|
|
153648
|
+
*
|
|
153649
|
+
* @deprecated (since 1.129) - replaced by {@link sap.m.upload.UploaderTableItem}
|
|
153481
153650
|
*/
|
|
153482
153651
|
export interface $UploaderSettings extends $ElementSettings {
|
|
153483
153652
|
/**
|
|
@@ -153670,7 +153839,6 @@ declare module "sap/m/upload/UploaderTableItem" {
|
|
|
153670
153839
|
* A basic implementation for uploading and downloading one or multiple files.
|
|
153671
153840
|
*
|
|
153672
153841
|
* @since 1.120
|
|
153673
|
-
* @experimental (since 1.120)
|
|
153674
153842
|
*/
|
|
153675
153843
|
export default class UploaderTableItem extends UI5Element {
|
|
153676
153844
|
/**
|
|
@@ -154121,8 +154289,6 @@ declare module "sap/m/upload/UploaderTableItem" {
|
|
|
154121
154289
|
}
|
|
154122
154290
|
/**
|
|
154123
154291
|
* Describes the settings that can be provided to the UploaderTableItem constructor.
|
|
154124
|
-
*
|
|
154125
|
-
* @experimental (since 1.120)
|
|
154126
154292
|
*/
|
|
154127
154293
|
export interface $UploaderTableItemSettings extends $ElementSettings {
|
|
154128
154294
|
/**
|
|
@@ -154274,7 +154440,6 @@ declare module "sap/m/upload/UploadItem" {
|
|
|
154274
154440
|
* plugin.
|
|
154275
154441
|
*
|
|
154276
154442
|
* @since 1.124
|
|
154277
|
-
* @experimental (since 1.124)
|
|
154278
154443
|
*/
|
|
154279
154444
|
export default class UploadItem extends UI5Element {
|
|
154280
154445
|
/**
|
|
@@ -154671,8 +154836,6 @@ declare module "sap/m/upload/UploadItem" {
|
|
|
154671
154836
|
}
|
|
154672
154837
|
/**
|
|
154673
154838
|
* Describes the settings that can be provided to the UploadItem constructor.
|
|
154674
|
-
*
|
|
154675
|
-
* @experimental (since 1.124)
|
|
154676
154839
|
*/
|
|
154677
154840
|
export interface $UploadItemSettings extends $ElementSettings {
|
|
154678
154841
|
/**
|
|
@@ -154748,7 +154911,6 @@ declare module "sap/m/upload/UploadItemConfiguration" {
|
|
|
154748
154911
|
* plugin.
|
|
154749
154912
|
*
|
|
154750
154913
|
* @since 1.124
|
|
154751
|
-
* @experimental (since 1.124)
|
|
154752
154914
|
*/
|
|
154753
154915
|
export default class UploadItemConfiguration extends UI5Element {
|
|
154754
154916
|
/**
|
|
@@ -154999,8 +155161,6 @@ declare module "sap/m/upload/UploadItemConfiguration" {
|
|
|
154999
155161
|
}
|
|
155000
155162
|
/**
|
|
155001
155163
|
* Describes the settings that can be provided to the UploadItemConfiguration constructor.
|
|
155002
|
-
*
|
|
155003
|
-
* @experimental (since 1.124)
|
|
155004
155164
|
*/
|
|
155005
155165
|
export interface $UploadItemConfigurationSettings extends $ElementSettings {
|
|
155006
155166
|
/**
|
|
@@ -155086,6 +155246,7 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
155086
155246
|
* and requests, unified behavior of instant and deferred uploads, as well as improved progress indication.
|
|
155087
155247
|
*
|
|
155088
155248
|
* @since 1.63
|
|
155249
|
+
* @deprecated (since 1.129) - replaced by {@link sap.m.plugins.UploadSetwithTable}
|
|
155089
155250
|
*/
|
|
155090
155251
|
export default class UploadSet extends Control {
|
|
155091
155252
|
/**
|
|
@@ -157791,6 +157952,8 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
157791
157952
|
}
|
|
157792
157953
|
/**
|
|
157793
157954
|
* Describes the settings that can be provided to the UploadSet constructor.
|
|
157955
|
+
*
|
|
157956
|
+
* @deprecated (since 1.129) - replaced by {@link sap.m.plugins.UploadSetwithTable}
|
|
157794
157957
|
*/
|
|
157795
157958
|
export interface $UploadSetSettings extends $ControlSettings {
|
|
157796
157959
|
/**
|
|
@@ -158511,6 +158674,7 @@ declare module "sap/m/upload/UploadSetItem" {
|
|
|
158511
158674
|
* Item that represents one file to be uploaded using the {@link sap.m.upload.UploadSet} control.
|
|
158512
158675
|
*
|
|
158513
158676
|
* @since 1.63
|
|
158677
|
+
* @deprecated (since 1.129) - replaced by {@link sap.m.upload.UploadItem}
|
|
158514
158678
|
*/
|
|
158515
158679
|
export default class UploadSetItem extends UI5Element {
|
|
158516
158680
|
/**
|
|
@@ -159509,6 +159673,8 @@ declare module "sap/m/upload/UploadSetItem" {
|
|
|
159509
159673
|
}
|
|
159510
159674
|
/**
|
|
159511
159675
|
* Describes the settings that can be provided to the UploadSetItem constructor.
|
|
159676
|
+
*
|
|
159677
|
+
* @deprecated (since 1.129) - replaced by {@link sap.m.upload.UploadItem}
|
|
159512
159678
|
*/
|
|
159513
159679
|
export interface $UploadSetItemSettings extends $ElementSettings {
|
|
159514
159680
|
/**
|
|
@@ -159678,6 +159844,7 @@ declare module "sap/m/upload/UploadSetToolbarPlaceholder" {
|
|
|
159678
159844
|
* and it is placed by the application.
|
|
159679
159845
|
*
|
|
159680
159846
|
* @since 1.103.0
|
|
159847
|
+
* @deprecated (since 1.129) - replaced by {@link sap.m.upload.ActionsPlaceholder}
|
|
159681
159848
|
*/
|
|
159682
159849
|
export default class UploadSetToolbarPlaceholder extends Control {
|
|
159683
159850
|
/**
|
|
@@ -159751,6 +159918,8 @@ declare module "sap/m/upload/UploadSetToolbarPlaceholder" {
|
|
|
159751
159918
|
}
|
|
159752
159919
|
/**
|
|
159753
159920
|
* Describes the settings that can be provided to the UploadSetToolbarPlaceholder constructor.
|
|
159921
|
+
*
|
|
159922
|
+
* @deprecated (since 1.129) - replaced by {@link sap.m.upload.ActionsPlaceholder}
|
|
159754
159923
|
*/
|
|
159755
159924
|
export interface $UploadSetToolbarPlaceholderSettings
|
|
159756
159925
|
extends $ControlSettings {}
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED