@sapui5/ts-types-esm 1.94.0 → 1.96.1

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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +228 -1
  8. package/types/sap.f.d.ts +322 -40
  9. package/types/sap.fe.common.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +106 -1
  11. package/types/sap.fe.macros.d.ts +41 -12
  12. package/types/sap.fe.navigation.d.ts +1 -1
  13. package/types/sap.fe.placeholder.d.ts +1 -1
  14. package/types/sap.fe.plugins.d.ts +1 -1
  15. package/types/sap.fe.semantics.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +2 -2
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +1112 -42
  21. package/types/sap.landvisz.d.ts +1 -1
  22. package/types/sap.m.d.ts +634 -118
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +21 -29
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.grid.d.ts +663 -0
  29. package/types/sap.suite.ui.commons.d.ts +177 -3
  30. package/types/sap.suite.ui.generic.template.d.ts +49 -6
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +11 -12
  33. package/types/sap.ui.codeeditor.d.ts +29 -31
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +149 -18
  36. package/types/sap.ui.core.d.ts +692 -314
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +128 -70
  39. package/types/sap.ui.fl.d.ts +3 -23
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +232 -1
  43. package/types/sap.ui.layout.d.ts +21 -1
  44. package/types/sap.ui.mdc.d.ts +51 -1
  45. package/types/sap.ui.richtexteditor.d.ts +1 -1
  46. package/types/sap.ui.rta.d.ts +1 -1
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +6 -6
  49. package/types/sap.ui.table.d.ts +7 -4
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +136 -1
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +820 -135
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.uiext.inbox.d.ts +2 -1
  57. package/types/sap.ushell.d.ts +71 -49
  58. package/types/sap.ushell_abap.d.ts +2 -2
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +53 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.94.0",
3
+ "version": "1.96.1",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -10,6 +10,7 @@
10
10
  /// <reference path="./sap.zen.crosstab.d.ts"/>
11
11
  /// <reference path="./sap.zen.dsh.d.ts"/>
12
12
  /// <reference path="./sap.zen.commons.d.ts"/>
13
+ /// <reference path="./sap.sac.grid.d.ts"/>
13
14
  /// <reference path="./sap.ui.commons.d.ts"/>
14
15
  /// <reference path="./sap.ui.comp.d.ts"/>
15
16
  /// <reference path="./sap.ui.core.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare module "sap/apf/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.2
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
4
4
  /**
@@ -1,9 +1,236 @@
1
- // For Library Version: 1.94.0
1
+ // For Library Version: 1.96.0
2
2
 
3
3
  declare module "sap/esh/search/ui/library" {}
4
4
 
5
+ declare module "sap/esh/search/ui/SearchCompositeControl" {
6
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
7
+
8
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
9
+
10
+ import {
11
+ PropertyBindingInfo,
12
+ AggregationBindingInfo,
13
+ } from "sap/ui/base/ManagedObject";
14
+
15
+ /**
16
+ * @SINCE 1.93.0
17
+ *
18
+ * This is the UI5 composite control by the Enterprise Search Team to make full use of the Enterprise Search
19
+ * Services. This composite control is a complete UI which includes a search input box including a suggestion
20
+ * dropdown, a result list which can have different styles including tiles and table, result facets and
21
+ * more. This control is ready to use with an enterprise search backend service but also allows deep modifications
22
+ * to match requirements of adopting applications.
23
+ */
24
+ export default class SearchCompositeControl extends Control {
25
+ /**
26
+ * Constructs a new `SearchCompositeControl` to interact with a SAP Enterprise Search Service.
27
+ *
28
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
29
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
30
+ * of the syntax of the settings object.
31
+ */
32
+ constructor(
33
+ /**
34
+ * Initial settings for the new control
35
+ */
36
+ mSettings?: $SearchCompositeControlSettings
37
+ );
38
+ /**
39
+ * Constructs a new `SearchCompositeControl` to interact with a SAP Enterprise Search Service.
40
+ *
41
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
42
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
43
+ * of the syntax of the settings object.
44
+ */
45
+ constructor(
46
+ /**
47
+ * ID for the new control, generated automatically if no ID is given
48
+ */
49
+ sId?: string,
50
+ /**
51
+ * Initial settings for the new control
52
+ */
53
+ mSettings?: $SearchCompositeControlSettings
54
+ );
55
+
56
+ /**
57
+ * Creates a new subclass of class sap.esh.search.ui.SearchCompositeControl with name `sClassName` and enriches
58
+ * it with the information contained in `oClassInfo`.
59
+ *
60
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
61
+ */
62
+ static extend<T extends Record<string, unknown>>(
63
+ /**
64
+ * Name of the class being created
65
+ */
66
+ sClassName: string,
67
+ /**
68
+ * Object literal with information about the class
69
+ */
70
+ oClassInfo?: sap.ClassInfo<T, SearchCompositeControl>,
71
+ /**
72
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
73
+ * used by this class
74
+ */
75
+ FNMetaImpl?: Function
76
+ ): Function;
77
+ /**
78
+ * Returns a metadata object for class sap.esh.search.ui.SearchCompositeControl.
79
+ */
80
+ static getMetadata(): ElementMetadata;
81
+ /**
82
+ * Adds some content to the aggregation {@link #getContent content}.
83
+ */
84
+ addContent(
85
+ /**
86
+ * The content to add; if empty, nothing is inserted
87
+ */
88
+ oContent: Control
89
+ ): this;
90
+ /**
91
+ * Destroys all the content in the aggregation {@link #getContent content}.
92
+ */
93
+ destroyContent(): this;
94
+ /**
95
+ * Gets content of aggregation {@link #getContent content}.
96
+ *
97
+ * Control instances which are part of this composite control.
98
+ */
99
+ getContent(): Control[];
100
+ /**
101
+ * Gets current value of property {@link #getCssClass cssClass}.
102
+ *
103
+ * An additional CSS class to add to this control
104
+ */
105
+ getCssClass(): string;
106
+ /**
107
+ * Gets current value of property {@link #getSearchOnStart searchOnStart}.
108
+ *
109
+ * Defines if the search control will search for the given term right on control instantiation.
110
+ *
111
+ * Default value is `true`.
112
+ */
113
+ getSearchOnStart(): boolean;
114
+ /**
115
+ * Gets current value of property {@link #getSearchTerm searchTerm}.
116
+ *
117
+ * Defines the initial search term for the search input
118
+ *
119
+ * Default value is `"*"`.
120
+ */
121
+ getSearchTerm(): string;
122
+ /**
123
+ * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
124
+ * its index if found or -1 otherwise.
125
+ */
126
+ indexOfContent(
127
+ /**
128
+ * The content whose index is looked for
129
+ */
130
+ oContent: Control
131
+ ): int;
132
+ /**
133
+ * Inserts a content into the aggregation {@link #getContent content}.
134
+ */
135
+ insertContent(
136
+ /**
137
+ * The content to insert; if empty, nothing is inserted
138
+ */
139
+ oContent: Control,
140
+ /**
141
+ * The `0`-based index the content should be inserted at; for a negative value of `iIndex`, the content
142
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the content
143
+ * is inserted at the last position
144
+ */
145
+ iIndex: int
146
+ ): this;
147
+ /**
148
+ * Removes all the controls from the aggregation {@link #getContent content}.
149
+ *
150
+ * Additionally, it unregisters them from the hosting UIArea.
151
+ */
152
+ removeAllContent(): Control[];
153
+ /**
154
+ * Removes a content from the aggregation {@link #getContent content}.
155
+ */
156
+ removeContent(
157
+ /**
158
+ * The content to remove or its index or id
159
+ */
160
+ vContent: int | string | Control
161
+ ): Control;
162
+ /**
163
+ * Sets a new value for property {@link #getCssClass cssClass}.
164
+ *
165
+ * An additional CSS class to add to this control
166
+ *
167
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
168
+ */
169
+ setCssClass(
170
+ /**
171
+ * New value for property `cssClass`
172
+ */
173
+ sCssClass: string
174
+ ): this;
175
+ /**
176
+ * Sets a new value for property {@link #getSearchOnStart searchOnStart}.
177
+ *
178
+ * Defines if the search control will search for the given term right on control instantiation.
179
+ *
180
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
181
+ *
182
+ * Default value is `true`.
183
+ */
184
+ setSearchOnStart(
185
+ /**
186
+ * New value for property `searchOnStart`
187
+ */
188
+ bSearchOnStart?: boolean
189
+ ): this;
190
+ /**
191
+ * Sets a new value for property {@link #getSearchTerm searchTerm}.
192
+ *
193
+ * Defines the initial search term for the search input
194
+ *
195
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
196
+ *
197
+ * Default value is `"*"`.
198
+ */
199
+ setSearchTerm(
200
+ /**
201
+ * New value for property `searchTerm`
202
+ */
203
+ sSearchTerm?: string
204
+ ): this;
205
+ }
206
+
207
+ export interface $SearchCompositeControlSettings extends $ControlSettings {
208
+ /**
209
+ * An additional CSS class to add to this control
210
+ */
211
+ cssClass?: string | PropertyBindingInfo;
212
+
213
+ /**
214
+ * Defines the initial search term for the search input
215
+ */
216
+ searchTerm?: string | PropertyBindingInfo;
217
+
218
+ /**
219
+ * Defines if the search control will search for the given term right on control instantiation.
220
+ */
221
+ searchOnStart?: boolean | PropertyBindingInfo;
222
+
223
+ /**
224
+ * Control instances which are part of this composite control.
225
+ */
226
+ content?: Control[] | Control | AggregationBindingInfo;
227
+ }
228
+ }
229
+
5
230
  declare namespace sap {
6
231
  interface IUI5DefineDependencyNames {
7
232
  "sap/esh/search/ui/library": undefined;
233
+
234
+ "sap/esh/search/ui/SearchCompositeControl": undefined;
8
235
  }
9
236
  }