@sapui5/types 1.124.0 → 1.124.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 (53) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.f.d.ts +1 -1
  4. package/types/sap.fe.core.d.ts +1 -1
  5. package/types/sap.fe.macros.d.ts +13 -1
  6. package/types/sap.fe.navigation.d.ts +1 -1
  7. package/types/sap.fe.placeholder.d.ts +1 -1
  8. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.fe.tools.d.ts +1 -1
  12. package/types/sap.insights.d.ts +1 -1
  13. package/types/sap.m.d.ts +1 -1
  14. package/types/sap.makit.d.ts +1 -1
  15. package/types/sap.me.d.ts +1 -1
  16. package/types/sap.ndc.d.ts +1 -1
  17. package/types/sap.ovp.d.ts +1 -1
  18. package/types/sap.sac.df.d.ts +28 -234
  19. package/types/sap.suite.ui.commons.d.ts +7 -3
  20. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.tnt.d.ts +1 -1
  23. package/types/sap.ui.codeeditor.d.ts +1 -1
  24. package/types/sap.ui.commons.d.ts +1 -1
  25. package/types/sap.ui.comp.d.ts +1 -1
  26. package/types/sap.ui.core.d.ts +1 -1
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +1 -1
  29. package/types/sap.ui.fl.d.ts +1 -1
  30. package/types/sap.ui.generic.app.d.ts +1 -1
  31. package/types/sap.ui.generic.template.d.ts +1 -1
  32. package/types/sap.ui.integration.d.ts +1 -1
  33. package/types/sap.ui.layout.d.ts +1 -1
  34. package/types/sap.ui.mdc.d.ts +4 -4
  35. package/types/sap.ui.richtexteditor.d.ts +1 -1
  36. package/types/sap.ui.rta.d.ts +1 -1
  37. package/types/sap.ui.suite.d.ts +1 -1
  38. package/types/sap.ui.support.d.ts +1 -1
  39. package/types/sap.ui.table.d.ts +1 -1
  40. package/types/sap.ui.testrecorder.d.ts +1 -1
  41. package/types/sap.ui.unified.d.ts +1 -1
  42. package/types/sap.ui.ux3.d.ts +1 -1
  43. package/types/sap.ui.webc.common.d.ts +1 -1
  44. package/types/sap.ui.webc.fiori.d.ts +169 -1
  45. package/types/sap.ui.webc.main.d.ts +493 -1
  46. package/types/sap.uiext.inbox.d.ts +1 -1
  47. package/types/sap.ushell.d.ts +1 -1
  48. package/types/sap.ushell_abap.d.ts +1 -1
  49. package/types/sap.uxap.d.ts +1 -1
  50. package/types/sap.viz.d.ts +1 -1
  51. package/types/sap.zen.commons.d.ts +1 -1
  52. package/types/sap.zen.crosstab.d.ts +1 -1
  53. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.124.0",
3
+ "version": "1.124.1",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/fe/macros/CollectionBindingInfo" {
4
4
  import Filter from "sap/ui/model/Filter";
@@ -903,6 +903,12 @@ declare module "sap/fe/macros/field/Field" {
903
903
  * objects.
904
904
  */
905
905
  semanticObject?: string | PropertyBindingInfo;
906
+
907
+ /**
908
+ * This is used to optionally provide an external value that comes from a different model than the oData
909
+ * model
910
+ */
911
+ value?: string | PropertyBindingInfo;
906
912
  }
907
913
 
908
914
  /**
@@ -1135,6 +1141,12 @@ declare module "sap/fe/macros/field/FieldAPI" {
1135
1141
  * objects.
1136
1142
  */
1137
1143
  semanticObject?: string | PropertyBindingInfo;
1144
+
1145
+ /**
1146
+ * This is used to optionally provide an external value that comes from a different model than the oData
1147
+ * model
1148
+ */
1149
+ value?: string | PropertyBindingInfo;
1138
1150
  }
1139
1151
 
1140
1152
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/fe/plugins/managecache/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4
 
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.4
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -12,8 +12,8 @@ declare module "sap/sac/df/changeHandler/MultiDimModelChangeHandler" {
12
12
  /**
13
13
  * Control to handle changes of {@link sap.sac.df.model.MultiDimModel }. To store the changes in {@link sap.ui.fl.variants.VariantManagement }
14
14
  * you need to include this change handler control as a dependent somewhere in the view tree for which the
15
- * variant management is responsible. Each time the event `requestCompleted` is fired a new change will
16
- * be created. The method `registerMultiDimModel` needs to be called once to register the {@link sap.sac.df.model.MultiDimModel }
15
+ * variant management is responsible. Each time new data is fetched and the event `dataLoaded` is fired
16
+ * a new change will be created. The method `dataLoaded` needs to be called once to register the {@link sap.sac.df.model.MultiDimModel }
17
17
  * to the change handler.
18
18
  *
19
19
  * @since 1.120
@@ -2037,12 +2037,7 @@ declare module "sap/sac/df/model/DataProvider" {
2037
2037
  *
2038
2038
  * @returns Promise with reference to this in order to allow method chaining
2039
2039
  */
2040
- getResultSet(
2041
- /**
2042
- * Enforce result set update
2043
- */
2044
- bEnforceDataUpdate?: boolean
2045
- ): Promise<this>;
2040
+ getResultSet(): Promise<this>;
2046
2041
  /**
2047
2042
  * Get the scaling factor of a measure or cell
2048
2043
  *
@@ -2338,11 +2333,7 @@ declare module "sap/sac/df/model/Dimension" {
2338
2333
  /**
2339
2334
  * a member filter object
2340
2335
  */
2341
- oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
2342
- /**
2343
- * If true, the result set is invalidated and must be refreshed
2344
- */
2345
- bInvalidateDataProvider: boolean
2336
+ oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
2346
2337
  ): this;
2347
2338
  /**
2348
2339
  * Add a member filter by its key
@@ -2354,11 +2345,7 @@ declare module "sap/sac/df/model/Dimension" {
2354
2345
  /**
2355
2346
  * (internal) key of a dimension member
2356
2347
  */
2357
- sKey: string,
2358
- /**
2359
- * If true, the result set is invalidated and must be refreshed
2360
- */
2361
- bInvalidateDataProvider: boolean
2348
+ sKey: string
2362
2349
  ): this;
2363
2350
  /**
2364
2351
  * Clear the filter of a dimension
@@ -2366,12 +2353,7 @@ declare module "sap/sac/df/model/Dimension" {
2366
2353
  *
2367
2354
  * @returns Reference to this in order to allow method chaining
2368
2355
  */
2369
- clearMemberFilter(
2370
- /**
2371
- * If true, the result set is invalidated and must be refreshed
2372
- */
2373
- bInvalidateDataProvider: boolean
2374
- ): this;
2356
+ clearMemberFilter(): this;
2375
2357
  /**
2376
2358
  * Get effective dimension filters
2377
2359
  *
@@ -2407,12 +2389,7 @@ declare module "sap/sac/df/model/Dimension" {
2407
2389
  * @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
2408
2390
  * with Ok and dynamic filters of the given dimension are updated
2409
2391
  */
2410
- openValueHelpDialog(
2411
- /**
2412
- * If true, the result set is invalidated and must be refreshed
2413
- */
2414
- bInvalidateDataProvider: boolean
2415
- ): Promise<any>;
2392
+ openValueHelpDialog(): Promise<any>;
2416
2393
  /**
2417
2394
  * Set Display Hierarchy
2418
2395
  *
@@ -2442,11 +2419,7 @@ declare module "sap/sac/df/model/Dimension" {
2442
2419
  /**
2443
2420
  * a member filter object
2444
2421
  */
2445
- oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
2446
- /**
2447
- * If true, the result set is invalidated and must be refreshed
2448
- */
2449
- bInvalidateDataProvider: boolean
2422
+ oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
2450
2423
  ): this;
2451
2424
  /**
2452
2425
  * Remove a member filter by its key
@@ -2458,45 +2431,8 @@ declare module "sap/sac/df/model/Dimension" {
2458
2431
  /**
2459
2432
  * (internal) key of a dimension member
2460
2433
  */
2461
- sKey: string,
2462
- /**
2463
- * If true, the result set is invalidated and must be refreshed
2464
- */
2465
- bInvalidateDataProvider: boolean
2434
+ sKey: string
2466
2435
  ): this;
2467
- /**
2468
- * Performs the search for a given value
2469
- *
2470
- *
2471
- * @returns array of found member filters
2472
- */
2473
- searchMember(
2474
- /**
2475
- * string to search for
2476
- */
2477
- sSearchString: string,
2478
- /**
2479
- * if a fuzzy search is performed
2480
- */
2481
- bFuzzy: boolean,
2482
- /**
2483
- * if to search in text/description (default true)
2484
- */
2485
- bText: boolean,
2486
- /**
2487
- * if to search in key/id (default true)
2488
- */
2489
- bKey: boolean,
2490
- /**
2491
- * maximal number of search results (default 1)
2492
- */
2493
- iMaxNumberOfResults: int,
2494
- /**
2495
- * if to provide the parents of the search result for hierarchical variables (only relevant if iMaxNumberOfResults
2496
- * is set)
2497
- */
2498
- bRequestParents: boolean
2499
- ): Promise</* was: sap.sac.df.MemberFilter */ any[]>;
2500
2436
  /**
2501
2437
  * Set Display Hierarchy
2502
2438
  *
@@ -2527,11 +2463,7 @@ declare module "sap/sac/df/model/Dimension" {
2527
2463
  /**
2528
2464
  * array of member filters
2529
2465
  */
2530
- aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[],
2531
- /**
2532
- * If true, the result set is invalidated and must be refreshed
2533
- */
2534
- bInvalidateDataProvider: boolean
2466
+ aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[]
2535
2467
  ): this;
2536
2468
  /**
2537
2469
  * Set a member filter by its key
@@ -2543,11 +2475,7 @@ declare module "sap/sac/df/model/Dimension" {
2543
2475
  /**
2544
2476
  * (internal) key of a dimension member
2545
2477
  */
2546
- sKey: string,
2547
- /**
2548
- * If true, the result set is invalidated and must be refreshed
2549
- */
2550
- bInvalidateDataProvider: boolean
2478
+ sKey: string
2551
2479
  ): this;
2552
2480
  /**
2553
2481
  * Sort the members of a dimension
@@ -3422,11 +3350,7 @@ declare module "sap/sac/df/model/Variable" {
3422
3350
  /**
3423
3351
  * a member filter object
3424
3352
  */
3425
- oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
3426
- /**
3427
- * If true, the result set is invalidated and must be refreshed
3428
- */
3429
- bInvalidateDataProvider: boolean
3353
+ oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
3430
3354
  ): this;
3431
3355
  /**
3432
3356
  * Add a member filter by its key
@@ -3438,11 +3362,7 @@ declare module "sap/sac/df/model/Variable" {
3438
3362
  /**
3439
3363
  * (internal) key of a dimension member
3440
3364
  */
3441
- sKey: string,
3442
- /**
3443
- * If true, the result set is invalidated and must be refreshed
3444
- */
3445
- bInvalidateDataProvider: boolean
3365
+ sKey: string
3446
3366
  ): this;
3447
3367
  /**
3448
3368
  * Clear variable filter
@@ -3450,12 +3370,7 @@ declare module "sap/sac/df/model/Variable" {
3450
3370
  *
3451
3371
  * @returns Reference to this in order to allow method chaining
3452
3372
  */
3453
- clearMemberFilter(
3454
- /**
3455
- * If true, the result set is invalidated and must be refreshed
3456
- */
3457
- bInvalidateDataProvider: boolean
3458
- ): this;
3373
+ clearMemberFilter(): this;
3459
3374
  /**
3460
3375
  * Get effective variable filters
3461
3376
  *
@@ -3470,12 +3385,7 @@ declare module "sap/sac/df/model/Variable" {
3470
3385
  * @returns resolving to a boolean which is false when the dialog is cancelled and true if is was closed
3471
3386
  * with Ok and dynamic filters of the given dimension are updated
3472
3387
  */
3473
- openValueHelpDialog(
3474
- /**
3475
- * If true, the result set is invalidated and must be refreshed
3476
- */
3477
- bInvalidateDataProvider: boolean
3478
- ): Promise<any>;
3388
+ openValueHelpDialog(): Promise<any>;
3479
3389
  /**
3480
3390
  * Remove variable filter
3481
3391
  *
@@ -3486,11 +3396,7 @@ declare module "sap/sac/df/model/Variable" {
3486
3396
  /**
3487
3397
  * a member filter object
3488
3398
  */
3489
- oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
3490
- /**
3491
- * If true, the result set is invalidated and must be refreshed
3492
- */
3493
- bInvalidateDataProvider: boolean
3399
+ oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
3494
3400
  ): this;
3495
3401
  /**
3496
3402
  * Remove a member filter by its key
@@ -3502,45 +3408,8 @@ declare module "sap/sac/df/model/Variable" {
3502
3408
  /**
3503
3409
  * (internal) key of a dimension member
3504
3410
  */
3505
- sKey: string,
3506
- /**
3507
- * If true, the result set is invalidated and must be refreshed
3508
- */
3509
- bInvalidateDataProvider: boolean
3411
+ sKey: string
3510
3412
  ): this;
3511
- /**
3512
- * Performs the search for a given value
3513
- *
3514
- *
3515
- * @returns array of found member filters
3516
- */
3517
- searchMember(
3518
- /**
3519
- * string to search for
3520
- */
3521
- sSearchString: string,
3522
- /**
3523
- * if a fuzzy search is performed
3524
- */
3525
- bFuzzy: boolean,
3526
- /**
3527
- * if to search in text/description (default true)
3528
- */
3529
- bText: boolean,
3530
- /**
3531
- * if to search in key/id (default true)
3532
- */
3533
- bKey: boolean,
3534
- /**
3535
- * maximal number of search results (default 1)
3536
- */
3537
- iMaxNumberOfResults: int,
3538
- /**
3539
- * if to provide the parents of the search result for hierarchical variables (only relevant if iMaxNumberOfResults
3540
- * is set)
3541
- */
3542
- bRequestParents: boolean
3543
- ): Promise</* was: sap.sac.df.MemberFilter */ any[]>;
3544
3413
  /**
3545
3414
  * Set variable filters
3546
3415
  *
@@ -3551,11 +3420,7 @@ declare module "sap/sac/df/model/Variable" {
3551
3420
  /**
3552
3421
  * array of member filters
3553
3422
  */
3554
- aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[],
3555
- /**
3556
- * If true, the result set is invalidated and must be refreshed
3557
- */
3558
- bInvalidateDataProvider: boolean
3423
+ aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[]
3559
3424
  ): this;
3560
3425
  /**
3561
3426
  * Set a member filter by its key
@@ -3567,11 +3432,7 @@ declare module "sap/sac/df/model/Variable" {
3567
3432
  /**
3568
3433
  * (internal) key of a dimension member
3569
3434
  */
3570
- sKey: string,
3571
- /**
3572
- * If true, the result set is invalidated and must be refreshed
3573
- */
3574
- bInvalidateDataProvider: boolean
3435
+ sKey: string
3575
3436
  ): this;
3576
3437
  }
3577
3438
  }
@@ -3654,11 +3515,7 @@ declare module "sap/sac/df/model/VariableGroup" {
3654
3515
  /**
3655
3516
  * a member filter object
3656
3517
  */
3657
- oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
3658
- /**
3659
- * If true, the result set is invalidated and must be refreshed
3660
- */
3661
- bInvalidateDataProvider: boolean
3518
+ oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
3662
3519
  ): this;
3663
3520
  /**
3664
3521
  * Add a member filter by its key
@@ -3670,11 +3527,7 @@ declare module "sap/sac/df/model/VariableGroup" {
3670
3527
  /**
3671
3528
  * (internal) key of a dimension member
3672
3529
  */
3673
- sKey: string,
3674
- /**
3675
- * If true, the result set is invalidated and must be refreshed
3676
- */
3677
- bInvalidateDataProvider: boolean
3530
+ sKey: string
3678
3531
  ): this;
3679
3532
  /**
3680
3533
  * Clear variable group filter
@@ -3682,12 +3535,7 @@ declare module "sap/sac/df/model/VariableGroup" {
3682
3535
  *
3683
3536
  * @returns Reference to this in order to allow method chaining
3684
3537
  */
3685
- clearMemberFilter(
3686
- /**
3687
- * If true, the result set is invalidated and must be refreshed
3688
- */
3689
- bInvalidateDataProvider: boolean
3690
- ): this;
3538
+ clearMemberFilter(): this;
3691
3539
  /**
3692
3540
  * Get effective variable group filters
3693
3541
  *
@@ -3703,12 +3551,7 @@ declare module "sap/sac/df/model/VariableGroup" {
3703
3551
  *
3704
3552
  * @returns to indicate if the VariableGroup has been updated
3705
3553
  */
3706
- openValueHelpDialog(
3707
- /**
3708
- * If true, the result set is invalidated and must be refreshed
3709
- */
3710
- bInvalidateDataProvider: boolean
3711
- ): Promise<boolean>;
3554
+ openValueHelpDialog(): Promise<boolean>;
3712
3555
  /**
3713
3556
  * Remove variable group filter
3714
3557
  *
@@ -3719,11 +3562,7 @@ declare module "sap/sac/df/model/VariableGroup" {
3719
3562
  /**
3720
3563
  * a member filter object
3721
3564
  */
3722
- oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any,
3723
- /**
3724
- * If true, the result set is invalidated and must be refreshed
3725
- */
3726
- bInvalidateDataProvider: boolean
3565
+ oMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any
3727
3566
  ): this;
3728
3567
  /**
3729
3568
  * Remove a member filter by its key
@@ -3735,45 +3574,8 @@ declare module "sap/sac/df/model/VariableGroup" {
3735
3574
  /**
3736
3575
  * (internal) key of a dimension member
3737
3576
  */
3738
- sKey: string,
3739
- /**
3740
- * If true, the result set is invalidated and must be refreshed
3741
- */
3742
- bInvalidateDataProvider: boolean
3577
+ sKey: string
3743
3578
  ): this;
3744
- /**
3745
- * Performs the search in values of a given Variable
3746
- *
3747
- *
3748
- * @returns array with found values
3749
- */
3750
- searchMember(
3751
- /**
3752
- * string to search for
3753
- */
3754
- sSearchString: string,
3755
- /**
3756
- * if a fuzzy search is performed
3757
- */
3758
- bFuzzy: boolean,
3759
- /**
3760
- * if to search in text/description (default true)
3761
- */
3762
- bText: boolean,
3763
- /**
3764
- * if to search in key/id (default true)
3765
- */
3766
- bKey: boolean,
3767
- /**
3768
- * maximal number of search results (default 1)
3769
- */
3770
- iMaxNumberOfResults: int,
3771
- /**
3772
- * if to provide the parents of the search result for hierarchical variables (only relevant if iMaxNumberOfResults
3773
- * is set)
3774
- */
3775
- bRequestParents: boolean
3776
- ): Promise</* was: sap.sac.df.model.MemberFilter */ any[]>;
3777
3579
  /**
3778
3580
  * Set variable group filters
3779
3581
  *
@@ -3784,11 +3586,7 @@ declare module "sap/sac/df/model/VariableGroup" {
3784
3586
  /**
3785
3587
  * array of member filters
3786
3588
  */
3787
- aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[],
3788
- /**
3789
- * If true, the result set is invalidated and must be refreshed
3790
- */
3791
- bInvalidateDataProvider: boolean
3589
+ aMemberFilter: /* was: sap.sac.df.model.MemberFilter */ any[]
3792
3590
  ): undefined;
3793
3591
  /**
3794
3592
  * Set a member filter by its key
@@ -3800,11 +3598,7 @@ declare module "sap/sac/df/model/VariableGroup" {
3800
3598
  /**
3801
3599
  * (internal) key of a dimension member
3802
3600
  */
3803
- sKey: string,
3804
- /**
3805
- * If true, the result set is invalidated and must be refreshed
3806
- */
3807
- bInvalidateDataProvider: boolean
3601
+ sKey: string
3808
3602
  ): this;
3809
3603
  }
3810
3604
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -14,11 +14,15 @@ declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
14
14
  *
15
15
  * @returns Instance of the contact quick view providing the data for the collaboration functionality
16
16
  */
17
- enableMinimalContactsCollaboration(
17
+ enableContactsCollaboration(
18
18
  /**
19
19
  * Provides the email of the contact to be used for the communication using Microsoft Teams
20
20
  */
21
- sEmail: string
21
+ sEmail: string,
22
+ /**
23
+ * Parameter object which contains the information to be shared
24
+ */
25
+ oParams: string
22
26
  ): object;
23
27
  /**
24
28
  * Provides a list of all collaboration options
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.124.0
282
+ // For Library Version: 1.124.1
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.124.0
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**