@sapui5/ts-types-esm 1.140.0 → 1.141.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.
- package/package.json +1 -1
- package/types/{sap.ui.commons.d.ts → commons-1.141.0-esm-d.ts} +1 -1
- package/types/{sap.ui.core.d.ts → core-1.141.0-esm-d.ts} +130 -67
- package/types/dt-1.141.0-esm-d.ts +208 -0
- package/types/index.d.ts +7 -7
- package/types/{sap.ui.mdc.d.ts → mdc-1.141.0-esm-d.ts} +4 -4
- package/types/{sap.m.d.ts → mobile-1.141.0-esm-d.ts} +78 -9
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +2680 -1
- package/types/sap.f.d.ts +44 -3
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +84 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +367 -42
- package/types/sap.fe.navigation.d.ts +13 -15
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +7 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +20 -5
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +41 -5
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +8 -7
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +63 -47
- package/types/sap.ui.richtexteditor.d.ts +309 -9
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +18 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +55 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +132 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +32 -3
- package/types/sap.ushell_abap.d.ts +5 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/{sap.tnt.d.ts → tnt-1.141.0-esm-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.141.0-esm-d.ts} +1 -1
- package/types/sap.ui.dt.d.ts +0 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/navigation/library" {
|
|
4
4
|
/**
|
|
@@ -224,7 +224,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
224
224
|
* {@link #.navigate NavigationHandler.navigate} method.
|
|
225
225
|
*
|
|
226
226
|
*
|
|
227
|
-
* @returns Instance of {@link sap.fe.navigation.SelectionVariant
|
|
227
|
+
* @returns Instance of {@link sap.fe.navigation.SelectionVariant}
|
|
228
228
|
*/
|
|
229
229
|
mixAttributesAndSelectionVariant(
|
|
230
230
|
/**
|
|
@@ -346,12 +346,12 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
346
346
|
* above. The app state is
|
|
347
347
|
* an object that contains the following information:
|
|
348
348
|
*
|
|
349
|
-
* `oAppData.oSelectionVariant`: An instance of {@link sap.fe.navigation.SelectionVariant
|
|
349
|
+
* `oAppData.oSelectionVariant`: An instance of {@link sap.fe.navigation.SelectionVariant}
|
|
350
350
|
* containing only parameters/select options that are related to navigation
|
|
351
351
|
*
|
|
352
352
|
* - `oAppData.selectionVariant`: The navigation-related selection variant as a JSON-formatted string
|
|
353
353
|
* `oAppData.oDefaultedSelectionVariant`: An instance of
|
|
354
|
-
* {@link sap.fe.navigation.SelectionVariant
|
|
354
|
+
* {@link sap.fe.navigation.SelectionVariant} containing only the parameters/select options that are set
|
|
355
355
|
* by user
|
|
356
356
|
* default data
|
|
357
357
|
* `oAppData.bNavSelVarHasDefaultsOnly`: A Boolean flag that indicates whether only defaulted parameters
|
|
@@ -364,11 +364,11 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
364
364
|
* If the navigation-related selection variant is empty, it is replaced by a copy of the defaulted selection
|
|
365
365
|
* variant.
|
|
366
366
|
*
|
|
367
|
-
* The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType
|
|
367
|
+
* The navigation type is an enumeration type of type {@link sap.fe.navigation.NavType} (possible values
|
|
368
368
|
* are
|
|
369
369
|
* initial, URLParams, xAppState, and iAppState).
|
|
370
370
|
*
|
|
371
|
-
* **Note:** If the navigation type is {@link sap.fe.navigation.NavType.iAppState
|
|
371
|
+
* **Note:** If the navigation type is {@link sap.fe.navigation.NavType.iAppState} oAppData has two
|
|
372
372
|
* additional properties
|
|
373
373
|
*
|
|
374
374
|
*
|
|
@@ -380,9 +380,9 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
380
380
|
* `oAppData.oDefaultedSelectionVariant` is an empty selection variant and
|
|
381
381
|
* `oAppData.bNavSelVarHasDefaultsOnly` is `false` in this case.
|
|
382
382
|
*
|
|
383
|
-
* **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial
|
|
383
|
+
* **Note:** If the navigation type is {@link sap.fe.navigation.NavType.initial} oAppData is an empty object!
|
|
384
384
|
*
|
|
385
|
-
* If an error occurs, an error object of type {@link sap.fe.navigation.NavError
|
|
385
|
+
* If an error occurs, an error object of type {@link sap.fe.navigation.NavError}, URL parameters (if available)
|
|
386
386
|
* and the type of navigation are returned.
|
|
387
387
|
*/
|
|
388
388
|
parseNavigation(): JQuery.Promise<any>;
|
|
@@ -417,7 +417,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
417
417
|
* @returns A Promise object to monitor when all actions of the function have been executed; if the execution
|
|
418
418
|
* is successful, the
|
|
419
419
|
* modified oTableEventParameters is returned; if an error occurs, an error object of type
|
|
420
|
-
* {@link sap.fe.navigation.NavError
|
|
420
|
+
* {@link sap.fe.navigation.NavError} is returned
|
|
421
421
|
*/
|
|
422
422
|
processBeforeSmartLinkPopoverOpens(
|
|
423
423
|
/**
|
|
@@ -497,13 +497,12 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
497
497
|
/**
|
|
498
498
|
* Changes the URL according to the current app state and stores the app state for later retrieval.
|
|
499
499
|
*
|
|
500
|
-
* @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync
|
|
500
|
+
* @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
|
|
501
501
|
* instead.
|
|
502
502
|
*
|
|
503
503
|
* @returns A Promise object to monitor when all the actions of the function have been executed; if the
|
|
504
504
|
* execution is successful, the
|
|
505
|
-
* app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError
|
|
506
|
-
* is
|
|
505
|
+
* app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError} is
|
|
507
506
|
* returned
|
|
508
507
|
*/
|
|
509
508
|
storeInnerAppState(
|
|
@@ -524,8 +523,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
524
523
|
*
|
|
525
524
|
* @returns A Promise object to monitor when all the actions of the function have been executed; if the
|
|
526
525
|
* execution is successful, the
|
|
527
|
-
* app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError
|
|
528
|
-
* is
|
|
526
|
+
* app state key is returned; if an error occurs, an object of type {@link sap.fe.navigation.NavError} is
|
|
529
527
|
* returned
|
|
530
528
|
*/
|
|
531
529
|
storeInnerAppStateAsync(
|
|
@@ -548,7 +546,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
548
546
|
/**
|
|
549
547
|
* Changes the URL according to the current app state and stores the app state for later retrieval.
|
|
550
548
|
*
|
|
551
|
-
* @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync
|
|
549
|
+
* @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
|
|
552
550
|
* instead.
|
|
553
551
|
*
|
|
554
552
|
* @returns An object containing the appStateId and a promise object to monitor when all the actions of
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -48177,6 +48177,12 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
48177
48177
|
* The mouse position relative to the top edge of the document.
|
|
48178
48178
|
*/
|
|
48179
48179
|
pageY?: int;
|
|
48180
|
+
|
|
48181
|
+
/**
|
|
48182
|
+
* Indicates whether the connector has a pin icon. This parameter is only valid when the shape is a connector
|
|
48183
|
+
* shape.
|
|
48184
|
+
*/
|
|
48185
|
+
isPinConnector?: boolean;
|
|
48180
48186
|
}
|
|
48181
48187
|
|
|
48182
48188
|
/**
|
package/types/sap.insights.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
@@ -1868,7 +1868,7 @@ declare module "sap/sac/df/model/DataProvider" {
|
|
|
1868
1868
|
/**
|
|
1869
1869
|
* start with auto fetch
|
|
1870
1870
|
*/
|
|
1871
|
-
AutoFetch: boolean
|
|
1871
|
+
AutoFetch: boolean;
|
|
1872
1872
|
};
|
|
1873
1873
|
}
|
|
1874
1874
|
}
|
|
@@ -2089,7 +2089,12 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2089
2089
|
* @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
|
|
2090
2090
|
* with Ok and dynamic filters of the given dimension are updated
|
|
2091
2091
|
*/
|
|
2092
|
-
openValueHelpDialog(
|
|
2092
|
+
openValueHelpDialog(
|
|
2093
|
+
/**
|
|
2094
|
+
* search string
|
|
2095
|
+
*/
|
|
2096
|
+
sSearchString: String
|
|
2097
|
+
): Promise<any>;
|
|
2093
2098
|
/**
|
|
2094
2099
|
* Read hierarchy
|
|
2095
2100
|
*
|
|
@@ -2779,7 +2784,12 @@ declare module "sap/sac/df/model/Variable" {
|
|
|
2779
2784
|
* @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
|
|
2780
2785
|
* with Ok and dynamic filters of the given dimension are updated
|
|
2781
2786
|
*/
|
|
2782
|
-
openValueHelpDialog(
|
|
2787
|
+
openValueHelpDialog(
|
|
2788
|
+
/**
|
|
2789
|
+
* search string
|
|
2790
|
+
*/
|
|
2791
|
+
sSearchString: String
|
|
2792
|
+
): Promise<any>;
|
|
2783
2793
|
/**
|
|
2784
2794
|
* Remove variable filter
|
|
2785
2795
|
*
|
|
@@ -2944,7 +2954,12 @@ declare module "sap/sac/df/model/VariableGroup" {
|
|
|
2944
2954
|
*
|
|
2945
2955
|
* @returns to indicate if the VariableGroup has been updated
|
|
2946
2956
|
*/
|
|
2947
|
-
openValueHelpDialog(
|
|
2957
|
+
openValueHelpDialog(
|
|
2958
|
+
/**
|
|
2959
|
+
* search string
|
|
2960
|
+
*/
|
|
2961
|
+
sSearchString: String
|
|
2962
|
+
): Promise<boolean>;
|
|
2948
2963
|
/**
|
|
2949
2964
|
* Remove variable group filter
|
|
2950
2965
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -517,7 +517,6 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
|
|
|
517
517
|
*
|
|
518
518
|
*
|
|
519
519
|
* @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
|
|
520
|
-
* returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
|
|
521
520
|
*/
|
|
522
521
|
invokeActions(
|
|
523
522
|
/**
|
|
@@ -540,6 +539,16 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
|
|
|
540
539
|
* Determines whether the common or unique changeset gets sent in batch
|
|
541
540
|
*/
|
|
542
541
|
bInvocationGroupingChangeSet?: boolean;
|
|
542
|
+
/**
|
|
543
|
+
* Optional label for the Function Import. * This label is only used when action is invoked in strict mode
|
|
544
|
+
* and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
|
|
545
|
+
* is used as the default label.
|
|
546
|
+
*/
|
|
547
|
+
sLabel?: string;
|
|
548
|
+
/**
|
|
549
|
+
* Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
|
|
550
|
+
*/
|
|
551
|
+
bStrict?: boolean;
|
|
543
552
|
}
|
|
544
553
|
): Promise<any>;
|
|
545
554
|
/**
|
|
@@ -809,7 +818,6 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
|
|
|
809
818
|
*
|
|
810
819
|
*
|
|
811
820
|
* @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
|
|
812
|
-
* returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
|
|
813
821
|
*/
|
|
814
822
|
invokeActions(
|
|
815
823
|
/**
|
|
@@ -832,6 +840,16 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
|
|
|
832
840
|
* Determines whether the common or unique changeset gets sent in batch
|
|
833
841
|
*/
|
|
834
842
|
bInvocationGroupingChangeSet?: boolean;
|
|
843
|
+
/**
|
|
844
|
+
* Optional label for the Function Import. * This label is only used when action is invoked in strict mode
|
|
845
|
+
* and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
|
|
846
|
+
* is used as the default label.
|
|
847
|
+
*/
|
|
848
|
+
sLabel?: string;
|
|
849
|
+
/**
|
|
850
|
+
* Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
|
|
851
|
+
*/
|
|
852
|
+
bStrict?: boolean;
|
|
835
853
|
}
|
|
836
854
|
): Promise<any>;
|
|
837
855
|
/**
|
|
@@ -2396,7 +2414,6 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
|
|
|
2396
2414
|
*
|
|
2397
2415
|
*
|
|
2398
2416
|
* @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
|
|
2399
|
-
* returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
|
|
2400
2417
|
*/
|
|
2401
2418
|
invokeActions(
|
|
2402
2419
|
/**
|
|
@@ -2419,6 +2436,16 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
|
|
|
2419
2436
|
* Determines whether the common or unique changeset gets sent in batch
|
|
2420
2437
|
*/
|
|
2421
2438
|
bInvocationGroupingChangeSet?: boolean;
|
|
2439
|
+
/**
|
|
2440
|
+
* Optional label for the Function Import. * This label is only used when action is invoked in strict mode
|
|
2441
|
+
* and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
|
|
2442
|
+
* is used as the default label.
|
|
2443
|
+
*/
|
|
2444
|
+
sLabel?: string;
|
|
2445
|
+
/**
|
|
2446
|
+
* Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
|
|
2447
|
+
*/
|
|
2448
|
+
bStrict?: boolean;
|
|
2422
2449
|
}
|
|
2423
2450
|
): Promise<any>;
|
|
2424
2451
|
/**
|
|
@@ -3304,7 +3331,6 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
|
|
|
3304
3331
|
*
|
|
3305
3332
|
*
|
|
3306
3333
|
* @returns A `Promise` for asynchronous execution of the action, resolving to the same result as the `Promise`
|
|
3307
|
-
* returned from {@link sap.ui.generic.app.ApplicationController#invokeActions}
|
|
3308
3334
|
*/
|
|
3309
3335
|
invokeActions(
|
|
3310
3336
|
/**
|
|
@@ -3327,6 +3353,16 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
|
|
|
3327
3353
|
* Determines whether the common or unique changeset gets sent in batch
|
|
3328
3354
|
*/
|
|
3329
3355
|
bInvocationGroupingChangeSet?: boolean;
|
|
3356
|
+
/**
|
|
3357
|
+
* Optional label for the Function Import. * This label is only used when action is invoked in strict mode
|
|
3358
|
+
* and HTTP 412 (Precondition Failed) handling is required. * If not provided, the Function Import name
|
|
3359
|
+
* is used as the default label.
|
|
3360
|
+
*/
|
|
3361
|
+
sLabel?: string;
|
|
3362
|
+
/**
|
|
3363
|
+
* Optional flag to indicate whether the action should be invoked in strict mode. Defaults to `false`.
|
|
3364
|
+
*/
|
|
3365
|
+
bStrict?: boolean;
|
|
3330
3366
|
}
|
|
3331
3367
|
): Promise<any>;
|
|
3332
3368
|
/**
|
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -12,10 +12,11 @@ declare module "sap/ui/fl/apply/api/ControlVariantApplyAPI" {
|
|
|
12
12
|
*/
|
|
13
13
|
interface ControlVariantApplyAPI {
|
|
14
14
|
/**
|
|
15
|
-
* Activates the passed variant applicable to the passed control/component.
|
|
16
|
-
*
|
|
17
|
-
* is
|
|
18
|
-
* the
|
|
15
|
+
* Activates the passed variant applicable to the passed control/component. The corresponding variant management
|
|
16
|
+
* control must be available when this function is called. If the variant is not found and the backend supports
|
|
17
|
+
* lazy loading, a backend request is made to fetch the variant. If the flag standardVariant is set to true,
|
|
18
|
+
* the standard variant is activated and the variantReference is ignored: in this scenario, the passed element
|
|
19
|
+
* must be the variant management control.
|
|
19
20
|
*
|
|
20
21
|
*
|
|
21
22
|
* @returns Resolves after the variant is activated or rejects if an error occurs
|
|
@@ -1621,8 +1622,6 @@ declare namespace sap {
|
|
|
1621
1622
|
|
|
1622
1623
|
"sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1623
1624
|
|
|
1624
|
-
"sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
|
|
1625
|
-
|
|
1626
1625
|
"sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined;
|
|
1627
1626
|
|
|
1628
1627
|
"sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
|
|
@@ -1667,6 +1666,8 @@ declare namespace sap {
|
|
|
1667
1666
|
|
|
1668
1667
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1669
1668
|
|
|
1669
|
+
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
1670
|
+
|
|
1670
1671
|
"sap/ui/fl/initial/_internal/Settings": undefined;
|
|
1671
1672
|
|
|
1672
1673
|
"sap/ui/fl/initial/_internal/Storage": undefined;
|