@sapui5/ts-types 1.115.0 → 1.116.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/README.md +4 -14
  2. package/package.json +1 -1
  3. package/types/index.d.ts +11 -3
  4. package/types/sap.apf.d.ts +38 -30
  5. package/types/sap.ca.ui.d.ts +129 -87
  6. package/types/sap.chart.d.ts +51 -53
  7. package/types/sap.collaboration.d.ts +22 -20
  8. package/types/sap.esh.search.ui.d.ts +111 -107
  9. package/types/sap.f.d.ts +637 -726
  10. package/types/sap.fe.core.d.ts +187 -61
  11. package/types/sap.fe.macros.d.ts +46 -16
  12. package/types/sap.fe.navigation.d.ts +5 -5
  13. package/types/sap.fe.placeholder.d.ts +3 -0
  14. package/types/sap.fe.templates.d.ts +5 -6
  15. package/types/sap.fe.test.d.ts +4 -4
  16. package/types/sap.fe.tools.d.ts +3 -0
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +1074 -1207
  19. package/types/sap.insights.d.ts +3 -3
  20. package/types/sap.landvisz.d.ts +53 -27
  21. package/types/sap.m.d.ts +6012 -6875
  22. package/types/sap.makit.d.ts +42 -30
  23. package/types/sap.me.d.ts +61 -85
  24. package/types/sap.ndc.d.ts +43 -34
  25. package/types/sap.ovp.d.ts +19 -6
  26. package/types/sap.rules.ui.d.ts +29 -37
  27. package/types/sap.sac.df.d.ts +7 -5
  28. package/types/sap.suite.ui.commons.d.ts +1012 -1165
  29. package/types/sap.suite.ui.generic.template.d.ts +66 -64
  30. package/types/sap.suite.ui.microchart.d.ts +253 -225
  31. package/types/sap.tnt.d.ts +108 -87
  32. package/types/sap.ui.codeeditor.d.ts +26 -38
  33. package/types/sap.ui.commons.d.ts +541 -751
  34. package/types/sap.ui.comp.d.ts +2160 -2168
  35. package/types/sap.ui.core.d.ts +2094 -2062
  36. package/types/sap.ui.dt.d.ts +1 -1
  37. package/types/sap.ui.export.d.ts +31 -27
  38. package/types/sap.ui.fl.d.ts +48 -100
  39. package/types/sap.ui.generic.app.d.ts +28 -30
  40. package/types/sap.ui.generic.template.d.ts +1 -1
  41. package/types/sap.ui.integration.d.ts +391 -319
  42. package/types/sap.ui.layout.d.ts +317 -341
  43. package/types/sap.ui.mdc.d.ts +1505 -1386
  44. package/types/sap.ui.richtexteditor.d.ts +39 -39
  45. package/types/sap.ui.rta.d.ts +7 -7
  46. package/types/sap.ui.suite.d.ts +12 -8
  47. package/types/sap.ui.support.d.ts +11 -11
  48. package/types/sap.ui.table.d.ts +344 -454
  49. package/types/sap.ui.testrecorder.d.ts +1 -1
  50. package/types/sap.ui.unified.d.ts +875 -953
  51. package/types/sap.ui.ux3.d.ts +598 -816
  52. package/types/sap.ui.vbm.d.ts +496 -764
  53. package/types/sap.ui.vk.d.ts +1332 -1844
  54. package/types/sap.ui.vtm.d.ts +312 -386
  55. package/types/sap.ui.webc.common.d.ts +9 -9
  56. package/types/sap.ui.webc.fiori.d.ts +1036 -480
  57. package/types/sap.ui.webc.main.d.ts +4920 -1500
  58. package/types/sap.uiext.inbox.d.ts +57 -31
  59. package/types/sap.ushell.d.ts +451 -981
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +220 -252
  62. package/types/sap.viz.d.ts +861 -605
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +2 -2
  65. package/types/sap.zen.crosstab.d.ts +2 -2
  66. package/types/sap.zen.dsh.d.ts +127 -157
@@ -1,9 +1,9 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
- * @SINCE 1.48
6
+ * @since 1.48
7
7
  *
8
8
  * UI5 library: sap.ui.codeeditor.
9
9
  */
@@ -73,7 +73,7 @@ declare namespace sap {
73
73
  | `{${string}}`;
74
74
 
75
75
  /**
76
- * @SINCE 1.48.1
76
+ * @since 1.48.1
77
77
  *
78
78
  * Sets whether the editor height should auto expand to a maximum number of lines. After reaching the maximum
79
79
  * number of lines specified, the content of the `CodeEditor` will become scrollable.
@@ -106,19 +106,15 @@ declare namespace sap {
106
106
  /**
107
107
  * Fired when the value is changed by user interaction - each keystroke, delete, paste, etc.
108
108
  */
109
- liveChange?: (
110
- oEvent: sap.ui.base.Event<sap.ui.codeeditor.$CodeEditorLiveChangeEventParameters>
111
- ) => void;
109
+ liveChange?: (oEvent: CodeEditor$LiveChangeEvent) => void;
112
110
 
113
111
  /**
114
112
  * Fired when the value has changed and the focus leaves the code editor.
115
113
  */
116
- change?: (
117
- oEvent: sap.ui.base.Event<sap.ui.codeeditor.$CodeEditorChangeEventParameters>
118
- ) => void;
114
+ change?: (oEvent: CodeEditor$ChangeEvent) => void;
119
115
  }
120
116
 
121
- interface $CodeEditorChangeEventParameters {
117
+ interface CodeEditor$ChangeEventParameters {
122
118
  /**
123
119
  * The current value of the code editor.
124
120
  */
@@ -130,7 +126,7 @@ declare namespace sap {
130
126
  oldValue?: string;
131
127
  }
132
128
 
133
- interface $CodeEditorLiveChangeEventParameters {
129
+ interface CodeEditor$LiveChangeEventParameters {
134
130
  /**
135
131
  * The current value of the code editor.
136
132
  */
@@ -143,7 +139,7 @@ declare namespace sap {
143
139
  }
144
140
 
145
141
  /**
146
- * @SINCE 1.46
142
+ * @since 1.46
147
143
  *
148
144
  * Allows to visualize source code of various types with syntax highlighting, line numbers in editable and
149
145
  * read only mode. Use this control in scenarios where the user should be able to inspect and edit source
@@ -211,7 +207,7 @@ declare namespace sap {
211
207
  */
212
208
  static getMetadata(): sap.ui.core.ElementMetadata;
213
209
  /**
214
- * @SINCE 1.52
210
+ * @since 1.52
215
211
  *
216
212
  * Defines custom completer - object implementing a getCompletions method. The method has two parameters
217
213
  * - fnCallback method and context object. Context object provides details about oPos and sPrefix as provided
@@ -244,9 +240,7 @@ declare namespace sap {
244
240
  /**
245
241
  * The function to be called when the event occurs
246
242
  */
247
- fnFunction: (
248
- p1: sap.ui.base.Event<sap.ui.codeeditor.$CodeEditorChangeEventParameters>
249
- ) => void,
243
+ fnFunction: (p1: CodeEditor$ChangeEvent) => void,
250
244
  /**
251
245
  * Context object to call the event handler with. Defaults to this `sap.ui.codeeditor.CodeEditor` itself
252
246
  */
@@ -266,9 +260,7 @@ declare namespace sap {
266
260
  /**
267
261
  * The function to be called when the event occurs
268
262
  */
269
- fnFunction: (
270
- p1: sap.ui.base.Event<sap.ui.codeeditor.$CodeEditorChangeEventParameters>
271
- ) => void,
263
+ fnFunction: (p1: CodeEditor$ChangeEvent) => void,
272
264
  /**
273
265
  * Context object to call the event handler with. Defaults to this `sap.ui.codeeditor.CodeEditor` itself
274
266
  */
@@ -293,9 +285,7 @@ declare namespace sap {
293
285
  /**
294
286
  * The function to be called when the event occurs
295
287
  */
296
- fnFunction: (
297
- p1: sap.ui.base.Event<sap.ui.codeeditor.$CodeEditorLiveChangeEventParameters>
298
- ) => void,
288
+ fnFunction: (p1: CodeEditor$LiveChangeEvent) => void,
299
289
  /**
300
290
  * Context object to call the event handler with. Defaults to this `sap.ui.codeeditor.CodeEditor` itself
301
291
  */
@@ -315,9 +305,7 @@ declare namespace sap {
315
305
  /**
316
306
  * The function to be called when the event occurs
317
307
  */
318
- fnFunction: (
319
- p1: sap.ui.base.Event<sap.ui.codeeditor.$CodeEditorLiveChangeEventParameters>
320
- ) => void,
308
+ fnFunction: (p1: CodeEditor$LiveChangeEvent) => void,
321
309
  /**
322
310
  * Context object to call the event handler with. Defaults to this `sap.ui.codeeditor.CodeEditor` itself
323
311
  */
@@ -334,9 +322,7 @@ declare namespace sap {
334
322
  /**
335
323
  * The function to be called, when the event occurs
336
324
  */
337
- fnFunction: (
338
- p1: sap.ui.base.Event<sap.ui.codeeditor.$CodeEditorChangeEventParameters>
339
- ) => void,
325
+ fnFunction: (p1: CodeEditor$ChangeEvent) => void,
340
326
  /**
341
327
  * Context object on which the given function had to be called
342
328
  */
@@ -353,16 +339,14 @@ declare namespace sap {
353
339
  /**
354
340
  * The function to be called, when the event occurs
355
341
  */
356
- fnFunction: (
357
- p1: sap.ui.base.Event<sap.ui.codeeditor.$CodeEditorLiveChangeEventParameters>
358
- ) => void,
342
+ fnFunction: (p1: CodeEditor$LiveChangeEvent) => void,
359
343
  /**
360
344
  * Context object on which the given function had to be called
361
345
  */
362
346
  oListener?: object
363
347
  ): this;
364
348
  /**
365
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
349
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
366
350
  *
367
351
  * Fires event {@link #event:change change} to attached listeners.
368
352
  *
@@ -372,10 +356,10 @@ declare namespace sap {
372
356
  /**
373
357
  * Parameters to pass along with the event
374
358
  */
375
- mParameters?: sap.ui.codeeditor.$CodeEditorChangeEventParameters
359
+ mParameters?: sap.ui.codeeditor.CodeEditor$ChangeEventParameters
376
360
  ): this;
377
361
  /**
378
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
362
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
379
363
  *
380
364
  * Fires event {@link #event:liveChange liveChange} to attached listeners.
381
365
  *
@@ -385,7 +369,7 @@ declare namespace sap {
385
369
  /**
386
370
  * Parameters to pass along with the event
387
371
  */
388
- mParameters?: sap.ui.codeeditor.$CodeEditorLiveChangeEventParameters
372
+ mParameters?: sap.ui.codeeditor.CodeEditor$LiveChangeEventParameters
389
373
  ): this;
390
374
  /**
391
375
  * Sets the focus to the code editor
@@ -453,7 +437,7 @@ declare namespace sap {
453
437
  */
454
438
  getLineNumbers(): boolean;
455
439
  /**
456
- * @SINCE 1.48.1
440
+ * @since 1.48.1
457
441
  *
458
442
  * Gets current value of property {@link #getMaxLines maxLines}.
459
443
  *
@@ -531,7 +515,7 @@ declare namespace sap {
531
515
  */
532
516
  getWidth(): sap.ui.core.CSSSize;
533
517
  /**
534
- * @SINCE 1.54.1
518
+ * @since 1.54.1
535
519
  *
536
520
  * Pretty-prints the content of the editor
537
521
  */
@@ -600,7 +584,7 @@ declare namespace sap {
600
584
  bLineNumbers?: boolean
601
585
  ): this;
602
586
  /**
603
- * @SINCE 1.48.1
587
+ * @since 1.48.1
604
588
  *
605
589
  * Sets a new value for property {@link #getMaxLines maxLines}.
606
590
  *
@@ -720,6 +704,10 @@ declare namespace sap {
720
704
  sWidth?: sap.ui.core.CSSSize
721
705
  ): this;
722
706
  }
707
+
708
+ type CodeEditor$ChangeEvent = sap.ui.base.Event<CodeEditor$ChangeEventParameters>;
709
+
710
+ type CodeEditor$LiveChangeEvent = sap.ui.base.Event<CodeEditor$LiveChangeEventParameters>;
723
711
  }
724
712
  }
725
713