@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,113 @@
1
+ // For Library Version: 1.113.0
2
+
3
+ declare module "sap/ui/webc/common/library" {}
4
+
5
+ declare module "sap/ui/webc/common/WebComponent" {
6
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
7
+
8
+ import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
9
+
10
+ /**
11
+ * @SINCE 1.92.0
12
+ * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
13
+ *
14
+ * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
15
+ * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
16
+ * properties, the aggregations and the events. It also ensures to render the control and put the aggregated
17
+ * controls in the dedicated slots of the Web Component.
18
+ */
19
+ export default class WebComponent extends Control {
20
+ /**
21
+ * Constructs and initializes a Web Component Wrapper with the given `sId` and settings.
22
+ *
23
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
24
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
25
+ * of the syntax of the settings object.
26
+ */
27
+ constructor();
28
+
29
+ /**
30
+ * Creates a new subclass of class sap.ui.webc.common.WebComponent with name `sClassName` and enriches it
31
+ * with the information contained in `oClassInfo`.
32
+ *
33
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
34
+ *
35
+ * @returns Created class / constructor function
36
+ */
37
+ static extend<T extends Record<string, unknown>>(
38
+ /**
39
+ * Name of the class being created
40
+ */
41
+ sClassName: string,
42
+ /**
43
+ * Object literal with information about the class
44
+ */
45
+ oClassInfo?: sap.ClassInfo<T, WebComponent>,
46
+ /**
47
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
48
+ * used by this class
49
+ */
50
+ FNMetaImpl?: Function
51
+ ): Function;
52
+ /**
53
+ * Returns a metadata object for class sap.ui.webc.common.WebComponent.
54
+ *
55
+ * @returns Metadata object describing this class
56
+ */
57
+ static getMetadata(): WebComponentMetadata;
58
+ }
59
+
60
+ export interface $WebComponentSettings extends $ControlSettings {}
61
+ }
62
+
63
+ declare module "sap/ui/webc/common/WebComponentMetadata" {
64
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
65
+
66
+ /**
67
+ * @SINCE 1.92.0
68
+ * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
69
+ */
70
+ export default class WebComponentMetadata extends ElementMetadata {
71
+ /**
72
+ * Creates a new metadata object for a WebComponent Wrapper subclass.
73
+ */
74
+ constructor(
75
+ /**
76
+ * fully qualified name of the class that is described by this metadata object
77
+ */
78
+ sClassName: string,
79
+ /**
80
+ * static info to construct the metadata from
81
+ */
82
+ oClassInfo: object
83
+ );
84
+
85
+ /**
86
+ * Returns the list of public getters, proxied by the Component Wrapper to the component itself
87
+ */
88
+ getGetters(): any[];
89
+ /**
90
+ * Returns the list of public methods, proxied by the Component Wrapper to the component itself
91
+ */
92
+ getMethods(): any[];
93
+ /**
94
+ * Retrieves the renderer for the described web component class. Note: this is always the default renderer
95
+ * and Web Component wrappers should not define their own renderers.
96
+ */
97
+ getRenderer(): void;
98
+ /**
99
+ * Returns the tag, used to render the Component Wrapper
100
+ */
101
+ getTag(): string;
102
+ }
103
+ }
104
+
105
+ declare namespace sap {
106
+ interface IUI5DefineDependencyNames {
107
+ "sap/ui/webc/common/library": undefined;
108
+
109
+ "sap/ui/webc/common/WebComponent": undefined;
110
+
111
+ "sap/ui/webc/common/WebComponentMetadata": undefined;
112
+ }
113
+ }