@sapui5/types 1.113.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 (66) hide show
  1. package/LICENSE.txt +35 -0
  2. package/README.md +35 -0
  3. package/package.json +23 -0
  4. package/types/index.d.ts +67 -0
  5. package/types/sap.apf.d.ts +1026 -0
  6. package/types/sap.ca.ui.d.ts +14005 -0
  7. package/types/sap.chart.d.ts +4815 -0
  8. package/types/sap.collaboration.d.ts +2704 -0
  9. package/types/sap.esh.search.ui.d.ts +1595 -0
  10. package/types/sap.f.d.ts +20085 -0
  11. package/types/sap.fe.core.d.ts +1508 -0
  12. package/types/sap.fe.macros.d.ts +975 -0
  13. package/types/sap.fe.navigation.d.ts +917 -0
  14. package/types/sap.fe.templates.d.ts +522 -0
  15. package/types/sap.fe.test.d.ts +3533 -0
  16. package/types/sap.feedback.ui.d.ts +3 -0
  17. package/types/sap.gantt.d.ts +51684 -0
  18. package/types/sap.insights.d.ts +23 -0
  19. package/types/sap.landvisz.d.ts +7952 -0
  20. package/types/sap.m.d.ts +147796 -0
  21. package/types/sap.makit.d.ts +4533 -0
  22. package/types/sap.me.d.ts +3665 -0
  23. package/types/sap.ndc.d.ts +774 -0
  24. package/types/sap.ovp.d.ts +176 -0
  25. package/types/sap.rules.ui.d.ts +1471 -0
  26. package/types/sap.sac.df.d.ts +2292 -0
  27. package/types/sap.sac.grid.d.ts +774 -0
  28. package/types/sap.suite.ui.commons.d.ts +46971 -0
  29. package/types/sap.suite.ui.generic.template.d.ts +3431 -0
  30. package/types/sap.suite.ui.microchart.d.ts +12652 -0
  31. package/types/sap.tnt.d.ts +2227 -0
  32. package/types/sap.ui.codeeditor.d.ts +693 -0
  33. package/types/sap.ui.commons.d.ts +30235 -0
  34. package/types/sap.ui.comp.d.ts +37411 -0
  35. package/types/sap.ui.core.d.ts +78872 -0
  36. package/types/sap.ui.dt.d.ts +3 -0
  37. package/types/sap.ui.export.d.ts +843 -0
  38. package/types/sap.ui.fl.d.ts +1663 -0
  39. package/types/sap.ui.generic.app.d.ts +2683 -0
  40. package/types/sap.ui.generic.template.d.ts +3 -0
  41. package/types/sap.ui.integration.d.ts +4032 -0
  42. package/types/sap.ui.layout.d.ts +14472 -0
  43. package/types/sap.ui.mdc.d.ts +476 -0
  44. package/types/sap.ui.richtexteditor.d.ts +1666 -0
  45. package/types/sap.ui.rta.d.ts +124 -0
  46. package/types/sap.ui.suite.d.ts +685 -0
  47. package/types/sap.ui.support.d.ts +453 -0
  48. package/types/sap.ui.table.d.ts +9325 -0
  49. package/types/sap.ui.testrecorder.d.ts +9 -0
  50. package/types/sap.ui.unified.d.ts +20640 -0
  51. package/types/sap.ui.ux3.d.ts +18288 -0
  52. package/types/sap.ui.vbm.d.ts +17251 -0
  53. package/types/sap.ui.vk.d.ts +42381 -0
  54. package/types/sap.ui.vtm.d.ts +10547 -0
  55. package/types/sap.ui.webc.common.d.ts +113 -0
  56. package/types/sap.ui.webc.fiori.d.ts +13850 -0
  57. package/types/sap.ui.webc.main.d.ts +40833 -0
  58. package/types/sap.uiext.inbox.d.ts +4079 -0
  59. package/types/sap.ushell.d.ts +10255 -0
  60. package/types/sap.ushell_abap.d.ts +9 -0
  61. package/types/sap.uxap.d.ts +7636 -0
  62. package/types/sap.viz.d.ts +51209 -0
  63. package/types/sap.webanalytics.core.d.ts +3 -0
  64. package/types/sap.zen.commons.d.ts +1542 -0
  65. package/types/sap.zen.crosstab.d.ts +1159 -0
  66. package/types/sap.zen.dsh.d.ts +2132 -0
@@ -0,0 +1,124 @@
1
+ // For Library Version: 1.113.0
2
+
3
+ declare module "sap/ui/rta/api/startAdaptation" {
4
+ import Control from "sap/ui/core/Control";
5
+
6
+ import UIComponent from "sap/ui/core/UIComponent";
7
+
8
+ /**
9
+ * @SINCE 1.83
10
+ * @EXPERIMENTAL (since 1.83)
11
+ *
12
+ * Starts UI adaptation, initiated for an application at the passed root control instance. With this API
13
+ * you are also able to modify the UI adaptation plugins list and or add some event handler functions to
14
+ * be called on start, failed and stop events.
15
+ *
16
+ * @returns Resolves when UI adaptation was successfully started
17
+ */
18
+ export default function startAdaptation(
19
+ /**
20
+ * Object with properties
21
+ */
22
+ mOptions: {
23
+ /**
24
+ * Control instance to get the AppComponent. This then is used to start UI adaptation.
25
+ */
26
+ rootControl: Control | UIComponent;
27
+ /**
28
+ * Map with flex-related settings
29
+ */
30
+ flexSettings?: {
31
+ /**
32
+ * The Layer in which RTA should be started. Default: "CUSTOMER"
33
+ */
34
+ layer?: string;
35
+ /**
36
+ * Whether RTA is started in developerMode mode. Default: `false`
37
+ */
38
+ developerMode?: boolean;
39
+ };
40
+ },
41
+ /**
42
+ * Callback function that enables the modification of the default plugin list of UI adaptation. UI adaptation
43
+ * is passed to this function
44
+ */
45
+ loadPlugins?: Function,
46
+ /**
47
+ * Event handler function called on start event
48
+ */
49
+ onStart?: Function,
50
+ /**
51
+ * Event handler function called on failed event
52
+ */
53
+ onFailed?: Function,
54
+ /**
55
+ * Event handler function called on stop event
56
+ */
57
+ onStop?: Function
58
+ ): Promise<any>;
59
+ }
60
+
61
+ declare module "sap/ui/rta/api/startKeyUserAdaptation" {
62
+ import Control from "sap/ui/core/Control";
63
+
64
+ import UIComponent from "sap/ui/core/UIComponent";
65
+
66
+ /**
67
+ * @SINCE 1.71
68
+ * @EXPERIMENTAL (since 1.71)
69
+ *
70
+ * Starts key user adaptation, initiated for an application at the passed root control instance. It subsequently
71
+ * extends to all valid child controls.
72
+ *
73
+ * @returns Resolves when UI adaptation was successfully started
74
+ */
75
+ export default function startKeyUserAdaptation(
76
+ /**
77
+ * Object with properties
78
+ */
79
+ mPropertyBag: {
80
+ /**
81
+ * Control instance to get the AppComponent. This then is used to start UI adaptation.
82
+ */
83
+ rootControl: Control | UIComponent;
84
+ }
85
+ ): Promise<any>;
86
+ }
87
+
88
+ declare module "sap/ui/rta/enablement/TestDelegate" {
89
+ /**
90
+ * @SINCE 1.77
91
+ * @EXPERIMENTAL (since 1.77)
92
+ *
93
+ * sap.ui.fl Delegate to be used in elementActionTests.
94
+ */
95
+ interface TestDelegate {}
96
+ const TestDelegate: TestDelegate;
97
+ export default TestDelegate;
98
+ }
99
+
100
+ declare namespace sap {
101
+ interface IUI5DefineDependencyNames {
102
+ "sap/ui/rta/api/startAdaptation": undefined;
103
+
104
+ "sap/ui/rta/api/startKeyUserAdaptation": undefined;
105
+
106
+ "sap/ui/rta/Client": undefined;
107
+
108
+ "sap/ui/rta/enablement/TestDelegate": undefined;
109
+
110
+ "sap/ui/rta/service/Action": undefined;
111
+
112
+ "sap/ui/rta/service/ControllerExtension": undefined;
113
+
114
+ "sap/ui/rta/service/Outline": undefined;
115
+
116
+ "sap/ui/rta/service/Property": undefined;
117
+
118
+ "sap/ui/rta/service/Selection": undefined;
119
+
120
+ "sap/ui/rta/service/SupportTools": undefined;
121
+
122
+ "sap/ui/rta/util/ReloadManager": undefined;
123
+ }
124
+ }