@sapui5/ts-types-esm 1.140.0 → 1.141.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 (68) 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 +2680 -1
  7. package/types/sap.f.d.ts +44 -3
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +84 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +367 -42
  14. package/types/sap.fe.navigation.d.ts +13 -15
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +7 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +78 -9
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +20 -5
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +41 -5
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +1 -1
  37. package/types/sap.ui.core.d.ts +130 -67
  38. package/types/sap.ui.dt.d.ts +202 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +8 -7
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -1
  44. package/types/sap.ui.layout.d.ts +63 -47
  45. package/types/sap.ui.mdc.d.ts +4 -4
  46. package/types/sap.ui.richtexteditor.d.ts +309 -9
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +18 -4
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +55 -3
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +132 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +32 -3
  62. package/types/sap.ushell_abap.d.ts +5 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -12578,6 +12578,10 @@ declare module "sap/ui/vk/NodeContentType" {
12578
12578
  * Background node
12579
12579
  */
12580
12580
  Background = "Background",
12581
+ /**
12582
+ * Dynamic content node
12583
+ */
12584
+ DynamicContent = "DynamicContent",
12581
12585
  /**
12582
12586
  * Hotspot node
12583
12587
  */
@@ -14523,6 +14527,8 @@ declare module "sap/ui/vk/ObjectType" {
14523
14527
  * Object type
14524
14528
  */
14525
14529
  enum ObjectType {
14530
+ DynamicContent = "2",
14531
+
14526
14532
  Hotspot = "1",
14527
14533
 
14528
14534
  PMI = "0",
@@ -22653,6 +22659,13 @@ declare module "sap/ui/vk/svg/NodeHierarchy" {
22653
22659
  */
22654
22660
  stepIntoClosedNodes?: boolean
22655
22661
  ): any[];
22662
+ /**
22663
+ * Returns a list of dynamic content node references.
22664
+ *
22665
+ *
22666
+ * @returns A list of dynamic content node references.
22667
+ */
22668
+ getDynamicContentNodeRefs(): any[];
22656
22669
  /**
22657
22670
  * Returns a list of hotspot node references.
22658
22671
  *
@@ -43611,6 +43624,33 @@ declare module "sap/ui/vk/ViewportBase" {
43611
43624
  * @returns Value of property `hotspotColorABGR`
43612
43625
  */
43613
43626
  getHotspotColorABGR(): int;
43627
+ /**
43628
+ * Gets current value of property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
43629
+ *
43630
+ * Default value is `10`.
43631
+ *
43632
+ *
43633
+ * @returns Value of property `hotspotCustomTextHaloWidth`
43634
+ */
43635
+ getHotspotCustomTextHaloWidth(): float;
43636
+ /**
43637
+ * Gets current value of property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
43638
+ *
43639
+ * Default value is `"white"`.
43640
+ *
43641
+ *
43642
+ * @returns Value of property `hotspotCustomTextOutlineColor`
43643
+ */
43644
+ getHotspotCustomTextOutlineColor(): CSSColor;
43645
+ /**
43646
+ * Gets current value of property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
43647
+ *
43648
+ * Default value is `1`.
43649
+ *
43650
+ *
43651
+ * @returns Value of property `hotspotCustomTextOutlineWidth`
43652
+ */
43653
+ getHotspotCustomTextOutlineWidth(): float;
43614
43654
  /**
43615
43655
  * Gets current value of property {@link #getKeepOutputSize keepOutputSize}.
43616
43656
  *
@@ -43665,6 +43705,17 @@ declare module "sap/ui/vk/ViewportBase" {
43665
43705
  * @returns Value of property `selectionMode`
43666
43706
  */
43667
43707
  getSelectionMode(): SelectionMode;
43708
+ /**
43709
+ * Gets current value of property {@link #getShowAllDynamicContents showAllDynamicContents}.
43710
+ *
43711
+ * Enables or disables showing of all dynamic contents
43712
+ *
43713
+ * Default value is `false`.
43714
+ *
43715
+ *
43716
+ * @returns Value of property `showAllDynamicContents`
43717
+ */
43718
+ getShowAllDynamicContents(): boolean;
43668
43719
  /**
43669
43720
  * Gets current value of property {@link #getShowAllHotspots showAllHotspots}.
43670
43721
  *
@@ -44089,6 +44140,54 @@ declare module "sap/ui/vk/ViewportBase" {
44089
44140
  */
44090
44141
  iHotspotColorABGR?: int
44091
44142
  ): this;
44143
+ /**
44144
+ * Sets a new value for property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
44145
+ *
44146
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44147
+ *
44148
+ * Default value is `10`.
44149
+ *
44150
+ *
44151
+ * @returns Reference to `this` in order to allow method chaining
44152
+ */
44153
+ setHotspotCustomTextHaloWidth(
44154
+ /**
44155
+ * New value for property `hotspotCustomTextHaloWidth`
44156
+ */
44157
+ fHotspotCustomTextHaloWidth?: float
44158
+ ): this;
44159
+ /**
44160
+ * Sets a new value for property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
44161
+ *
44162
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44163
+ *
44164
+ * Default value is `"white"`.
44165
+ *
44166
+ *
44167
+ * @returns Reference to `this` in order to allow method chaining
44168
+ */
44169
+ setHotspotCustomTextOutlineColor(
44170
+ /**
44171
+ * New value for property `hotspotCustomTextOutlineColor`
44172
+ */
44173
+ sHotspotCustomTextOutlineColor?: CSSColor
44174
+ ): this;
44175
+ /**
44176
+ * Sets a new value for property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
44177
+ *
44178
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44179
+ *
44180
+ * Default value is `1`.
44181
+ *
44182
+ *
44183
+ * @returns Reference to `this` in order to allow method chaining
44184
+ */
44185
+ setHotspotCustomTextOutlineWidth(
44186
+ /**
44187
+ * New value for property `hotspotCustomTextOutlineWidth`
44188
+ */
44189
+ fHotspotCustomTextOutlineWidth?: float
44190
+ ): this;
44092
44191
  /**
44093
44192
  * Sets a new value for property {@link #getKeepOutputSize keepOutputSize}.
44094
44193
  *
@@ -44185,6 +44284,24 @@ declare module "sap/ui/vk/ViewportBase" {
44185
44284
  */
44186
44285
  sSelectionMode?: SelectionMode
44187
44286
  ): this;
44287
+ /**
44288
+ * Sets a new value for property {@link #getShowAllDynamicContents showAllDynamicContents}.
44289
+ *
44290
+ * Enables or disables showing of all dynamic contents
44291
+ *
44292
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44293
+ *
44294
+ * Default value is `false`.
44295
+ *
44296
+ *
44297
+ * @returns Reference to `this` in order to allow method chaining
44298
+ */
44299
+ setShowAllDynamicContents(
44300
+ /**
44301
+ * New value for property `showAllDynamicContents`
44302
+ */
44303
+ bShowAllDynamicContents?: boolean
44304
+ ): this;
44188
44305
  /**
44189
44306
  * Sets a new value for property {@link #getShowAllHotspots showAllHotspots}.
44190
44307
  *
@@ -44402,6 +44519,11 @@ declare module "sap/ui/vk/ViewportBase" {
44402
44519
  */
44403
44520
  showAllHotspots?: boolean | PropertyBindingInfo | `{${string}}`;
44404
44521
 
44522
+ /**
44523
+ * Enables or disables showing of all dynamic contents
44524
+ */
44525
+ showAllDynamicContents?: boolean | PropertyBindingInfo | `{${string}}`;
44526
+
44405
44527
  /**
44406
44528
  * Disables hotspot hovering
44407
44529
  */
@@ -44417,6 +44539,15 @@ declare module "sap/ui/vk/ViewportBase" {
44417
44539
  */
44418
44540
  hotspotColor?: CSSColor | PropertyBindingInfo | `{${string}}`;
44419
44541
 
44542
+ hotspotCustomTextOutlineWidth?: float | PropertyBindingInfo | `{${string}}`;
44543
+
44544
+ hotspotCustomTextOutlineColor?:
44545
+ | CSSColor
44546
+ | PropertyBindingInfo
44547
+ | `{${string}}`;
44548
+
44549
+ hotspotCustomTextHaloWidth?: float | PropertyBindingInfo | `{${string}}`;
44550
+
44420
44551
  keepOutputSize?: boolean | PropertyBindingInfo | `{${string}}`;
44421
44552
 
44422
44553
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.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.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1206,6 +1206,17 @@ declare module "sap/ushell/Container" {
1206
1206
  */
1207
1207
  sParameter?: string
1208
1208
  ): Promise<ServiceType>;
1209
+ /**
1210
+ * Logs out the current user from all relevant back-end systems, including the logon system itself. This
1211
+ * member represents the default native implementation of logout. If SessionHandler was created, we register
1212
+ * the alternate logout function using registerLogout function.
1213
+ *
1214
+ * @since 1.15.0
1215
+ * @deprecated As of version 1.120.
1216
+ *
1217
+ * @returns Resolves when logout is finished, even when it fails.
1218
+ */
1219
+ logout(): jQuery.Promise;
1209
1220
  /**
1210
1221
  * Register the work protection dirty callback function. In the work protect mechanism, each platform can
1211
1222
  * register their own method in order to check if data was changed during the session, and notify the container
@@ -3849,7 +3860,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
3849
3860
  * of the currently running app (but still in scope of the current Fiori launchpad) or to create links to
3850
3861
  * such external targets.
3851
3862
  *
3852
- * **Note:** To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
3863
+ * **Note:** To retrieve a valid instance of this service, it is necessary to call {@link Container#getServiceAsync}.
3853
3864
  *
3854
3865
  * ```javascript
3855
3866
  *
@@ -6933,7 +6944,7 @@ declare module "sap/ushell/services/Navigation" {
6933
6944
  * object, the action and an optional part:
6934
6945
  * ```javascript
6935
6946
  * Intent = "#" semanticObject "-" action ["?" intentParameters "&/" innerAppRoute + "?" + innerAppRouteParameters]```
6936
- * The intent compries of the fthe following parts:
6947
+ * The intent comprises of the following parts:
6937
6948
  * semanticObject: Semantic object as defined in an app launcher tile. The following characters are allowed:
6938
6949
  * uppercase letters [A-Z], lowercase letters [a-z], numbers [0-9]. The first character must be an uppercase
6939
6950
  * or lowercase letter. The length of the semantic object is limited to 30 characters.
@@ -13738,6 +13749,10 @@ declare module "sap/ushell/ui5service/ShellUIService" {
13738
13749
  /**
13739
13750
  * Sets the application screen size to either full width or letterbox.
13740
13751
  *
13752
+ * This method sets the application width dynamically. This can cause flickering depending on the current
13753
+ * environment. As an alternative you can set the application width statically using the manifest property
13754
+ * `sap.ui/fullWidth`.
13755
+ *
13741
13756
  * @since 1.133.0
13742
13757
  */
13743
13758
  setApplicationFullWidth(
@@ -14141,6 +14156,14 @@ declare namespace sap {
14141
14156
 
14142
14157
  "sap/ushell/modules/NavigationMenu": undefined;
14143
14158
 
14159
+ "sap/ushell/modules/NavigationMenu/ListProvider": undefined;
14160
+
14161
+ "sap/ushell/modules/NavigationMenu/ListProviderAPI": undefined;
14162
+
14163
+ "sap/ushell/modules/NavigationMenu/NavContainer": undefined;
14164
+
14165
+ "sap/ushell/modules/NavigationMenu/NavigationMenuMode": undefined;
14166
+
14144
14167
  "sap/ushell/renderer/ShellLayout": undefined;
14145
14168
 
14146
14169
  "sap/ushell/renderers/fiori2/Renderer": undefined;
@@ -14199,6 +14222,12 @@ declare namespace sap {
14199
14222
 
14200
14223
  "sap/ushell/services/Message": undefined;
14201
14224
 
14225
+ "sap/ushell/services/MessageBroker": undefined;
14226
+
14227
+ "sap/ushell/services/MessageBroker/ClientAlias": undefined;
14228
+
14229
+ "sap/ushell/services/MessageBroker/ClientConnectionMessage": undefined;
14230
+
14202
14231
  "sap/ushell/services/Navigation": undefined;
14203
14232
 
14204
14233
  "sap/ushell/services/NavTargetResolution": undefined;
@@ -1,9 +1,13 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
5
5
  "sap/ushell_abap/components/TCodeNavigation": undefined;
6
6
 
7
+ "sap/ushell_abap/components/TCodeNavigation/MessageCode": undefined;
8
+
9
+ "sap/ushell_abap/components/TCodeNavigation/TCodeNavigationError": undefined;
10
+
7
11
  "sap/ushell_abap/library": undefined;
8
12
 
9
13
  "sap/ushell_abap/thirdparty/sap-xhrlib-esm-dbg": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4