@sapui5/ts-types 1.128.1 → 1.129.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 (67) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +37 -0
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +10 -10
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +116 -30
  13. package/types/sap.fe.navigation.d.ts +9 -2
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +17 -4
  21. package/types/sap.insights.d.ts +7 -1
  22. package/types/sap.m.d.ts +195 -27
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +355 -20
  29. package/types/sap.suite.ui.commons.d.ts +118 -2
  30. package/types/sap.suite.ui.generic.template.d.ts +27 -1
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +1 -1
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +427 -982
  36. package/types/sap.ui.core.d.ts +59 -65
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +7 -1
  39. package/types/sap.ui.fl.d.ts +13 -1
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +37 -1
  43. package/types/sap.ui.layout.d.ts +1 -1
  44. package/types/sap.ui.mdc.d.ts +531 -27
  45. package/types/sap.ui.richtexteditor.d.ts +1 -1
  46. package/types/sap.ui.rta.d.ts +1 -1
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +1 -1
  49. package/types/sap.ui.table.d.ts +71 -18
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +103 -1
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +1 -1
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.ui.webc.common.d.ts +1 -1
  57. package/types/sap.ui.webc.fiori.d.ts +1 -1
  58. package/types/sap.ui.webc.main.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +43 -25
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +1 -1
  63. package/types/sap.viz.d.ts +1 -1
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -663,6 +663,12 @@ declare namespace sap {
663
663
  */
664
664
  protected constructor();
665
665
 
666
+ ActiveDocumentsDirectory: undefined;
667
+
668
+ DocumentsSupportType: undefined;
669
+
670
+ IsBasedOnCDSView: undefined;
671
+
666
672
  /**
667
673
  * Creates a new subclass of class sap.sac.df.model.Documents with name `sClassName` and enriches it with
668
674
  * the information contained in `oClassInfo`.
@@ -708,7 +714,11 @@ declare namespace sap {
708
714
  /**
709
715
  * the content of the document
710
716
  */
711
- sContent: undefined
717
+ sContent: undefined,
718
+ /**
719
+ * properties (ideally as key-value-pair)
720
+ */
721
+ oProperties: undefined
712
722
  ): Promise<object>;
713
723
  /**
714
724
  * Create a document in the document store
@@ -724,7 +734,11 @@ declare namespace sap {
724
734
  /**
725
735
  * the content of the document
726
736
  */
727
- sContent: undefined
737
+ sContent: undefined,
738
+ /**
739
+ * properties (ideally as key-value-pair)
740
+ */
741
+ oProperties: undefined
728
742
  ): Promise<boolean>;
729
743
  /**
730
744
  * Creates a document ID for a data cell in the result set
@@ -842,22 +856,6 @@ declare namespace sap {
842
856
  * @returns if write (create and change) access is supported
843
857
  */
844
858
  supportsWrite(): boolean;
845
- /**
846
- * Update a document in the document store
847
- *
848
- *
849
- * @returns a promise which resolves to true if update operation is successful, otherwise false.
850
- */
851
- updateDocument(
852
- /**
853
- * the document ID
854
- */
855
- sDocumentId: undefined,
856
- /**
857
- * the content of the document
858
- */
859
- sContent: undefined
860
- ): Promise<boolean>;
861
859
  }
862
860
  /**
863
861
  * Grid Object
@@ -969,6 +967,14 @@ declare namespace sap {
969
967
  */
970
968
  mSettings?: object
971
969
  );
970
+ /**
971
+ * Configuration
972
+ */
973
+ Configuration: Record<
974
+ string,
975
+ /* was: sap.sac.df.model.Configuration */ any
976
+ >;
977
+
972
978
  /**
973
979
  * Data Providers
974
980
  */
@@ -1167,6 +1173,13 @@ declare namespace sap {
1167
1173
  */
1168
1174
  oParameters?: object
1169
1175
  ): this;
1176
+ /**
1177
+ * Get configuration
1178
+ *
1179
+ *
1180
+ * @returns Configuration object
1181
+ */
1182
+ getConfiguration(): /* was: sap.sac.df.model.Configuration */ any;
1170
1183
  /**
1171
1184
  * Get a data provider
1172
1185
  *
@@ -1454,7 +1467,7 @@ declare namespace sap {
1454
1467
  *
1455
1468
  * "Name": "",
1456
1469
  * "MergedVariable": { },
1457
- * "Rule: function () {}
1470
+ * "Rule": function () {}
1458
1471
  * ```
1459
1472
  *
1460
1473
  *
@@ -1724,6 +1737,8 @@ declare namespace sap {
1724
1737
  namespace types {
1725
1738
  /**
1726
1739
  * Type of a data source
1740
+ *
1741
+ * @experimental (since 1.89)
1727
1742
  */
1728
1743
  enum DataSourceType {
1729
1744
  /**
@@ -1749,6 +1764,8 @@ declare namespace sap {
1749
1764
  }
1750
1765
  /**
1751
1766
  * Documents support type
1767
+ *
1768
+ * @experimental (since 1.120)
1752
1769
  */
1753
1770
  enum DocumentsSupportType {
1754
1771
  /**
@@ -1770,6 +1787,8 @@ declare namespace sap {
1770
1787
  }
1771
1788
  /**
1772
1789
  * System Type of an InA System
1790
+ *
1791
+ * @experimental (since 1.89)
1773
1792
  */
1774
1793
  enum SystemType {
1775
1794
  /**
@@ -1790,6 +1809,27 @@ declare namespace sap {
1790
1809
  HANA = "HANA",
1791
1810
  }
1792
1811
  }
1812
+ /**
1813
+ * Describes the settings that can be provided to the DesignerPanel constructor.
1814
+ *
1815
+ * @experimental (since 1.129)
1816
+ */
1817
+ interface $DesignerPanelSettings extends sap.ui.core.$ControlSettings {
1818
+ /**
1819
+ * Defines the relative path to visualization of the corresponding data provider in the multidimensional
1820
+ * model.
1821
+ */
1822
+ metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1823
+
1824
+ /**
1825
+ * Hide 'Available Objects' pane upon initial load
1826
+ */
1827
+ hideAvailableObjects?:
1828
+ | boolean
1829
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1830
+ | `{${string}}`;
1831
+ }
1832
+
1793
1833
  /**
1794
1834
  * Describes the settings that can be provided to the FilterBar constructor.
1795
1835
  *
@@ -2072,6 +2112,39 @@ declare namespace sap {
2072
2112
  content?: sap.ui.core.Control;
2073
2113
  }
2074
2114
 
2115
+ /**
2116
+ * Describes the settings that can be provided to the Grid constructor.
2117
+ *
2118
+ * @experimental (since 1.129)
2119
+ */
2120
+ interface $GridSettings extends sap.ui.core.$ControlSettings {
2121
+ /**
2122
+ * Show / hide status bar
2123
+ */
2124
+ showStatusBar?:
2125
+ | boolean
2126
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2127
+ | `{${string}}`;
2128
+
2129
+ /**
2130
+ * Show / hide title
2131
+ */
2132
+ showTitle?:
2133
+ | boolean
2134
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2135
+ | `{${string}}`;
2136
+
2137
+ /**
2138
+ * Title
2139
+ */
2140
+ title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2141
+
2142
+ /**
2143
+ * Defines the relative path to the data provider in the multidimensional model.
2144
+ */
2145
+ metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2146
+ }
2147
+
2075
2148
  /**
2076
2149
  * Parameters of the FlexAnalysis#onCellClick event.
2077
2150
  */
@@ -2082,6 +2155,109 @@ declare namespace sap {
2082
2155
  cellContext?: object;
2083
2156
  }
2084
2157
 
2158
+ /**
2159
+ * DesignerPanel A panel control to design layouts / visualizations
2160
+ *
2161
+ * @experimental (since 1.129)
2162
+ */
2163
+ class DesignerPanel extends sap.ui.core.Control {
2164
+ /**
2165
+ * Constructor for a new `MultiDimDesignerPanel` control.
2166
+ *
2167
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
2168
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2169
+ * of the syntax of the settings object.
2170
+ */
2171
+ constructor();
2172
+
2173
+ /**
2174
+ * Creates a new subclass of class sap.sac.df.DesignerPanel with name `sClassName` and enriches it with
2175
+ * the information contained in `oClassInfo`.
2176
+ *
2177
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
2178
+ *
2179
+ *
2180
+ * @returns Created class / constructor function
2181
+ */
2182
+ static extend<T extends Record<string, unknown>>(
2183
+ /**
2184
+ * Name of the class being created
2185
+ */
2186
+ sClassName: string,
2187
+ /**
2188
+ * Object literal with information about the class
2189
+ */
2190
+ oClassInfo?: sap.ClassInfo<T, sap.sac.df.DesignerPanel>,
2191
+ /**
2192
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2193
+ * used by this class
2194
+ */
2195
+ FNMetaImpl?: Function
2196
+ ): Function;
2197
+ /**
2198
+ * Returns a metadata object for class sap.sac.df.DesignerPanel.
2199
+ *
2200
+ *
2201
+ * @returns Metadata object describing this class
2202
+ */
2203
+ static getMetadata(): sap.ui.core.ElementMetadata;
2204
+ /**
2205
+ * Gets current value of property {@link #getHideAvailableObjects hideAvailableObjects}.
2206
+ *
2207
+ * Hide 'Available Objects' pane upon initial load
2208
+ *
2209
+ * Default value is `false`.
2210
+ *
2211
+ *
2212
+ * @returns Value of property `hideAvailableObjects`
2213
+ */
2214
+ getHideAvailableObjects(): boolean;
2215
+ /**
2216
+ * Gets current value of property {@link #getMetaPath metaPath}.
2217
+ *
2218
+ * Defines the relative path to visualization of the corresponding data provider in the multidimensional
2219
+ * model.
2220
+ *
2221
+ *
2222
+ * @returns Value of property `metaPath`
2223
+ */
2224
+ getMetaPath(): string;
2225
+ /**
2226
+ * Sets a new value for property {@link #getHideAvailableObjects hideAvailableObjects}.
2227
+ *
2228
+ * Hide 'Available Objects' pane upon initial load
2229
+ *
2230
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2231
+ *
2232
+ * Default value is `false`.
2233
+ *
2234
+ *
2235
+ * @returns Reference to `this` in order to allow method chaining
2236
+ */
2237
+ setHideAvailableObjects(
2238
+ /**
2239
+ * New value for property `hideAvailableObjects`
2240
+ */
2241
+ bHideAvailableObjects?: boolean
2242
+ ): this;
2243
+ /**
2244
+ * Sets a new value for property {@link #getMetaPath metaPath}.
2245
+ *
2246
+ * Defines the relative path to visualization of the corresponding data provider in the multidimensional
2247
+ * model.
2248
+ *
2249
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2250
+ *
2251
+ *
2252
+ * @returns Reference to `this` in order to allow method chaining
2253
+ */
2254
+ setMetaPath(
2255
+ /**
2256
+ * New value for property `metaPath`
2257
+ */
2258
+ sMetaPath: string
2259
+ ): this;
2260
+ }
2085
2261
  /**
2086
2262
  * A Filter Bar based on Multidimensional Model
2087
2263
  *
@@ -3493,6 +3669,161 @@ declare namespace sap {
3493
3669
  sTitle: string
3494
3670
  ): this;
3495
3671
  }
3672
+ /**
3673
+ * Grid A grid control for displaying multi-dimensional data
3674
+ *
3675
+ * @experimental (since 1.129)
3676
+ */
3677
+ class Grid extends sap.ui.core.Control {
3678
+ /**
3679
+ * Constructor for a new `Grid` control.
3680
+ *
3681
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3682
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3683
+ * of the syntax of the settings object.
3684
+ */
3685
+ constructor();
3686
+
3687
+ /**
3688
+ * Creates a new subclass of class sap.sac.df.Grid with name `sClassName` and enriches it with the information
3689
+ * contained in `oClassInfo`.
3690
+ *
3691
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
3692
+ *
3693
+ *
3694
+ * @returns Created class / constructor function
3695
+ */
3696
+ static extend<T extends Record<string, unknown>>(
3697
+ /**
3698
+ * Name of the class being created
3699
+ */
3700
+ sClassName: string,
3701
+ /**
3702
+ * Object literal with information about the class
3703
+ */
3704
+ oClassInfo?: sap.ClassInfo<T, sap.sac.df.Grid>,
3705
+ /**
3706
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
3707
+ * used by this class
3708
+ */
3709
+ FNMetaImpl?: Function
3710
+ ): Function;
3711
+ /**
3712
+ * Returns a metadata object for class sap.sac.df.Grid.
3713
+ *
3714
+ *
3715
+ * @returns Metadata object describing this class
3716
+ */
3717
+ static getMetadata(): sap.ui.core.ElementMetadata;
3718
+ /**
3719
+ * Gets current value of property {@link #getMetaPath metaPath}.
3720
+ *
3721
+ * Defines the relative path to the data provider in the multidimensional model.
3722
+ *
3723
+ *
3724
+ * @returns Value of property `metaPath`
3725
+ */
3726
+ getMetaPath(): string;
3727
+ /**
3728
+ * Gets current value of property {@link #getShowStatusBar showStatusBar}.
3729
+ *
3730
+ * Show / hide status bar
3731
+ *
3732
+ * Default value is `false`.
3733
+ *
3734
+ *
3735
+ * @returns Value of property `showStatusBar`
3736
+ */
3737
+ getShowStatusBar(): boolean;
3738
+ /**
3739
+ * Gets current value of property {@link #getShowTitle showTitle}.
3740
+ *
3741
+ * Show / hide title
3742
+ *
3743
+ * Default value is `false`.
3744
+ *
3745
+ *
3746
+ * @returns Value of property `showTitle`
3747
+ */
3748
+ getShowTitle(): boolean;
3749
+ /**
3750
+ * Gets current value of property {@link #getTitle title}.
3751
+ *
3752
+ * Title
3753
+ *
3754
+ *
3755
+ * @returns Value of property `title`
3756
+ */
3757
+ getTitle(): string;
3758
+ /**
3759
+ * Sets a new value for property {@link #getMetaPath metaPath}.
3760
+ *
3761
+ * Defines the relative path to the data provider in the multidimensional model.
3762
+ *
3763
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3764
+ *
3765
+ *
3766
+ * @returns Reference to `this` in order to allow method chaining
3767
+ */
3768
+ setMetaPath(
3769
+ /**
3770
+ * New value for property `metaPath`
3771
+ */
3772
+ sMetaPath: string
3773
+ ): this;
3774
+ /**
3775
+ * Sets a new value for property {@link #getShowStatusBar showStatusBar}.
3776
+ *
3777
+ * Show / hide status bar
3778
+ *
3779
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3780
+ *
3781
+ * Default value is `false`.
3782
+ *
3783
+ *
3784
+ * @returns Reference to `this` in order to allow method chaining
3785
+ */
3786
+ setShowStatusBar(
3787
+ /**
3788
+ * New value for property `showStatusBar`
3789
+ */
3790
+ bShowStatusBar?: boolean
3791
+ ): this;
3792
+ /**
3793
+ * Sets a new value for property {@link #getShowTitle showTitle}.
3794
+ *
3795
+ * Show / hide title
3796
+ *
3797
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3798
+ *
3799
+ * Default value is `false`.
3800
+ *
3801
+ *
3802
+ * @returns Reference to `this` in order to allow method chaining
3803
+ */
3804
+ setShowTitle(
3805
+ /**
3806
+ * New value for property `showTitle`
3807
+ */
3808
+ bShowTitle?: boolean
3809
+ ): this;
3810
+ /**
3811
+ * Sets a new value for property {@link #getTitle title}.
3812
+ *
3813
+ * Title
3814
+ *
3815
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3816
+ *
3817
+ *
3818
+ * @returns Reference to `this` in order to allow method chaining
3819
+ */
3820
+ setTitle(
3821
+ /**
3822
+ * New value for property `title`
3823
+ */
3824
+ sTitle: string
3825
+ ): this;
3826
+ }
3496
3827
 
3497
3828
  /**
3498
3829
  * Event object of the FlexAnalysis#onCellClick event.
@@ -3507,6 +3838,8 @@ declare namespace sap {
3507
3838
  interface IUI5DefineDependencyNames {
3508
3839
  "sap/sac/df/changeHandler/MultiDimModelChangeHandler": undefined;
3509
3840
 
3841
+ "sap/sac/df/DesignerPanel": undefined;
3842
+
3510
3843
  "sap/sac/df/FilterBar": undefined;
3511
3844
 
3512
3845
  "sap/sac/df/FilterField": undefined;
@@ -3517,6 +3850,8 @@ declare namespace sap {
3517
3850
 
3518
3851
  "sap/sac/df/FlexAnalysisPanel": undefined;
3519
3852
 
3853
+ "sap/sac/df/Grid": undefined;
3854
+
3520
3855
  "sap/sac/df/library": undefined;
3521
3856
 
3522
3857
  "sap/sac/df/model/AxesLayout": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -23,7 +23,7 @@ declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
23
23
  /**
24
24
  * Parameter object which contains the information to be shared
25
25
  */
26
- oParams: string
26
+ oParams: object
27
27
  ): Promise<any>;
28
28
  /**
29
29
  * Provides a list of all collaboration options
@@ -160,6 +160,20 @@ declare namespace sap {
160
160
  * @since 1.108
161
161
  */
162
162
  interface ServiceContainer {
163
+ /**
164
+ * Method that returns the collaboration service object as 'active' on the system. Microsoft Teams is supported
165
+ * as a collaboration option and must be enabled using the communication service SAP_COM_0860. The type
166
+ * definition and class are only available internally and are not intended for external consumers.
167
+ *
168
+ *
169
+ * @returns Returns the promise that is resolved to an object containing the helper service and the Collaboration
170
+ * manager service.
171
+ */
172
+ getCollaborationServices(): Promise<{
173
+ oTeamsHelperService: import("sap/suite/ui/commons/collaboration/BaseHelperService").default;
174
+
175
+ oCMHelperService: import("sap/suite/ui/commons/collaboration/BaseHelperService").default;
176
+ }>;
163
177
  /**
164
178
  * Method that returns the collaboration service object as 'active' on the system. Microsoft Teams is supported
165
179
  * as a collaboration option and must be enabled using the communication service SAP_COM_0860. The type
@@ -19155,6 +19169,19 @@ declare namespace sap {
19155
19169
  | sap.ui.base.ManagedObject.PropertyBindingInfo
19156
19170
  | `{${string}}`;
19157
19171
 
19172
+ /**
19173
+ * If set to `true`, the chart and the toolbar are going to be displayed in fullscreen using the browser
19174
+ * fullscreen APIs. In fullscreen mode {@link sap.m.Dialog}, {@link sap.m.Popover}, {@link sap.m.ResponsivePopover }
19175
+ * and {@link sap.m.SelectionDetails} can be displayed over the ChartContainer. In order to display, the
19176
+ * controls are to be added as dependents of the ChartContainer.
19177
+ *
19178
+ * @since 1.129.0
19179
+ */
19180
+ enableBrowserFullScreen?:
19181
+ | boolean
19182
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
19183
+ | `{${string}}`;
19184
+
19158
19185
  /**
19159
19186
  * Dimension Selects.
19160
19187
  */
@@ -27057,6 +27084,21 @@ declare namespace sap {
27057
27084
  * Dimension Selects.
27058
27085
  */
27059
27086
  getDimensionSelectors(): sap.ui.core.Control[];
27087
+ /**
27088
+ * Gets current value of property {@link #getEnableBrowserFullScreen enableBrowserFullScreen}.
27089
+ *
27090
+ * If set to `true`, the chart and the toolbar are going to be displayed in fullscreen using the browser
27091
+ * fullscreen APIs. In fullscreen mode {@link sap.m.Dialog}, {@link sap.m.Popover}, {@link sap.m.ResponsivePopover }
27092
+ * and {@link sap.m.SelectionDetails} can be displayed over the ChartContainer. In order to display, the
27093
+ * controls are to be added as dependents of the ChartContainer.
27094
+ *
27095
+ * Default value is `false`.
27096
+ *
27097
+ * @since 1.129.0
27098
+ *
27099
+ * @returns Value of property `enableBrowserFullScreen`
27100
+ */
27101
+ getEnableBrowserFullScreen(): boolean;
27060
27102
  /**
27061
27103
  * Gets current value of property {@link #getEnableScroll enableScroll}.
27062
27104
  *
@@ -27393,6 +27435,28 @@ declare namespace sap {
27393
27435
  */
27394
27436
  bAutoAdjustHeight?: boolean
27395
27437
  ): this;
27438
+ /**
27439
+ * Sets a new value for property {@link #getEnableBrowserFullScreen enableBrowserFullScreen}.
27440
+ *
27441
+ * If set to `true`, the chart and the toolbar are going to be displayed in fullscreen using the browser
27442
+ * fullscreen APIs. In fullscreen mode {@link sap.m.Dialog}, {@link sap.m.Popover}, {@link sap.m.ResponsivePopover }
27443
+ * and {@link sap.m.SelectionDetails} can be displayed over the ChartContainer. In order to display, the
27444
+ * controls are to be added as dependents of the ChartContainer.
27445
+ *
27446
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27447
+ *
27448
+ * Default value is `false`.
27449
+ *
27450
+ * @since 1.129.0
27451
+ *
27452
+ * @returns Reference to `this` in order to allow method chaining
27453
+ */
27454
+ setEnableBrowserFullScreen(
27455
+ /**
27456
+ * New value for property `enableBrowserFullScreen`
27457
+ */
27458
+ bEnableBrowserFullScreen?: boolean
27459
+ ): this;
27396
27460
  /**
27397
27461
  * Sets a new value for property {@link #getEnableScroll enableScroll}.
27398
27462
  *
@@ -50790,6 +50854,54 @@ declare namespace sap {
50790
50854
  }
50791
50855
  }
50792
50856
 
50857
+ namespace ui {
50858
+ namespace commons {
50859
+ namespace channels {
50860
+ class MessageChannel extends sap.ui.base.Object {
50861
+ /**
50862
+ * Facilitates communication between message providers and consumers in FLP and embedded iframes.
50863
+ */
50864
+ constructor();
50865
+
50866
+ /**
50867
+ * Creates a new subclass of class sap.ui.commons.channels.MessageChannel with name `sClassName` and enriches
50868
+ * it with the information contained in `oClassInfo`.
50869
+ *
50870
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
50871
+ *
50872
+ *
50873
+ * @returns Created class / constructor function
50874
+ */
50875
+ static extend<T extends Record<string, unknown>>(
50876
+ /**
50877
+ * Name of the class being created
50878
+ */
50879
+ sClassName: string,
50880
+ /**
50881
+ * Object literal with information about the class
50882
+ */
50883
+ oClassInfo?: sap.ClassInfo<
50884
+ T,
50885
+ sap.ui.commons.channels.MessageChannel
50886
+ >,
50887
+ /**
50888
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
50889
+ * used by this class
50890
+ */
50891
+ FNMetaImpl?: Function
50892
+ ): Function;
50893
+ /**
50894
+ * Returns a metadata object for class sap.ui.commons.channels.MessageChannel.
50895
+ *
50896
+ *
50897
+ * @returns Metadata object describing this class
50898
+ */
50899
+ static getMetadata(): sap.ui.base.Metadata;
50900
+ }
50901
+ }
50902
+ }
50903
+ }
50904
+
50793
50905
  interface IUI5DefineDependencyNames {
50794
50906
  "sap/suite/ui/commons/AriaProperties": undefined;
50795
50907
 
@@ -50825,8 +50937,12 @@ declare namespace sap {
50825
50937
 
50826
50938
  "sap/suite/ui/commons/collaboration/BaseHelperService": undefined;
50827
50939
 
50940
+ "sap/suite/ui/commons/collaboration/channels/MessageChannel": undefined;
50941
+
50828
50942
  "sap/suite/ui/commons/collaboration/CollaborationHelper": undefined;
50829
50943
 
50944
+ "sap/suite/ui/commons/collaboration/CollaborationManagerService": undefined;
50945
+
50830
50946
  "sap/suite/ui/commons/collaboration/ServiceContainer": undefined;
50831
50947
 
50832
50948
  "sap/suite/ui/commons/collaboration/TeamsHelperService": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.1
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1178,6 +1178,11 @@ declare namespace sap {
1178
1178
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1179
1179
  | `{${string}}`;
1180
1180
 
1181
+ externalNavigationSettings?:
1182
+ | object
1183
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1184
+ | `{${string}}`;
1185
+
1181
1186
  pageDataLoaded?: (oEvent: sap.ui.base.Event) => void;
1182
1187
  }
1183
1188
 
@@ -1370,6 +1375,13 @@ declare namespace sap {
1370
1375
  * @returns Value of property `enableAutoColumnWidthForSmartTable`
1371
1376
  */
1372
1377
  getEnableAutoColumnWidthForSmartTable(): boolean;
1378
+ /**
1379
+ * Gets current value of property {@link #getExternalNavigationSettings externalNavigationSettings}.
1380
+ *
1381
+ *
1382
+ * @returns Value of property `externalNavigationSettings`
1383
+ */
1384
+ getExternalNavigationSettings(): object;
1373
1385
  /**
1374
1386
  * Gets current value of property {@link #getFlexibleColumnLayout flexibleColumnLayout}.
1375
1387
  *
@@ -1534,6 +1546,20 @@ declare namespace sap {
1534
1546
  */
1535
1547
  bEnableAutoColumnWidthForSmartTable?: boolean
1536
1548
  ): this;
1549
+ /**
1550
+ * Sets a new value for property {@link #getExternalNavigationSettings externalNavigationSettings}.
1551
+ *
1552
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1553
+ *
1554
+ *
1555
+ * @returns Reference to `this` in order to allow method chaining
1556
+ */
1557
+ setExternalNavigationSettings(
1558
+ /**
1559
+ * New value for property `externalNavigationSettings`
1560
+ */
1561
+ oExternalNavigationSettings?: object
1562
+ ): this;
1537
1563
  /**
1538
1564
  * Sets a new value for property {@link #getFlexibleColumnLayout flexibleColumnLayout}.
1539
1565
  *