@sapui5/ts-types 1.114.0 → 1.115.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -0
  3. package/types/sap.apf.d.ts +2 -2
  4. package/types/sap.ca.ui.d.ts +135 -67
  5. package/types/sap.chart.d.ts +216 -144
  6. package/types/sap.collaboration.d.ts +80 -78
  7. package/types/sap.esh.search.ui.d.ts +93 -1
  8. package/types/sap.f.d.ts +1987 -1517
  9. package/types/sap.fe.core.d.ts +95 -209
  10. package/types/sap.fe.macros.d.ts +112 -10
  11. package/types/sap.fe.navigation.d.ts +39 -32
  12. package/types/sap.fe.placeholder.d.ts +3 -0
  13. package/types/sap.fe.templates.d.ts +10 -278
  14. package/types/sap.fe.test.d.ts +7 -13
  15. package/types/sap.fe.tools.d.ts +3 -0
  16. package/types/sap.feedback.ui.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +1716 -1087
  18. package/types/sap.insights.d.ts +1 -1
  19. package/types/sap.landvisz.d.ts +35 -9
  20. package/types/sap.m.d.ts +26776 -22688
  21. package/types/sap.makit.d.ts +87 -28
  22. package/types/sap.me.d.ts +166 -74
  23. package/types/sap.ndc.d.ts +115 -43
  24. package/types/sap.ovp.d.ts +1 -2
  25. package/types/sap.rules.ui.d.ts +43 -19
  26. package/types/sap.sac.df.d.ts +3 -3
  27. package/types/sap.suite.ui.commons.d.ts +2056 -1282
  28. package/types/sap.suite.ui.generic.template.d.ts +99 -102
  29. package/types/sap.suite.ui.microchart.d.ts +503 -322
  30. package/types/sap.tnt.d.ts +160 -86
  31. package/types/sap.ui.codeeditor.d.ts +64 -38
  32. package/types/sap.ui.commons.d.ts +1377 -793
  33. package/types/sap.ui.comp.d.ts +4158 -2831
  34. package/types/sap.ui.core.d.ts +6006 -3642
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +71 -53
  37. package/types/sap.ui.fl.d.ts +162 -97
  38. package/types/sap.ui.generic.app.d.ts +40 -39
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +497 -373
  41. package/types/sap.ui.layout.d.ts +598 -631
  42. package/types/sap.ui.mdc.d.ts +21985 -6
  43. package/types/sap.ui.richtexteditor.d.ts +107 -70
  44. package/types/sap.ui.rta.d.ts +7 -8
  45. package/types/sap.ui.suite.d.ts +29 -14
  46. package/types/sap.ui.support.d.ts +15 -17
  47. package/types/sap.ui.table.d.ts +910 -628
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +1775 -1166
  50. package/types/sap.ui.ux3.d.ts +1469 -759
  51. package/types/sap.ui.vbm.d.ts +1262 -710
  52. package/types/sap.ui.vk.d.ts +2981 -1751
  53. package/types/sap.ui.vtm.d.ts +704 -457
  54. package/types/sap.ui.webc.common.d.ts +9 -9
  55. package/types/sap.ui.webc.fiori.d.ts +812 -448
  56. package/types/sap.ui.webc.main.d.ts +2045 -1068
  57. package/types/sap.uiext.inbox.d.ts +168 -41
  58. package/types/sap.ushell.d.ts +722 -424
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +469 -343
  61. package/types/sap.viz.d.ts +2196 -833
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +5 -5
  64. package/types/sap.zen.crosstab.d.ts +1 -1
  65. package/types/sap.zen.dsh.d.ts +147 -81
@@ -1,11 +1,11 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
6
  * This is the library for SAPUI5 flexibility. It includes the handling of changes made on applications,
7
7
  * such as descriptor changes, app variants, UI changes, control variants (a.k.a. views), and personalization,
8
- * as well as APIs for consumers. In addition, it provides the {@link sap.ui.fl.variants.VariantManagement}
8
+ * as well as APIs for consumers. In addition, it provides the {@link sap.ui.fl.variants.VariantManagement }
9
9
  * control, which enables applications to use control variants (views).
10
10
  */
11
11
  namespace fl {
@@ -93,7 +93,7 @@ declare namespace sap {
93
93
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
94
94
 
95
95
  /**
96
- * @SINCE 1.104
96
+ * @since 1.104
97
97
  *
98
98
  * Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
99
99
  */
@@ -103,7 +103,7 @@ declare namespace sap {
103
103
  | `{${string}}`;
104
104
 
105
105
  /**
106
- * @SINCE 1.109
106
+ * @since 1.109
107
107
  *
108
108
  * Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
109
109
  */
@@ -113,7 +113,7 @@ declare namespace sap {
113
113
  | `{${string}}`;
114
114
 
115
115
  /**
116
- * @SINCE 1.109
116
+ * @since 1.109
117
117
  *
118
118
  * Sets the maximum width of the control.
119
119
  */
@@ -136,7 +136,9 @@ declare namespace sap {
136
136
  * This event is fired when the Save View dialog or the Save As dialog is closed with the
137
137
  * save button.
138
138
  */
139
- save?: (oEvent: sap.ui.base.Event) => void;
139
+ save?: (
140
+ oEvent: sap.ui.base.Event<sap.ui.fl.variants.VariantManagement$SaveEventParameters>
141
+ ) => void;
140
142
 
141
143
  /**
142
144
  * This event is fired when users presses the cancel button inside Save As dialog.
@@ -146,16 +148,93 @@ declare namespace sap {
146
148
  /**
147
149
  * This event is fired when users apply changes to variants in the Manage Views dialog.
148
150
  */
149
- manage?: (oEvent: sap.ui.base.Event) => void;
151
+ manage?: (
152
+ oEvent: sap.ui.base.Event<sap.ui.fl.variants.VariantManagement$ManageEventParameters>
153
+ ) => void;
150
154
 
151
155
  /**
152
156
  * This event is fired when a new variant is selected.
153
157
  */
154
- select?: (oEvent: sap.ui.base.Event) => void;
158
+ select?: (
159
+ oEvent: sap.ui.base.Event<sap.ui.fl.variants.VariantManagement$SelectEventParameters>
160
+ ) => void;
161
+ }
162
+
163
+ interface VariantManagement$CancelEventParameters {}
164
+
165
+ interface VariantManagement$InitializedEventParameters {}
166
+
167
+ interface VariantManagement$ManageEventParameters {
168
+ /**
169
+ * List of changed variants. Each entry contains a 'key' - the variant key and a 'name' - the new title
170
+ * of the variant
171
+ */
172
+ renamed?: object[];
173
+
174
+ /**
175
+ * List of deleted variant keys
176
+ */
177
+ deleted?: string[];
178
+
179
+ /**
180
+ * List of variant keys and the associated Execute on Selection indicator
181
+ */
182
+ exe?: object[];
183
+
184
+ /**
185
+ * The default variant key
186
+ */
187
+ def?: string;
188
+ }
189
+
190
+ interface VariantManagement$SaveEventParameters {
191
+ /**
192
+ * Variant title
193
+ */
194
+ name?: string;
195
+
196
+ /**
197
+ * Indicates if an existing variant is overwritten or if a new variant is created.
198
+ */
199
+ overwrite?: boolean;
200
+
201
+ /**
202
+ * Variant key
203
+ */
204
+ key?: string;
205
+
206
+ /**
207
+ * Apply Automatically indicator
208
+ */
209
+ execute?: boolean;
210
+
211
+ /**
212
+ * Indicates the check box state for 'Public'.
213
+ */
214
+ public?: boolean;
215
+
216
+ /**
217
+ * The default variant indicator
218
+ */
219
+ def?: boolean;
220
+
221
+ /**
222
+ * Indicates the check box state for 'Create Tile'.
223
+ * Note:
224
+ * This event parameter is used only internally.
225
+ */
226
+ tile?: boolean;
227
+ }
228
+
229
+ interface VariantManagement$SelectEventParameters {
230
+ /**
231
+ * Variant key
232
+ */
233
+ key?: string;
155
234
  }
156
235
 
157
236
  /**
158
- * @SINCE 1.56
237
+ * @since 1.56
159
238
  *
160
239
  * Can be used to manage variants. You can use this control in most controls that are enabled for key
161
240
  * user adaptation.
@@ -177,7 +256,7 @@ declare namespace sap {
177
256
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
178
257
  * of the syntax of the settings object.
179
258
  * See:
180
- * {@link topic:f1430c0337534d469da3a56307ff76af Key User Adaptation: Enable Your App}
259
+ * {@link https://ui5.sap.com/#/topic/f1430c0337534d469da3a56307ff76af Key User Adaptation: Enable Your App}
181
260
  */
182
261
  constructor(
183
262
  /**
@@ -192,7 +271,7 @@ declare namespace sap {
192
271
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
193
272
  * of the syntax of the settings object.
194
273
  * See:
195
- * {@link topic:f1430c0337534d469da3a56307ff76af Key User Adaptation: Enable Your App}
274
+ * {@link https://ui5.sap.com/#/topic/f1430c0337534d469da3a56307ff76af Key User Adaptation: Enable Your App}
196
275
  */
197
276
  constructor(
198
277
  /**
@@ -358,7 +437,7 @@ declare namespace sap {
358
437
  /**
359
438
  * The function to be called when the event occurs
360
439
  */
361
- fnFunction: (p1: sap.ui.base.Event) => void,
440
+ fnFunction: (p1: VariantManagement$ManageEvent) => void,
362
441
  /**
363
442
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
364
443
  * itself
@@ -379,7 +458,7 @@ declare namespace sap {
379
458
  /**
380
459
  * The function to be called when the event occurs
381
460
  */
382
- fnFunction: (p1: sap.ui.base.Event) => void,
461
+ fnFunction: (p1: VariantManagement$ManageEvent) => void,
383
462
  /**
384
463
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
385
464
  * itself
@@ -406,7 +485,7 @@ declare namespace sap {
406
485
  /**
407
486
  * The function to be called when the event occurs
408
487
  */
409
- fnFunction: (p1: sap.ui.base.Event) => void,
488
+ fnFunction: (p1: VariantManagement$SaveEvent) => void,
410
489
  /**
411
490
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
412
491
  * itself
@@ -428,7 +507,7 @@ declare namespace sap {
428
507
  /**
429
508
  * The function to be called when the event occurs
430
509
  */
431
- fnFunction: (p1: sap.ui.base.Event) => void,
510
+ fnFunction: (p1: VariantManagement$SaveEvent) => void,
432
511
  /**
433
512
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
434
513
  * itself
@@ -454,7 +533,7 @@ declare namespace sap {
454
533
  /**
455
534
  * The function to be called when the event occurs
456
535
  */
457
- fnFunction: (p1: sap.ui.base.Event) => void,
536
+ fnFunction: (p1: VariantManagement$SelectEvent) => void,
458
537
  /**
459
538
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
460
539
  * itself
@@ -475,7 +554,7 @@ declare namespace sap {
475
554
  /**
476
555
  * The function to be called when the event occurs
477
556
  */
478
- fnFunction: (p1: sap.ui.base.Event) => void,
557
+ fnFunction: (p1: VariantManagement$SelectEvent) => void,
479
558
  /**
480
559
  * Context object to call the event handler with. Defaults to this `sap.ui.fl.variants.VariantManagement`
481
560
  * itself
@@ -527,7 +606,7 @@ declare namespace sap {
527
606
  /**
528
607
  * The function to be called, when the event occurs
529
608
  */
530
- fnFunction: (p1: sap.ui.base.Event) => void,
609
+ fnFunction: (p1: VariantManagement$ManageEvent) => void,
531
610
  /**
532
611
  * Context object on which the given function had to be called
533
612
  */
@@ -544,7 +623,7 @@ declare namespace sap {
544
623
  /**
545
624
  * The function to be called, when the event occurs
546
625
  */
547
- fnFunction: (p1: sap.ui.base.Event) => void,
626
+ fnFunction: (p1: VariantManagement$SaveEvent) => void,
548
627
  /**
549
628
  * Context object on which the given function had to be called
550
629
  */
@@ -561,14 +640,14 @@ declare namespace sap {
561
640
  /**
562
641
  * The function to be called, when the event occurs
563
642
  */
564
- fnFunction: (p1: sap.ui.base.Event) => void,
643
+ fnFunction: (p1: VariantManagement$SelectEvent) => void,
565
644
  /**
566
645
  * Context object on which the given function had to be called
567
646
  */
568
647
  oListener?: object
569
648
  ): this;
570
649
  /**
571
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
650
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
572
651
  *
573
652
  * Fires event {@link #event:cancel cancel} to attached listeners.
574
653
  *
@@ -581,7 +660,7 @@ declare namespace sap {
581
660
  mParameters?: object
582
661
  ): this;
583
662
  /**
584
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
663
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
585
664
  *
586
665
  * Fires event {@link #event:initialized initialized} to attached listeners.
587
666
  *
@@ -594,7 +673,7 @@ declare namespace sap {
594
673
  mParameters?: object
595
674
  ): this;
596
675
  /**
597
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
676
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
598
677
  *
599
678
  * Fires event {@link #event:manage manage} to attached listeners.
600
679
  *
@@ -604,28 +683,10 @@ declare namespace sap {
604
683
  /**
605
684
  * Parameters to pass along with the event
606
685
  */
607
- mParameters?: {
608
- /**
609
- * List of changed variants. Each entry contains a 'key' - the variant key and a 'name' - the new title
610
- * of the variant
611
- */
612
- renamed?: object[];
613
- /**
614
- * List of deleted variant keys
615
- */
616
- deleted?: string[];
617
- /**
618
- * List of variant keys and the associated Execute on Selection indicator
619
- */
620
- exe?: object[];
621
- /**
622
- * The default variant key
623
- */
624
- def?: string;
625
- }
686
+ mParameters?: sap.ui.fl.variants.VariantManagement$ManageEventParameters
626
687
  ): this;
627
688
  /**
628
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
689
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
629
690
  *
630
691
  * Fires event {@link #event:save save} to attached listeners.
631
692
  *
@@ -635,41 +696,10 @@ declare namespace sap {
635
696
  /**
636
697
  * Parameters to pass along with the event
637
698
  */
638
- mParameters?: {
639
- /**
640
- * Variant title
641
- */
642
- name?: string;
643
- /**
644
- * Indicates if an existing variant is overwritten or if a new variant is created.
645
- */
646
- overwrite?: boolean;
647
- /**
648
- * Variant key
649
- */
650
- key?: string;
651
- /**
652
- * Apply Automatically indicator
653
- */
654
- execute?: boolean;
655
- /**
656
- * Indicates the check box state for 'Public'.
657
- */
658
- public?: boolean;
659
- /**
660
- * The default variant indicator
661
- */
662
- def?: boolean;
663
- /**
664
- * Indicates the check box state for 'Create Tile'.
665
- * Note:
666
- * This event parameter is used only internally.
667
- */
668
- tile?: boolean;
669
- }
699
+ mParameters?: sap.ui.fl.variants.VariantManagement$SaveEventParameters
670
700
  ): this;
671
701
  /**
672
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
702
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
673
703
  *
674
704
  * Fires event {@link #event:select select} to attached listeners.
675
705
  *
@@ -679,12 +709,7 @@ declare namespace sap {
679
709
  /**
680
710
  * Parameters to pass along with the event
681
711
  */
682
- mParameters?: {
683
- /**
684
- * Variant key
685
- */
686
- key?: string;
687
- }
712
+ mParameters?: sap.ui.fl.variants.VariantManagement$SelectEventParameters
688
713
  ): this;
689
714
  /**
690
715
  * Gets the currently selected variant key.
@@ -725,12 +750,11 @@ declare namespace sap {
725
750
  */
726
751
  getExecuteOnSelectionForStandardDefault(): boolean;
727
752
  /**
728
- * Returns array of IDs of the elements which are the current targets of the association {@link #getFor
729
- * for}.
753
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getFor for}.
730
754
  */
731
755
  getFor(): sap.ui.core.ID[];
732
756
  /**
733
- * @SINCE 1.104
757
+ * @since 1.104
734
758
  *
735
759
  * Gets current value of property {@link #getHeaderLevel headerLevel}.
736
760
  *
@@ -764,7 +788,7 @@ declare namespace sap {
764
788
  */
765
789
  getManualVariantKey(): boolean;
766
790
  /**
767
- * @SINCE 1.109
791
+ * @since 1.109
768
792
  *
769
793
  * Gets current value of property {@link #getMaxWidth maxWidth}.
770
794
  *
@@ -792,7 +816,7 @@ declare namespace sap {
792
816
  */
793
817
  getModified(): boolean;
794
818
  /**
795
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
819
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
796
820
  *
797
821
  * Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
798
822
  * is fired when width of the control is changed.
@@ -827,7 +851,7 @@ declare namespace sap {
827
851
  */
828
852
  getShowSetAsDefault(): boolean;
829
853
  /**
830
- * @SINCE 1.109
854
+ * @since 1.109
831
855
  *
832
856
  * Gets current value of property {@link #getTitleStyle titleStyle}.
833
857
  *
@@ -936,7 +960,7 @@ declare namespace sap {
936
960
  bExecuteOnSelectionForStandardDefault?: boolean
937
961
  ): this;
938
962
  /**
939
- * @SINCE 1.104
963
+ * @since 1.104
940
964
  *
941
965
  * Sets a new value for property {@link #getHeaderLevel headerLevel}.
942
966
  *
@@ -991,7 +1015,7 @@ declare namespace sap {
991
1015
  bManualVariantKey?: boolean
992
1016
  ): this;
993
1017
  /**
994
- * @SINCE 1.109
1018
+ * @since 1.109
995
1019
  *
996
1020
  * Sets a new value for property {@link #getMaxWidth maxWidth}.
997
1021
  *
@@ -1063,7 +1087,7 @@ declare namespace sap {
1063
1087
  bShowSetAsDefault?: boolean
1064
1088
  ): this;
1065
1089
  /**
1066
- * @SINCE 1.109
1090
+ * @since 1.109
1067
1091
  *
1068
1092
  * Sets a new value for property {@link #getTitleStyle titleStyle}.
1069
1093
  *
@@ -1101,6 +1125,46 @@ declare namespace sap {
1101
1125
  bUpdateVariantInURL?: boolean
1102
1126
  ): this;
1103
1127
  }
1128
+
1129
+ /**
1130
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantManagement$CancelEventParameters'
1131
+ * in 1.115.1 and any later releases.
1132
+ */
1133
+ type $VariantManagementCancelEventParameters = sap.ui.fl.variants.VariantManagement$CancelEventParameters;
1134
+
1135
+ type VariantManagement$CancelEvent = sap.ui.base.Event<VariantManagement$CancelEventParameters>;
1136
+
1137
+ /**
1138
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantManagement$InitializedEventParameters'
1139
+ * in 1.115.1 and any later releases.
1140
+ */
1141
+ type $VariantManagementInitializedEventParameters = sap.ui.fl.variants.VariantManagement$InitializedEventParameters;
1142
+
1143
+ type VariantManagement$InitializedEvent = sap.ui.base.Event<VariantManagement$InitializedEventParameters>;
1144
+
1145
+ /**
1146
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantManagement$ManageEventParameters'
1147
+ * in 1.115.1 and any later releases.
1148
+ */
1149
+ type $VariantManagementManageEventParameters = sap.ui.fl.variants.VariantManagement$ManageEventParameters;
1150
+
1151
+ type VariantManagement$ManageEvent = sap.ui.base.Event<VariantManagement$ManageEventParameters>;
1152
+
1153
+ /**
1154
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantManagement$SaveEventParameters'
1155
+ * in 1.115.1 and any later releases.
1156
+ */
1157
+ type $VariantManagementSaveEventParameters = sap.ui.fl.variants.VariantManagement$SaveEventParameters;
1158
+
1159
+ type VariantManagement$SaveEvent = sap.ui.base.Event<VariantManagement$SaveEventParameters>;
1160
+
1161
+ /**
1162
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VariantManagement$SelectEventParameters'
1163
+ * in 1.115.1 and any later releases.
1164
+ */
1165
+ type $VariantManagementSelectEventParameters = sap.ui.fl.variants.VariantManagement$SelectEventParameters;
1166
+
1167
+ type VariantManagement$SelectEvent = sap.ui.base.Event<VariantManagement$SelectEventParameters>;
1104
1168
  }
1105
1169
  /**
1106
1170
  * The `sap.ui.fl.write` namespace contains all code to create, update, and reset flex objects. Additional
@@ -1113,7 +1177,7 @@ declare namespace sap {
1113
1177
  */
1114
1178
  namespace api {
1115
1179
  /**
1116
- * @SINCE 1.70
1180
+ * @since 1.70
1117
1181
  *
1118
1182
  * Provides an API to determine which features are available for flexibility.
1119
1183
  */
@@ -1127,7 +1191,6 @@ declare namespace sap {
1127
1191
  */
1128
1192
  isKeyUser(): Promise<boolean>;
1129
1193
  }
1130
- const FeaturesAPI: FeaturesAPI;
1131
1194
  }
1132
1195
  }
1133
1196
 
@@ -1150,8 +1213,8 @@ declare namespace sap {
1150
1213
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1151
1214
  * of the syntax of the settings object.
1152
1215
  *
1153
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.Dialog#constructor
1154
- * sap.m.Dialog} can be used.
1216
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.Dialog#constructor sap.m.Dialog }
1217
+ * can be used.
1155
1218
  */
1156
1219
  constructor(
1157
1220
  /**
@@ -1166,8 +1229,8 @@ declare namespace sap {
1166
1229
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1167
1230
  * of the syntax of the settings object.
1168
1231
  *
1169
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.Dialog#constructor
1170
- * sap.m.Dialog} can be used.
1232
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.Dialog#constructor sap.m.Dialog }
1233
+ * can be used.
1171
1234
  */
1172
1235
  constructor(
1173
1236
  /**
@@ -1299,6 +1362,8 @@ declare namespace sap {
1299
1362
 
1300
1363
  "sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
1301
1364
 
1365
+ "sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
1366
+
1302
1367
  "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1303
1368
 
1304
1369
  "sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;