@sapui5/types 1.120.8 → 1.120.10

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 (49) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.esh.search.ui.d.ts +243 -227
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.core.d.ts +149 -115
  6. package/types/sap.fe.macros.d.ts +38 -18
  7. package/types/sap.fe.navigation.d.ts +56 -21
  8. package/types/sap.fe.placeholder.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +16 -5
  10. package/types/sap.fe.test.d.ts +229 -7
  11. package/types/sap.fe.tools.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +3731 -1701
  13. package/types/sap.insights.d.ts +51 -43
  14. package/types/sap.m.d.ts +14 -3
  15. package/types/sap.makit.d.ts +1 -1
  16. package/types/sap.me.d.ts +1 -1
  17. package/types/sap.ndc.d.ts +1 -1
  18. package/types/sap.ovp.d.ts +9 -7
  19. package/types/sap.suite.ui.commons.d.ts +3007 -999
  20. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.tnt.d.ts +1 -1
  23. package/types/sap.ui.codeeditor.d.ts +1 -1
  24. package/types/sap.ui.commons.d.ts +1 -1
  25. package/types/sap.ui.comp.d.ts +1 -1
  26. package/types/sap.ui.core.d.ts +1 -1
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +1 -1
  29. package/types/sap.ui.fl.d.ts +1 -1
  30. package/types/sap.ui.integration.d.ts +1 -1
  31. package/types/sap.ui.layout.d.ts +1 -1
  32. package/types/sap.ui.mdc.d.ts +2 -2
  33. package/types/sap.ui.richtexteditor.d.ts +1 -1
  34. package/types/sap.ui.rta.d.ts +1 -1
  35. package/types/sap.ui.suite.d.ts +1 -1
  36. package/types/sap.ui.support.d.ts +1 -1
  37. package/types/sap.ui.table.d.ts +9 -5
  38. package/types/sap.ui.testrecorder.d.ts +1 -1
  39. package/types/sap.ui.unified.d.ts +1 -1
  40. package/types/sap.ui.ux3.d.ts +1 -1
  41. package/types/sap.ui.vk.d.ts +2655 -738
  42. package/types/sap.ui.webc.common.d.ts +1 -1
  43. package/types/sap.ui.webc.fiori.d.ts +1 -1
  44. package/types/sap.ui.webc.main.d.ts +1 -1
  45. package/types/sap.uiext.inbox.d.ts +1 -1
  46. package/types/sap.ushell.d.ts +1 -1
  47. package/types/sap.ushell_abap.d.ts +1 -1
  48. package/types/sap.uxap.d.ts +1 -1
  49. package/types/sap.viz.d.ts +1 -1
@@ -1,31 +1,31 @@
1
- // For Library Version: 1.120.2
1
+ // For Library Version: 1.120.4
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4
 
5
5
  declare module "sap/insights/CardHelper" {
6
6
  /**
7
+ * Provides functionality for Insight cards CRUD operations.
8
+ *
7
9
  * @since 1.102
8
10
  * @experimental (since 1.102)
9
- *
10
- * Provides functionality for Insight cards CRUD operations.
11
11
  */
12
12
  interface CardHelper {}
13
13
  const CardHelper: CardHelper;
14
14
  export default CardHelper;
15
15
 
16
16
  /**
17
- * @experimental
18
- *
19
17
  * Public (experimental) interface of the sap.insights.CardHelperService
18
+ *
19
+ * @experimental
20
20
  */
21
21
  export interface CardHelperService {
22
22
  __implements__sap_insights_CardHelperService: boolean;
23
23
 
24
24
  /**
25
- * @experimental
26
- *
27
25
  * Show preview for a given card
28
26
  *
27
+ * @experimental
28
+ *
29
29
  * @returns Returns promise, which generates preview for the passed card manifest
30
30
  */
31
31
  showCardPreview(
@@ -70,6 +70,7 @@ declare module "sap/insights/CardsChannel" {
70
70
  *
71
71
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
72
72
  *
73
+ *
73
74
  * @returns Created class / constructor function
74
75
  */
75
76
  static extend<T extends Record<string, unknown>>(
@@ -90,30 +91,31 @@ declare module "sap/insights/CardsChannel" {
90
91
  /**
91
92
  * Returns a metadata object for class sap.insights.CardsChannel.
92
93
  *
94
+ *
93
95
  * @returns Metadata object describing this class
94
96
  */
95
97
  static getMetadata(): Metadata;
96
98
  /**
97
- * @experimental
98
- *
99
99
  * Initialize the CardsChannel either with the FLP message broker or an internal implementation for iframes.
100
100
  *
101
+ * @experimental
102
+ *
101
103
  * @returns .
102
104
  */
103
105
  init(): Promise<void>;
104
106
  /**
105
- * @experimental
106
- *
107
107
  * Checks if the broker is enabled.
108
108
  *
109
+ * @experimental
110
+ *
109
111
  * @returns true if the broker is enabled
110
112
  */
111
113
  isEnabled(): boolean;
112
114
  /**
113
- * @experimental
114
- *
115
115
  * Send a list of all available cards to a given consumer or broadcast it to all consumers.
116
116
  *
117
+ * @experimental
118
+ *
117
119
  * @returns .
118
120
  */
119
121
  publishAvailableCards(
@@ -131,10 +133,10 @@ declare module "sap/insights/CardsChannel" {
131
133
  consumerId: string
132
134
  ): Promise<void>;
133
135
  /**
134
- * @experimental
135
- *
136
136
  * Send a card to a given consumer or broadcast it to all consumers.
137
137
  *
138
+ * @experimental
139
+ *
138
140
  * @returns .
139
141
  */
140
142
  publishCard(
@@ -152,11 +154,11 @@ declare module "sap/insights/CardsChannel" {
152
154
  consumerId?: string
153
155
  ): Promise<void>;
154
156
  /**
155
- * @experimental
156
- *
157
157
  * Register a card consumer with a unique id. The consumer will be notified through its callback when corresponding
158
158
  * messages are received.
159
159
  *
160
+ * @experimental
161
+ *
160
162
  * @returns .
161
163
  */
162
164
  registerConsumer(
@@ -170,10 +172,10 @@ declare module "sap/insights/CardsChannel" {
170
172
  consumer: ICardConsumer
171
173
  ): Promise<void>;
172
174
  /**
173
- * @experimental
174
- *
175
175
  * Register a card provider with a unique id. The provider will be notified if new consumers get registered.
176
176
  *
177
+ * @experimental
178
+ *
177
179
  * @returns .
178
180
  */
179
181
  registerProvider(
@@ -187,10 +189,10 @@ declare module "sap/insights/CardsChannel" {
187
189
  provider: ICardProvider
188
190
  ): Promise<void>;
189
191
  /**
190
- * @experimental
191
- *
192
192
  * Request a card from a given provider.
193
193
  *
194
+ * @experimental
195
+ *
194
196
  * @returns .
195
197
  */
196
198
  requestCard(
@@ -208,10 +210,10 @@ declare module "sap/insights/CardsChannel" {
208
210
  providerId: string
209
211
  ): Promise<void>;
210
212
  /**
211
- * @experimental
212
- *
213
213
  * Unregister a previously registered consumer or provider.
214
214
  *
215
+ * @experimental
216
+ *
215
217
  * @returns .
216
218
  */
217
219
  unregister(
@@ -222,9 +224,9 @@ declare module "sap/insights/CardsChannel" {
222
224
  ): Promise<void>;
223
225
  }
224
226
  /**
225
- * @experimental
226
- *
227
227
  * The card object
228
+ *
229
+ * @experimental
228
230
  */
229
231
  export type Card = {
230
232
  /**
@@ -238,9 +240,9 @@ declare module "sap/insights/CardsChannel" {
238
240
  };
239
241
 
240
242
  /**
241
- * @experimental
242
- *
243
243
  * The cardInfo object
244
+ *
245
+ * @experimental
244
246
  */
245
247
  export type CardInfo = {
246
248
  /**
@@ -262,17 +264,17 @@ declare module "sap/insights/CardsChannel" {
262
264
  };
263
265
 
264
266
  /**
265
- * @experimental
266
- *
267
267
  * Interface required for classes that would like to consume cards using the `sap.insights.CardsChannel`.
268
+ *
269
+ * @experimental
268
270
  */
269
271
  export interface ICardConsumer {
270
272
  __implements__sap_insights_ICardConsumer: boolean;
271
273
 
272
274
  /**
273
- * @experimental
274
- *
275
275
  * Callback when a card is created for this consumer.
276
+ *
277
+ * @experimental
276
278
  */
277
279
  onCardProvided(
278
280
  /**
@@ -283,9 +285,9 @@ declare module "sap/insights/CardsChannel" {
283
285
  card: object
284
286
  ): void;
285
287
  /**
286
- * @experimental
287
- *
288
288
  * Callback when cards are available.
289
+ *
290
+ * @experimental
289
291
  */
290
292
  onCardsAvailable(
291
293
  /**
@@ -300,17 +302,17 @@ declare module "sap/insights/CardsChannel" {
300
302
  }
301
303
 
302
304
  /**
303
- * @experimental
304
- *
305
305
  * Interface required for classes that would like to provide cards using the `sap.insights.CardsChannel`.
306
+ *
307
+ * @experimental
306
308
  */
307
309
  export interface ICardProvider {
308
310
  __implements__sap_insights_ICardProvider: boolean;
309
311
 
310
312
  /**
311
- * @experimental
312
- *
313
313
  * Callback when a consumer requests a specific card.
314
+ *
315
+ * @experimental
314
316
  */
315
317
  onCardRequested(
316
318
  /**
@@ -323,9 +325,9 @@ declare module "sap/insights/CardsChannel" {
323
325
  cardId: string
324
326
  ): void;
325
327
  /**
326
- * @experimental
327
- *
328
328
  * Callback when a consumer is connected.
329
+ *
330
+ * @experimental
329
331
  */
330
332
  onConsumerConnected(
331
333
  /**
@@ -334,9 +336,9 @@ declare module "sap/insights/CardsChannel" {
334
336
  consumerId: string
335
337
  ): void;
336
338
  /**
337
- * @experimental
338
- *
339
339
  * Callback when a consumer is disconnected.
340
+ *
341
+ * @experimental
340
342
  */
341
343
  onConsumerDisconnected(
342
344
  /**
@@ -355,10 +357,10 @@ declare module "sap/insights/ManageCards" {
355
357
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
356
358
 
357
359
  /**
358
- * @since 1.119
359
- *
360
360
  * This control shows list of all user cards and allows perform actions like change visibility, change order.
361
361
  * It also allows user to get preview of particular card, delete or copy.
362
+ *
363
+ * @since 1.119
362
364
  */
363
365
  export default class ManageCards extends Control {
364
366
  /**
@@ -372,6 +374,7 @@ declare module "sap/insights/ManageCards" {
372
374
  *
373
375
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
374
376
  *
377
+ *
375
378
  * @returns Created class / constructor function
376
379
  */
377
380
  static extend<T extends Record<string, unknown>>(
@@ -392,6 +395,7 @@ declare module "sap/insights/ManageCards" {
392
395
  /**
393
396
  * Returns a metadata object for class sap.insights.ManageCards.
394
397
  *
398
+ *
395
399
  * @returns Metadata object describing this class
396
400
  */
397
401
  static getMetadata(): ElementMetadata;
@@ -401,6 +405,7 @@ declare module "sap/insights/ManageCards" {
401
405
  * Sets the cardId property which decides whether to render the details page or cardlist page, if cardId
402
406
  * is provided , cardDetails page is rendered
403
407
  *
408
+ *
404
409
  * @returns Value of property `cardId`
405
410
  */
406
411
  getCardId(): string;
@@ -411,6 +416,7 @@ declare module "sap/insights/ManageCards" {
411
416
  *
412
417
  * Default value is `false`.
413
418
  *
419
+ *
414
420
  * @returns Value of property `enableResetAllCards`
415
421
  */
416
422
  getEnableResetAllCards(): boolean;
@@ -422,6 +428,7 @@ declare module "sap/insights/ManageCards" {
422
428
  *
423
429
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
424
430
  *
431
+ *
425
432
  * @returns Reference to `this` in order to allow method chaining
426
433
  */
427
434
  setCardId(
@@ -439,6 +446,7 @@ declare module "sap/insights/ManageCards" {
439
446
  *
440
447
  * Default value is `false`.
441
448
  *
449
+ *
442
450
  * @returns Reference to `this` in order to allow method chaining
443
451
  */
444
452
  setEnableResetAllCards(
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.120.10
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -81656,7 +81656,7 @@ declare module "sap/m/PDFViewer" {
81656
81656
  * desktop devices, which overrides any configuration that has been provided by the application for the
81657
81657
  * property displayType. This means that the PDFViewer appears as a toolbar with a download button.
81658
81658
  *
81659
- * Default value is `false`.
81659
+ * Default value is `true`.
81660
81660
  *
81661
81661
  *
81662
81662
  * @returns Value of property `isTrustedSource`
@@ -81893,7 +81893,7 @@ declare module "sap/m/PDFViewer" {
81893
81893
  *
81894
81894
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
81895
81895
  *
81896
- * Default value is `false`.
81896
+ * Default value is `true`.
81897
81897
  *
81898
81898
  *
81899
81899
  * @returns Reference to `this` in order to allow method chaining
@@ -155785,6 +155785,10 @@ declare module "sap/m/VariantItem" {
155785
155785
  *
155786
155786
  * Indicates if the item is visible.
155787
155787
  *
155788
+ * **Note:** This property should not be used by applications, if the variant management control is either
155789
+ * {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
155790
+ *
155791
+ *
155788
155792
  * Default value is `true`.
155789
155793
  *
155790
155794
  *
@@ -155954,6 +155958,10 @@ declare module "sap/m/VariantItem" {
155954
155958
  *
155955
155959
  * Indicates if the item is visible.
155956
155960
  *
155961
+ * **Note:** This property should not be used by applications, if the variant management control is either
155962
+ * {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
155963
+ *
155964
+ *
155957
155965
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
155958
155966
  *
155959
155967
  * Default value is `true`.
@@ -156002,6 +156010,9 @@ declare module "sap/m/VariantItem" {
156002
156010
 
156003
156011
  /**
156004
156012
  * Indicates if the item is visible.
156013
+ *
156014
+ * **Note:** This property should not be used by applications, if the variant management control is either
156015
+ * {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
156005
156016
  */
156006
156017
  visible?: boolean | PropertyBindingInfo | `{${string}}`;
156007
156018
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.120.10
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.120.10
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.120.10
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.3
1
+ // For Library Version: 1.120.6
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -17,6 +17,7 @@ declare module "sap/ovp/app/Component" {
17
17
  *
18
18
  * `oClassInfo` might contain the same kind of information as described in {@link sap.fe.core.AppComponent.extend}.
19
19
  *
20
+ *
20
21
  * @returns Created class / constructor function
21
22
  */
22
23
  extend(
@@ -37,6 +38,7 @@ declare module "sap/ovp/app/Component" {
37
38
  /**
38
39
  * Returns a metadata object for class sap.ovp.app.Component.
39
40
  *
41
+ *
40
42
  * @returns Metadata object describing this class
41
43
  */
42
44
  getMetadata(): ComponentMetadata;
@@ -51,21 +53,21 @@ declare module "sap/ovp/app/TemplateBaseExtension" {
51
53
  import Metadata from "sap/ui/base/Metadata";
52
54
 
53
55
  /**
54
- * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
55
- *
56
56
  * This class contains all extension functions that can be implemented by the application developers in
57
57
  * their extension code. Application developers must not override any methods that are not mentioned in
58
58
  * this documentation.
59
+ *
60
+ * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
59
61
  */
60
62
  interface TemplateBaseExtension extends ControllerExtension {
61
63
  /**
62
- * @ui5-protected Do not call from applications (only from related classes in the framework)
63
- *
64
64
  * Creates a new subclass of class sap.ovp.app.TemplateBaseExtension with name `sClassName` and enriches
65
65
  * it with the information contained in `oClassInfo`.
66
66
  *
67
67
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.
68
68
  *
69
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
70
+ *
69
71
  * @returns Created class / constructor function
70
72
  */
71
73
  extend(
@@ -84,10 +86,10 @@ declare module "sap/ovp/app/TemplateBaseExtension" {
84
86
  FNMetaImpl?: Function
85
87
  ): Function;
86
88
  /**
87
- * @ui5-protected Do not call from applications (only from related classes in the framework)
88
- *
89
89
  * Returns a metadata object for class sap.ovp.app.TemplateBaseExtension.
90
90
  *
91
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
92
+ *
91
93
  * @returns Metadata object describing this class
92
94
  */
93
95
  getMetadata(): Metadata;