@sapui5/types 1.124.2 → 1.125.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/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 +6 -16
- 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 +313 -248
- 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 +8 -9
- package/types/sap.suite.ui.generic.template.d.ts +1 -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 +119 -79
- 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 +41 -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 +29 -21
- 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
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";
|
|
@@ -2457,12 +2457,12 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
2457
2457
|
|
|
2458
2458
|
import ListBinding from "sap/ui/model/ListBinding";
|
|
2459
2459
|
|
|
2460
|
-
import { ConditionObject } from "sap/ui/mdc/condition/Condition";
|
|
2461
|
-
|
|
2462
2460
|
import FilterableListContent from "sap/ui/mdc/valuehelp/base/FilterableListContent";
|
|
2463
2461
|
|
|
2464
2462
|
import Context from "sap/ui/model/Context";
|
|
2465
2463
|
|
|
2464
|
+
import { ConditionObject } from "sap/ui/mdc/condition/Condition";
|
|
2465
|
+
|
|
2466
2466
|
import { util } from "sap/ui/mdc/library";
|
|
2467
2467
|
|
|
2468
2468
|
import Filter from "sap/ui/model/Filter";
|
|
@@ -2507,28 +2507,6 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
2507
2507
|
*/
|
|
2508
2508
|
iRequestedItems: int
|
|
2509
2509
|
): boolean | Promise<boolean>;
|
|
2510
|
-
/**
|
|
2511
|
-
* Allows control to customize selection behavior in valuelist scenarios
|
|
2512
|
-
*
|
|
2513
|
-
* @since 1.124.2
|
|
2514
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2515
|
-
*
|
|
2516
|
-
* @returns `true` if conditions are considered equal
|
|
2517
|
-
*/
|
|
2518
|
-
compareConditions(
|
|
2519
|
-
/**
|
|
2520
|
-
* The `ValueHelp` control instance
|
|
2521
|
-
*/
|
|
2522
|
-
oValueHelp: ValueHelp,
|
|
2523
|
-
/**
|
|
2524
|
-
* Condition to compare
|
|
2525
|
-
*/
|
|
2526
|
-
oConditionA: ConditionObject,
|
|
2527
|
-
/**
|
|
2528
|
-
* Condition to compare
|
|
2529
|
-
*/
|
|
2530
|
-
oConditionB: ConditionObject
|
|
2531
|
-
): boolean;
|
|
2532
2510
|
/**
|
|
2533
2511
|
* Provides the possibility to convey custom data in conditions. This enables an application to enhance
|
|
2534
2512
|
* conditions with data relevant for combined key or out parameter scenarios.
|
|
@@ -12393,7 +12371,7 @@ declare module "sap/ui/mdc/FilterField" {
|
|
|
12393
12371
|
* - In edit mode, usually an {@link sap.m.Input Input} control is rendered.
|
|
12394
12372
|
* - If multiple values are allowed, a {@link sap.m.MultiInput MultiInput} control is rendered.
|
|
12395
12373
|
* - If `multipleLines` is set, a {@link sap.m.TextArea TextArea} control is rendered.
|
|
12396
|
-
* - 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 }
|
|
12397
12375
|
* control is rendered.
|
|
12398
12376
|
* - If a date type is used and only single values are allowed, a {@link sap.m.DatePicker DatePicker }
|
|
12399
12377
|
* control is rendered.
|
|
@@ -17916,16 +17894,19 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
17916
17894
|
/**
|
|
17917
17895
|
* Fires event {@link #event:dragOver dragOver} to attached listeners.
|
|
17918
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
|
+
*
|
|
17919
17900
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17920
17901
|
*
|
|
17921
|
-
* @returns
|
|
17902
|
+
* @returns Whether or not to prevent the default action
|
|
17922
17903
|
*/
|
|
17923
17904
|
fireDragOver(
|
|
17924
17905
|
/**
|
|
17925
17906
|
* Parameters to pass along with the event
|
|
17926
17907
|
*/
|
|
17927
17908
|
mParameters?: DragDropConfig$DragOverEventParameters
|
|
17928
|
-
):
|
|
17909
|
+
): boolean;
|
|
17929
17910
|
/**
|
|
17930
17911
|
* Fires event {@link #event:dragStart dragStart} to attached listeners.
|
|
17931
17912
|
*
|
|
@@ -18155,6 +18136,11 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18155
18136
|
* The binding context of the dragged row
|
|
18156
18137
|
*/
|
|
18157
18138
|
bindingContext?: Context;
|
|
18139
|
+
|
|
18140
|
+
/**
|
|
18141
|
+
* The underlying browser event
|
|
18142
|
+
*/
|
|
18143
|
+
browserEvent?: DragEvent;
|
|
18158
18144
|
}
|
|
18159
18145
|
|
|
18160
18146
|
/**
|
|
@@ -18178,6 +18164,18 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18178
18164
|
* The binding context of the dragged row or the dragged control itself
|
|
18179
18165
|
*/
|
|
18180
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;
|
|
18181
18179
|
}
|
|
18182
18180
|
|
|
18183
18181
|
/**
|
|
@@ -18208,6 +18206,11 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18208
18206
|
dropPosition?:
|
|
18209
18207
|
| dnd.RelativeDropPosition
|
|
18210
18208
|
| keyof typeof dnd.RelativeDropPosition;
|
|
18209
|
+
|
|
18210
|
+
/**
|
|
18211
|
+
* The underlying browser event
|
|
18212
|
+
*/
|
|
18213
|
+
browserEvent?: DragEvent;
|
|
18211
18214
|
}
|
|
18212
18215
|
|
|
18213
18216
|
/**
|
|
@@ -18226,6 +18229,11 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18226
18229
|
* The binding context of the dragged row
|
|
18227
18230
|
*/
|
|
18228
18231
|
bindingContext?: Context;
|
|
18232
|
+
|
|
18233
|
+
/**
|
|
18234
|
+
* The underlying browser event
|
|
18235
|
+
*/
|
|
18236
|
+
browserEvent?: DragEvent;
|
|
18229
18237
|
}
|
|
18230
18238
|
|
|
18231
18239
|
/**
|
|
@@ -18256,6 +18264,11 @@ declare module "sap/ui/mdc/table/DragDropConfig" {
|
|
|
18256
18264
|
dropPosition?:
|
|
18257
18265
|
| dnd.RelativeDropPosition
|
|
18258
18266
|
| keyof typeof dnd.RelativeDropPosition;
|
|
18267
|
+
|
|
18268
|
+
/**
|
|
18269
|
+
* The underlying browser event
|
|
18270
|
+
*/
|
|
18271
|
+
browserEvent?: DragEvent;
|
|
18259
18272
|
}
|
|
18260
18273
|
|
|
18261
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
|
*/
|
|
@@ -3005,11 +3015,8 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
3005
3015
|
|
|
3006
3016
|
/**
|
|
3007
3017
|
* Implements a plugin to enable a special multi-selection behavior:
|
|
3008
|
-
* - Select All checkbox
|
|
3009
|
-
*
|
|
3010
|
-
* a single operation. If there are more rows than the limit, the first x rows are selected until the limit
|
|
3011
|
-
* x has been reached.
|
|
3012
|
-
* - Dedicated Deselect All button for removing the selection
|
|
3018
|
+
* - No Select All checkbox, select all can only be done via range selection
|
|
3019
|
+
* - Dedicated Deselect All button to clear the selection
|
|
3013
3020
|
* - The number of indices which can be selected in a range is defined by the `limit` property. If the
|
|
3014
3021
|
* user tries to select more indices, the selection is automatically limited, and the table scrolls to the
|
|
3015
3022
|
* last selected index.
|
|
@@ -6669,6 +6676,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6669
6676
|
/**
|
|
6670
6677
|
* Triggers automatic resizing of a column to the widest content.
|
|
6671
6678
|
*
|
|
6679
|
+
* @deprecated (since 1.125) - replaced by {@link sap.ui.table.Column#autoResize}
|
|
6672
6680
|
* @experimental - Experimental! Presently implemented to only work with a very limited set of controls
|
|
6673
6681
|
* (e.g. sap.m.Text).
|
|
6674
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