@sapui5/ts-types-esm 1.134.0 → 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.
Files changed (67) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +2 -8
  8. package/types/sap.fe.base.d.ts +1 -1
  9. package/types/sap.fe.controls.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +5 -5
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +807 -293
  13. package/types/sap.fe.navigation.d.ts +1 -1
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +6 -4
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +73 -15
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.m.d.ts +330 -83
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +248 -1229
  29. package/types/sap.suite.ui.commons.d.ts +72 -1
  30. package/types/sap.suite.ui.generic.template.d.ts +8 -2
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +215 -19
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +90 -18
  36. package/types/sap.ui.core.d.ts +160 -40
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +1 -1
  39. package/types/sap.ui.fl.d.ts +14 -6
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +2 -4
  43. package/types/sap.ui.layout.d.ts +14 -13
  44. package/types/sap.ui.mdc.d.ts +26 -6
  45. package/types/sap.ui.richtexteditor.d.ts +39 -1
  46. package/types/sap.ui.rta.d.ts +31 -5
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +30 -16
  49. package/types/sap.ui.table.d.ts +10 -18
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +32 -1
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +11 -72
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.ui.webc.common.d.ts +1 -1
  57. package/types/sap.ui.webc.fiori.d.ts +1 -1
  58. package/types/sap.ui.webc.main.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +46 -16
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +10 -1
  63. package/types/sap.viz.d.ts +1 -1
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
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 view camera
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
- * view camera
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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,30 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
+
3
+ declare module "sap/ushell/thirdparty/webcomponents-base" {
4
+ /**
5
+ * Entry object of the URLListValidator.
6
+ */
7
+ export type Entry = {
8
+ /**
9
+ * The protocol of the URL, can be falsy to allow all protocols for an entry e.g. "", "http", "mailto"
10
+ */
11
+ protocol?: string;
12
+ /**
13
+ * The host of the URL, can be falsy to allow all hosts. A wildcard asterisk can be set at the beginning,
14
+ * e.g. "examples.com", "*.example.com"
15
+ */
16
+ host?: string;
17
+ /**
18
+ * The port of the URL, can be falsy to allow all ports, e.g. "", "8080"
19
+ */
20
+ port?: string;
21
+ /**
22
+ * the path of the URL, path of the url, can be falsy to allow all paths. A wildcard asterisk can be set
23
+ * at the end, e.g. "/my-example*", "/my-news"
24
+ */
25
+ path?: string;
26
+ };
27
+ }
2
28
 
3
29
  declare module "sap/ushell/library" {
4
30
  /**
@@ -2944,48 +2970,52 @@ declare module "sap/ushell/services/AppLifeCycle" {
2944
2970
  * @since 1.120.0
2945
2971
  */
2946
2972
  enum AppInfoParameterName {
2973
+ /**
2974
+ * The ABAP transaction code which not always available and therefore can be undefined.
2975
+ */
2976
+ "abap.transaction" = "undefined",
2947
2977
  /**
2948
2978
  * ID of the framework
2949
2979
  */
2950
- appFrameworkId = "appFrameworkId",
2980
+ appFrameworkId = "undefined",
2951
2981
  /**
2952
2982
  * Version of the framework
2953
2983
  */
2954
- appFrameworkVersion = "appFrameworkVersion",
2984
+ appFrameworkVersion = "undefined",
2955
2985
  /**
2956
2986
  * Universal stable logical identifier of the application across the whole content.
2957
2987
  */
2958
- appId = "appId",
2988
+ appId = "undefined",
2959
2989
  /**
2960
2990
  * Intent that was used to launch the application (including parameters)
2961
2991
  */
2962
- appIntent = "appIntent",
2992
+ appIntent = "undefined",
2963
2993
  /**
2964
2994
  * The name of an organizational component that handles support incidents.
2965
2995
  */
2966
- appSupportInfo = "appSupportInfo",
2996
+ appSupportInfo = "undefined",
2967
2997
  /**
2968
2998
  * Version of the app
2969
2999
  */
2970
- appVersion = "appVersion",
3000
+ appVersion = "undefined",
2971
3001
  /**
2972
3002
  * Current Language (BCP47 format)
2973
3003
  */
2974
- languageTag = "languageTag",
3004
+ languageTag = "undefined",
2975
3005
  /**
2976
3006
  * A human readable free form text maintained on the platform where FLP runs, and identifying the current
2977
3007
  * product.
2978
3008
  */
2979
- productName = "productName",
3009
+ productName = "undefined",
2980
3010
  /**
2981
3011
  * Identifier of the component that implements the base application.
2982
3012
  */
2983
- technicalAppComponentId = "technicalAppComponentId",
3013
+ technicalAppComponentId = "undefined",
2984
3014
  /**
2985
3015
  * Current FLP theme. Includes the path to the theme resources if the theme is not an sap theme (does not
2986
3016
  * start with sap_)
2987
3017
  */
2988
- theme = "theme",
3018
+ theme = "undefined",
2989
3019
  }
2990
3020
  /**
2991
3021
  * Enumeration of application types.
@@ -3048,9 +3078,7 @@ declare module "sap/ushell/services/AppLifeCycle" {
3048
3078
  /**
3049
3079
  * provides the values of the given parameters.
3050
3080
  */
3051
- getInfo: (
3052
- p1: Array<AppInfoParameterName | keyof typeof AppInfoParameterName>
3053
- ) => Promise<AppInfo>;
3081
+ getInfo: (p1: AppInfoParameterName[]) => Promise<AppInfo>;
3054
3082
  };
3055
3083
 
3056
3084
  /**
@@ -14033,6 +14061,8 @@ declare namespace sap {
14033
14061
 
14034
14062
  "sap/ushell/api/Copilot": undefined;
14035
14063
 
14064
+ "sap/ushell/api/DWS": undefined;
14065
+
14036
14066
  "sap/ushell/api/Inbox": undefined;
14037
14067
 
14038
14068
  "sap/ushell/api/NewExperience": undefined;
@@ -14155,8 +14185,6 @@ declare namespace sap {
14155
14185
 
14156
14186
  "sap/ushell/services/SupportTicket": undefined;
14157
14187
 
14158
- "sap/ushell/services/Ui5ComponentLoader/utils": undefined;
14159
-
14160
14188
  "sap/ushell/services/URLParsing": undefined;
14161
14189
 
14162
14190
  "sap/ushell/services/UsageAnalytics": undefined;
@@ -14171,6 +14199,8 @@ declare namespace sap {
14171
14199
 
14172
14200
  "sap/ushell/System": undefined;
14173
14201
 
14202
+ "sap/ushell/thirdparty/webcomponents-base": undefined;
14203
+
14174
14204
  "sap/ushell/ui/appfinder/AppBox": undefined;
14175
14205
 
14176
14206
  "sap/ushell/ui/footerbar/AddBookmarkButton": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
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
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4