@sapui5/ts-types 1.120.8 → 1.121.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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +50 -18
  4. package/types/sap.ca.ui.d.ts +1114 -546
  5. package/types/sap.chart.d.ts +17 -1
  6. package/types/sap.collaboration.d.ts +185 -64
  7. package/types/sap.esh.search.ui.d.ts +2 -1960
  8. package/types/sap.f.d.ts +124 -45
  9. package/types/sap.fe.core.d.ts +212 -191
  10. package/types/sap.fe.macros.d.ts +371 -531
  11. package/types/sap.fe.navigation.d.ts +59 -26
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +7 -0
  14. package/types/sap.fe.templates.d.ts +16 -11
  15. package/types/sap.fe.test.d.ts +333 -33
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +3947 -1754
  19. package/types/sap.insights.d.ts +162 -43
  20. package/types/sap.m.d.ts +2023 -289
  21. package/types/sap.makit.d.ts +11 -1
  22. package/types/sap.me.d.ts +7 -1
  23. package/types/sap.ndc.d.ts +1 -1
  24. package/types/sap.ovp.d.ts +9 -7
  25. package/types/sap.rules.ui.d.ts +134 -75
  26. package/types/sap.sac.df.d.ts +272 -49
  27. package/types/sap.suite.ui.commons.d.ts +4231 -1008
  28. package/types/sap.suite.ui.generic.template.d.ts +38 -48
  29. package/types/sap.suite.ui.microchart.d.ts +66 -1
  30. package/types/sap.tnt.d.ts +601 -116
  31. package/types/sap.ui.codeeditor.d.ts +10 -6
  32. package/types/sap.ui.commons.d.ts +86 -8
  33. package/types/sap.ui.comp.d.ts +259 -110
  34. package/types/sap.ui.core.d.ts +471 -186
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +16 -3
  37. package/types/sap.ui.fl.d.ts +91 -68
  38. package/types/sap.ui.generic.app.d.ts +250 -193
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +51 -4
  41. package/types/sap.ui.layout.d.ts +221 -26
  42. package/types/sap.ui.mdc.d.ts +1516 -787
  43. package/types/sap.ui.richtexteditor.d.ts +4 -1
  44. package/types/sap.ui.rta.d.ts +1 -1
  45. package/types/sap.ui.suite.d.ts +3 -1
  46. package/types/sap.ui.support.d.ts +28 -4
  47. package/types/sap.ui.table.d.ts +65 -11
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +157 -54
  50. package/types/sap.ui.ux3.d.ts +30 -12
  51. package/types/sap.ui.vbm.d.ts +5300 -2517
  52. package/types/sap.ui.vk.d.ts +2742 -836
  53. package/types/sap.ui.vtm.d.ts +685 -215
  54. package/types/sap.ui.webc.common.d.ts +1 -1
  55. package/types/sap.ui.webc.fiori.d.ts +49 -1
  56. package/types/sap.ui.webc.main.d.ts +144 -9
  57. package/types/sap.uiext.inbox.d.ts +1 -1
  58. package/types/sap.ushell.d.ts +977 -535
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +55 -5
  61. package/types/sap.viz.d.ts +86 -1
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +79 -18
  64. package/types/sap.zen.crosstab.d.ts +83 -15
  65. package/types/sap.zen.dsh.d.ts +194 -143
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -375,9 +375,18 @@ declare namespace sap {
375
375
  */
376
376
  constructor(
377
377
  /**
378
- * `ExportHandler` capabilities that define supported file types and features
378
+ * Capabilities that define supported file types and features
379
379
  */
380
- mCapabilities: object
380
+ mCapabilities?: {
381
+ /**
382
+ * XLSX file type features; object that enables XLSX export without any feature settings
383
+ */
384
+ XLSX?: object;
385
+ /**
386
+ * PDF file type features; see com.sap.vocabularies.PDF.v1.Features annotation for the concrete specification
387
+ */
388
+ PDF?: object;
389
+ }
381
390
  );
382
391
 
383
392
  /**
@@ -933,6 +942,8 @@ declare namespace sap {
933
942
  /**
934
943
  * EDM data types for document export.
935
944
  *
945
+ * This enum is part of the 'sap/ui/export/library' module export and must be accessed by the property 'EdmType'.
946
+ *
936
947
  * @since 1.50.0
937
948
  */
938
949
  enum EdmType {
@@ -992,6 +1003,8 @@ declare namespace sap {
992
1003
  /**
993
1004
  * File types for document export.
994
1005
  *
1006
+ * This enum is part of the 'sap/ui/export/library' module export and must be accessed by the property 'FileType'.
1007
+ *
995
1008
  * @since 1.78
996
1009
  */
997
1010
  enum FileType {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -17,9 +17,9 @@ declare namespace sap {
17
17
  interface $VariantManagementSettings
18
18
  extends sap.ui.core.$ControlSettings {
19
19
  /**
20
- * Determines the intention of setting the current variant based on passed information. **Note:** The
21
- * `VariantManagement` control does not react in any way to this property. It is used internally by the
22
- * flexibility layer.
20
+ * Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
21
+ * The `VariantManagement` control itself is not affected by this property. It is only used internally by
22
+ * the SAPUI5 flexibility layer.
23
23
  */
24
24
  updateVariantInURL?:
25
25
  | boolean
@@ -27,9 +27,9 @@ declare namespace sap {
27
27
  | `{${string}}`;
28
28
 
29
29
  /**
30
- * When set to `false`, doesn't reset the `VariantManagement` control to the default variant, when its binding
31
- * context is changed. **Note:** The `VariantManagement` control does not react in any way to this property.
32
- * It is used internally by the flexibility layer.
30
+ * If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
31
+ * context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
32
+ * It is only used internally by the SAPUI5 flexibility layer.
33
33
  */
34
34
  resetOnContextChange?:
35
35
  | boolean
@@ -42,7 +42,7 @@ declare namespace sap {
42
42
  modelName?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
43
43
 
44
44
  /**
45
- * Indicated if the buttons on the 'My Views' are visible.
45
+ * Indicates whether the buttons on My Views are visible.
46
46
  */
47
47
  editable?:
48
48
  | boolean
@@ -50,7 +50,8 @@ declare namespace sap {
50
50
  | `{${string}}`;
51
51
 
52
52
  /**
53
- * Indicated if the defaulting functionality is enabled.
53
+ * Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
54
+ * Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
54
55
  */
55
56
  showSetAsDefault?:
56
57
  | boolean
@@ -58,8 +59,8 @@ declare namespace sap {
58
59
  | `{${string}}`;
59
60
 
60
61
  /**
61
- * Indicates that the control is in error state. If set to `true`, an error message will be displayed whenever
62
- * the variant is opened.
62
+ * Indicates whether the control is in error state. If set to `true`, an error message will be displayed
63
+ * when the variant is opened.
63
64
  */
64
65
  inErrorState?:
65
66
  | boolean
@@ -76,7 +77,7 @@ declare namespace sap {
76
77
 
77
78
  /**
78
79
  * Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
79
- * controls this behavior. **Note:** the usage of this property is restricted to `sap.fe` components
80
+ * controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
80
81
  * only.
81
82
  */
82
83
  displayTextForExecuteOnSelectionForStandardVariant?:
@@ -114,7 +115,7 @@ declare namespace sap {
114
115
  | `{${string}}`;
115
116
 
116
117
  /**
117
- * Contains the ids of the controls for which the variant management is responsible.
118
+ * Contains the IDs of the relevant controls for which the variant management is used.
118
119
  */
119
120
  for?: Array<sap.ui.core.Control | string>;
120
121
 
@@ -124,13 +125,12 @@ declare namespace sap {
124
125
  initialized?: (oEvent: sap.ui.base.Event) => void;
125
126
 
126
127
  /**
127
- * This event is fired when the Save View dialog or the Save As dialog is closed with the
128
- * save button.
128
+ * This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
129
129
  */
130
130
  save?: (oEvent: VariantManagement$SaveEvent) => void;
131
131
 
132
132
  /**
133
- * This event is fired when users presses the cancel button inside Save As dialog.
133
+ * This event is fired when users press the Cancel button inside the Save As dialog.
134
134
  */
135
135
  cancel?: (oEvent: sap.ui.base.Event) => void;
136
136
 
@@ -151,8 +151,8 @@ declare namespace sap {
151
151
 
152
152
  interface VariantManagement$ManageEventParameters {
153
153
  /**
154
- * List of changed variants. Each entry contains a 'key' - the variant key and a 'name' - the new title
155
- * of the variant
154
+ * List of changed variants. Each entry contains a `key` (the variant key) and a `name` (the new title of
155
+ * the variant).
156
156
  */
157
157
  renamed?: object[];
158
158
 
@@ -162,14 +162,28 @@ declare namespace sap {
162
162
  deleted?: string[];
163
163
 
164
164
  /**
165
- * List of variant keys and the associated Execute on Selection indicator
165
+ * List of variant keys and the associated Execute on Selection indicator. Each entry contains a `key` (the
166
+ * variant key) and an `exe` flag describing the intention.
166
167
  */
167
168
  exe?: object[];
168
169
 
170
+ /**
171
+ * List of variant keys and the associated favorite indicator. Each entry contains a `key` (the variant
172
+ * key) and a `visible` flag describing the intention.
173
+ */
174
+ fav?: object[];
175
+
169
176
  /**
170
177
  * The default variant key
171
178
  */
172
179
  def?: string;
180
+
181
+ /**
182
+ * List of variant keys and the associated contexts array. Each entry contains a `key` (the variant key)
183
+ * and a `contexts` array describing the contexts. **Note:** It is only used internally by the SAPUI5 flexibility
184
+ * layer.
185
+ */
186
+ contexts?: object[];
173
187
  }
174
188
 
175
189
  interface VariantManagement$SaveEventParameters {
@@ -179,12 +193,12 @@ declare namespace sap {
179
193
  name?: string;
180
194
 
181
195
  /**
182
- * Indicates if an existing variant is overwritten or if a new variant is created.
196
+ * Indicates whether an existing variant is overwritten or whether a new variant is created
183
197
  */
184
198
  overwrite?: boolean;
185
199
 
186
200
  /**
187
- * Variant key
201
+ * Variant key. This property is set if `overwrite` is set to `true`.
188
202
  */
189
203
  key?: string;
190
204
 
@@ -194,7 +208,7 @@ declare namespace sap {
194
208
  execute?: boolean;
195
209
 
196
210
  /**
197
- * Indicates the check box state for 'Public'.
211
+ * Indicates the checkbox state for Public
198
212
  */
199
213
  public?: boolean;
200
214
 
@@ -204,9 +218,12 @@ declare namespace sap {
204
218
  def?: boolean;
205
219
 
206
220
  /**
207
- * Indicates the check box state for 'Create Tile'.
208
- * Note:
209
- * This event parameter is used only internally.
221
+ * Array describing the contexts. **Note:** It is only used internally by the SAPUI5 flexibility layer.
222
+ */
223
+ contexts?: object[];
224
+
225
+ /**
226
+ * Indicates the checkbox state for Create Tile **Note:** This event parameter is used only internally.
210
227
  */
211
228
  tile?: boolean;
212
229
  }
@@ -318,7 +335,7 @@ declare namespace sap {
318
335
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
319
336
  * otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
320
337
  *
321
- * This event is fired when users presses the cancel button inside Save As dialog.
338
+ * This event is fired when users press the Cancel button inside the Save As dialog.
322
339
  *
323
340
  *
324
341
  * @returns Reference to `this` in order to allow method chaining
@@ -345,7 +362,7 @@ declare namespace sap {
345
362
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
346
363
  * otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
347
364
  *
348
- * This event is fired when users presses the cancel button inside Save As dialog.
365
+ * This event is fired when users press the Cancel button inside the Save As dialog.
349
366
  *
350
367
  *
351
368
  * @returns Reference to `this` in order to allow method chaining
@@ -465,8 +482,7 @@ declare namespace sap {
465
482
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
466
483
  * otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
467
484
  *
468
- * This event is fired when the Save View dialog or the Save As dialog is closed with the
469
- * save button.
485
+ * This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
470
486
  *
471
487
  *
472
488
  * @returns Reference to `this` in order to allow method chaining
@@ -493,8 +509,7 @@ declare namespace sap {
493
509
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
494
510
  * otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
495
511
  *
496
- * This event is fired when the Save View dialog or the Save As dialog is closed with the
497
- * save button.
512
+ * This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
498
513
  *
499
514
  *
500
515
  * @returns Reference to `this` in order to allow method chaining
@@ -718,14 +733,14 @@ declare namespace sap {
718
733
  * Gets the currently selected variant key.
719
734
  *
720
735
  *
721
- * @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned.
736
+ * @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
722
737
  */
723
738
  getCurrentVariantKey(): string | null;
724
739
  /**
725
740
  * Gets current value of property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
726
741
  *
727
742
  * Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
728
- * controls this behavior. **Note:** the usage of this property is restricted to `sap.fe` components
743
+ * controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
729
744
  * only.
730
745
  *
731
746
  * Default value is `empty string`.
@@ -737,7 +752,7 @@ declare namespace sap {
737
752
  /**
738
753
  * Gets current value of property {@link #getEditable editable}.
739
754
  *
740
- * Indicated if the buttons on the 'My Views' are visible.
755
+ * Indicates whether the buttons on My Views are visible.
741
756
  *
742
757
  * Default value is `true`.
743
758
  *
@@ -775,8 +790,8 @@ declare namespace sap {
775
790
  /**
776
791
  * Gets current value of property {@link #getInErrorState inErrorState}.
777
792
  *
778
- * Indicates that the control is in error state. If set to `true`, an error message will be displayed whenever
779
- * the variant is opened.
793
+ * Indicates whether the control is in error state. If set to `true`, an error message will be displayed
794
+ * when the variant is opened.
780
795
  *
781
796
  * Default value is `false`.
782
797
  *
@@ -808,19 +823,19 @@ declare namespace sap {
808
823
  */
809
824
  getModelName(): string;
810
825
  /**
811
- * Determines if the current variant is modified.
826
+ * Determines whether the current variant is modified.
812
827
  *
813
828
  *
814
- * @returns If the current variant is modified `true`, otherwise `false`
829
+ * @returns Returns `true`, if the current variant is modified, otherwise `false`
815
830
  */
816
831
  getModified(): boolean;
817
832
  /**
818
- * Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
819
- * is fired when width of the control is changed.
833
+ * Registers an invalidation event that is fired when the width of the control is changed. **Note:** This
834
+ * is required by the {@link sap.m.IOverflowToolbarContent} interface.
820
835
  *
821
836
  * @ui5-protected Do not call from applications (only from related classes in the framework)
822
837
  *
823
- * @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
838
+ * @returns Configuration information for the {@link sap.m.IOverflowToolbarContent} interface
824
839
  */
825
840
  getOverflowToolbarConfig(): {
826
841
  canOverflow: boolean;
@@ -830,9 +845,9 @@ declare namespace sap {
830
845
  /**
831
846
  * Gets current value of property {@link #getResetOnContextChange resetOnContextChange}.
832
847
  *
833
- * When set to `false`, doesn't reset the `VariantManagement` control to the default variant, when its binding
834
- * context is changed. **Note:** The `VariantManagement` control does not react in any way to this property.
835
- * It is used internally by the flexibility layer.
848
+ * If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
849
+ * context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
850
+ * It is only used internally by the SAPUI5 flexibility layer.
836
851
  *
837
852
  * Default value is `true`.
838
853
  *
@@ -843,7 +858,8 @@ declare namespace sap {
843
858
  /**
844
859
  * Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
845
860
  *
846
- * Indicated if the defaulting functionality is enabled.
861
+ * Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
862
+ * Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
847
863
  *
848
864
  * Default value is `true`.
849
865
  *
@@ -866,9 +882,9 @@ declare namespace sap {
866
882
  /**
867
883
  * Gets current value of property {@link #getUpdateVariantInURL updateVariantInURL}.
868
884
  *
869
- * Determines the intention of setting the current variant based on passed information. **Note:** The
870
- * `VariantManagement` control does not react in any way to this property. It is used internally by the
871
- * flexibility layer.
885
+ * Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
886
+ * The `VariantManagement` control itself is not affected by this property. It is only used internally by
887
+ * the SAPUI5 flexibility layer.
872
888
  *
873
889
  * Default value is `false`.
874
890
  *
@@ -877,10 +893,10 @@ declare namespace sap {
877
893
  */
878
894
  getUpdateVariantInURL(): boolean;
879
895
  /**
880
- * Retrieves all variants.
896
+ * Gets all variants.
881
897
  *
882
898
  *
883
- * @returns All variants. In case the model is not yet set, an empty array will be returned.
899
+ * @returns All variants; if the model is not yet set, an empty array will be returned.
884
900
  */
885
901
  getVariants(): any[];
886
902
  /**
@@ -907,7 +923,7 @@ declare namespace sap {
907
923
  */
908
924
  setCurrentVariantKey(
909
925
  /**
910
- * Key of the variant that should be selected.
926
+ * Key of the variant that is selected
911
927
  */
912
928
  sKey: string
913
929
  ): void;
@@ -915,7 +931,7 @@ declare namespace sap {
915
931
  * Sets a new value for property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
916
932
  *
917
933
  * Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
918
- * controls this behavior. **Note:** the usage of this property is restricted to `sap.fe` components
934
+ * controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
919
935
  * only.
920
936
  *
921
937
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -934,7 +950,7 @@ declare namespace sap {
934
950
  /**
935
951
  * Sets a new value for property {@link #getEditable editable}.
936
952
  *
937
- * Indicated if the buttons on the 'My Views' are visible.
953
+ * Indicates whether the buttons on My Views are visible.
938
954
  *
939
955
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
940
956
  *
@@ -989,8 +1005,8 @@ declare namespace sap {
989
1005
  /**
990
1006
  * Sets a new value for property {@link #getInErrorState inErrorState}.
991
1007
  *
992
- * Indicates that the control is in error state. If set to `true`, an error message will be displayed whenever
993
- * the variant is opened.
1008
+ * Indicates whether the control is in error state. If set to `true`, an error message will be displayed
1009
+ * when the variant is opened.
994
1010
  *
995
1011
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
996
1012
  *
@@ -1045,9 +1061,9 @@ declare namespace sap {
1045
1061
  /**
1046
1062
  * Sets a new value for property {@link #getResetOnContextChange resetOnContextChange}.
1047
1063
  *
1048
- * When set to `false`, doesn't reset the `VariantManagement` control to the default variant, when its binding
1049
- * context is changed. **Note:** The `VariantManagement` control does not react in any way to this property.
1050
- * It is used internally by the flexibility layer.
1064
+ * If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
1065
+ * context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
1066
+ * It is only used internally by the SAPUI5 flexibility layer.
1051
1067
  *
1052
1068
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1053
1069
  *
@@ -1065,7 +1081,8 @@ declare namespace sap {
1065
1081
  /**
1066
1082
  * Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
1067
1083
  *
1068
- * Indicated if the defaulting functionality is enabled.
1084
+ * Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
1085
+ * Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
1069
1086
  *
1070
1087
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1071
1088
  *
@@ -1102,9 +1119,9 @@ declare namespace sap {
1102
1119
  /**
1103
1120
  * Sets a new value for property {@link #getUpdateVariantInURL updateVariantInURL}.
1104
1121
  *
1105
- * Determines the intention of setting the current variant based on passed information. **Note:** The
1106
- * `VariantManagement` control does not react in any way to this property. It is used internally by the
1107
- * flexibility layer.
1122
+ * Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
1123
+ * The `VariantManagement` control itself is not affected by this property. It is only used internally by
1124
+ * the SAPUI5 flexibility layer.
1108
1125
  *
1109
1126
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1110
1127
  *
@@ -1307,6 +1324,8 @@ declare namespace sap {
1307
1324
 
1308
1325
  "sap/ui/fl/apply/_internal/controlVariants/URLHandler": undefined;
1309
1326
 
1327
+ "sap/ui/fl/apply/_internal/extensionPoint/Registry": undefined;
1328
+
1310
1329
  "sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange": undefined;
1311
1330
 
1312
1331
  "sap/ui/fl/apply/_internal/flexObjects/CompVariant": undefined;
@@ -1329,6 +1348,8 @@ declare namespace sap {
1329
1348
 
1330
1349
  "sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState": undefined;
1331
1350
 
1351
+ "sap/ui/fl/apply/_internal/flexState/changes/UIChangesState": undefined;
1352
+
1332
1353
  "sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;
1333
1354
 
1334
1355
  "sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher": undefined;
@@ -1355,6 +1376,8 @@ declare namespace sap {
1355
1376
 
1356
1377
  "sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
1357
1378
 
1379
+ "sap/ui/fl/apply/api/ExtensionPointRegistryAPI": undefined;
1380
+
1358
1381
  "sap/ui/fl/apply/api/FlexRuntimeInfoAPI": undefined;
1359
1382
 
1360
1383
  "sap/ui/fl/apply/api/SmartVariantManagementApplyAPI": undefined;
@@ -1375,6 +1398,8 @@ declare namespace sap {
1375
1398
 
1376
1399
  "sap/ui/fl/initial/_internal/connectors/BackendConnector": undefined;
1377
1400
 
1401
+ "sap/ui/fl/initial/_internal/connectors/BtpServiceConnector": undefined;
1402
+
1378
1403
  "sap/ui/fl/initial/_internal/connectors/KeyUserConnector": undefined;
1379
1404
 
1380
1405
  "sap/ui/fl/initial/_internal/connectors/LrepConnector": undefined;
@@ -1399,6 +1424,8 @@ declare namespace sap {
1399
1424
 
1400
1425
  "sap/ui/fl/registry/Settings": undefined;
1401
1426
 
1427
+ "sap/ui/fl/support/_internal/getAllUIChanges": undefined;
1428
+
1402
1429
  "sap/ui/fl/support/_internal/getChangeDependencies": undefined;
1403
1430
 
1404
1431
  "sap/ui/fl/support/_internal/getFlexSettings": undefined;
@@ -1425,6 +1452,8 @@ declare namespace sap {
1425
1452
 
1426
1453
  "sap/ui/fl/write/_internal/connectors/BackendConnector": undefined;
1427
1454
 
1455
+ "sap/ui/fl/write/_internal/connectors/BtpServiceConnector": undefined;
1456
+
1428
1457
  "sap/ui/fl/write/_internal/connectors/JsObjectConnector": undefined;
1429
1458
 
1430
1459
  "sap/ui/fl/write/_internal/connectors/KeyUserConnector": undefined;
@@ -1445,8 +1474,6 @@ declare namespace sap {
1445
1474
 
1446
1475
  "sap/ui/fl/write/_internal/connectors/Utils": undefined;
1447
1476
 
1448
- "sap/ui/fl/write/_internal/extensionPoint/Registry": undefined;
1449
-
1450
1477
  "sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant": undefined;
1451
1478
 
1452
1479
  "sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant": undefined;
@@ -1461,8 +1488,6 @@ declare namespace sap {
1461
1488
 
1462
1489
  "sap/ui/fl/write/_internal/Storage": undefined;
1463
1490
 
1464
- "sap/ui/fl/write/_internal/StorageFeaturesMerger": undefined;
1465
-
1466
1491
  "sap/ui/fl/write/_internal/Versions": undefined;
1467
1492
 
1468
1493
  "sap/ui/fl/write/api/AppVariantWriteAPI": undefined;
@@ -1477,8 +1502,6 @@ declare namespace sap {
1477
1502
 
1478
1503
  "sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
1479
1504
 
1480
- "sap/ui/fl/write/api/ExtensionPointRegistryAPI": undefined;
1481
-
1482
1505
  "sap/ui/fl/write/api/FeaturesAPI": undefined;
1483
1506
 
1484
1507
  "sap/ui/fl/write/api/FieldExtensibility": undefined;