@sapui5/types 1.124.2 → 1.124.5
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.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +44 -1
- package/types/sap.fe.core.d.ts +3 -3
- package/types/sap.fe.macros.d.ts +1 -1
- 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.gantt.d.ts +44 -7
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +3 -6
- 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 +25 -8
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.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 +1 -1
- package/types/sap.ui.core.d.ts +55 -5
- 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 +1 -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 +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- 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 +1 -1
- 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.vk.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 +14 -2
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +44 -1
- package/types/sap.viz.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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -5349,6 +5349,19 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
5349
5349
|
getFooterRole():
|
|
5350
5350
|
| AccessibleLandmarkRole
|
|
5351
5351
|
| keyof typeof AccessibleLandmarkRole;
|
|
5352
|
+
/**
|
|
5353
|
+
* Gets current value of property {@link #getHeaderContentLabel headerContentLabel}.
|
|
5354
|
+
*
|
|
5355
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.f.DynamicPage`
|
|
5356
|
+
* control.
|
|
5357
|
+
*
|
|
5358
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
5359
|
+
*
|
|
5360
|
+
* @since 1.127.0
|
|
5361
|
+
*
|
|
5362
|
+
* @returns Value of property `headerContentLabel`
|
|
5363
|
+
*/
|
|
5364
|
+
getHeaderContentLabel(): string;
|
|
5352
5365
|
/**
|
|
5353
5366
|
* Gets current value of property {@link #getHeaderLabel headerLabel}.
|
|
5354
5367
|
*
|
|
@@ -5481,6 +5494,26 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
5481
5494
|
*/
|
|
5482
5495
|
sFooterRole?: AccessibleLandmarkRole | keyof typeof AccessibleLandmarkRole
|
|
5483
5496
|
): this;
|
|
5497
|
+
/**
|
|
5498
|
+
* Sets a new value for property {@link #getHeaderContentLabel headerContentLabel}.
|
|
5499
|
+
*
|
|
5500
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.f.DynamicPage`
|
|
5501
|
+
* control.
|
|
5502
|
+
*
|
|
5503
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
5504
|
+
*
|
|
5505
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5506
|
+
*
|
|
5507
|
+
* @since 1.127.0
|
|
5508
|
+
*
|
|
5509
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
5510
|
+
*/
|
|
5511
|
+
setHeaderContentLabel(
|
|
5512
|
+
/**
|
|
5513
|
+
* New value for property `headerContentLabel`
|
|
5514
|
+
*/
|
|
5515
|
+
sHeaderContentLabel?: string
|
|
5516
|
+
): this;
|
|
5484
5517
|
/**
|
|
5485
5518
|
* Sets a new value for property {@link #getHeaderLabel headerLabel}.
|
|
5486
5519
|
*
|
|
@@ -5636,6 +5669,16 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
5636
5669
|
* is set.
|
|
5637
5670
|
*/
|
|
5638
5671
|
footerLabel?: string | PropertyBindingInfo;
|
|
5672
|
+
|
|
5673
|
+
/**
|
|
5674
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.f.DynamicPage`
|
|
5675
|
+
* control.
|
|
5676
|
+
*
|
|
5677
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
5678
|
+
*
|
|
5679
|
+
* @since 1.127.0
|
|
5680
|
+
*/
|
|
5681
|
+
headerContentLabel?: string | PropertyBindingInfo;
|
|
5639
5682
|
}
|
|
5640
5683
|
}
|
|
5641
5684
|
|
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -518,13 +518,13 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
518
518
|
*
|
|
519
519
|
* @since 1.90.0
|
|
520
520
|
*
|
|
521
|
-
* @returns Promise
|
|
521
|
+
* @returns Promise resolved once the editable document is available with the editable context
|
|
522
522
|
*/
|
|
523
523
|
editDocument(
|
|
524
524
|
/**
|
|
525
525
|
* Context of the active document
|
|
526
526
|
*/
|
|
527
|
-
|
|
527
|
+
context: Context
|
|
528
528
|
): Promise<Context | void>;
|
|
529
529
|
/**
|
|
530
530
|
* Invokes an action (bound or unbound) and tracks the changes so that other pages can be refreshed and
|
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -44174,6 +44174,17 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44174
44174
|
* @returns Value of property `enableLassoInvert`
|
|
44175
44175
|
*/
|
|
44176
44176
|
getEnableLassoInvert(): boolean;
|
|
44177
|
+
/**
|
|
44178
|
+
* Gets current value of property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
|
|
44179
|
+
*
|
|
44180
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
44181
|
+
*
|
|
44182
|
+
* Default value is `true`.
|
|
44183
|
+
*
|
|
44184
|
+
*
|
|
44185
|
+
* @returns Value of property `enableMultipleGhosts`
|
|
44186
|
+
*/
|
|
44187
|
+
getEnableMultipleGhosts(): boolean;
|
|
44177
44188
|
/**
|
|
44178
44189
|
* Gets current value of property {@link #getEnableNonWorkingTime enableNonWorkingTime}.
|
|
44179
44190
|
*
|
|
@@ -44672,7 +44683,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44672
44683
|
* Gets current value of property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
|
|
44673
44684
|
*
|
|
44674
44685
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
44675
|
-
* property takes effect if only one shape is selected.
|
|
44686
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
44676
44687
|
*
|
|
44677
44688
|
* Default value is `false`.
|
|
44678
44689
|
*
|
|
@@ -44683,7 +44694,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44683
44694
|
/**
|
|
44684
44695
|
* Gets current value of property {@link #getShowTextOnGhost showTextOnGhost}.
|
|
44685
44696
|
*
|
|
44686
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
44697
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
44698
|
+
* is set to true.
|
|
44687
44699
|
*
|
|
44688
44700
|
* Default value is `true`.
|
|
44689
44701
|
*
|
|
@@ -45526,6 +45538,24 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45526
45538
|
*/
|
|
45527
45539
|
bEnableLassoInvert?: boolean
|
|
45528
45540
|
): this;
|
|
45541
|
+
/**
|
|
45542
|
+
* Sets a new value for property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
|
|
45543
|
+
*
|
|
45544
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
45545
|
+
*
|
|
45546
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
45547
|
+
*
|
|
45548
|
+
* Default value is `true`.
|
|
45549
|
+
*
|
|
45550
|
+
*
|
|
45551
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45552
|
+
*/
|
|
45553
|
+
setEnableMultipleGhosts(
|
|
45554
|
+
/**
|
|
45555
|
+
* New value for property `enableMultipleGhosts`
|
|
45556
|
+
*/
|
|
45557
|
+
bEnableMultipleGhosts?: boolean
|
|
45558
|
+
): this;
|
|
45529
45559
|
/**
|
|
45530
45560
|
* Sets a new value for property {@link #getEnableNonWorkingTime enableNonWorkingTime}.
|
|
45531
45561
|
*
|
|
@@ -46146,7 +46176,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46146
46176
|
* Sets a new value for property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
|
|
46147
46177
|
*
|
|
46148
46178
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
46149
|
-
* property takes effect if only one shape is selected.
|
|
46179
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
46150
46180
|
*
|
|
46151
46181
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46152
46182
|
*
|
|
@@ -46164,7 +46194,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46164
46194
|
/**
|
|
46165
46195
|
* Sets a new value for property {@link #getShowTextOnGhost showTextOnGhost}.
|
|
46166
46196
|
*
|
|
46167
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
46197
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
46198
|
+
* is set to true.
|
|
46168
46199
|
*
|
|
46169
46200
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46170
46201
|
*
|
|
@@ -46566,7 +46597,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46566
46597
|
|
|
46567
46598
|
/**
|
|
46568
46599
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
46569
|
-
* property takes effect if only one shape is selected.
|
|
46600
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
46570
46601
|
*/
|
|
46571
46602
|
showShapeTimeOnDrag?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
46572
46603
|
|
|
@@ -46738,7 +46769,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46738
46769
|
selectOnlyGraphicalShape?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
46739
46770
|
|
|
46740
46771
|
/**
|
|
46741
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
46772
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
46773
|
+
* is set to true.
|
|
46742
46774
|
*
|
|
46743
46775
|
* @since 1.94
|
|
46744
46776
|
*/
|
|
@@ -46854,6 +46886,11 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46854
46886
|
*/
|
|
46855
46887
|
shapeRenderOrder?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
46856
46888
|
|
|
46889
|
+
/**
|
|
46890
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
46891
|
+
*/
|
|
46892
|
+
enableMultipleGhosts?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
46893
|
+
|
|
46857
46894
|
/**
|
|
46858
46895
|
* Table of the Gantt Chart
|
|
46859
46896
|
*
|
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -8971,7 +8971,6 @@ declare module "sap/m/Breadcrumbs" {
|
|
|
8971
8971
|
* Determines the text of current/last element in the Breadcrumbs path.
|
|
8972
8972
|
*
|
|
8973
8973
|
* @since 1.34
|
|
8974
|
-
* @deprecated (since 1.123) - Use the **currentLocation** aggregation instead.
|
|
8975
8974
|
*
|
|
8976
8975
|
* @returns Value of property `currentLocationText`
|
|
8977
8976
|
*/
|
|
@@ -9098,7 +9097,6 @@ declare module "sap/m/Breadcrumbs" {
|
|
|
9098
9097
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9099
9098
|
*
|
|
9100
9099
|
* @since 1.34
|
|
9101
|
-
* @deprecated (since 1.123) - Use the **currentLocation** aggregation instead.
|
|
9102
9100
|
*
|
|
9103
9101
|
* @returns Reference to `this` in order to allow method chaining
|
|
9104
9102
|
*/
|
|
@@ -9129,7 +9127,6 @@ declare module "sap/m/Breadcrumbs" {
|
|
|
9129
9127
|
* Determines the text of current/last element in the Breadcrumbs path.
|
|
9130
9128
|
*
|
|
9131
9129
|
* @since 1.34
|
|
9132
|
-
* @deprecated (since 1.123) - Use the **currentLocation** aggregation instead.
|
|
9133
9130
|
*/
|
|
9134
9131
|
currentLocationText?: string | PropertyBindingInfo;
|
|
9135
9132
|
|
|
@@ -157822,7 +157819,7 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
157822
157819
|
* Required for receiving a `readyState` is to set the property `sendXHR` to true. This property is not
|
|
157823
157820
|
* supported by Internet Explorer 9.
|
|
157824
157821
|
*/
|
|
157825
|
-
readyState?:
|
|
157822
|
+
readyState?: int;
|
|
157826
157823
|
|
|
157827
157824
|
/**
|
|
157828
157825
|
* Status of the XHR request.
|
|
@@ -157830,7 +157827,7 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
157830
157827
|
* Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
|
|
157831
157828
|
* by Internet Explorer 9.
|
|
157832
157829
|
*/
|
|
157833
|
-
status?:
|
|
157830
|
+
status?: int;
|
|
157834
157831
|
|
|
157835
157832
|
/**
|
|
157836
157833
|
* Http-Response which comes from the server.
|
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
|
@@ -1,16 +1,31 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/ovp/library" {}
|
|
4
4
|
|
|
5
5
|
declare module "sap/ovp/app/Component" {
|
|
6
|
-
import
|
|
6
|
+
import {
|
|
7
|
+
default as AppComponent,
|
|
8
|
+
$AppComponentSettings,
|
|
9
|
+
} from "sap/fe/core/AppComponent";
|
|
7
10
|
|
|
8
11
|
import ComponentMetadata from "sap/ui/core/ComponentMetadata";
|
|
9
12
|
|
|
10
13
|
/**
|
|
11
14
|
* Overview Page Application Component
|
|
12
15
|
*/
|
|
13
|
-
|
|
16
|
+
export default class Component extends AppComponent {
|
|
17
|
+
/**
|
|
18
|
+
* Main class used for Overview Page Application Component
|
|
19
|
+
*
|
|
20
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
21
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
22
|
+
* of the syntax of the settings object.
|
|
23
|
+
*
|
|
24
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.fe.core.AppComponent#constructor sap.fe.core.AppComponent }
|
|
25
|
+
* can be used.@ui5-updated-doclet
|
|
26
|
+
*/
|
|
27
|
+
constructor();
|
|
28
|
+
|
|
14
29
|
/**
|
|
15
30
|
* Creates a new subclass of class sap.ovp.app.Component with name `sClassName` and enriches it with the
|
|
16
31
|
* information contained in `oClassInfo`.
|
|
@@ -20,7 +35,7 @@ declare module "sap/ovp/app/Component" {
|
|
|
20
35
|
*
|
|
21
36
|
* @returns Created class / constructor function
|
|
22
37
|
*/
|
|
23
|
-
extend(
|
|
38
|
+
static extend<T extends Record<string, unknown>>(
|
|
24
39
|
/**
|
|
25
40
|
* Name of the class being created
|
|
26
41
|
*/
|
|
@@ -28,7 +43,7 @@ declare module "sap/ovp/app/Component" {
|
|
|
28
43
|
/**
|
|
29
44
|
* Object literal with information about the class
|
|
30
45
|
*/
|
|
31
|
-
oClassInfo?:
|
|
46
|
+
oClassInfo?: sap.ClassInfo<T, Component>,
|
|
32
47
|
/**
|
|
33
48
|
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
34
49
|
* used by this class
|
|
@@ -41,10 +56,12 @@ declare module "sap/ovp/app/Component" {
|
|
|
41
56
|
*
|
|
42
57
|
* @returns Metadata object describing this class
|
|
43
58
|
*/
|
|
44
|
-
getMetadata(): ComponentMetadata;
|
|
59
|
+
static getMetadata(): ComponentMetadata;
|
|
45
60
|
}
|
|
46
|
-
|
|
47
|
-
|
|
61
|
+
/**
|
|
62
|
+
* Describes the settings that can be provided to the Component constructor.
|
|
63
|
+
*/
|
|
64
|
+
export interface $ComponentSettings extends $AppComponentSettings {}
|
|
48
65
|
}
|
|
49
66
|
|
|
50
67
|
declare module "sap/ovp/app/TemplateBaseExtension" {
|
package/types/sap.sac.df.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.124.
|
|
282
|
+
// For Library Version: 1.124.4
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -33739,14 +33739,64 @@ declare module "sap/ui/core/mvc/ControllerExtension" {
|
|
|
33739
33739
|
* **Note:** This static method is automatically propagated to subclasses of `ControllerExtension`.
|
|
33740
33740
|
*
|
|
33741
33741
|
*
|
|
33742
|
-
* @returns
|
|
33742
|
+
* @returns The adapted controller extension class
|
|
33743
33743
|
*/
|
|
33744
|
-
static override
|
|
33744
|
+
static override<
|
|
33745
|
+
TheExtension extends new () => ControllerExtension,
|
|
33746
|
+
AddtlProps extends object,
|
|
33747
|
+
>(
|
|
33748
|
+
this: TheExtension,
|
|
33745
33749
|
/**
|
|
33746
33750
|
* The custom extension definition
|
|
33747
33751
|
*/
|
|
33748
|
-
|
|
33749
|
-
):
|
|
33752
|
+
customExtension: AddtlProps
|
|
33753
|
+
): new () => InstanceType<TheExtension> & AddtlProps;
|
|
33754
|
+
/**
|
|
33755
|
+
* A marker method for applying controller extensions to controller class members in TypeScript code.
|
|
33756
|
+
* This method is only used to make TypeScript usage compatible to the UI5 runtime behavior, where an extension
|
|
33757
|
+
* *class* is assigned when the controller is defined, but each controller instance gets an *instance* of
|
|
33758
|
+
* this extension. This method call is removed in the class transformer when the ES class is transformed
|
|
33759
|
+
* to the traditional UI5 class definition syntax.
|
|
33760
|
+
*
|
|
33761
|
+
* To allow for proper removal, it may only be called directly on the base class `ControllerExtension`,
|
|
33762
|
+
* at the place where a controller extension is assigned to a member property of the new controller class.
|
|
33763
|
+
* The class transformation then removes this call. If it is not removed because it is used in any other
|
|
33764
|
+
* way, then it throws an error at runtime.
|
|
33765
|
+
*
|
|
33766
|
+
* Usage example:
|
|
33767
|
+
* ```javascript
|
|
33768
|
+
* import Routing from "sap/fe/core/controllerextensions/Routing";
|
|
33769
|
+
* import ControllerExtension from "sap/ui/core/mvc/ControllerExtension";
|
|
33770
|
+
* ...
|
|
33771
|
+
* export default class App extends Controller {
|
|
33772
|
+
* routing = ControllerExtension.use(Routing);
|
|
33773
|
+
* ```
|
|
33774
|
+
*
|
|
33775
|
+
* Usage example with overriding extension callbacks:
|
|
33776
|
+
* ```javascript
|
|
33777
|
+
* import Routing from "sap/fe/core/controllerextensions/Routing";
|
|
33778
|
+
* import ControllerExtension from "sap/ui/core/mvc/ControllerExtension";
|
|
33779
|
+
* ...
|
|
33780
|
+
* export default class App extends Controller {
|
|
33781
|
+
* routing = ControllerExtension.use(Routing.override({
|
|
33782
|
+
* ...
|
|
33783
|
+
* }));
|
|
33784
|
+
* ```
|
|
33785
|
+
*
|
|
33786
|
+
*
|
|
33787
|
+
*
|
|
33788
|
+
* @returns An instance of the given `ControllerExtension`. **NOTE:** this is only a dummy return type for
|
|
33789
|
+
* proper usage in TypeScript. This method does not actually return an instance of `ControllerExtension`,
|
|
33790
|
+
* but only throws an error at runtime. The sole purpose of this method is to mimic the actual runtime behavior
|
|
33791
|
+
* where a *class* is given when a controller is defined, but an *instance* is present in each controller
|
|
33792
|
+
* instance.
|
|
33793
|
+
*/
|
|
33794
|
+
static use<TheExtension extends ControllerExtension>(
|
|
33795
|
+
/**
|
|
33796
|
+
* The ControllerExtension to use
|
|
33797
|
+
*/
|
|
33798
|
+
extensionClass: new () => TheExtension
|
|
33799
|
+
): TheExtension;
|
|
33750
33800
|
/**
|
|
33751
33801
|
* Returns an Element of the connected view with the given local ID.
|
|
33752
33802
|
*
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.6
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -4995,6 +4995,10 @@ declare module "sap/ushell/services/Extension/Item" {
|
|
|
4995
4995
|
/**
|
|
4996
4996
|
* Item wrapping an item positioned in an extension point. To be instantiated by {@link sap.ushell.services.Extension}.
|
|
4997
4997
|
*
|
|
4998
|
+
* The item will be automatically destroyed when the user navigates away from the current application.
|
|
4999
|
+
* After calling {@link sap.ushell.services.Extension.Item#showOnHome} or {@link sap.ushell.services.Extension.Item#showForAllApps }
|
|
5000
|
+
* the item is not destroyed automatically and has to be destroyed manually via {@link sap.ushell.services.Extension.Item#destroy}.
|
|
5001
|
+
*
|
|
4998
5002
|
* @since 1.120.0
|
|
4999
5003
|
*/
|
|
5000
5004
|
export default class Item {
|
|
@@ -5038,6 +5042,7 @@ declare module "sap/ushell/services/Extension/Item" {
|
|
|
5038
5042
|
hideOnHome(): this;
|
|
5039
5043
|
/**
|
|
5040
5044
|
* Shows the item for all applications. Does not change the visibility of the item for the launchpad "home".
|
|
5045
|
+
* Disables the automatic destruction of the item when the user navigates away from the current application.
|
|
5041
5046
|
*
|
|
5042
5047
|
* @since 1.120.0
|
|
5043
5048
|
*
|
|
@@ -5055,6 +5060,7 @@ declare module "sap/ushell/services/Extension/Item" {
|
|
|
5055
5060
|
showForCurrentApp(): this;
|
|
5056
5061
|
/**
|
|
5057
5062
|
* Shows the item for launchpad "home". Does not change the visibility of the item within applications.
|
|
5063
|
+
* Disables the automatic destruction of the item when the user navigates away from the current application.
|
|
5058
5064
|
*
|
|
5059
5065
|
* @since 1.120.0
|
|
5060
5066
|
*
|
|
@@ -5303,7 +5309,11 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
|
|
|
5303
5309
|
/**
|
|
5304
5310
|
* Item wrapping an item positioned in an extension point. To be instantiated by {@link sap.ushell.services.FrameBoundExtension}.
|
|
5305
5311
|
*
|
|
5306
|
-
*
|
|
5312
|
+
* The item will be automatically destroyed when the user navigates away from the current application.
|
|
5313
|
+
* After calling {@link sap.ushell.services.FrameBoundExtension.Item#showOnHome} or {@link sap.ushell.services.FrameBoundExtension.Item#showForAllApps }
|
|
5314
|
+
* the item is not destroyed automatically and has to be destroyed manually via {@link sap.ushell.services.FrameBoundExtension.Item#destroy}.
|
|
5315
|
+
*
|
|
5316
|
+
* **Restriction:** Does not work when called from within a iframe. The calling function has to be in
|
|
5307
5317
|
* the 'same frame' as the launchpad itself.
|
|
5308
5318
|
*
|
|
5309
5319
|
* @since 1.124.0
|
|
@@ -5357,6 +5367,7 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
|
|
|
5357
5367
|
hideOnHome(): this;
|
|
5358
5368
|
/**
|
|
5359
5369
|
* Shows the item for all applications. Does not change the visibility of the item for the launchpad "home".
|
|
5370
|
+
* Disables the automatic destruction of the item when the user navigates away from the current application.
|
|
5360
5371
|
*
|
|
5361
5372
|
* @since 1.124.0
|
|
5362
5373
|
*
|
|
@@ -5374,6 +5385,7 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
|
|
|
5374
5385
|
showForCurrentApp(): this;
|
|
5375
5386
|
/**
|
|
5376
5387
|
* Shows the item for launchpad "home". Does not change the visibility of the item within applications.
|
|
5388
|
+
* Disables the automatic destruction of the item when the user navigates away from the current application.
|
|
5377
5389
|
*
|
|
5378
5390
|
* @since 1.124.0
|
|
5379
5391
|
*
|
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/uxap/library" {
|
|
4
4
|
/**
|
|
@@ -1675,6 +1675,19 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1675
1675
|
getFooterRole():
|
|
1676
1676
|
| AccessibleLandmarkRole
|
|
1677
1677
|
| keyof typeof AccessibleLandmarkRole;
|
|
1678
|
+
/**
|
|
1679
|
+
* Gets current value of property {@link #getHeaderContentLabel headerContentLabel}.
|
|
1680
|
+
*
|
|
1681
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
|
|
1682
|
+
* control.
|
|
1683
|
+
*
|
|
1684
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
1685
|
+
*
|
|
1686
|
+
* @since 1.127.0
|
|
1687
|
+
*
|
|
1688
|
+
* @returns Value of property `headerContentLabel`
|
|
1689
|
+
*/
|
|
1690
|
+
getHeaderContentLabel(): string;
|
|
1678
1691
|
/**
|
|
1679
1692
|
* Gets current value of property {@link #getHeaderLabel headerLabel}.
|
|
1680
1693
|
*
|
|
@@ -1839,6 +1852,26 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1839
1852
|
*/
|
|
1840
1853
|
sFooterRole?: AccessibleLandmarkRole | keyof typeof AccessibleLandmarkRole
|
|
1841
1854
|
): this;
|
|
1855
|
+
/**
|
|
1856
|
+
* Sets a new value for property {@link #getHeaderContentLabel headerContentLabel}.
|
|
1857
|
+
*
|
|
1858
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
|
|
1859
|
+
* control.
|
|
1860
|
+
*
|
|
1861
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
1862
|
+
*
|
|
1863
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1864
|
+
*
|
|
1865
|
+
* @since 1.127.0
|
|
1866
|
+
*
|
|
1867
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1868
|
+
*/
|
|
1869
|
+
setHeaderContentLabel(
|
|
1870
|
+
/**
|
|
1871
|
+
* New value for property `headerContentLabel`
|
|
1872
|
+
*/
|
|
1873
|
+
sHeaderContentLabel?: string
|
|
1874
|
+
): this;
|
|
1842
1875
|
/**
|
|
1843
1876
|
* Sets a new value for property {@link #getHeaderLabel headerLabel}.
|
|
1844
1877
|
*
|
|
@@ -2061,6 +2094,16 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
2061
2094
|
* is set.
|
|
2062
2095
|
*/
|
|
2063
2096
|
footerLabel?: string | PropertyBindingInfo;
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
|
|
2100
|
+
* control.
|
|
2101
|
+
*
|
|
2102
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
2103
|
+
*
|
|
2104
|
+
* @since 1.127.0
|
|
2105
|
+
*/
|
|
2106
|
+
headerContentLabel?: string | PropertyBindingInfo;
|
|
2064
2107
|
}
|
|
2065
2108
|
}
|
|
2066
2109
|
|
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED