@sapui5/ts-types 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 +2792 -1
  7. package/types/sap.f.d.ts +43 -2
  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 +78 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +371 -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 +70 -8
  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 +129 -66
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +3 -3
  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 +5102 -5062
  45. package/types/sap.ui.mdc.d.ts +4 -4
  46. package/types/sap.ui.richtexteditor.d.ts +307 -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 +53 -1
  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 +141 -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 namespace sap {
4
4
  namespace ui {
@@ -4179,6 +4179,13 @@ declare namespace sap {
4179
4179
  */
4180
4180
  stepIntoClosedNodes?: boolean
4181
4181
  ): any[];
4182
+ /**
4183
+ * Returns a list of dynamic content node references.
4184
+ *
4185
+ *
4186
+ * @returns A list of dynamic content node references.
4187
+ */
4188
+ getDynamicContentNodeRefs(): any[];
4182
4189
  /**
4183
4190
  * Returns a list of hotspot node references.
4184
4191
  *
@@ -20934,6 +20941,14 @@ declare namespace sap {
20934
20941
  | sap.ui.base.ManagedObject.PropertyBindingInfo
20935
20942
  | `{${string}}`;
20936
20943
 
20944
+ /**
20945
+ * Enables or disables showing of all dynamic contents
20946
+ */
20947
+ showAllDynamicContents?:
20948
+ | boolean
20949
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20950
+ | `{${string}}`;
20951
+
20937
20952
  /**
20938
20953
  * Disables hotspot hovering
20939
20954
  */
@@ -20958,6 +20973,21 @@ declare namespace sap {
20958
20973
  | sap.ui.base.ManagedObject.PropertyBindingInfo
20959
20974
  | `{${string}}`;
20960
20975
 
20976
+ hotspotCustomTextOutlineWidth?:
20977
+ | float
20978
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20979
+ | `{${string}}`;
20980
+
20981
+ hotspotCustomTextOutlineColor?:
20982
+ | sap.ui.core.CSSColor
20983
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20984
+ | `{${string}}`;
20985
+
20986
+ hotspotCustomTextHaloWidth?:
20987
+ | float
20988
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20989
+ | `{${string}}`;
20990
+
20961
20991
  keepOutputSize?:
20962
20992
  | boolean
20963
20993
  | sap.ui.base.ManagedObject.PropertyBindingInfo
@@ -42723,6 +42753,33 @@ declare namespace sap {
42723
42753
  * @returns Value of property `hotspotColorABGR`
42724
42754
  */
42725
42755
  getHotspotColorABGR(): int;
42756
+ /**
42757
+ * Gets current value of property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
42758
+ *
42759
+ * Default value is `10`.
42760
+ *
42761
+ *
42762
+ * @returns Value of property `hotspotCustomTextHaloWidth`
42763
+ */
42764
+ getHotspotCustomTextHaloWidth(): float;
42765
+ /**
42766
+ * Gets current value of property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
42767
+ *
42768
+ * Default value is `"white"`.
42769
+ *
42770
+ *
42771
+ * @returns Value of property `hotspotCustomTextOutlineColor`
42772
+ */
42773
+ getHotspotCustomTextOutlineColor(): sap.ui.core.CSSColor;
42774
+ /**
42775
+ * Gets current value of property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
42776
+ *
42777
+ * Default value is `1`.
42778
+ *
42779
+ *
42780
+ * @returns Value of property `hotspotCustomTextOutlineWidth`
42781
+ */
42782
+ getHotspotCustomTextOutlineWidth(): float;
42726
42783
  /**
42727
42784
  * Gets current value of property {@link #getKeepOutputSize keepOutputSize}.
42728
42785
  *
@@ -42777,6 +42834,17 @@ declare namespace sap {
42777
42834
  * @returns Value of property `selectionMode`
42778
42835
  */
42779
42836
  getSelectionMode(): sap.ui.vk.SelectionMode;
42837
+ /**
42838
+ * Gets current value of property {@link #getShowAllDynamicContents showAllDynamicContents}.
42839
+ *
42840
+ * Enables or disables showing of all dynamic contents
42841
+ *
42842
+ * Default value is `false`.
42843
+ *
42844
+ *
42845
+ * @returns Value of property `showAllDynamicContents`
42846
+ */
42847
+ getShowAllDynamicContents(): boolean;
42780
42848
  /**
42781
42849
  * Gets current value of property {@link #getShowAllHotspots showAllHotspots}.
42782
42850
  *
@@ -43201,6 +43269,54 @@ declare namespace sap {
43201
43269
  */
43202
43270
  iHotspotColorABGR?: int
43203
43271
  ): this;
43272
+ /**
43273
+ * Sets a new value for property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
43274
+ *
43275
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
43276
+ *
43277
+ * Default value is `10`.
43278
+ *
43279
+ *
43280
+ * @returns Reference to `this` in order to allow method chaining
43281
+ */
43282
+ setHotspotCustomTextHaloWidth(
43283
+ /**
43284
+ * New value for property `hotspotCustomTextHaloWidth`
43285
+ */
43286
+ fHotspotCustomTextHaloWidth?: float
43287
+ ): this;
43288
+ /**
43289
+ * Sets a new value for property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
43290
+ *
43291
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
43292
+ *
43293
+ * Default value is `"white"`.
43294
+ *
43295
+ *
43296
+ * @returns Reference to `this` in order to allow method chaining
43297
+ */
43298
+ setHotspotCustomTextOutlineColor(
43299
+ /**
43300
+ * New value for property `hotspotCustomTextOutlineColor`
43301
+ */
43302
+ sHotspotCustomTextOutlineColor?: sap.ui.core.CSSColor
43303
+ ): this;
43304
+ /**
43305
+ * Sets a new value for property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
43306
+ *
43307
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
43308
+ *
43309
+ * Default value is `1`.
43310
+ *
43311
+ *
43312
+ * @returns Reference to `this` in order to allow method chaining
43313
+ */
43314
+ setHotspotCustomTextOutlineWidth(
43315
+ /**
43316
+ * New value for property `hotspotCustomTextOutlineWidth`
43317
+ */
43318
+ fHotspotCustomTextOutlineWidth?: float
43319
+ ): this;
43204
43320
  /**
43205
43321
  * Sets a new value for property {@link #getKeepOutputSize keepOutputSize}.
43206
43322
  *
@@ -43295,6 +43411,24 @@ declare namespace sap {
43295
43411
  */
43296
43412
  sSelectionMode?: sap.ui.vk.SelectionMode
43297
43413
  ): this;
43414
+ /**
43415
+ * Sets a new value for property {@link #getShowAllDynamicContents showAllDynamicContents}.
43416
+ *
43417
+ * Enables or disables showing of all dynamic contents
43418
+ *
43419
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
43420
+ *
43421
+ * Default value is `false`.
43422
+ *
43423
+ *
43424
+ * @returns Reference to `this` in order to allow method chaining
43425
+ */
43426
+ setShowAllDynamicContents(
43427
+ /**
43428
+ * New value for property `showAllDynamicContents`
43429
+ */
43430
+ bShowAllDynamicContents?: boolean
43431
+ ): this;
43298
43432
  /**
43299
43433
  * Sets a new value for property {@link #getShowAllHotspots showAllHotspots}.
43300
43434
  *
@@ -46014,6 +46148,10 @@ declare namespace sap {
46014
46148
  * Background node
46015
46149
  */
46016
46150
  Background = "Background",
46151
+ /**
46152
+ * Dynamic content node
46153
+ */
46154
+ DynamicContent = "DynamicContent",
46017
46155
  /**
46018
46156
  * Hotspot node
46019
46157
  */
@@ -46047,6 +46185,8 @@ declare namespace sap {
46047
46185
  * Object type
46048
46186
  */
46049
46187
  enum ObjectType {
46188
+ DynamicContent = "2",
46189
+
46050
46190
  Hotspot = "1",
46051
46191
 
46052
46192
  PMI = "0",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1011,7 +1011,7 @@ declare namespace sap {
1011
1011
  * object, the action and an optional part:
1012
1012
  * ```javascript
1013
1013
  * Intent = "#" semanticObject "-" action ["?" intentParameters "&/" innerAppRoute + "?" + innerAppRouteParameters]```
1014
- * The intent compries of the fthe following parts:
1014
+ * The intent comprises of the following parts:
1015
1015
  * semanticObject: Semantic object as defined in an app launcher tile. The following characters are allowed:
1016
1016
  * uppercase letters [A-Z], lowercase letters [a-z], numbers [0-9]. The first character must be an uppercase
1017
1017
  * or lowercase letter. The length of the semantic object is limited to 30 characters.
@@ -3535,7 +3535,7 @@ declare namespace sap {
3535
3535
  * of the currently running app (but still in scope of the current Fiori launchpad) or to create links to
3536
3536
  * such external targets.
3537
3537
  *
3538
- * **Note:** To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
3538
+ * **Note:** To retrieve a valid instance of this service, it is necessary to call {@link Container#getServiceAsync}.
3539
3539
  *
3540
3540
  * ```javascript
3541
3541
  *
@@ -13230,6 +13230,10 @@ declare namespace sap {
13230
13230
  /**
13231
13231
  * Sets the application screen size to either full width or letterbox.
13232
13232
  *
13233
+ * This method sets the application width dynamically. This can cause flickering depending on the current
13234
+ * environment. As an alternative you can set the application width statically using the manifest property
13235
+ * `sap.ui/fullWidth`.
13236
+ *
13233
13237
  * @since 1.133.0
13234
13238
  */
13235
13239
  setApplicationFullWidth(
@@ -13774,6 +13778,17 @@ declare namespace sap {
13774
13778
  */
13775
13779
  sParameter?: string
13776
13780
  ): Promise<ServiceType>;
13781
+ /**
13782
+ * Logs out the current user from all relevant back-end systems, including the logon system itself. This
13783
+ * member represents the default native implementation of logout. If SessionHandler was created, we register
13784
+ * the alternate logout function using registerLogout function.
13785
+ *
13786
+ * @since 1.15.0
13787
+ * @deprecated As of version 1.120.
13788
+ *
13789
+ * @returns Resolves when logout is finished, even when it fails.
13790
+ */
13791
+ logout(): jQuery.Promise;
13777
13792
  /**
13778
13793
  * Register the work protection dirty callback function. In the work protect mechanism, each platform can
13779
13794
  * register their own method in order to check if data was changed during the session, and notify the container
@@ -13919,6 +13934,14 @@ declare namespace sap {
13919
13934
 
13920
13935
  "sap/ushell/modules/NavigationMenu": undefined;
13921
13936
 
13937
+ "sap/ushell/modules/NavigationMenu/ListProvider": undefined;
13938
+
13939
+ "sap/ushell/modules/NavigationMenu/ListProviderAPI": undefined;
13940
+
13941
+ "sap/ushell/modules/NavigationMenu/NavContainer": undefined;
13942
+
13943
+ "sap/ushell/modules/NavigationMenu/NavigationMenuMode": undefined;
13944
+
13922
13945
  "sap/ushell/renderer/ShellLayout": undefined;
13923
13946
 
13924
13947
  "sap/ushell/renderers/fiori2/Renderer": undefined;
@@ -13977,6 +14000,12 @@ declare namespace sap {
13977
14000
 
13978
14001
  "sap/ushell/services/Message": undefined;
13979
14002
 
14003
+ "sap/ushell/services/MessageBroker": undefined;
14004
+
14005
+ "sap/ushell/services/MessageBroker/ClientAlias": undefined;
14006
+
14007
+ "sap/ushell/services/MessageBroker/ClientConnectionMessage": undefined;
14008
+
13980
14009
  "sap/ushell/services/Navigation": undefined;
13981
14010
 
13982
14011
  "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 namespace sap {
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 namespace sap {
4
4
  /**
@@ -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 namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {