@sapui5/ts-types 1.92.1 → 1.93.2

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/README.md +3 -1
  2. package/package.json +1 -1
  3. package/types/index.d.ts +2 -1
  4. package/types/sap.apf.d.ts +2 -29
  5. package/types/sap.ca.ui.d.ts +649 -651
  6. package/types/sap.chart.d.ts +49 -49
  7. package/types/sap.collaboration.d.ts +756 -762
  8. package/types/sap.esh.search.ui.d.ts +7 -0
  9. package/types/sap.f.d.ts +623 -468
  10. package/types/sap.fe.common.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +101 -75
  12. package/types/sap.fe.macros.d.ts +55 -8
  13. package/types/sap.fe.navigation.d.ts +5 -14
  14. package/types/sap.fe.placeholder-1.93.0-d.ts +3 -0
  15. package/types/sap.fe.plugins.d.ts +2 -4
  16. package/types/sap.fe.templates.d.ts +1 -16
  17. package/types/sap.fe.test.d.ts +44 -115
  18. package/types/sap.fe.tools.d.ts +2 -4
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +1321 -1191
  21. package/types/sap.landvisz.d.ts +345 -345
  22. package/types/sap.m.d.ts +5498 -4814
  23. package/types/sap.makit.d.ts +123 -123
  24. package/types/sap.me.d.ts +137 -153
  25. package/types/sap.ndc.d.ts +29 -29
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +170 -124
  28. package/types/sap.suite.ui.commons.d.ts +1593 -1612
  29. package/types/sap.suite.ui.generic.template.d.ts +285 -165
  30. package/types/sap.suite.ui.microchart.d.ts +742 -508
  31. package/types/sap.tnt.d.ts +149 -117
  32. package/types/sap.ui.codeeditor.d.ts +28 -28
  33. package/types/sap.ui.commons.d.ts +1387 -1387
  34. package/types/sap.ui.comp.d.ts +1011 -1011
  35. package/types/sap.ui.core.d.ts +3852 -3973
  36. package/types/sap.ui.dt.d.ts +2 -4
  37. package/types/sap.ui.export.d.ts +3 -3
  38. package/types/sap.ui.fl.d.ts +1 -1
  39. package/types/sap.ui.generic.app.d.ts +138 -147
  40. package/types/sap.ui.generic.template.d.ts +2 -4
  41. package/types/sap.ui.integration.d.ts +118 -112
  42. package/types/sap.ui.layout.d.ts +593 -586
  43. package/types/sap.ui.mdc.d.ts +7 -1
  44. package/types/sap.ui.richtexteditor.d.ts +30 -30
  45. package/types/sap.ui.rta.d.ts +1 -1
  46. package/types/sap.ui.suite.d.ts +53 -53
  47. package/types/sap.ui.support.d.ts +6 -12
  48. package/types/sap.ui.table.d.ts +248 -248
  49. package/types/sap.ui.testrecorder.d.ts +1 -1
  50. package/types/sap.ui.unified.d.ts +853 -713
  51. package/types/sap.ui.ux3.d.ts +785 -793
  52. package/types/sap.ui.vbm.d.ts +784 -784
  53. package/types/sap.ui.vk.d.ts +3130 -2251
  54. package/types/sap.ui.vtm.d.ts +240 -240
  55. package/types/sap.uiext.inbox.d.ts +222 -222
  56. package/types/sap.ushell.d.ts +334 -380
  57. package/types/sap.ushell_abap.d.ts +127 -129
  58. package/types/sap.uxap.d.ts +384 -220
  59. package/types/sap.viz.d.ts +1527 -1527
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +188 -222
  62. package/types/sap.zen.crosstab.d.ts +15 -17
  63. package/types/sap.zen.dsh.d.ts +176 -211
  64. package/types/sap.fe.placeholder.d.ts +0 -5
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -84,6 +84,10 @@ declare namespace sap {
84
84
 
85
85
  "sap/ui/mdc/field/ListFieldHelpItem": undefined;
86
86
 
87
+ "sap/ui/mdc/field/MultiValueFieldDelegate": undefined;
88
+
89
+ "sap/ui/mdc/field/MultiValueFieldItem": undefined;
90
+
87
91
  "sap/ui/mdc/field/OutParameter": undefined;
88
92
 
89
93
  "sap/ui/mdc/field/ValueHelpPanel": undefined;
@@ -110,6 +114,8 @@ declare namespace sap {
110
114
 
111
115
  "sap/ui/mdc/mixin/FilterIntegrationMixin": undefined;
112
116
 
117
+ "sap/ui/mdc/MultiValueField": undefined;
118
+
113
119
  "sap/ui/mdc/odata/v4/FieldBaseDelegate": undefined;
114
120
 
115
121
  "sap/ui/mdc/odata/v4/FieldValueHelpDelegate": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -210,18 +210,18 @@ declare namespace sap {
210
210
  * Event is fired when the text in the field has changed AND the focus leaves the editor or when the Enter
211
211
  * key is pressed.
212
212
  */
213
- change?: Function;
213
+ change?: (oEvent: sap.ui.base.Event) => void;
214
214
 
215
215
  /**
216
216
  * Fired when the used editor is loaded and ready (its HTML is also created).
217
217
  */
218
- ready?: Function;
218
+ ready?: (oEvent: sap.ui.base.Event) => void;
219
219
 
220
220
  /**
221
221
  * Analogous to the ready event, the event is fired when the used editor is loaded and ready. But the event
222
222
  * is fired after every time the control is ready to use and not only once like the ready event.
223
223
  */
224
- readyRecurring?: Function;
224
+ readyRecurring?: (oEvent: sap.ui.base.Event) => void;
225
225
 
226
226
  /**
227
227
  * This event is fired right before the TinyMCE instance is created and can be used to change the settings
@@ -229,7 +229,7 @@ declare namespace sap {
229
229
  * be given to TinyMCE upon first instantiation. The configuration parameter contains a map that can be
230
230
  * changed in the case of TinyMCE.
231
231
  */
232
- beforeEditorInit?: Function;
232
+ beforeEditorInit?: (oEvent: sap.ui.base.Event) => void;
233
233
  }
234
234
 
235
235
  /**
@@ -310,6 +310,31 @@ declare namespace sap {
310
310
  mSettings?: sap.ui.richtexteditor.$RichTextEditorSettings
311
311
  );
312
312
 
313
+ /**
314
+ * Creates a new subclass of class sap.ui.richtexteditor.RichTextEditor with name `sClassName` and enriches
315
+ * it with the information contained in `oClassInfo`.
316
+ *
317
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
318
+ */
319
+ static extend<T extends Record<string, unknown>>(
320
+ /**
321
+ * Name of the class being created
322
+ */
323
+ sClassName: string,
324
+ /**
325
+ * Object literal with information about the class
326
+ */
327
+ oClassInfo?: sap.ClassInfo<T, sap.ui.richtexteditor.RichTextEditor>,
328
+ /**
329
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
330
+ * used by this class
331
+ */
332
+ FNMetaImpl?: Function
333
+ ): Function;
334
+ /**
335
+ * Returns a metadata object for class sap.ui.richtexteditor.RichTextEditor.
336
+ */
337
+ static getMetadata(): sap.ui.core.ElementMetadata;
313
338
  /**
314
339
  * @SINCE 1.76.0
315
340
  *
@@ -632,27 +657,6 @@ declare namespace sap {
632
657
  */
633
658
  oListener?: object
634
659
  ): this;
635
- /**
636
- * Creates a new subclass of class sap.ui.richtexteditor.RichTextEditor with name `sClassName` and enriches
637
- * it with the information contained in `oClassInfo`.
638
- *
639
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
640
- */
641
- static extend<T extends Record<string, unknown>>(
642
- /**
643
- * Name of the class being created
644
- */
645
- sClassName: string,
646
- /**
647
- * Object literal with information about the class
648
- */
649
- oClassInfo?: sap.ClassInfo<T, sap.ui.richtexteditor.RichTextEditor>,
650
- /**
651
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
652
- * used by this class
653
- */
654
- FNMetaImpl?: Function
655
- ): Function;
656
660
  /**
657
661
  * Fires event {@link #event:beforeEditorInit beforeEditorInit} to attached listeners.
658
662
  */
@@ -782,10 +786,6 @@ declare namespace sap {
782
786
  * than 200px, the minimum height of 200px will be applied.
783
787
  */
784
788
  getHeight(): sap.ui.core.CSSSize;
785
- /**
786
- * Returns a metadata object for class sap.ui.richtexteditor.RichTextEditor.
787
- */
788
- static getMetadata(): sap.ui.core.ElementMetadata;
789
789
  /**
790
790
  * Returns the current editor's instance. CAUTION: using the native editor introduces a dependency to that
791
791
  * editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -45,7 +45,7 @@ declare namespace sap {
45
45
  /**
46
46
  * Event is fired when the user clicks the control.
47
47
  */
48
- press?: Function;
48
+ press?: (oEvent: sap.ui.base.Event) => void;
49
49
  }
50
50
 
51
51
  interface $VerticalProgressIndicatorSettings
@@ -69,7 +69,7 @@ declare namespace sap {
69
69
  /**
70
70
  * Event is fired when the user clicks the control.
71
71
  */
72
- press?: Function;
72
+ press?: (oEvent: sap.ui.base.Event) => void;
73
73
  }
74
74
 
75
75
  /**
@@ -109,6 +109,31 @@ declare namespace sap {
109
109
  mSettings?: sap.ui.suite.$TaskCircleSettings
110
110
  );
111
111
 
112
+ /**
113
+ * Creates a new subclass of class sap.ui.suite.TaskCircle with name `sClassName` and enriches it with the
114
+ * information contained in `oClassInfo`.
115
+ *
116
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
117
+ */
118
+ static extend<T extends Record<string, unknown>>(
119
+ /**
120
+ * Name of the class being created
121
+ */
122
+ sClassName: string,
123
+ /**
124
+ * Object literal with information about the class
125
+ */
126
+ oClassInfo?: sap.ClassInfo<T, sap.ui.suite.TaskCircle>,
127
+ /**
128
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
129
+ * used by this class
130
+ */
131
+ FNMetaImpl?: Function
132
+ ): Function;
133
+ /**
134
+ * Returns a metadata object for class sap.ui.suite.TaskCircle.
135
+ */
136
+ static getMetadata(): sap.ui.core.ElementMetadata;
112
137
  /**
113
138
  * Adds some ariaDescribedBy into the association {@link #getAriaDescribedBy ariaDescribedBy}.
114
139
  */
@@ -183,27 +208,6 @@ declare namespace sap {
183
208
  */
184
209
  oListener?: object
185
210
  ): this;
186
- /**
187
- * Creates a new subclass of class sap.ui.suite.TaskCircle with name `sClassName` and enriches it with the
188
- * information contained in `oClassInfo`.
189
- *
190
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
191
- */
192
- static extend<T extends Record<string, unknown>>(
193
- /**
194
- * Name of the class being created
195
- */
196
- sClassName: string,
197
- /**
198
- * Object literal with information about the class
199
- */
200
- oClassInfo?: sap.ClassInfo<T, sap.ui.suite.TaskCircle>,
201
- /**
202
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
203
- * used by this class
204
- */
205
- FNMetaImpl?: Function
206
- ): Function;
207
211
  /**
208
212
  * Fires event {@link #event:press press} to attached listeners.
209
213
  */
@@ -243,10 +247,6 @@ declare namespace sap {
243
247
  * Default value is `100`.
244
248
  */
245
249
  getMaxValue(): int;
246
- /**
247
- * Returns a metadata object for class sap.ui.suite.TaskCircle.
248
- */
249
- static getMetadata(): sap.ui.core.ElementMetadata;
250
250
  /**
251
251
  * Gets current value of property {@link #getMinValue minValue}.
252
252
  *
@@ -390,6 +390,31 @@ declare namespace sap {
390
390
  mSettings?: sap.ui.suite.$VerticalProgressIndicatorSettings
391
391
  );
392
392
 
393
+ /**
394
+ * Creates a new subclass of class sap.ui.suite.VerticalProgressIndicator with name `sClassName` and enriches
395
+ * it with the information contained in `oClassInfo`.
396
+ *
397
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
398
+ */
399
+ static extend<T extends Record<string, unknown>>(
400
+ /**
401
+ * Name of the class being created
402
+ */
403
+ sClassName: string,
404
+ /**
405
+ * Object literal with information about the class
406
+ */
407
+ oClassInfo?: sap.ClassInfo<T, sap.ui.suite.VerticalProgressIndicator>,
408
+ /**
409
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
410
+ * used by this class
411
+ */
412
+ FNMetaImpl?: Function
413
+ ): Function;
414
+ /**
415
+ * Returns a metadata object for class sap.ui.suite.VerticalProgressIndicator.
416
+ */
417
+ static getMetadata(): sap.ui.core.ElementMetadata;
393
418
  /**
394
419
  * Adds some ariaDescribedBy into the association {@link #getAriaDescribedBy ariaDescribedBy}.
395
420
  */
@@ -466,27 +491,6 @@ declare namespace sap {
466
491
  */
467
492
  oListener?: object
468
493
  ): this;
469
- /**
470
- * Creates a new subclass of class sap.ui.suite.VerticalProgressIndicator with name `sClassName` and enriches
471
- * it with the information contained in `oClassInfo`.
472
- *
473
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
474
- */
475
- static extend<T extends Record<string, unknown>>(
476
- /**
477
- * Name of the class being created
478
- */
479
- sClassName: string,
480
- /**
481
- * Object literal with information about the class
482
- */
483
- oClassInfo?: sap.ClassInfo<T, sap.ui.suite.VerticalProgressIndicator>,
484
- /**
485
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
486
- * used by this class
487
- */
488
- FNMetaImpl?: Function
489
- ): Function;
490
494
  /**
491
495
  * Fires event {@link #event:press press} to attached listeners.
492
496
  */
@@ -510,10 +514,6 @@ declare namespace sap {
510
514
  * ariaLabelledBy}.
511
515
  */
512
516
  getAriaLabelledBy(): sap.ui.core.ID[];
513
- /**
514
- * Returns a metadata object for class sap.ui.suite.VerticalProgressIndicator.
515
- */
516
- static getMetadata(): sap.ui.core.ElementMetadata;
517
517
  /**
518
518
  * Gets current value of property {@link #getPercentage percentage}.
519
519
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -189,14 +189,8 @@ declare namespace sap {
189
189
  * at the moment when you start it.
190
190
  */
191
191
  class ExecutionScope {
192
- /**
193
- *
194
- */
195
192
  constructor();
196
193
 
197
- /**
198
- *
199
- */
200
194
  static getElements(
201
195
  /**
202
196
  * Object with specific filtering options
@@ -244,7 +238,7 @@ declare namespace sap {
244
238
  static getType(): string;
245
239
  }
246
240
  /**
247
- * @SINCE 1.92.0
241
+ * @SINCE 1.93.1
248
242
  *
249
243
  * Defines the Audiences.
250
244
  */
@@ -263,7 +257,7 @@ declare namespace sap {
263
257
  Internal = "Internal",
264
258
  }
265
259
  /**
266
- * @SINCE 1.92.0
260
+ * @SINCE 1.93.1
267
261
  *
268
262
  * Issue Categories.
269
263
  */
@@ -318,7 +312,7 @@ declare namespace sap {
318
312
  Usage = "Usage",
319
313
  }
320
314
  /**
321
- * @SINCE 1.92.0
315
+ * @SINCE 1.93.1
322
316
  *
323
317
  * Analysis history formats.
324
318
  */
@@ -333,7 +327,7 @@ declare namespace sap {
333
327
  String = "String",
334
328
  }
335
329
  /**
336
- * @SINCE 1.92.0
330
+ * @SINCE 1.93.1
337
331
  *
338
332
  * Defines severity types.
339
333
  */
@@ -352,7 +346,7 @@ declare namespace sap {
352
346
  Medium = "Medium",
353
347
  }
354
348
  /**
355
- * @SINCE 1.92.0
349
+ * @SINCE 1.93.1
356
350
  *
357
351
  * Contains the available system presets.
358
352
  */