@sapui5/ts-types 1.132.0 → 1.133.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 +12 -11
  3. package/types/sap.ca.ui.d.ts +417 -417
  4. package/types/sap.chart.d.ts +5 -5
  5. package/types/sap.collaboration.d.ts +27 -23
  6. package/types/sap.cux.home.d.ts +866 -99
  7. package/types/sap.esh.search.ui.d.ts +42 -1
  8. package/types/sap.f.d.ts +127 -127
  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 +16 -9
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +79 -45
  14. package/types/sap.fe.navigation.d.ts +3 -3
  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 +3 -8
  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 +357 -272
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +1611 -729
  24. package/types/sap.makit.d.ts +177 -177
  25. package/types/sap.me.d.ts +22 -22
  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 +41 -41
  29. package/types/sap.sac.df.d.ts +106 -94
  30. package/types/sap.suite.ui.commons.d.ts +364 -349
  31. package/types/sap.suite.ui.generic.template.d.ts +26 -8
  32. package/types/sap.suite.ui.microchart.d.ts +25 -25
  33. package/types/sap.tnt.d.ts +221 -8
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +267 -266
  36. package/types/sap.ui.comp.d.ts +393 -363
  37. package/types/sap.ui.core.d.ts +621 -588
  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 +85 -68
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +317 -230
  44. package/types/sap.ui.layout.d.ts +69 -69
  45. package/types/sap.ui.mdc.d.ts +142 -115
  46. package/types/sap.ui.richtexteditor.d.ts +50 -7
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +209 -185
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +89 -89
  53. package/types/sap.ui.ux3.d.ts +102 -102
  54. package/types/sap.ui.vbm.d.ts +50 -50
  55. package/types/sap.ui.vk.d.ts +105 -98
  56. package/types/sap.ui.vtm.d.ts +114 -105
  57. package/types/sap.ui.webc.common.d.ts +11 -11
  58. package/types/sap.ui.webc.fiori.d.ts +145 -145
  59. package/types/sap.ui.webc.main.d.ts +400 -400
  60. package/types/sap.uiext.inbox.d.ts +40 -40
  61. package/types/sap.ushell.d.ts +206 -123
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +14 -14
  64. package/types/sap.viz.d.ts +2741 -2741
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +15 -15
  67. package/types/sap.zen.crosstab.d.ts +11 -11
  68. package/types/sap.zen.dsh.d.ts +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.132.0",
3
+ "version": "1.133.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -8,7 +8,7 @@ declare namespace sap {
8
8
  /**
9
9
  * Constants to be used by APF consumers.
10
10
  *
11
- * @deprecated (since 1.23.1) - Use sap.apf.core.constants instead.
11
+ * @deprecated As of version 1.23.1. Use sap.apf.core.constants instead.
12
12
  */
13
13
  export const constants: Object;
14
14
 
@@ -239,7 +239,7 @@ declare namespace sap {
239
239
  * This is not a runtime class, but it describes the interface that a representation (chart) has to implement
240
240
  * for to interact with the APF.
241
241
  *
242
- * @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
242
+ * @experimental The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
243
243
  */
244
244
  class representationInterface {
245
245
  constructor(
@@ -455,7 +455,7 @@ declare namespace sap {
455
455
  * is used by apf.api. It can be also used to build unit tests that need an interface proxy between APF
456
456
  * and representations.
457
457
  *
458
- * @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
458
+ * @experimental The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
459
459
  */
460
460
  class RepresentationInterfaceProxy {
461
461
  constructor(
@@ -810,7 +810,7 @@ declare namespace sap {
810
810
  * The handling of the window.onerror by the message handler is either switched on or off. Per default the
811
811
  * handling is deactivated.
812
812
  *
813
- * @experimental - NOT FOR PRODUCTION USE
813
+ * @experimental NOT FOR PRODUCTION USE
814
814
  *
815
815
  * @returns undefined
816
816
  */
@@ -823,8 +823,9 @@ declare namespace sap {
823
823
  /**
824
824
  * Adds an element to the footer area.
825
825
  *
826
- * @deprecated (since 1.23.1) - Remains in api in order to maintain downward compatibility to 3 Wave 5 apps.
827
- * @experimental - NOT FOR PRODUCTION USE
826
+ * @deprecated As of version 1.23.1. Remains in api in order to maintain downward compatibility to 3 Wave
827
+ * 5 apps.
828
+ * @experimental NOT FOR PRODUCTION USE
828
829
  */
829
830
  addMasterFooterContent(
830
831
  /**
@@ -938,8 +939,8 @@ declare namespace sap {
938
939
  * Loads a new application configuration in JSON format. When called many times, the file is loaded only
939
940
  * the first time.
940
941
  *
941
- * @deprecated (since 1.23.1)
942
- * @experimental - NOT FOR PRODUCTION USE
942
+ * @deprecated As of version 1.23.1.
943
+ * @experimental NOT FOR PRODUCTION USE
943
944
  */
944
945
  loadApplicationConfig(
945
946
  /**
@@ -966,7 +967,7 @@ declare namespace sap {
966
967
  * for UI. It also refreshes the steps either from the active step or all the steps depending on the boolean
967
968
  * value passed.
968
969
  *
969
- * @experimental - NOT FOR PRODUCTION USE
970
+ * @experimental NOT FOR PRODUCTION USE
970
971
  */
971
972
  selectionChanged(bRefreshAllSteps: boolean): void;
972
973
  /**
@@ -993,7 +994,7 @@ declare namespace sap {
993
994
  * Register the function callback to be executed on the given event type. fnCallback will be executed under
994
995
  * a context and will be passed with arguments depending on the event type.
995
996
  *
996
- * @experimental - NOT FOR PRODUCTION USE
997
+ * @experimental NOT FOR PRODUCTION USE
997
998
  *
998
999
  * @returns true or false based on success or failure of registering the listener.
999
1000
  */