@sapui5/ts-types 1.148.8 → 1.148.9
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 +4 -4
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- 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 +1 -1
- package/types/sap.insights.d.ts +1 -1
- 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.suite.ui.commons.d.ts +84 -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/{commons-1.148.3-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/{dt-1.148.3-d.ts → 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.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +33 -7
- 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/{ux3-1.148.3-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- 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.ui.mdc.d.ts → mdc-1.148.6-d.ts} +0 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
18
18
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
|
-
/// <reference path="./commons
|
|
20
|
+
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
22
|
/// <reference path="./core-1.148.0-d.ts"/>
|
|
23
|
-
/// <reference path="./dt
|
|
23
|
+
/// <reference path="./sap.ui.dt.d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.d.ts"/>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
35
35
|
/// <reference path="./sap.makit.d.ts"/>
|
|
36
|
-
/// <reference path="./
|
|
36
|
+
/// <reference path="./mdc-1.148.6-d.ts"/>
|
|
37
37
|
/// <reference path="./mobile-1.148.0-d.ts"/>
|
|
38
38
|
/// <reference path="./sap.me.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ndc.d.ts"/>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
76
76
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
77
77
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
78
|
-
/// <reference path="./ux3
|
|
78
|
+
/// <reference path="./sap.ui.ux3.d.ts"/>
|
|
79
79
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
80
80
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
81
81
|
/// <reference path="./sap.viz.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
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
package/types/sap.insights.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.148.
|
|
1
|
+
// For Library Version: 1.148.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
4
|
/**
|
|
@@ -5320,6 +5320,25 @@ declare namespace sap {
|
|
|
5320
5320
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5321
5321
|
| `{${string}}`;
|
|
5322
5322
|
|
|
5323
|
+
/**
|
|
5324
|
+
* Enables enhanced line routing for the network graph. When set to `true`, overlapping connections are
|
|
5325
|
+
* visually separated.
|
|
5326
|
+
*/
|
|
5327
|
+
enableEnhancedLineRouting?:
|
|
5328
|
+
| boolean
|
|
5329
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5330
|
+
| `{${string}}`;
|
|
5331
|
+
|
|
5332
|
+
/**
|
|
5333
|
+
* Custom labels for element types displayed in the SearchField suggestions and Legend section headers.
|
|
5334
|
+
* Supported keys: nodeLabel, nodeLabelPlural, lineLabel, lineLabelPlural, groupLabel, groupLabelPlural.
|
|
5335
|
+
* Reverts to the default values for keys that are not set.
|
|
5336
|
+
*/
|
|
5337
|
+
labels?:
|
|
5338
|
+
| object
|
|
5339
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5340
|
+
| `{${string}}`;
|
|
5341
|
+
|
|
5323
5342
|
/**
|
|
5324
5343
|
* Holds the lines to be displayed in the graph.
|
|
5325
5344
|
*/
|
|
@@ -8424,6 +8443,18 @@ declare namespace sap {
|
|
|
8424
8443
|
* @returns Current zoom level
|
|
8425
8444
|
*/
|
|
8426
8445
|
getCurrentZoomLevel(): number;
|
|
8446
|
+
/**
|
|
8447
|
+
* Gets current value of property {@link #getEnableEnhancedLineRouting enableEnhancedLineRouting}.
|
|
8448
|
+
*
|
|
8449
|
+
* Enables enhanced line routing for the network graph. When set to `true`, overlapping connections are
|
|
8450
|
+
* visually separated.
|
|
8451
|
+
*
|
|
8452
|
+
* Default value is `true`.
|
|
8453
|
+
*
|
|
8454
|
+
*
|
|
8455
|
+
* @returns Value of property `enableEnhancedLineRouting`
|
|
8456
|
+
*/
|
|
8457
|
+
getEnableEnhancedLineRouting(): boolean;
|
|
8427
8458
|
/**
|
|
8428
8459
|
* Gets current value of property {@link #getEnableWheelZoom enableWheelZoom}.
|
|
8429
8460
|
*
|
|
@@ -8466,6 +8497,19 @@ declare namespace sap {
|
|
|
8466
8497
|
* @returns Value of property `height`
|
|
8467
8498
|
*/
|
|
8468
8499
|
getHeight(): sap.ui.core.CSSSize;
|
|
8500
|
+
/**
|
|
8501
|
+
* Gets current value of property {@link #getLabels labels}.
|
|
8502
|
+
*
|
|
8503
|
+
* Custom labels for element types displayed in the SearchField suggestions and Legend section headers.
|
|
8504
|
+
* Supported keys: nodeLabel, nodeLabelPlural, lineLabel, lineLabelPlural, groupLabel, groupLabelPlural.
|
|
8505
|
+
* Reverts to the default values for keys that are not set.
|
|
8506
|
+
*
|
|
8507
|
+
* Default value is `{}`.
|
|
8508
|
+
*
|
|
8509
|
+
*
|
|
8510
|
+
* @returns Value of property `labels`
|
|
8511
|
+
*/
|
|
8512
|
+
getLabels(): object;
|
|
8469
8513
|
/**
|
|
8470
8514
|
* Gets content of aggregation {@link #getLayoutAlgorithm layoutAlgorithm}.
|
|
8471
8515
|
*
|
|
@@ -9023,6 +9067,25 @@ declare namespace sap {
|
|
|
9023
9067
|
isGroup: boolean;
|
|
9024
9068
|
}
|
|
9025
9069
|
): void;
|
|
9070
|
+
/**
|
|
9071
|
+
* Sets a new value for property {@link #getEnableEnhancedLineRouting enableEnhancedLineRouting}.
|
|
9072
|
+
*
|
|
9073
|
+
* Enables enhanced line routing for the network graph. When set to `true`, overlapping connections are
|
|
9074
|
+
* visually separated.
|
|
9075
|
+
*
|
|
9076
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9077
|
+
*
|
|
9078
|
+
* Default value is `true`.
|
|
9079
|
+
*
|
|
9080
|
+
*
|
|
9081
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
9082
|
+
*/
|
|
9083
|
+
setEnableEnhancedLineRouting(
|
|
9084
|
+
/**
|
|
9085
|
+
* New value for property `enableEnhancedLineRouting`
|
|
9086
|
+
*/
|
|
9087
|
+
bEnableEnhancedLineRouting?: boolean
|
|
9088
|
+
): this;
|
|
9026
9089
|
/**
|
|
9027
9090
|
* Sets a new value for property {@link #getEnableWheelZoom enableWheelZoom}.
|
|
9028
9091
|
*
|
|
@@ -9080,6 +9143,26 @@ declare namespace sap {
|
|
|
9080
9143
|
*/
|
|
9081
9144
|
sHeight?: sap.ui.core.CSSSize
|
|
9082
9145
|
): this;
|
|
9146
|
+
/**
|
|
9147
|
+
* Sets a new value for property {@link #getLabels labels}.
|
|
9148
|
+
*
|
|
9149
|
+
* Custom labels for element types displayed in the SearchField suggestions and Legend section headers.
|
|
9150
|
+
* Supported keys: nodeLabel, nodeLabelPlural, lineLabel, lineLabelPlural, groupLabel, groupLabelPlural.
|
|
9151
|
+
* Reverts to the default values for keys that are not set.
|
|
9152
|
+
*
|
|
9153
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9154
|
+
*
|
|
9155
|
+
* Default value is `{}`.
|
|
9156
|
+
*
|
|
9157
|
+
*
|
|
9158
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
9159
|
+
*/
|
|
9160
|
+
setLabels(
|
|
9161
|
+
/**
|
|
9162
|
+
* New value for property `labels`
|
|
9163
|
+
*/
|
|
9164
|
+
oLabels?: object
|
|
9165
|
+
): this;
|
|
9083
9166
|
/**
|
|
9084
9167
|
* Sets the aggregated {@link #getLayoutAlgorithm layoutAlgorithm}.
|
|
9085
9168
|
*
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.geomap.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.148.
|
|
1
|
+
// For Library Version: 1.148.7
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -193,15 +193,21 @@ declare namespace sap {
|
|
|
193
193
|
| `{${string}}`;
|
|
194
194
|
|
|
195
195
|
/**
|
|
196
|
-
* Title of the `Form`. Can either be a
|
|
197
|
-
* of the title can be set.
|
|
196
|
+
* Title of the `Form`. Can either be a {@link sap.ui.core.Title Title} element or a string. If a `Title`
|
|
197
|
+
* element it used, the style of the title can be set.
|
|
198
198
|
*
|
|
199
199
|
* **Note:** If a {@link #getToolbar Toolbar} is used, the `Title` is ignored.
|
|
200
200
|
*
|
|
201
201
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
202
202
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
203
|
-
* In this case, provide the title using a
|
|
203
|
+
* In this case, provide the title using a {@link sap.ui.core.Title Title} element and set its {@link sap.ui.core.Title#setLevel level }
|
|
204
204
|
* to the needed value.
|
|
205
|
+
*
|
|
206
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
207
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
208
|
+
*
|
|
209
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} for {@link sap.ui.core.Title Title}.
|
|
210
|
+
* This is not supported in current themes and might lead to accessibillity issues.
|
|
205
211
|
*/
|
|
206
212
|
title?:
|
|
207
213
|
| string
|
|
@@ -288,6 +294,12 @@ declare namespace sap {
|
|
|
288
294
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
289
295
|
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
290
296
|
* to the needed value.
|
|
297
|
+
*
|
|
298
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
299
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
300
|
+
*
|
|
301
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} for {@link sap.ui.core.Title Title}.
|
|
302
|
+
* This is not supported in current themes and might lead to accessibillity issues.
|
|
291
303
|
*/
|
|
292
304
|
title?:
|
|
293
305
|
| string
|
|
@@ -1881,15 +1893,21 @@ declare namespace sap {
|
|
|
1881
1893
|
/**
|
|
1882
1894
|
* Gets content of aggregation {@link #getTitle title}.
|
|
1883
1895
|
*
|
|
1884
|
-
* Title of the `Form`. Can either be a
|
|
1885
|
-
* of the title can be set.
|
|
1896
|
+
* Title of the `Form`. Can either be a {@link sap.ui.core.Title Title} element or a string. If a `Title`
|
|
1897
|
+
* element it used, the style of the title can be set.
|
|
1886
1898
|
*
|
|
1887
1899
|
* **Note:** If a {@link #getToolbar Toolbar} is used, the `Title` is ignored.
|
|
1888
1900
|
*
|
|
1889
1901
|
* **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
|
|
1890
1902
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
1891
|
-
* In this case, provide the title using a
|
|
1903
|
+
* In this case, provide the title using a {@link sap.ui.core.Title Title} element and set its {@link sap.ui.core.Title#setLevel level }
|
|
1892
1904
|
* to the needed value.
|
|
1905
|
+
*
|
|
1906
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
1907
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
1908
|
+
*
|
|
1909
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} for {@link sap.ui.core.Title Title}.
|
|
1910
|
+
* This is not supported in current themes and might lead to accessibillity issues.
|
|
1893
1911
|
*/
|
|
1894
1912
|
getTitle(): sap.ui.core.Title | string;
|
|
1895
1913
|
/**
|
|
@@ -2254,6 +2272,12 @@ declare namespace sap {
|
|
|
2254
2272
|
* level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
|
|
2255
2273
|
* In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
|
|
2256
2274
|
* to the needed value.
|
|
2275
|
+
*
|
|
2276
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setIcon icon} for {@link sap.ui.core.Title Title}. If an
|
|
2277
|
+
* icon is needed, use a {@link #setToolbar Toolbar} to show both title and icon.
|
|
2278
|
+
*
|
|
2279
|
+
* **Note:** Do not use {@link sap.ui.core.Title#setEmphasized emphasized} for {@link sap.ui.core.Title Title}.
|
|
2280
|
+
* This is not supported in current themes and might lead to accessibillity issues.
|
|
2257
2281
|
*/
|
|
2258
2282
|
getTitle(): sap.ui.core.Title | string;
|
|
2259
2283
|
/**
|
|
@@ -15317,6 +15341,8 @@ declare namespace sap {
|
|
|
15317
15341
|
|
|
15318
15342
|
"sap/ui/layout/form/FormLayout": undefined;
|
|
15319
15343
|
|
|
15344
|
+
"sap/ui/layout/form/FormTitleUtil": undefined;
|
|
15345
|
+
|
|
15320
15346
|
"sap/ui/layout/form/GridContainerData": undefined;
|
|
15321
15347
|
|
|
15322
15348
|
"sap/ui/layout/form/GridElementData": undefined;
|
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.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
|
File without changes
|