@sapui5/ts-types-esm 1.134.1 → 1.135.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +2 -8
- 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 +5 -5
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +807 -293
- 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 +6 -4
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +73 -15
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +330 -83
- 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 +248 -1229
- package/types/sap.suite.ui.commons.d.ts +72 -1
- package/types/sap.suite.ui.generic.template.d.ts +8 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +215 -19
- 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 +90 -18
- package/types/sap.ui.core.d.ts +160 -40
- 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 +14 -6
- 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 +2 -4
- package/types/sap.ui.layout.d.ts +14 -13
- package/types/sap.ui.mdc.d.ts +26 -6
- package/types/sap.ui.richtexteditor.d.ts +39 -1
- package/types/sap.ui.rta.d.ts +31 -5
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +30 -16
- package/types/sap.ui.table.d.ts +10 -18
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +32 -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 +11 -72
- 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 +18 -16
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +10 -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.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.135.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -13965,7 +13965,8 @@ declare module "sap/ui/vk/OutputSettings" {
|
|
|
13965
13965
|
* Aggregation element for the output settings of the Viewport
|
|
13966
13966
|
*
|
|
13967
13967
|
* @since 1.92.0
|
|
13968
|
-
* @experimental
|
|
13968
|
+
* @experimental As of version 1.92.0. This class is experimental and might be modified or removed in future
|
|
13969
|
+
* versions.
|
|
13969
13970
|
*/
|
|
13970
13971
|
export default class OutputSettings extends UI5Element {
|
|
13971
13972
|
/**
|
|
@@ -14109,7 +14110,8 @@ declare module "sap/ui/vk/OutputSettings" {
|
|
|
14109
14110
|
/**
|
|
14110
14111
|
* Describes the settings that can be provided to the OutputSettings constructor.
|
|
14111
14112
|
*
|
|
14112
|
-
* @experimental
|
|
14113
|
+
* @experimental As of version 1.92.0. This class is experimental and might be modified or removed in future
|
|
14114
|
+
* versions.
|
|
14113
14115
|
*/
|
|
14114
14116
|
export interface $OutputSettingsSettings extends $ElementSettings {
|
|
14115
14117
|
/**
|
|
@@ -28152,8 +28154,6 @@ declare module "sap/ui/vk/tools/AxisAngleRotationTool" {
|
|
|
28152
28154
|
|
|
28153
28155
|
/**
|
|
28154
28156
|
* Tool to rotate 3D objects in space
|
|
28155
|
-
*
|
|
28156
|
-
* @experimental
|
|
28157
28157
|
*/
|
|
28158
28158
|
export default class AxisAngleRotationTool extends Tool {
|
|
28159
28159
|
/**
|
|
@@ -28572,8 +28572,6 @@ declare module "sap/ui/vk/tools/AxisAngleRotationTool" {
|
|
|
28572
28572
|
}
|
|
28573
28573
|
/**
|
|
28574
28574
|
* Describes the settings that can be provided to the AxisAngleRotationTool constructor.
|
|
28575
|
-
*
|
|
28576
|
-
* @experimental
|
|
28577
28575
|
*/
|
|
28578
28576
|
export interface $AxisAngleRotationToolSettings extends $ToolSettings {
|
|
28579
28577
|
/**
|
|
@@ -30286,7 +30284,8 @@ declare module "sap/ui/vk/tools/ExplodeItemGroup" {
|
|
|
30286
30284
|
/**
|
|
30287
30285
|
* Aggregation element for the output settings of the Viewport
|
|
30288
30286
|
*
|
|
30289
|
-
* @experimental
|
|
30287
|
+
* @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
|
|
30288
|
+
* versions
|
|
30290
30289
|
*/
|
|
30291
30290
|
export default class ExplodeItemGroup extends UI5Element {
|
|
30292
30291
|
/**
|
|
@@ -30476,7 +30475,8 @@ declare module "sap/ui/vk/tools/ExplodeItemGroup" {
|
|
|
30476
30475
|
/**
|
|
30477
30476
|
* Describes the settings that can be provided to the ExplodeItemGroup constructor.
|
|
30478
30477
|
*
|
|
30479
|
-
* @experimental
|
|
30478
|
+
* @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
|
|
30479
|
+
* versions
|
|
30480
30480
|
*/
|
|
30481
30481
|
export interface $ExplodeItemGroupSettings extends $ElementSettings {
|
|
30482
30482
|
name?: string | PropertyBindingInfo;
|
|
@@ -38100,7 +38100,7 @@ declare module "sap/ui/vk/View" {
|
|
|
38100
38100
|
* @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
|
|
38101
38101
|
* versions.
|
|
38102
38102
|
*
|
|
38103
|
-
* @returns
|
|
38103
|
+
* @returns View camera
|
|
38104
38104
|
*/
|
|
38105
38105
|
getCamera(): Camera;
|
|
38106
38106
|
/**
|
|
@@ -38244,7 +38244,7 @@ declare module "sap/ui/vk/View" {
|
|
|
38244
38244
|
*/
|
|
38245
38245
|
setCamera(
|
|
38246
38246
|
/**
|
|
38247
|
-
*
|
|
38247
|
+
* View camera
|
|
38248
38248
|
*/
|
|
38249
38249
|
camera: Camera
|
|
38250
38250
|
): View;
|
|
@@ -38504,8 +38504,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
38504
38504
|
|
|
38505
38505
|
import NativeViewport from "sap/ui/vk/NativeViewport";
|
|
38506
38506
|
|
|
38507
|
-
import Overlay from "sap/ui/vk/Overlay";
|
|
38508
|
-
|
|
38509
38507
|
import RedlineDesign from "sap/ui/vk/RedlineDesign";
|
|
38510
38508
|
|
|
38511
38509
|
import Scene from "sap/ui/vk/Scene";
|
|
@@ -39029,13 +39027,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39029
39027
|
* @returns Reference to `this` in order to allow method chaining
|
|
39030
39028
|
*/
|
|
39031
39029
|
destroyContentResources(): this;
|
|
39032
|
-
/**
|
|
39033
|
-
* Destroys the overlay in the aggregation {@link #getOverlay overlay}.
|
|
39034
|
-
*
|
|
39035
|
-
*
|
|
39036
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
39037
|
-
*/
|
|
39038
|
-
destroyOverlay(): this;
|
|
39039
39030
|
/**
|
|
39040
39031
|
* It destroys the current instance of {sap.ui.vk.RedlineDesign}.
|
|
39041
39032
|
*
|
|
@@ -39326,17 +39317,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39326
39317
|
* @returns Value of property `enableNotifications`
|
|
39327
39318
|
*/
|
|
39328
39319
|
getEnableNotifications(): boolean;
|
|
39329
|
-
/**
|
|
39330
|
-
* Gets current value of property {@link #getEnableOverlay enableOverlay}.
|
|
39331
|
-
*
|
|
39332
|
-
* Enables or disables the Overlay control
|
|
39333
|
-
*
|
|
39334
|
-
* Default value is `false`.
|
|
39335
|
-
*
|
|
39336
|
-
*
|
|
39337
|
-
* @returns Value of property `enableOverlay`
|
|
39338
|
-
*/
|
|
39339
|
-
getEnableOverlay(): boolean;
|
|
39340
39320
|
/**
|
|
39341
39321
|
* Gets current value of property {@link #getEnableProgressIndicator enableProgressIndicator}.
|
|
39342
39322
|
*
|
|
@@ -39429,10 +39409,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39429
39409
|
* @returns The 2D viewport.
|
|
39430
39410
|
*/
|
|
39431
39411
|
getNativeViewport(): NativeViewport;
|
|
39432
|
-
/**
|
|
39433
|
-
* Gets content of aggregation {@link #getOverlay overlay}.
|
|
39434
|
-
*/
|
|
39435
|
-
getOverlay(): Overlay;
|
|
39436
39412
|
/**
|
|
39437
39413
|
* Gets current value of property {@link #getOverlayStepNavigation overlayStepNavigation}.
|
|
39438
39414
|
*
|
|
@@ -39753,24 +39729,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39753
39729
|
*/
|
|
39754
39730
|
bEnableNotifications?: boolean
|
|
39755
39731
|
): this;
|
|
39756
|
-
/**
|
|
39757
|
-
* Sets a new value for property {@link #getEnableOverlay enableOverlay}.
|
|
39758
|
-
*
|
|
39759
|
-
* Enables or disables the Overlay control
|
|
39760
|
-
*
|
|
39761
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39762
|
-
*
|
|
39763
|
-
* Default value is `false`.
|
|
39764
|
-
*
|
|
39765
|
-
*
|
|
39766
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
39767
|
-
*/
|
|
39768
|
-
setEnableOverlay(
|
|
39769
|
-
/**
|
|
39770
|
-
* New value for property `enableOverlay`
|
|
39771
|
-
*/
|
|
39772
|
-
bEnableOverlay?: boolean
|
|
39773
|
-
): this;
|
|
39774
39732
|
/**
|
|
39775
39733
|
* Sets a new value for property {@link #getEnableProgressIndicator enableProgressIndicator}.
|
|
39776
39734
|
*
|
|
@@ -39895,18 +39853,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
39895
39853
|
*/
|
|
39896
39854
|
iHotspotColorABGR?: int
|
|
39897
39855
|
): this;
|
|
39898
|
-
/**
|
|
39899
|
-
* Sets the aggregated {@link #getOverlay overlay}.
|
|
39900
|
-
*
|
|
39901
|
-
*
|
|
39902
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
39903
|
-
*/
|
|
39904
|
-
setOverlay(
|
|
39905
|
-
/**
|
|
39906
|
-
* The overlay to set
|
|
39907
|
-
*/
|
|
39908
|
-
oOverlay: Overlay
|
|
39909
|
-
): this;
|
|
39910
39856
|
/**
|
|
39911
39857
|
* Sets a new value for property {@link #getOverlayStepNavigation overlayStepNavigation}.
|
|
39912
39858
|
*
|
|
@@ -40156,11 +40102,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40156
40102
|
* Describes the settings that can be provided to the Viewer constructor.
|
|
40157
40103
|
*/
|
|
40158
40104
|
export interface $ViewerSettings extends $ControlSettings {
|
|
40159
|
-
/**
|
|
40160
|
-
* Enables or disables the Overlay control
|
|
40161
|
-
*/
|
|
40162
|
-
enableOverlay?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40163
|
-
|
|
40164
40105
|
/**
|
|
40165
40106
|
* Disables the scene tree control Button on the menu
|
|
40166
40107
|
*/
|
|
@@ -40298,8 +40239,6 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
40298
40239
|
| AggregationBindingInfo
|
|
40299
40240
|
| `{${string}}`;
|
|
40300
40241
|
|
|
40301
|
-
overlay?: Overlay;
|
|
40302
|
-
|
|
40303
40242
|
/**
|
|
40304
40243
|
* This event will be fired when any content resource or the contentResources aggregation has been changed
|
|
40305
40244
|
* and processed.
|
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.135.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/thirdparty/webcomponents-base" {
|
|
4
4
|
/**
|
|
@@ -2970,48 +2970,52 @@ declare module "sap/ushell/services/AppLifeCycle" {
|
|
|
2970
2970
|
* @since 1.120.0
|
|
2971
2971
|
*/
|
|
2972
2972
|
enum AppInfoParameterName {
|
|
2973
|
+
/**
|
|
2974
|
+
* The ABAP transaction code which not always available and therefore can be undefined.
|
|
2975
|
+
*/
|
|
2976
|
+
"abap.transaction" = "undefined",
|
|
2973
2977
|
/**
|
|
2974
2978
|
* ID of the framework
|
|
2975
2979
|
*/
|
|
2976
|
-
appFrameworkId = "
|
|
2980
|
+
appFrameworkId = "undefined",
|
|
2977
2981
|
/**
|
|
2978
2982
|
* Version of the framework
|
|
2979
2983
|
*/
|
|
2980
|
-
appFrameworkVersion = "
|
|
2984
|
+
appFrameworkVersion = "undefined",
|
|
2981
2985
|
/**
|
|
2982
2986
|
* Universal stable logical identifier of the application across the whole content.
|
|
2983
2987
|
*/
|
|
2984
|
-
appId = "
|
|
2988
|
+
appId = "undefined",
|
|
2985
2989
|
/**
|
|
2986
2990
|
* Intent that was used to launch the application (including parameters)
|
|
2987
2991
|
*/
|
|
2988
|
-
appIntent = "
|
|
2992
|
+
appIntent = "undefined",
|
|
2989
2993
|
/**
|
|
2990
2994
|
* The name of an organizational component that handles support incidents.
|
|
2991
2995
|
*/
|
|
2992
|
-
appSupportInfo = "
|
|
2996
|
+
appSupportInfo = "undefined",
|
|
2993
2997
|
/**
|
|
2994
2998
|
* Version of the app
|
|
2995
2999
|
*/
|
|
2996
|
-
appVersion = "
|
|
3000
|
+
appVersion = "undefined",
|
|
2997
3001
|
/**
|
|
2998
3002
|
* Current Language (BCP47 format)
|
|
2999
3003
|
*/
|
|
3000
|
-
languageTag = "
|
|
3004
|
+
languageTag = "undefined",
|
|
3001
3005
|
/**
|
|
3002
3006
|
* A human readable free form text maintained on the platform where FLP runs, and identifying the current
|
|
3003
3007
|
* product.
|
|
3004
3008
|
*/
|
|
3005
|
-
productName = "
|
|
3009
|
+
productName = "undefined",
|
|
3006
3010
|
/**
|
|
3007
3011
|
* Identifier of the component that implements the base application.
|
|
3008
3012
|
*/
|
|
3009
|
-
technicalAppComponentId = "
|
|
3013
|
+
technicalAppComponentId = "undefined",
|
|
3010
3014
|
/**
|
|
3011
3015
|
* Current FLP theme. Includes the path to the theme resources if the theme is not an sap theme (does not
|
|
3012
3016
|
* start with sap_)
|
|
3013
3017
|
*/
|
|
3014
|
-
theme = "
|
|
3018
|
+
theme = "undefined",
|
|
3015
3019
|
}
|
|
3016
3020
|
/**
|
|
3017
3021
|
* Enumeration of application types.
|
|
@@ -3074,9 +3078,7 @@ declare module "sap/ushell/services/AppLifeCycle" {
|
|
|
3074
3078
|
/**
|
|
3075
3079
|
* provides the values of the given parameters.
|
|
3076
3080
|
*/
|
|
3077
|
-
getInfo: (
|
|
3078
|
-
p1: Array<AppInfoParameterName | keyof typeof AppInfoParameterName>
|
|
3079
|
-
) => Promise<AppInfo>;
|
|
3081
|
+
getInfo: (p1: AppInfoParameterName[]) => Promise<AppInfo>;
|
|
3080
3082
|
};
|
|
3081
3083
|
|
|
3082
3084
|
/**
|
|
@@ -14059,6 +14061,8 @@ declare namespace sap {
|
|
|
14059
14061
|
|
|
14060
14062
|
"sap/ushell/api/Copilot": undefined;
|
|
14061
14063
|
|
|
14064
|
+
"sap/ushell/api/DWS": undefined;
|
|
14065
|
+
|
|
14062
14066
|
"sap/ushell/api/Inbox": undefined;
|
|
14063
14067
|
|
|
14064
14068
|
"sap/ushell/api/NewExperience": undefined;
|
|
@@ -14181,8 +14185,6 @@ declare namespace sap {
|
|
|
14181
14185
|
|
|
14182
14186
|
"sap/ushell/services/SupportTicket": undefined;
|
|
14183
14187
|
|
|
14184
|
-
"sap/ushell/services/Ui5ComponentLoader/utils": undefined;
|
|
14185
|
-
|
|
14186
14188
|
"sap/ushell/services/URLParsing": undefined;
|
|
14187
14189
|
|
|
14188
14190
|
"sap/ushell/services/UsageAnalytics": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.135.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/uxap/library" {
|
|
4
4
|
/**
|
|
@@ -7487,6 +7487,15 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7487
7487
|
* If you want to change some of the button properties, you would need to bind them to a model.
|
|
7488
7488
|
*/
|
|
7489
7489
|
getCustomAnchorBarButton(): Button;
|
|
7490
|
+
/**
|
|
7491
|
+
* Returns the effectively applied title level. Could be different than "titleLevel" property, according
|
|
7492
|
+
* to internal UX rules.
|
|
7493
|
+
*
|
|
7494
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7495
|
+
*
|
|
7496
|
+
* @returns the effective title level
|
|
7497
|
+
*/
|
|
7498
|
+
getEffectiveTitleLevel(): string;
|
|
7490
7499
|
/**
|
|
7491
7500
|
* Gets current value of property {@link #getImportance importance}.
|
|
7492
7501
|
*
|
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED