@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,3 +1,3 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
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 {
@@ -9,7 +9,7 @@ declare namespace sap {
9
9
  namespace expоrt {
10
10
  namespace util {
11
11
  /**
12
- * @SINCE 1.110
12
+ * @since 1.110
13
13
  *
14
14
  * The `sap.ui.export.util.Filter` class represents filter settings that are used for the export. It provides
15
15
  * the capability to have a visual representation of the filters in the exported document and offers convenience
@@ -92,7 +92,7 @@ declare namespace sap {
92
92
  */
93
93
  static getMetadata(): sap.ui.base.Metadata;
94
94
  /**
95
- * @SINCE 1.110
95
+ * @since 1.110
96
96
  *
97
97
  * Returns the filter label if available. Otherwise the name of the filter property will be returned.
98
98
  *
@@ -100,7 +100,7 @@ declare namespace sap {
100
100
  */
101
101
  getLabel(): string;
102
102
  /**
103
- * @SINCE 1.110
103
+ * @since 1.110
104
104
  *
105
105
  * Returns the technical name of the property on which the filter is applied.
106
106
  *
@@ -108,7 +108,7 @@ declare namespace sap {
108
108
  */
109
109
  getProperty(): string;
110
110
  /**
111
- * @SINCE 1.110
111
+ * @since 1.110
112
112
  *
113
113
  * Returns the formatted filter value(s) as string. If there are multiple filters for the same property,
114
114
  * which are combined via `OR`, it will return a semicolon-separated list of the filter values including
@@ -118,7 +118,7 @@ declare namespace sap {
118
118
  */
119
119
  getValue(): string;
120
120
  /**
121
- * @SINCE 1.110
121
+ * @since 1.110
122
122
  *
123
123
  * Uses the given format function to format all filter values. The function has to accept a single parameter
124
124
  * of type `string` and needs to return a string value. The function will be called for every single raw
@@ -137,7 +137,7 @@ declare namespace sap {
137
137
  fnFormat: Function
138
138
  ): void;
139
139
  /**
140
- * @SINCE 1.110
140
+ * @since 1.110
141
141
  *
142
142
  * Takes the given string as label of the filter.
143
143
  */
@@ -148,7 +148,7 @@ declare namespace sap {
148
148
  sLabel: string
149
149
  ): void;
150
150
  /**
151
- * @SINCE 1.110
151
+ * @since 1.110
152
152
  *
153
153
  * Uses the given `sap.ui.model.SimpleType` instance to format the filter values accordingly.
154
154
  */
@@ -161,12 +161,12 @@ declare namespace sap {
161
161
  }
162
162
  }
163
163
 
164
- interface $ExportBaseBeforeExportEventParameters {}
164
+ interface ExportBase$BeforeExportEventParameters {}
165
165
 
166
- interface $SpreadsheetBeforeSaveEventParameters {}
166
+ interface Spreadsheet$BeforeSaveEventParameters {}
167
167
 
168
168
  /**
169
- * @SINCE 1.96
169
+ * @since 1.96
170
170
  *
171
171
  * The `sap.ui.export.ExportBase` class allows you to export table data from a UI5 application to certain
172
172
  * formats. This class is an abstract class that requires specific implementations for each file format.
@@ -235,7 +235,7 @@ declare namespace sap {
235
235
  */
236
236
  static getMetadata(): sap.ui.base.Metadata;
237
237
  /**
238
- * @SINCE 1.96
238
+ * @since 1.96
239
239
  *
240
240
  * Attaches event handler `fnFunction` to the {@link sap.ui.export.ExportBase#event:beforeExport} event
241
241
  * of this `sap.ui.export.ExportBase`.
@@ -261,7 +261,7 @@ declare namespace sap {
261
261
  oListener?: object
262
262
  ): this;
263
263
  /**
264
- * @SINCE 1.96
264
+ * @since 1.96
265
265
  *
266
266
  * Attaches event handler `fnFunction` to the {@link sap.ui.export.ExportBase#event:beforeExport} event
267
267
  * of this `sap.ui.export.ExportBase`.
@@ -300,7 +300,7 @@ declare namespace sap {
300
300
  */
301
301
  destroy(): void;
302
302
  /**
303
- * @SINCE 1.96
303
+ * @since 1.96
304
304
  *
305
305
  * Detaches event handler `fnFunction` from the {@link sap.ui.export.ExportBase#event:beforeExport} event
306
306
  * of this `sap.ui.export.ExportBase`.
@@ -319,7 +319,7 @@ declare namespace sap {
319
319
  oListener?: object
320
320
  ): this;
321
321
  /**
322
- * @SINCE 1.112
322
+ * @since 1.112
323
323
  *
324
324
  * Returns the specific MIME type
325
325
  */
@@ -341,7 +341,7 @@ declare namespace sap {
341
341
  ): object | null;
342
342
  }
343
343
  /**
344
- * @SINCE 1.50
344
+ * @since 1.50
345
345
  *
346
346
  * The `sap.ui.export.Spreadsheet` class allows you to export table data from a UI5 application to a spreadsheet
347
347
  * file.
@@ -647,7 +647,7 @@ declare namespace sap {
647
647
  );
648
648
 
649
649
  /**
650
- * @SINCE 1.61
650
+ * @since 1.61
651
651
  *
652
652
  * Attaches event handler `fnFunction` to the {@link sap.ui.export.Spreadsheet#event:beforeSave} event of
653
653
  * this `sap.ui.export.Spreadsheet`.
@@ -673,7 +673,7 @@ declare namespace sap {
673
673
  oListener?: object
674
674
  ): this;
675
675
  /**
676
- * @SINCE 1.61
676
+ * @since 1.61
677
677
  *
678
678
  * Attaches event handler `fnFunction` to the {@link sap.ui.export.Spreadsheet#event:beforeSave} event of
679
679
  * this `sap.ui.export.Spreadsheet`.
@@ -694,7 +694,7 @@ declare namespace sap {
694
694
  oListener?: object
695
695
  ): this;
696
696
  /**
697
- * @SINCE 1.52
697
+ * @since 1.52
698
698
  *
699
699
  * Cancels a running export process. This method does nothing if no export is running.
700
700
  *
@@ -702,7 +702,7 @@ declare namespace sap {
702
702
  */
703
703
  cancel(): this;
704
704
  /**
705
- * @SINCE 1.61
705
+ * @since 1.61
706
706
  *
707
707
  * Detaches event handler `fnFunction` from the {@link sap.ui.export.Spreadsheet beforeSave} event of this
708
708
  * `sap.ui.export.Spreadsheet`.
@@ -721,7 +721,7 @@ declare namespace sap {
721
721
  oListener?: object
722
722
  ): this;
723
723
  /**
724
- * @SINCE 1.112
724
+ * @since 1.112
725
725
  *
726
726
  * Returns the specific MIME type
727
727
  *
@@ -729,7 +729,7 @@ declare namespace sap {
729
729
  */
730
730
  getMimeType(): string;
731
731
  /**
732
- * @SINCE 1.73
732
+ * @since 1.73
733
733
  *
734
734
  * Sets the data source configuration that will be used for exporting the data. If the passed parameter
735
735
  * is null, the call will be ignored.
@@ -750,13 +750,13 @@ declare namespace sap {
750
750
  ): object | null;
751
751
  }
752
752
  /**
753
- * @SINCE 1.50.0
753
+ * @since 1.50.0
754
754
  *
755
755
  * EDM data types for document export.
756
756
  */
757
757
  enum EdmType {
758
758
  /**
759
- * @SINCE 1.60
759
+ * @since 1.60
760
760
  *
761
761
  * Property of type BigNumber.
762
762
  */
@@ -778,7 +778,7 @@ declare namespace sap {
778
778
  */
779
779
  DateTime = "DateTime",
780
780
  /**
781
- * @SINCE 1.58
781
+ * @since 1.58
782
782
  *
783
783
  * Property of type Enumeration.
784
784
  */
@@ -788,7 +788,7 @@ declare namespace sap {
788
788
  */
789
789
  Number = "Number",
790
790
  /**
791
- * @SINCE 1.87
791
+ * @since 1.87
792
792
  *
793
793
  * Property of type Percentage.
794
794
  */
@@ -803,7 +803,7 @@ declare namespace sap {
803
803
  Time = "Time",
804
804
  }
805
805
  /**
806
- * @SINCE 1.78
806
+ * @since 1.78
807
807
  *
808
808
  * File types for document export.
809
809
  */
@@ -813,6 +813,10 @@ declare namespace sap {
813
813
  */
814
814
  XLSX = "XLSX",
815
815
  }
816
+
817
+ type ExportBase$BeforeExportEvent = sap.ui.base.Event<ExportBase$BeforeExportEventParameters>;
818
+
819
+ type Spreadsheet$BeforeSaveEvent = sap.ui.base.Event<Spreadsheet$BeforeSaveEventParameters>;
816
820
  }
817
821
  }
818
822
 
@@ -1,4 +1,4 @@
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 {
@@ -57,15 +57,6 @@ declare namespace sap {
57
57
  | sap.ui.base.ManagedObject.PropertyBindingInfo
58
58
  | `{${string}}`;
59
59
 
60
- /**
61
- * If set to `true`, the key for a vendor variant will be added manually.
62
- * **Note:** This flag is only used internally.
63
- */
64
- manualVariantKey?:
65
- | boolean
66
- | sap.ui.base.ManagedObject.PropertyBindingInfo
67
- | `{${string}}`;
68
-
69
60
  /**
70
61
  * Indicates that the control is in error state. If set to `true`, an error message will be displayed whenever
71
62
  * the variant is opened.
@@ -93,7 +84,7 @@ declare namespace sap {
93
84
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
94
85
 
95
86
  /**
96
- * @SINCE 1.104
87
+ * @since 1.104
97
88
  *
98
89
  * Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
99
90
  */
@@ -103,7 +94,7 @@ declare namespace sap {
103
94
  | `{${string}}`;
104
95
 
105
96
  /**
106
- * @SINCE 1.109
97
+ * @since 1.109
107
98
  *
108
99
  * Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
109
100
  */
@@ -113,7 +104,7 @@ declare namespace sap {
113
104
  | `{${string}}`;
114
105
 
115
106
  /**
116
- * @SINCE 1.109
107
+ * @since 1.109
117
108
  *
118
109
  * Sets the maximum width of the control.
119
110
  */
@@ -136,9 +127,7 @@ declare namespace sap {
136
127
  * This event is fired when the Save View dialog or the Save As dialog is closed with the
137
128
  * save button.
138
129
  */
139
- save?: (
140
- oEvent: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementSaveEventParameters>
141
- ) => void;
130
+ save?: (oEvent: VariantManagement$SaveEvent) => void;
142
131
 
143
132
  /**
144
133
  * This event is fired when users presses the cancel button inside Save As dialog.
@@ -148,23 +137,19 @@ declare namespace sap {
148
137
  /**
149
138
  * This event is fired when users apply changes to variants in the Manage Views dialog.
150
139
  */
151
- manage?: (
152
- oEvent: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementManageEventParameters>
153
- ) => void;
140
+ manage?: (oEvent: VariantManagement$ManageEvent) => void;
154
141
 
155
142
  /**
156
143
  * This event is fired when a new variant is selected.
157
144
  */
158
- select?: (
159
- oEvent: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementSelectEventParameters>
160
- ) => void;
145
+ select?: (oEvent: VariantManagement$SelectEvent) => void;
161
146
  }
162
147
 
163
- interface $VariantManagementCancelEventParameters {}
148
+ interface VariantManagement$CancelEventParameters {}
164
149
 
165
- interface $VariantManagementInitializedEventParameters {}
150
+ interface VariantManagement$InitializedEventParameters {}
166
151
 
167
- interface $VariantManagementManageEventParameters {
152
+ interface VariantManagement$ManageEventParameters {
168
153
  /**
169
154
  * List of changed variants. Each entry contains a 'key' - the variant key and a 'name' - the new title
170
155
  * of the variant
@@ -187,7 +172,7 @@ declare namespace sap {
187
172
  def?: string;
188
173
  }
189
174
 
190
- interface $VariantManagementSaveEventParameters {
175
+ interface VariantManagement$SaveEventParameters {
191
176
  /**
192
177
  * Variant title
193
178
  */
@@ -226,7 +211,7 @@ declare namespace sap {
226
211
  tile?: boolean;
227
212
  }
228
213
 
229
- interface $VariantManagementSelectEventParameters {
214
+ interface VariantManagement$SelectEventParameters {
230
215
  /**
231
216
  * Variant key
232
217
  */
@@ -234,7 +219,7 @@ declare namespace sap {
234
219
  }
235
220
 
236
221
  /**
237
- * @SINCE 1.56
222
+ * @since 1.56
238
223
  *
239
224
  * Can be used to manage variants. You can use this control in most controls that are enabled for key
240
225
  * user adaptation.
@@ -437,9 +422,7 @@ declare namespace sap {
437
422
  /**
438
423
  * The function to be called when the event occurs
439
424
  */
440
- fnFunction: (
441
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementManageEventParameters>
442
- ) => void,
425
+ fnFunction: (p1: VariantManagement$ManageEvent) => void,
443
426
  /**
444
427
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
445
428
  * itself
@@ -460,9 +443,7 @@ declare namespace sap {
460
443
  /**
461
444
  * The function to be called when the event occurs
462
445
  */
463
- fnFunction: (
464
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementManageEventParameters>
465
- ) => void,
446
+ fnFunction: (p1: VariantManagement$ManageEvent) => void,
466
447
  /**
467
448
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
468
449
  * itself
@@ -489,9 +470,7 @@ declare namespace sap {
489
470
  /**
490
471
  * The function to be called when the event occurs
491
472
  */
492
- fnFunction: (
493
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementSaveEventParameters>
494
- ) => void,
473
+ fnFunction: (p1: VariantManagement$SaveEvent) => void,
495
474
  /**
496
475
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
497
476
  * itself
@@ -513,9 +492,7 @@ declare namespace sap {
513
492
  /**
514
493
  * The function to be called when the event occurs
515
494
  */
516
- fnFunction: (
517
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementSaveEventParameters>
518
- ) => void,
495
+ fnFunction: (p1: VariantManagement$SaveEvent) => void,
519
496
  /**
520
497
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
521
498
  * itself
@@ -541,9 +518,7 @@ declare namespace sap {
541
518
  /**
542
519
  * The function to be called when the event occurs
543
520
  */
544
- fnFunction: (
545
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementSelectEventParameters>
546
- ) => void,
521
+ fnFunction: (p1: VariantManagement$SelectEvent) => void,
547
522
  /**
548
523
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
549
524
  * itself
@@ -564,9 +539,7 @@ declare namespace sap {
564
539
  /**
565
540
  * The function to be called when the event occurs
566
541
  */
567
- fnFunction: (
568
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementSelectEventParameters>
569
- ) => void,
542
+ fnFunction: (p1: VariantManagement$SelectEvent) => void,
570
543
  /**
571
544
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
572
545
  * itself
@@ -618,9 +591,7 @@ declare namespace sap {
618
591
  /**
619
592
  * The function to be called, when the event occurs
620
593
  */
621
- fnFunction: (
622
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementManageEventParameters>
623
- ) => void,
594
+ fnFunction: (p1: VariantManagement$ManageEvent) => void,
624
595
  /**
625
596
  * Context object on which the given function had to be called
626
597
  */
@@ -637,9 +608,7 @@ declare namespace sap {
637
608
  /**
638
609
  * The function to be called, when the event occurs
639
610
  */
640
- fnFunction: (
641
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementSaveEventParameters>
642
- ) => void,
611
+ fnFunction: (p1: VariantManagement$SaveEvent) => void,
643
612
  /**
644
613
  * Context object on which the given function had to be called
645
614
  */
@@ -656,16 +625,14 @@ declare namespace sap {
656
625
  /**
657
626
  * The function to be called, when the event occurs
658
627
  */
659
- fnFunction: (
660
- p1: sap.ui.base.Event<sap.ui.fl.variants.$VariantManagementSelectEventParameters>
661
- ) => void,
628
+ fnFunction: (p1: VariantManagement$SelectEvent) => void,
662
629
  /**
663
630
  * Context object on which the given function had to be called
664
631
  */
665
632
  oListener?: object
666
633
  ): this;
667
634
  /**
668
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
635
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
669
636
  *
670
637
  * Fires event {@link #event:cancel cancel} to attached listeners.
671
638
  *
@@ -678,7 +645,7 @@ declare namespace sap {
678
645
  mParameters?: object
679
646
  ): this;
680
647
  /**
681
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
648
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
682
649
  *
683
650
  * Fires event {@link #event:initialized initialized} to attached listeners.
684
651
  *
@@ -691,7 +658,7 @@ declare namespace sap {
691
658
  mParameters?: object
692
659
  ): this;
693
660
  /**
694
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
661
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
695
662
  *
696
663
  * Fires event {@link #event:manage manage} to attached listeners.
697
664
  *
@@ -701,10 +668,10 @@ declare namespace sap {
701
668
  /**
702
669
  * Parameters to pass along with the event
703
670
  */
704
- mParameters?: sap.ui.fl.variants.$VariantManagementManageEventParameters
671
+ mParameters?: sap.ui.fl.variants.VariantManagement$ManageEventParameters
705
672
  ): this;
706
673
  /**
707
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
674
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
708
675
  *
709
676
  * Fires event {@link #event:save save} to attached listeners.
710
677
  *
@@ -714,10 +681,10 @@ declare namespace sap {
714
681
  /**
715
682
  * Parameters to pass along with the event
716
683
  */
717
- mParameters?: sap.ui.fl.variants.$VariantManagementSaveEventParameters
684
+ mParameters?: sap.ui.fl.variants.VariantManagement$SaveEventParameters
718
685
  ): this;
719
686
  /**
720
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
687
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
721
688
  *
722
689
  * Fires event {@link #event:select select} to attached listeners.
723
690
  *
@@ -727,7 +694,7 @@ declare namespace sap {
727
694
  /**
728
695
  * Parameters to pass along with the event
729
696
  */
730
- mParameters?: sap.ui.fl.variants.$VariantManagementSelectEventParameters
697
+ mParameters?: sap.ui.fl.variants.VariantManagement$SelectEventParameters
731
698
  ): this;
732
699
  /**
733
700
  * Gets the currently selected variant key.
@@ -772,7 +739,7 @@ declare namespace sap {
772
739
  */
773
740
  getFor(): sap.ui.core.ID[];
774
741
  /**
775
- * @SINCE 1.104
742
+ * @since 1.104
776
743
  *
777
744
  * Gets current value of property {@link #getHeaderLevel headerLevel}.
778
745
  *
@@ -795,18 +762,7 @@ declare namespace sap {
795
762
  */
796
763
  getInErrorState(): boolean;
797
764
  /**
798
- * Gets current value of property {@link #getManualVariantKey manualVariantKey}.
799
- *
800
- * If set to `true`, the key for a vendor variant will be added manually.
801
- * **Note:** This flag is only used internally.
802
- *
803
- * Default value is `false`.
804
- *
805
- * @returns Value of property `manualVariantKey`
806
- */
807
- getManualVariantKey(): boolean;
808
- /**
809
- * @SINCE 1.109
765
+ * @since 1.109
810
766
  *
811
767
  * Gets current value of property {@link #getMaxWidth maxWidth}.
812
768
  *
@@ -834,7 +790,7 @@ declare namespace sap {
834
790
  */
835
791
  getModified(): boolean;
836
792
  /**
837
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
793
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
838
794
  *
839
795
  * Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
840
796
  * is fired when width of the control is changed.
@@ -869,7 +825,7 @@ declare namespace sap {
869
825
  */
870
826
  getShowSetAsDefault(): boolean;
871
827
  /**
872
- * @SINCE 1.109
828
+ * @since 1.109
873
829
  *
874
830
  * Gets current value of property {@link #getTitleStyle titleStyle}.
875
831
  *
@@ -978,7 +934,7 @@ declare namespace sap {
978
934
  bExecuteOnSelectionForStandardDefault?: boolean
979
935
  ): this;
980
936
  /**
981
- * @SINCE 1.104
937
+ * @since 1.104
982
938
  *
983
939
  * Sets a new value for property {@link #getHeaderLevel headerLevel}.
984
940
  *
@@ -1015,25 +971,7 @@ declare namespace sap {
1015
971
  bInErrorState?: boolean
1016
972
  ): this;
1017
973
  /**
1018
- * Sets a new value for property {@link #getManualVariantKey manualVariantKey}.
1019
- *
1020
- * If set to `true`, the key for a vendor variant will be added manually.
1021
- * **Note:** This flag is only used internally.
1022
- *
1023
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1024
- *
1025
- * Default value is `false`.
1026
- *
1027
- * @returns Reference to `this` in order to allow method chaining
1028
- */
1029
- setManualVariantKey(
1030
- /**
1031
- * New value for property `manualVariantKey`
1032
- */
1033
- bManualVariantKey?: boolean
1034
- ): this;
1035
- /**
1036
- * @SINCE 1.109
974
+ * @since 1.109
1037
975
  *
1038
976
  * Sets a new value for property {@link #getMaxWidth maxWidth}.
1039
977
  *
@@ -1105,7 +1043,7 @@ declare namespace sap {
1105
1043
  bShowSetAsDefault?: boolean
1106
1044
  ): this;
1107
1045
  /**
1108
- * @SINCE 1.109
1046
+ * @since 1.109
1109
1047
  *
1110
1048
  * Sets a new value for property {@link #getTitleStyle titleStyle}.
1111
1049
  *
@@ -1143,6 +1081,16 @@ declare namespace sap {
1143
1081
  bUpdateVariantInURL?: boolean
1144
1082
  ): this;
1145
1083
  }
1084
+
1085
+ type VariantManagement$CancelEvent = sap.ui.base.Event<VariantManagement$CancelEventParameters>;
1086
+
1087
+ type VariantManagement$InitializedEvent = sap.ui.base.Event<VariantManagement$InitializedEventParameters>;
1088
+
1089
+ type VariantManagement$ManageEvent = sap.ui.base.Event<VariantManagement$ManageEventParameters>;
1090
+
1091
+ type VariantManagement$SaveEvent = sap.ui.base.Event<VariantManagement$SaveEventParameters>;
1092
+
1093
+ type VariantManagement$SelectEvent = sap.ui.base.Event<VariantManagement$SelectEventParameters>;
1146
1094
  }
1147
1095
  /**
1148
1096
  * The `sap.ui.fl.write` namespace contains all code to create, update, and reset flex objects. Additional
@@ -1155,7 +1103,7 @@ declare namespace sap {
1155
1103
  */
1156
1104
  namespace api {
1157
1105
  /**
1158
- * @SINCE 1.70
1106
+ * @since 1.70
1159
1107
  *
1160
1108
  * Provides an API to determine which features are available for flexibility.
1161
1109
  */