@sapui5/ts-types-esm 1.136.2 → 1.138.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 (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -1
  3. package/types/sap.apf.d.ts +30 -3
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +315 -65
  8. package/types/sap.esh.search.ui.d.ts +71 -1
  9. package/types/sap.f.d.ts +1 -1
  10. package/types/sap.fe.ariba.d.ts +3 -0
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +50 -8
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +192 -66
  16. package/types/sap.fe.navigation.d.ts +1 -1
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +1 -1
  20. package/types/sap.fe.test.d.ts +4 -3
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +1 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/sap.m.d.ts +1261 -566
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +1 -1
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +34 -1
  32. package/types/sap.suite.ui.commons.d.ts +4 -2
  33. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/sap.tnt.d.ts +103 -16
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +67 -9
  39. package/types/sap.ui.core.d.ts +62 -49
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +221 -167
  42. package/types/sap.ui.fl.d.ts +3 -7
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +44 -24
  46. package/types/sap.ui.layout.d.ts +1 -1
  47. package/types/{mdc-1.136.0-esm-d.ts → sap.ui.mdc.d.ts} +599 -297
  48. package/types/sap.ui.richtexteditor.d.ts +21 -17
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +1 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +9 -1
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +75 -30
  57. package/types/sap.ui.vk.d.ts +364 -102
  58. package/types/sap.ui.vtm.d.ts +3 -2
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +58 -31
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +1 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -11507,7 +11507,8 @@ declare namespace sap {
11507
11507
  * SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
11508
11508
  * 3D objects.
11509
11509
  *
11510
- * @deprecated As of version 1.96.10.
11510
+ * @deprecated As of version 1.96.10. This library must not be used in production code as it will be completely
11511
+ * removed in future releases.
11511
11512
  * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
11512
11513
  * future versions.
11513
11514
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -2950,49 +2950,49 @@ declare module "sap/ushell/services/AppLifeCycle" {
2950
2950
  /**
2951
2951
  * The ABAP transaction code which not always available and therefore can be undefined.
2952
2952
  */
2953
- "abap.transaction" = "undefined",
2953
+ "abap.transaction" = "abap.transaction",
2954
2954
  /**
2955
2955
  * ID of the framework
2956
2956
  */
2957
- appFrameworkId = "undefined",
2957
+ appFrameworkId = "appFrameworkId",
2958
2958
  /**
2959
2959
  * Version of the framework
2960
2960
  */
2961
- appFrameworkVersion = "undefined",
2961
+ appFrameworkVersion = "appFrameworkVersion",
2962
2962
  /**
2963
2963
  * Universal stable logical identifier of the application across the whole content.
2964
2964
  */
2965
- appId = "undefined",
2965
+ appId = "appId",
2966
2966
  /**
2967
2967
  * Intent that was used to launch the application (including parameters)
2968
2968
  */
2969
- appIntent = "undefined",
2969
+ appIntent = "appIntent",
2970
2970
  /**
2971
2971
  * The name of an organizational component that handles support incidents.
2972
2972
  */
2973
- appSupportInfo = "undefined",
2973
+ appSupportInfo = "appSupportInfo",
2974
2974
  /**
2975
2975
  * Version of the app
2976
2976
  */
2977
- appVersion = "undefined",
2977
+ appVersion = "appVersion",
2978
2978
  /**
2979
2979
  * Current Language (BCP47 format)
2980
2980
  */
2981
- languageTag = "undefined",
2981
+ languageTag = "languageTag",
2982
2982
  /**
2983
2983
  * A human readable free form text maintained on the platform where FLP runs, and identifying the current
2984
2984
  * product.
2985
2985
  */
2986
- productName = "undefined",
2986
+ productName = "productName",
2987
2987
  /**
2988
2988
  * Identifier of the component that implements the base application.
2989
2989
  */
2990
- technicalAppComponentId = "undefined",
2990
+ technicalAppComponentId = "technicalAppComponentId",
2991
2991
  /**
2992
2992
  * Current FLP theme. Includes the path to the theme resources if the theme is not an sap theme (does not
2993
2993
  * start with sap_)
2994
2994
  */
2995
- theme = "undefined",
2995
+ theme = "theme",
2996
2996
  }
2997
2997
  /**
2998
2998
  * Enumeration of application types.
@@ -3055,7 +3055,9 @@ declare module "sap/ushell/services/AppLifeCycle" {
3055
3055
  /**
3056
3056
  * provides the values of the given parameters.
3057
3057
  */
3058
- getInfo: (p1: AppInfoParameterName[]) => Promise<AppInfo>;
3058
+ getInfo: (
3059
+ p1: Array<AppInfoParameterName | keyof typeof AppInfoParameterName>
3060
+ ) => Promise<AppInfo>;
3059
3061
  };
3060
3062
 
3061
3063
  /**
@@ -5074,7 +5076,7 @@ declare module "sap/ushell/services/Extension/Item" {
5074
5076
  */
5075
5077
  destroy(): Promise<any>;
5076
5078
  /**
5077
- * Shows the item for all applications. Does not change the visibility of the item for the launchpad "home".
5079
+ * Hides the item for all applications. Does not change the visibility of the item for the launchpad "home".
5078
5080
  *
5079
5081
  * @since 1.120.0
5080
5082
  *
@@ -5407,7 +5409,7 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
5407
5409
  */
5408
5410
  getControl(): Promise<Control>;
5409
5411
  /**
5410
- * Shows the item for all applications. Does not change the visibility of the item for the launchpad "home".
5412
+ * Hides the item for all applications. Does not change the visibility of the item for the launchpad "home".
5411
5413
  *
5412
5414
  * @since 1.124.0
5413
5415
  *
@@ -5501,7 +5503,7 @@ declare module "sap/ushell/services/FrameBoundExtension/SidePane" {
5501
5503
  }
5502
5504
  ): Promise<Item>;
5503
5505
  /**
5504
- * Shows the side pane for all applications. Does not change the visibility of the side pane for the launchpad
5506
+ * Hides the side pane for all applications. Does not change the visibility of the side pane for the launchpad
5505
5507
  * "home".
5506
5508
  *
5507
5509
  * @since 1.124.0
@@ -5510,7 +5512,7 @@ declare module "sap/ushell/services/FrameBoundExtension/SidePane" {
5510
5512
  */
5511
5513
  hideForAllApps(): this;
5512
5514
  /**
5513
- * Hides the area for launchpad "home". Does not change the visibility of the area within applications.
5515
+ * Hides the side pane for launchpad "home". Does not change the visibility of the side pane within applications.
5514
5516
  *
5515
5517
  * @since 1.124.0
5516
5518
  *
@@ -5570,7 +5572,7 @@ declare module "sap/ushell/services/FrameBoundExtension/ToolArea" {
5570
5572
  controlProperties: object
5571
5573
  ): Promise<Item>;
5572
5574
  /**
5573
- * Shows the tool area for all applications. Does not change the visibility of the tool area for the launchpad
5575
+ * Hides the tool area for all applications. Does not change the visibility of the tool area for the launchpad
5574
5576
  * "home".
5575
5577
  *
5576
5578
  * @since 1.124.0
@@ -8233,8 +8235,10 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
8233
8235
  *
8234
8236
  * @since 1.22.0
8235
8237
  * @deprecated As of version 1.31. Support for this function has been discontinued.
8238
+ *
8239
+ * @returns the scope validity.
8236
8240
  */
8237
- getValidity(): void;
8241
+ getValidity(): int;
8238
8242
  /**
8239
8243
  * (Re)loads the current container data from the underlying storage asynchronously. The current local data
8240
8244
  * is discarded.
@@ -8263,7 +8267,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
8263
8267
  */
8264
8268
  save(): jQuery.Promise;
8265
8269
  /**
8266
- * Save the current container data at the underlying storage asynchronously at the earlies nDelayInMilliseconds
8270
+ * Save the current container data at the underlying storage asynchronously at the earliest nDelayInMilliseconds
8267
8271
  * seconds before. The current state is serialized.
8268
8272
  *
8269
8273
  * @since 1.22.0
@@ -8272,7 +8276,12 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
8272
8276
  *
8273
8277
  * The operation may wait for completion of another pending operation.
8274
8278
  */
8275
- saveDeferred(): jQuery.Promise;
8279
+ saveDeferred(
8280
+ /**
8281
+ * the delay in milliseconds.
8282
+ */
8283
+ nDelayInMilliseconds: int
8284
+ ): jQuery.Promise;
8276
8285
  /**
8277
8286
  * Sets the value of a direct item in the container. In case the item is already existing its value is overwritten.
8278
8287
  * In case it is not existing a new item with this key and value is created. The value is serialized during
@@ -8288,7 +8297,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
8288
8297
  /**
8289
8298
  * item value (JSON object)
8290
8299
  */
8291
- sItemValue: object
8300
+ oItemValue: object
8292
8301
  ): void;
8293
8302
  }
8294
8303
  }
@@ -8346,13 +8355,15 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
8346
8355
  * Deletes an item from this variant. In case the item does not exist, nothing happens.
8347
8356
  *
8348
8357
  * @since 1.18.0
8358
+ *
8359
+ * @returns whether the key was removed.
8349
8360
  */
8350
8361
  delItem(
8351
8362
  /**
8352
8363
  * item key
8353
8364
  */
8354
8365
  sItemKey: string
8355
- ): void;
8366
+ ): boolean;
8356
8367
  /**
8357
8368
  * Returns an array with the keys of all items in this variant.
8358
8369
  *
@@ -8395,6 +8406,8 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
8395
8406
  * Sets the value for an item in this variant.
8396
8407
  *
8397
8408
  * @since 1.18.0
8409
+ *
8410
+ * @returns the old value.
8398
8411
  */
8399
8412
  setItemValue(
8400
8413
  /**
@@ -8402,10 +8415,10 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
8402
8415
  */
8403
8416
  sItemKey: string,
8404
8417
  /**
8405
- * value (JSON object)
8418
+ * item value (JSON object)
8406
8419
  */
8407
- item: object
8408
- ): void;
8420
+ oItemValue: object
8421
+ ): any;
8409
8422
  }
8410
8423
  }
8411
8424
 
@@ -8426,6 +8439,20 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
8426
8439
  */
8427
8440
  protected constructor();
8428
8441
 
8442
+ /**
8443
+ * Creates a new variant in the variant set. sap.ushell.services.Personalization.PersonalizationContainerVariantSet#addVariant
8444
+ * In case a variant with this name is already existing an exception is thrown.
8445
+ *
8446
+ * @since 1.18.0
8447
+ *
8448
+ * @returns {@link sap.ushell.services.Personalization.PersonalizationContainerVariant}
8449
+ */
8450
+ addVariant(
8451
+ /**
8452
+ * variant set name
8453
+ */
8454
+ sVariantName: string
8455
+ ): object;
8429
8456
  /**
8430
8457
  * Checks if a specific variant is contained in the variant set.
8431
8458
  *
@@ -8661,9 +8688,9 @@ declare module "sap/ushell/services/_Personalization/Variant" {
8661
8688
  */
8662
8689
  sItemKey: string,
8663
8690
  /**
8664
- * value (JSON object)
8691
+ * item value (JSON object)
8665
8692
  */
8666
- item: object
8693
+ oItemValue: object
8667
8694
  ): void;
8668
8695
  /**
8669
8696
  * Sets the name of the variant.
@@ -8712,9 +8739,9 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
8712
8739
  */
8713
8740
  addVariant(
8714
8741
  /**
8715
- * variant set name
8742
+ * variant set name.
8716
8743
  */
8717
- sVariantSetName: string
8744
+ sVariantName: string
8718
8745
  ): object;
8719
8746
  /**
8720
8747
  * Checks if a specific variant is contained in the variant set.
@@ -9746,7 +9773,7 @@ declare module "sap/ushell/services/ShellNavigation" {
9746
9773
  * Shell.onHashChange(shellHash,appHash) { / *resolve url, load app and exchange root view* / }
9747
9774
  * Shell.init() {
9748
9775
  * this.privShellNavigator = new ShellNavigation();
9749
- * this.privShellNavigator.init(jQuery.proxy(this.doHashChange, this));
9776
+ * this.privShellNavigator.init(this.doHashChange.bind(this));
9750
9777
  * }
9751
9778
  * });
9752
9779
  * ```
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4