@sapui5/types 1.124.1 → 1.125.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/index.d.ts +1 -0
- 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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +9 -0
- package/types/sap.fe.core.d.ts +5 -5
- package/types/sap.fe.macros.d.ts +658 -102
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +368 -323
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +307 -92
- 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 +4 -4
- package/types/sap.suite.ui.generic.template.d.ts +4 -4
- package/types/sap.suite.ui.microchart.d.ts +19 -19
- 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 +112 -38
- package/types/sap.ui.core.d.ts +133 -81
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +4 -39
- 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 +6 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +39 -4
- 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 +27 -16
- 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.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 +51 -111
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.125.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -750,6 +750,11 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
750
750
|
* Description
|
|
751
751
|
*/
|
|
752
752
|
description?: string;
|
|
753
|
+
/**
|
|
754
|
+
* Path to a custom image to be shown on the place of the regular illustration. Relative to the card base
|
|
755
|
+
* URL.
|
|
756
|
+
*/
|
|
757
|
+
imageSrc?: string;
|
|
753
758
|
/**
|
|
754
759
|
* Response object in case of a network error
|
|
755
760
|
*/
|
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.125.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -12371,7 +12371,7 @@ declare module "sap/ui/mdc/FilterField" {
|
|
|
12371
12371
|
* - In edit mode, usually an {@link sap.m.Input Input} control is rendered.
|
|
12372
12372
|
* - If multiple values are allowed, a {@link sap.m.MultiInput MultiInput} control is rendered.
|
|
12373
12373
|
* - If `multipleLines` is set, a {@link sap.m.TextArea TextArea} control is rendered.
|
|
12374
|
-
* - If a date type or a date/time type is used, a {@link sap.m.
|
|
12374
|
+
* - If a date type or a date/time type is used and only one condition is supported, a {@link sap.m.DynamicDateRange DynamicDateRange }
|
|
12375
12375
|
* control is rendered.
|
|
12376
12376
|
* - If a date type is used and only single values are allowed, a {@link sap.m.DatePicker DatePicker }
|
|
12377
12377
|
* control is rendered.
|
|
@@ -17894,16 +17894,19 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
17894
17894
|
/**
|
|
17895
17895
|
* Fires event {@link #event:dragOver dragOver} to attached listeners.
|
|
17896
17896
|
*
|
|
17897
|
+
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
17898
|
+
* event object. The return value of this method indicates whether the default action should be executed.
|
|
17899
|
+
*
|
|
17897
17900
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17898
17901
|
*
|
|
17899
|
-
* @returns
|
|
17902
|
+
* @returns Whether or not to prevent the default action
|
|
17900
17903
|
*/
|
|
17901
17904
|
fireDragOver(
|
|
17902
17905
|
/**
|
|
17903
17906
|
* Parameters to pass along with the event
|
|
17904
17907
|
*/
|
|
17905
17908
|
mParameters?: DragDropConfig$DragOverEventParameters
|
|
17906
|
-
):
|
|
17909
|
+
): boolean;
|
|
17907
17910
|
/**
|
|
17908
17911
|
* Fires event {@link #event:dragStart dragStart} to attached listeners.
|
|
17909
17912
|
*
|
|
@@ -18133,6 +18136,11 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18133
18136
|
* The binding context of the dragged row
|
|
18134
18137
|
*/
|
|
18135
18138
|
bindingContext?: Context;
|
|
18139
|
+
|
|
18140
|
+
/**
|
|
18141
|
+
* The underlying browser event
|
|
18142
|
+
*/
|
|
18143
|
+
browserEvent?: DragEvent;
|
|
18136
18144
|
}
|
|
18137
18145
|
|
|
18138
18146
|
/**
|
|
@@ -18156,6 +18164,18 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18156
18164
|
* The binding context of the dragged row or the dragged control itself
|
|
18157
18165
|
*/
|
|
18158
18166
|
dragSource?: DragSource;
|
|
18167
|
+
|
|
18168
|
+
/**
|
|
18169
|
+
* The calculated position of the drop action relative to the row being dropped
|
|
18170
|
+
*/
|
|
18171
|
+
dropPosition?:
|
|
18172
|
+
| dnd.RelativeDropPosition
|
|
18173
|
+
| keyof typeof dnd.RelativeDropPosition;
|
|
18174
|
+
|
|
18175
|
+
/**
|
|
18176
|
+
* The underlying browser event
|
|
18177
|
+
*/
|
|
18178
|
+
browserEvent?: DragEvent;
|
|
18159
18179
|
}
|
|
18160
18180
|
|
|
18161
18181
|
/**
|
|
@@ -18186,6 +18206,11 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18186
18206
|
dropPosition?:
|
|
18187
18207
|
| dnd.RelativeDropPosition
|
|
18188
18208
|
| keyof typeof dnd.RelativeDropPosition;
|
|
18209
|
+
|
|
18210
|
+
/**
|
|
18211
|
+
* The underlying browser event
|
|
18212
|
+
*/
|
|
18213
|
+
browserEvent?: DragEvent;
|
|
18189
18214
|
}
|
|
18190
18215
|
|
|
18191
18216
|
/**
|
|
@@ -18204,6 +18229,11 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18204
18229
|
* The binding context of the dragged row
|
|
18205
18230
|
*/
|
|
18206
18231
|
bindingContext?: Context;
|
|
18232
|
+
|
|
18233
|
+
/**
|
|
18234
|
+
* The underlying browser event
|
|
18235
|
+
*/
|
|
18236
|
+
browserEvent?: DragEvent;
|
|
18207
18237
|
}
|
|
18208
18238
|
|
|
18209
18239
|
/**
|
|
@@ -18234,6 +18264,11 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18234
18264
|
dropPosition?:
|
|
18235
18265
|
| dnd.RelativeDropPosition
|
|
18236
18266
|
| keyof typeof dnd.RelativeDropPosition;
|
|
18267
|
+
|
|
18268
|
+
/**
|
|
18269
|
+
* The underlying browser event
|
|
18270
|
+
*/
|
|
18271
|
+
browserEvent?: DragEvent;
|
|
18237
18272
|
}
|
|
18238
18273
|
|
|
18239
18274
|
/**
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.125.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
@@ -1614,6 +1614,25 @@ declare module "sap/ui/table/Column" {
|
|
|
1614
1614
|
*/
|
|
1615
1615
|
oListener?: object
|
|
1616
1616
|
): this;
|
|
1617
|
+
/**
|
|
1618
|
+
* The column is resized to the width of the widest cell content that is currently displayed. This can be
|
|
1619
|
+
* the content of a column header cell, or a data cell. Only rows that are currently scrolled into view
|
|
1620
|
+
* are taken into consideration. The content of cells that span multiple columns is not taken into consideration,
|
|
1621
|
+
* for example, if the `headerSpan` property is used.
|
|
1622
|
+
*
|
|
1623
|
+
* The width might not be accurate if the cell content is not rendered yet, for example, because the data
|
|
1624
|
+
* is still being loaded.
|
|
1625
|
+
*
|
|
1626
|
+
* This behavior only works if the cell content is one of the following controls:
|
|
1627
|
+
* - `sap.m.Text`
|
|
1628
|
+
* - `sap.m.Label`
|
|
1629
|
+
* - `sap.m.Link`
|
|
1630
|
+
* - `sap.m.CheckBox` Otherwise, the width might not be accurate either. This includes cases where
|
|
1631
|
+
* the listed control is wrapped in another control.
|
|
1632
|
+
*
|
|
1633
|
+
* @since 1.125
|
|
1634
|
+
*/
|
|
1635
|
+
autoResize(): void;
|
|
1617
1636
|
/**
|
|
1618
1637
|
* Destroys the label in the aggregation {@link #getLabel label}.
|
|
1619
1638
|
*
|
|
@@ -1686,11 +1705,8 @@ declare module "sap/ui/table/Column" {
|
|
|
1686
1705
|
/**
|
|
1687
1706
|
* Gets current value of property {@link #getAutoResizable autoResizable}.
|
|
1688
1707
|
*
|
|
1689
|
-
* Enables auto-resizing of the column on double
|
|
1690
|
-
*
|
|
1691
|
-
* Currently only implemented to work with the following controls: `sap.m.Text, sap.m.Label, sap.m.Link,
|
|
1692
|
-
* sap.m.Input, sap.ui.commons.TextView, sap.ui.commons.Label, sap.ui.commons.Link and sap.ui.commons.TextField,
|
|
1693
|
-
* sap.ui.commons.Checkbox, sap.m.CheckBox`
|
|
1708
|
+
* Enables auto-resizing of the column on double-clicking the resize bar, if the column is resizable depending
|
|
1709
|
+
* on the `resizable` property. See {@link #autoResize} for details about the auto-resize feature.
|
|
1694
1710
|
*
|
|
1695
1711
|
* Default value is `false`.
|
|
1696
1712
|
*
|
|
@@ -2102,11 +2118,8 @@ declare module "sap/ui/table/Column" {
|
|
|
2102
2118
|
/**
|
|
2103
2119
|
* Sets a new value for property {@link #getAutoResizable autoResizable}.
|
|
2104
2120
|
*
|
|
2105
|
-
* Enables auto-resizing of the column on double
|
|
2106
|
-
*
|
|
2107
|
-
* Currently only implemented to work with the following controls: `sap.m.Text, sap.m.Label, sap.m.Link,
|
|
2108
|
-
* sap.m.Input, sap.ui.commons.TextView, sap.ui.commons.Label, sap.ui.commons.Link and sap.ui.commons.TextField,
|
|
2109
|
-
* sap.ui.commons.Checkbox, sap.m.CheckBox`
|
|
2121
|
+
* Enables auto-resizing of the column on double-clicking the resize bar, if the column is resizable depending
|
|
2122
|
+
* on the `resizable` property. See {@link #autoResize} for details about the auto-resize feature.
|
|
2110
2123
|
*
|
|
2111
2124
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2112
2125
|
*
|
|
@@ -2796,11 +2809,8 @@ declare module "sap/ui/table/Column" {
|
|
|
2796
2809
|
headerSpan?: any | PropertyBindingInfo | `{${string}}`;
|
|
2797
2810
|
|
|
2798
2811
|
/**
|
|
2799
|
-
* Enables auto-resizing of the column on double
|
|
2800
|
-
*
|
|
2801
|
-
* Currently only implemented to work with the following controls: `sap.m.Text, sap.m.Label, sap.m.Link,
|
|
2802
|
-
* sap.m.Input, sap.ui.commons.TextView, sap.ui.commons.Label, sap.ui.commons.Link and sap.ui.commons.TextField,
|
|
2803
|
-
* sap.ui.commons.Checkbox, sap.m.CheckBox`
|
|
2812
|
+
* Enables auto-resizing of the column on double-clicking the resize bar, if the column is resizable depending
|
|
2813
|
+
* on the `resizable` property. See {@link #autoResize} for details about the auto-resize feature.
|
|
2804
2814
|
*
|
|
2805
2815
|
* @since 1.21.1
|
|
2806
2816
|
*/
|
|
@@ -6666,6 +6676,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6666
6676
|
/**
|
|
6667
6677
|
* Triggers automatic resizing of a column to the widest content.
|
|
6668
6678
|
*
|
|
6679
|
+
* @deprecated (since 1.125) - replaced by {@link sap.ui.table.Column#autoResize}
|
|
6669
6680
|
* @experimental - Experimental! Presently implemented to only work with a very limited set of controls
|
|
6670
6681
|
* (e.g. sap.m.Text).
|
|
6671
6682
|
*/
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.125.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -876,8 +876,6 @@ declare module "sap/ushell/Container" {
|
|
|
876
876
|
* });
|
|
877
877
|
* ```
|
|
878
878
|
*
|
|
879
|
-
* See:
|
|
880
|
-
* sap.ushell.bootstrap
|
|
881
879
|
*
|
|
882
880
|
* @since 1.15.0
|
|
883
881
|
*/
|
|
@@ -1045,7 +1043,7 @@ declare module "sap/ushell/Container" {
|
|
|
1045
1043
|
* Gets a renderer instance for the given renderer name, that was created by the createRenderer method.
|
|
1046
1044
|
*
|
|
1047
1045
|
* @since 1.30.0
|
|
1048
|
-
* @deprecated (since 1.120.
|
|
1046
|
+
* @deprecated (since 1.120) - Use {@link sap.ushell.services.Extension} for shell extensions instead.
|
|
1049
1047
|
*
|
|
1050
1048
|
* @returns the renderer with the specified name; the returned object is either a control (i.e. extend `sap.ui.core.Control`)
|
|
1051
1049
|
* or a UI component (i.e. extend `sap.ui.core.UIComponent`), i.e. this method unwraps the renderer component
|
|
@@ -2695,12 +2693,46 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
|
|
|
2695
2693
|
}
|
|
2696
2694
|
|
|
2697
2695
|
declare module "sap/ushell/services/AppConfiguration" {
|
|
2696
|
+
import Button from "sap/m/Button";
|
|
2697
|
+
|
|
2698
2698
|
/**
|
|
2699
2699
|
* The unified shell's AppConfiguration service as a singleton object.
|
|
2700
2700
|
*
|
|
2701
2701
|
* @since 1.15.0
|
|
2702
2702
|
*/
|
|
2703
2703
|
interface AppConfiguration {
|
|
2704
|
+
/**
|
|
2705
|
+
* Adds an entry to user recent activity list. The list of recent activities will be displayed in the UserActionsMenu
|
|
2706
|
+
* of FLP application (fiori 2.0) This method should be used by applications of special types. like "Search",
|
|
2707
|
+
* "OVP", "Co-Pilot" and "FactSheet" This method should be only called in the "exit" method of applications
|
|
2708
|
+
* Component.js in order to assure that it will be added to recent activities. For these applications the
|
|
2709
|
+
* unique identifier of the entry is url and not appId, so in order to add different entry, different url
|
|
2710
|
+
* should be specified, otherwise the entry will be updated with a new timestamp Only applications of type
|
|
2711
|
+
* Search and Co-Pilot can set their icon.
|
|
2712
|
+
*
|
|
2713
|
+
* @deprecated (since 1.120) - without replacement.
|
|
2714
|
+
*
|
|
2715
|
+
* @returns Resolves the updated list of user recents.
|
|
2716
|
+
*/
|
|
2717
|
+
addActivity(
|
|
2718
|
+
/**
|
|
2719
|
+
* oRecentActivity
|
|
2720
|
+
*/
|
|
2721
|
+
oRecentActivity: object
|
|
2722
|
+
): jQuery.Promise;
|
|
2723
|
+
/**
|
|
2724
|
+
* Adds buttons to the action sheet in the shell header. This function always overrides the already existing
|
|
2725
|
+
* application settings buttons with the new buttons. It is meant to be used by applications that want to
|
|
2726
|
+
* add their own settings button to the shell header.
|
|
2727
|
+
*
|
|
2728
|
+
* @deprecated (since 1.120) - Use {@link sap.ushell.services.Extension#addUserAction} instead.
|
|
2729
|
+
*/
|
|
2730
|
+
addApplicationSettingsButtons(
|
|
2731
|
+
/**
|
|
2732
|
+
* List of sap.m.Button controls
|
|
2733
|
+
*/
|
|
2734
|
+
aButtons: Button[]
|
|
2735
|
+
): void;
|
|
2704
2736
|
/**
|
|
2705
2737
|
* Sets the application screen size to full width
|
|
2706
2738
|
*
|
|
@@ -2713,6 +2745,17 @@ declare module "sap/ushell/services/AppConfiguration" {
|
|
|
2713
2745
|
*/
|
|
2714
2746
|
bValue: boolean
|
|
2715
2747
|
): void;
|
|
2748
|
+
/**
|
|
2749
|
+
* Sets the icons of the browser.
|
|
2750
|
+
*
|
|
2751
|
+
* @deprecated (since 1.120.0) - Use {@link sap.ui.util.Mobile#setIcons} instead.
|
|
2752
|
+
*/
|
|
2753
|
+
setIcons(
|
|
2754
|
+
/**
|
|
2755
|
+
* Icon properties, an object holding icon URLs
|
|
2756
|
+
*/
|
|
2757
|
+
oIconsProperties: object
|
|
2758
|
+
): void;
|
|
2716
2759
|
}
|
|
2717
2760
|
const AppConfiguration: AppConfiguration;
|
|
2718
2761
|
export default AppConfiguration;
|
|
@@ -6298,14 +6341,6 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
6298
6341
|
}
|
|
6299
6342
|
|
|
6300
6343
|
declare module "sap/ushell/services/Message" {
|
|
6301
|
-
import MessageBox from "sap/m/MessageBox";
|
|
6302
|
-
|
|
6303
|
-
import Control from "sap/ui/core/Control";
|
|
6304
|
-
|
|
6305
|
-
import Button from "sap/m/Button";
|
|
6306
|
-
|
|
6307
|
-
import Dialog from "sap/m/Dialog";
|
|
6308
|
-
|
|
6309
6344
|
/**
|
|
6310
6345
|
* Message service.
|
|
6311
6346
|
*
|
|
@@ -6328,103 +6363,6 @@ declare module "sap/ushell/services/Message" {
|
|
|
6328
6363
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6329
6364
|
*/
|
|
6330
6365
|
protected constructor();
|
|
6331
|
-
|
|
6332
|
-
/**
|
|
6333
|
-
* Shows an confirmation dialog on the screen.
|
|
6334
|
-
*
|
|
6335
|
-
* The callback is called with the following signature: `function(Action)` where Action is the action type
|
|
6336
|
-
* that the user has tapped. For example, when the user has pressed the close button, a sap.m.MessageBox.Action.Close
|
|
6337
|
-
* is returned.
|
|
6338
|
-
*
|
|
6339
|
-
* If no actions are provided, "OK" and "Cancel" will be shown. In this case Action is set by one of the
|
|
6340
|
-
* following three values: 1. sap.m.MessageBox.Action.OK: "OK" (confirmed) button is tapped. 2. sap.m.MessageBox.Action.Cancel:
|
|
6341
|
-
* "Cancel" (unconfirmed) button is tapped. 3. null: Confirm dialog is closed by calling sap.m.InstanceManager.closeAllDialogs()
|
|
6342
|
-
*
|
|
6343
|
-
* @since 1.16.0
|
|
6344
|
-
*/
|
|
6345
|
-
confirm(
|
|
6346
|
-
/**
|
|
6347
|
-
* the localized message as plain text
|
|
6348
|
-
*/
|
|
6349
|
-
sMessage: string,
|
|
6350
|
-
/**
|
|
6351
|
-
* callback function
|
|
6352
|
-
*/
|
|
6353
|
-
fnCallback: () => string,
|
|
6354
|
-
/**
|
|
6355
|
-
* the localized title as plain text
|
|
6356
|
-
*/
|
|
6357
|
-
sTitle?: string,
|
|
6358
|
-
/**
|
|
6359
|
-
* Either a single action, or an array of two actions. If no action(s) are given, the single action MessageBox.Action.OK
|
|
6360
|
-
* is taken as a default for the parameter. If more than two actions are given, only the first two actions
|
|
6361
|
-
* are taken. Custom action string(s) can be provided, and then the translation of custom action string(s)
|
|
6362
|
-
* needs to be done by the application.
|
|
6363
|
-
*/
|
|
6364
|
-
vActions?:
|
|
6365
|
-
| (typeof MessageBox.Action | keyof typeof MessageBox.Action)
|
|
6366
|
-
| Array<typeof MessageBox.Action | keyof typeof MessageBox.Action>
|
|
6367
|
-
| string
|
|
6368
|
-
| string[]
|
|
6369
|
-
): void;
|
|
6370
|
-
/**
|
|
6371
|
-
* Shows an error message on the screen.
|
|
6372
|
-
*
|
|
6373
|
-
* @since 1.16.0
|
|
6374
|
-
*/
|
|
6375
|
-
error(
|
|
6376
|
-
/**
|
|
6377
|
-
* the localized message as plain text
|
|
6378
|
-
*/
|
|
6379
|
-
sMessage: string,
|
|
6380
|
-
/**
|
|
6381
|
-
* the localized title as plain text
|
|
6382
|
-
*/
|
|
6383
|
-
sTitle?: string
|
|
6384
|
-
): void;
|
|
6385
|
-
/**
|
|
6386
|
-
* Shows an error message with details on the screen. If more than one control should be shown, an {sap.m.VBox }
|
|
6387
|
-
* can be used. The default title is "error". If no custom buttons are given, an emphasized "close" button
|
|
6388
|
-
* is shown.
|
|
6389
|
-
*
|
|
6390
|
-
* @since 1.81.0
|
|
6391
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6392
|
-
*
|
|
6393
|
-
* @returns The error dialog, so it can be destroyed by a custom button
|
|
6394
|
-
*/
|
|
6395
|
-
errorWithDetails(
|
|
6396
|
-
/**
|
|
6397
|
-
* The localized message as plain text
|
|
6398
|
-
*/
|
|
6399
|
-
message: string,
|
|
6400
|
-
/**
|
|
6401
|
-
* The control that should be displayed, once a user presses the "View Details" link
|
|
6402
|
-
*/
|
|
6403
|
-
detailControl?: Control,
|
|
6404
|
-
/**
|
|
6405
|
-
* The localized title as plain text
|
|
6406
|
-
*/
|
|
6407
|
-
title?: string,
|
|
6408
|
-
/**
|
|
6409
|
-
* The custom buttons that should be shown on the dialog
|
|
6410
|
-
*/
|
|
6411
|
-
buttons?: Button[]
|
|
6412
|
-
): Dialog;
|
|
6413
|
-
/**
|
|
6414
|
-
* Shows a MessageToast on the screen.
|
|
6415
|
-
*
|
|
6416
|
-
* @since 1.16.0
|
|
6417
|
-
*/
|
|
6418
|
-
info(
|
|
6419
|
-
/**
|
|
6420
|
-
* the localized message as plain text
|
|
6421
|
-
*/
|
|
6422
|
-
sMessage: string,
|
|
6423
|
-
/**
|
|
6424
|
-
* display duration in ms
|
|
6425
|
-
*/
|
|
6426
|
-
iDuration?: int
|
|
6427
|
-
): void;
|
|
6428
6366
|
}
|
|
6429
6367
|
}
|
|
6430
6368
|
|
|
@@ -6977,7 +6915,7 @@ declare module "sap/ushell/services/NavTargetResolution" {
|
|
|
6977
6915
|
* ... )
|
|
6978
6916
|
*
|
|
6979
6917
|
* @since 1.15.0
|
|
6980
|
-
* @deprecated (since 1.120)
|
|
6918
|
+
* @deprecated (since 1.120) - Use {@link sap.ushell.services.Navigation} for Navigation instead.
|
|
6981
6919
|
*/
|
|
6982
6920
|
export default class NavTargetResolution extends sap.ushell.services.Service {
|
|
6983
6921
|
/**
|
|
@@ -9761,7 +9699,7 @@ declare module "sap/ushell/services/ShellNavigation" {
|
|
|
9761
9699
|
* not to be invoked directly!
|
|
9762
9700
|
*
|
|
9763
9701
|
* @since 1.15.0
|
|
9764
|
-
* @deprecated (since 1.120)
|
|
9702
|
+
* @deprecated (since 1.120) - Use {@link sap.ushell.services.Navigation} for Navigation instead.
|
|
9765
9703
|
*/
|
|
9766
9704
|
export default class ShellNavigation {
|
|
9767
9705
|
/**
|
|
@@ -14094,5 +14032,7 @@ declare namespace sap {
|
|
|
14094
14032
|
"sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory": undefined;
|
|
14095
14033
|
|
|
14096
14034
|
"sap/ushell/ui5service/UserStatus": undefined;
|
|
14035
|
+
|
|
14036
|
+
"sap/ushell/utils/UriParameters": undefined;
|
|
14097
14037
|
}
|
|
14098
14038
|
}
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED