@sapui5/ts-types 1.133.0 → 1.134.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.
- package/package.json +1 -1
- 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.cux.home.d.ts +0 -14
- package/types/sap.esh.search.ui.d.ts +7 -1
- package/types/sap.f.d.ts +49 -8
- 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 +25 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +55 -62
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +187 -128
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +641 -74
- 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 +360 -89
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +53 -30
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +105 -7
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +11 -30
- package/types/sap.ui.core.d.ts +351 -55
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- 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 -3
- package/types/sap.ui.layout.d.ts +2 -2
- package/types/sap.ui.mdc.d.ts +227 -11
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +79 -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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +41 -47
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +325 -4
- package/types/sap.ui.vk.d.ts +4 -4
- 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 +36 -4
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +7 -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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -706,6 +706,22 @@ declare namespace sap {
|
|
|
706
706
|
*/
|
|
707
707
|
fnFunction: Function
|
|
708
708
|
): void;
|
|
709
|
+
/**
|
|
710
|
+
* Returns a communication object for storing and accessing custom state information within the current
|
|
711
|
+
* app.
|
|
712
|
+
*
|
|
713
|
+
* - If `iLevel` is `0`, it returns a global communication object shared across components. - If `iLevel`
|
|
714
|
+
* is `1`, it returns a local communication object specific to the current canvas component.
|
|
715
|
+
*
|
|
716
|
+
*
|
|
717
|
+
* @returns The communication object.
|
|
718
|
+
*/
|
|
719
|
+
getCommunicationObject(
|
|
720
|
+
/**
|
|
721
|
+
* The scope level of the communication object (0 for global, 1 for local).
|
|
722
|
+
*/
|
|
723
|
+
iLevel: number
|
|
724
|
+
): object;
|
|
709
725
|
/**
|
|
710
726
|
* Get the Flexible Column Layout Action Buttons (Fullscreen, Exit Fullscreen and Close). Note that the
|
|
711
727
|
* usage of the Flexible Column Layout Action Buttons must have been switched on in the settings of the
|
|
@@ -1809,6 +1825,14 @@ declare namespace sap {
|
|
|
1809
1825
|
*/
|
|
1810
1826
|
oControl: sap.ui.core.Control
|
|
1811
1827
|
): void;
|
|
1828
|
+
/**
|
|
1829
|
+
* Returns the global communication object for storing and accessing custom state information within the
|
|
1830
|
+
* current app. This object can be used across components to share state information.
|
|
1831
|
+
*
|
|
1832
|
+
*
|
|
1833
|
+
* @returns The communication object.
|
|
1834
|
+
*/
|
|
1835
|
+
getCommunicationObject(): object;
|
|
1812
1836
|
/**
|
|
1813
1837
|
* Get the navigation controller for navigation actions
|
|
1814
1838
|
*
|
|
@@ -1817,11 +1841,10 @@ declare namespace sap {
|
|
|
1817
1841
|
*/
|
|
1818
1842
|
getNavigationController(): sap.suite.ui.generic.template.extensionAPI.NavigationController;
|
|
1819
1843
|
/**
|
|
1820
|
-
* If
|
|
1844
|
+
* If multi view table is enabled, this function returns the selected variant's key.
|
|
1821
1845
|
*
|
|
1822
|
-
* @experimental
|
|
1823
1846
|
*
|
|
1824
|
-
* @returns The
|
|
1847
|
+
* @returns The currently selected variant key on the table.
|
|
1825
1848
|
*/
|
|
1826
1849
|
getQuickVariantSelectionKey(): string;
|
|
1827
1850
|
/**
|
|
@@ -1996,13 +2019,11 @@ declare namespace sap {
|
|
|
1996
2019
|
onClose?: Function
|
|
1997
2020
|
): void;
|
|
1998
2021
|
/**
|
|
1999
|
-
* If
|
|
2000
|
-
*
|
|
2001
|
-
* @experimental
|
|
2022
|
+
* If multi view table is enabled, this function switches the table's view to given variant key.
|
|
2002
2023
|
*/
|
|
2003
2024
|
setQuickVariantSelectionKey(
|
|
2004
2025
|
/**
|
|
2005
|
-
* The
|
|
2026
|
+
* The table variant key to be selected.
|
|
2006
2027
|
*/
|
|
2007
2028
|
sKey: string
|
|
2008
2029
|
): void;
|
|
@@ -2630,34 +2651,31 @@ declare namespace sap {
|
|
|
2630
2651
|
fnFunction: Function
|
|
2631
2652
|
): void;
|
|
2632
2653
|
/**
|
|
2633
|
-
*
|
|
2654
|
+
* Cancels the draft. Note that this method only works when you are on the root of a draft. The normal navigation
|
|
2634
2655
|
* which follows the cancellation of a draft is executed. Moreover, note that executing this method will
|
|
2635
2656
|
* set the App to be busy. However, it does not ensure, that the method is only called, when the App is
|
|
2636
2657
|
* currently unbusy. If you want to ensure that, you have to use {@link sap.suite.ui.generic.template.ObjectPage.extensionAPI.ExtensionAPI#securedExecution}.
|
|
2637
2658
|
*
|
|
2638
|
-
* @experimental
|
|
2639
2659
|
*
|
|
2640
|
-
* @returns
|
|
2660
|
+
* @returns A promise that is resolved when the draft is cancelled, rejected when it is not possible.
|
|
2641
2661
|
*/
|
|
2642
|
-
discardDraft():
|
|
2662
|
+
discardDraft(): Promise<void>;
|
|
2643
2663
|
/**
|
|
2644
|
-
*
|
|
2645
|
-
* changes in the model those pending changes are sent as a patch request with the side effect batch request.
|
|
2646
|
-
* If no source property and no source entity is passed a global side effect is executed
|
|
2647
|
-
*
|
|
2648
|
-
* @experimental
|
|
2664
|
+
* Checks if side effects exist for the given properties or entities and executes them. If there are pending
|
|
2665
|
+
* changes in the model, those pending changes are sent as a patch request with the side effect batch request.
|
|
2666
|
+
* If no source property and no source entity is passed, a global side effect is executed.
|
|
2649
2667
|
*/
|
|
2650
2668
|
executeSideEffects(
|
|
2651
2669
|
/**
|
|
2652
|
-
*
|
|
2670
|
+
* Object containing any of the following properties:
|
|
2653
2671
|
*/
|
|
2654
2672
|
oSideEffects?: {
|
|
2655
2673
|
/**
|
|
2656
|
-
*
|
|
2674
|
+
* Array with property paths
|
|
2657
2675
|
*/
|
|
2658
2676
|
sourceProperties: any[];
|
|
2659
2677
|
/**
|
|
2660
|
-
*
|
|
2678
|
+
* Array with navigation property paths
|
|
2661
2679
|
*/
|
|
2662
2680
|
sourceEntities: any[];
|
|
2663
2681
|
}
|
|
@@ -2755,6 +2773,14 @@ declare namespace sap {
|
|
|
2755
2773
|
*/
|
|
2756
2774
|
fnFunction: Function
|
|
2757
2775
|
): void;
|
|
2776
|
+
/**
|
|
2777
|
+
* Returns the global communication object for storing and accessing custom state information within the
|
|
2778
|
+
* current app. This object can be used across components to share state information.
|
|
2779
|
+
*
|
|
2780
|
+
*
|
|
2781
|
+
* @returns The communication object.
|
|
2782
|
+
*/
|
|
2783
|
+
getCommunicationObject(): object;
|
|
2758
2784
|
/**
|
|
2759
2785
|
* Get the navigation controller for navigation actions
|
|
2760
2786
|
*
|
|
@@ -2763,15 +2789,14 @@ declare namespace sap {
|
|
|
2763
2789
|
*/
|
|
2764
2790
|
getNavigationController(): sap.suite.ui.generic.template.extensionAPI.NavigationController;
|
|
2765
2791
|
/**
|
|
2766
|
-
*
|
|
2792
|
+
* Returns the currently selected variant key on the table in the given object page section.
|
|
2767
2793
|
*
|
|
2768
|
-
* @experimental
|
|
2769
2794
|
*
|
|
2770
|
-
* @returns The
|
|
2795
|
+
* @returns The currently selected variant key on the table.
|
|
2771
2796
|
*/
|
|
2772
2797
|
getQuickVariantSelectionKey(
|
|
2773
2798
|
/**
|
|
2774
|
-
*
|
|
2799
|
+
* The object page section id in which the table is present.
|
|
2775
2800
|
*/
|
|
2776
2801
|
sSectionKey: string
|
|
2777
2802
|
): string;
|
|
@@ -3011,19 +3036,17 @@ declare namespace sap {
|
|
|
3011
3036
|
onClose?: Function
|
|
3012
3037
|
): void;
|
|
3013
3038
|
/**
|
|
3014
|
-
*
|
|
3015
|
-
*
|
|
3016
|
-
* @experimental
|
|
3039
|
+
* Switches the table's view to the given variant key.
|
|
3017
3040
|
*/
|
|
3018
3041
|
setQuickVariantSelectionKey(
|
|
3019
3042
|
/**
|
|
3020
|
-
*
|
|
3043
|
+
* The object page section id in which the table is present.
|
|
3021
3044
|
*/
|
|
3022
3045
|
sSectionKey: string,
|
|
3023
3046
|
/**
|
|
3024
|
-
* The
|
|
3047
|
+
* The table variant key to be selected.
|
|
3025
3048
|
*/
|
|
3026
|
-
|
|
3049
|
+
sVariantKey: string
|
|
3027
3050
|
): void;
|
|
3028
3051
|
}
|
|
3029
3052
|
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -185,8 +185,17 @@ declare namespace sap {
|
|
|
185
185
|
| `{${string}}`;
|
|
186
186
|
|
|
187
187
|
/**
|
|
188
|
-
* Specifies if the item can be selected.
|
|
189
|
-
*
|
|
188
|
+
* Specifies if the item can be selected. By default all items are selectable.
|
|
189
|
+
*
|
|
190
|
+
* When a parent item's `selectable` property is set to `false`, selecting it will only expand or collapse
|
|
191
|
+
* its sub-items.
|
|
192
|
+
*
|
|
193
|
+
* To improve user experience do not mix selectable parent items with not selectable parent items within
|
|
194
|
+
* a single side navigation.
|
|
195
|
+
*
|
|
196
|
+
* **Guidelines:**
|
|
197
|
+
* - External links should not be selectable.
|
|
198
|
+
* - Items that trigger actions (with design "Action") should not be selectable.
|
|
190
199
|
*
|
|
191
200
|
* @since 1.116
|
|
192
201
|
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
@@ -332,6 +341,19 @@ declare namespace sap {
|
|
|
332
341
|
*/
|
|
333
342
|
ariaLabel?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
334
343
|
|
|
344
|
+
/**
|
|
345
|
+
* Specifies whether the control should have own container styling, such as a box-shadow and border, or
|
|
346
|
+
* not. **Note:** This property has to be set to `Plain` when the control is used inside a `sap.m.ResponsivePopover`
|
|
347
|
+
* to achieve a Side Navigation Overlay Mode.
|
|
348
|
+
*
|
|
349
|
+
* @since 1.134
|
|
350
|
+
* @experimental
|
|
351
|
+
*/
|
|
352
|
+
design?:
|
|
353
|
+
| sap.tnt.SideNavigationDesign
|
|
354
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
355
|
+
| `{${string}}`;
|
|
356
|
+
|
|
335
357
|
/**
|
|
336
358
|
* Defines the content inside the flexible part.
|
|
337
359
|
*/
|
|
@@ -1561,8 +1583,17 @@ declare namespace sap {
|
|
|
1561
1583
|
/**
|
|
1562
1584
|
* Gets current value of property {@link #getSelectable selectable}.
|
|
1563
1585
|
*
|
|
1564
|
-
* Specifies if the item can be selected.
|
|
1565
|
-
*
|
|
1586
|
+
* Specifies if the item can be selected. By default all items are selectable.
|
|
1587
|
+
*
|
|
1588
|
+
* When a parent item's `selectable` property is set to `false`, selecting it will only expand or collapse
|
|
1589
|
+
* its sub-items.
|
|
1590
|
+
*
|
|
1591
|
+
* To improve user experience do not mix selectable parent items with not selectable parent items within
|
|
1592
|
+
* a single side navigation.
|
|
1593
|
+
*
|
|
1594
|
+
* **Guidelines:**
|
|
1595
|
+
* - External links should not be selectable.
|
|
1596
|
+
* - Items that trigger actions (with design "Action") should not be selectable.
|
|
1566
1597
|
*
|
|
1567
1598
|
* Default value is `true`.
|
|
1568
1599
|
*
|
|
@@ -1728,8 +1759,17 @@ declare namespace sap {
|
|
|
1728
1759
|
/**
|
|
1729
1760
|
* Sets a new value for property {@link #getSelectable selectable}.
|
|
1730
1761
|
*
|
|
1731
|
-
* Specifies if the item can be selected.
|
|
1732
|
-
*
|
|
1762
|
+
* Specifies if the item can be selected. By default all items are selectable.
|
|
1763
|
+
*
|
|
1764
|
+
* When a parent item's `selectable` property is set to `false`, selecting it will only expand or collapse
|
|
1765
|
+
* its sub-items.
|
|
1766
|
+
*
|
|
1767
|
+
* To improve user experience do not mix selectable parent items with not selectable parent items within
|
|
1768
|
+
* a single side navigation.
|
|
1769
|
+
*
|
|
1770
|
+
* **Guidelines:**
|
|
1771
|
+
* - External links should not be selectable.
|
|
1772
|
+
* - Items that trigger actions (with design "Action") should not be selectable.
|
|
1733
1773
|
*
|
|
1734
1774
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1735
1775
|
*
|
|
@@ -2044,6 +2084,9 @@ declare namespace sap {
|
|
|
2044
2084
|
* - The flexible part adapts its size to the fixed one.
|
|
2045
2085
|
* - The flexible part has a scrollbar when the content is larger than the available space. **Note:**
|
|
2046
2086
|
* In order for the `SideNavigation` to stretch properly, its parent layout control should only be the `sap.tnt.ToolPage`.
|
|
2087
|
+
* **Note:** If used outside the intended parent layout `sap.tnt.ToolPage`, for example inside a `sap.m.ResponsivePopover`
|
|
2088
|
+
* to achieve a Side Navigation Overlay Mode, the application developer should set the `design` property
|
|
2089
|
+
* to `Plain`.
|
|
2047
2090
|
*
|
|
2048
2091
|
* @since 1.34
|
|
2049
2092
|
*/
|
|
@@ -2235,6 +2278,21 @@ declare namespace sap {
|
|
|
2235
2278
|
* @returns Value of property `ariaLabel`
|
|
2236
2279
|
*/
|
|
2237
2280
|
getAriaLabel(): string;
|
|
2281
|
+
/**
|
|
2282
|
+
* Gets current value of property {@link #getDesign design}.
|
|
2283
|
+
*
|
|
2284
|
+
* Specifies whether the control should have own container styling, such as a box-shadow and border, or
|
|
2285
|
+
* not. **Note:** This property has to be set to `Plain` when the control is used inside a `sap.m.ResponsivePopover`
|
|
2286
|
+
* to achieve a Side Navigation Overlay Mode.
|
|
2287
|
+
*
|
|
2288
|
+
* Default value is `Decorated`.
|
|
2289
|
+
*
|
|
2290
|
+
* @since 1.134
|
|
2291
|
+
* @experimental
|
|
2292
|
+
*
|
|
2293
|
+
* @returns Value of property `design`
|
|
2294
|
+
*/
|
|
2295
|
+
getDesign(): sap.tnt.SideNavigationDesign;
|
|
2238
2296
|
/**
|
|
2239
2297
|
* Gets current value of property {@link #getExpanded expanded}.
|
|
2240
2298
|
*
|
|
@@ -2313,6 +2371,28 @@ declare namespace sap {
|
|
|
2313
2371
|
*/
|
|
2314
2372
|
sAriaLabel?: string
|
|
2315
2373
|
): this;
|
|
2374
|
+
/**
|
|
2375
|
+
* Sets a new value for property {@link #getDesign design}.
|
|
2376
|
+
*
|
|
2377
|
+
* Specifies whether the control should have own container styling, such as a box-shadow and border, or
|
|
2378
|
+
* not. **Note:** This property has to be set to `Plain` when the control is used inside a `sap.m.ResponsivePopover`
|
|
2379
|
+
* to achieve a Side Navigation Overlay Mode.
|
|
2380
|
+
*
|
|
2381
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2382
|
+
*
|
|
2383
|
+
* Default value is `Decorated`.
|
|
2384
|
+
*
|
|
2385
|
+
* @since 1.134
|
|
2386
|
+
* @experimental
|
|
2387
|
+
*
|
|
2388
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2389
|
+
*/
|
|
2390
|
+
setDesign(
|
|
2391
|
+
/**
|
|
2392
|
+
* New value for property `design`
|
|
2393
|
+
*/
|
|
2394
|
+
sDesign?: sap.tnt.SideNavigationDesign
|
|
2395
|
+
): this;
|
|
2316
2396
|
/**
|
|
2317
2397
|
* Sets if the control is in expanded or collapsed mode.
|
|
2318
2398
|
*
|
|
@@ -3112,6 +3192,24 @@ declare namespace sap {
|
|
|
3112
3192
|
*/
|
|
3113
3193
|
Narrow = "Narrow",
|
|
3114
3194
|
}
|
|
3195
|
+
/**
|
|
3196
|
+
* Available options for the Side Navigation design.
|
|
3197
|
+
*
|
|
3198
|
+
* This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'SideNavigationDesign'.
|
|
3199
|
+
*
|
|
3200
|
+
* @since 1.134.0
|
|
3201
|
+
* @experimental Behavior might change.
|
|
3202
|
+
*/
|
|
3203
|
+
enum SideNavigationDesign {
|
|
3204
|
+
/**
|
|
3205
|
+
* Side Navigation has a shadow and border.
|
|
3206
|
+
*/
|
|
3207
|
+
Decorated = "Decorated",
|
|
3208
|
+
/**
|
|
3209
|
+
* Side Navigation without any shadow or border.
|
|
3210
|
+
*/
|
|
3211
|
+
Plain = "Plain",
|
|
3212
|
+
}
|
|
3115
3213
|
/**
|
|
3116
3214
|
* Event object of the NavigationList#itemSelect event.
|
|
3117
3215
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -92,12 +92,13 @@ declare namespace sap {
|
|
|
92
92
|
/**
|
|
93
93
|
* Sets the editor color theme. Possible values are:
|
|
94
94
|
* - default: best fitting to the current UI5 theme
|
|
95
|
-
* - any light theme from the list: chrome, clouds, crimson_editor, dawn, dreamweaver, eclipse,
|
|
96
|
-
* iplastic, solarized_light, textmate, tomorrow, xcode, kuroir, katzenmilch, sqlserver
|
|
95
|
+
* - any light theme from the list: chrome, clouds, crimson_editor, dawn, dreamweaver, eclipse, github_light_default,
|
|
96
|
+
* github, iplastic, solarized_light, textmate, tomorrow, xcode, kuroir, katzenmilch, sqlserver, cloud_editor
|
|
97
|
+
*
|
|
97
98
|
* - any dark theme from the list: hcb, hcb_bright, hcb_blue, ambiance, chaos, clouds_midnight, dracula,
|
|
98
99
|
* cobalt, gruvbox, gob, idle_fingers, kr_theme, merbivore, merbivore_soft, mono_industrial, monokai, nord_dark,
|
|
99
100
|
* one_dark, pastel_on_dark, solarized_dark, terminal, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright,
|
|
100
|
-
* tomorrow_night_eighties, twilight, vibrant_ink, github_dark
|
|
101
|
+
* tomorrow_night_eighties, twilight, vibrant_ink, github_dark, cloud_editor_dark
|
|
101
102
|
*/
|
|
102
103
|
colorTheme?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
103
104
|
|
|
@@ -409,12 +410,13 @@ declare namespace sap {
|
|
|
409
410
|
*
|
|
410
411
|
* Sets the editor color theme. Possible values are:
|
|
411
412
|
* - default: best fitting to the current UI5 theme
|
|
412
|
-
* - any light theme from the list: chrome, clouds, crimson_editor, dawn, dreamweaver, eclipse,
|
|
413
|
-
* iplastic, solarized_light, textmate, tomorrow, xcode, kuroir, katzenmilch, sqlserver
|
|
413
|
+
* - any light theme from the list: chrome, clouds, crimson_editor, dawn, dreamweaver, eclipse, github_light_default,
|
|
414
|
+
* github, iplastic, solarized_light, textmate, tomorrow, xcode, kuroir, katzenmilch, sqlserver, cloud_editor
|
|
415
|
+
*
|
|
414
416
|
* - any dark theme from the list: hcb, hcb_bright, hcb_blue, ambiance, chaos, clouds_midnight, dracula,
|
|
415
417
|
* cobalt, gruvbox, gob, idle_fingers, kr_theme, merbivore, merbivore_soft, mono_industrial, monokai, nord_dark,
|
|
416
418
|
* one_dark, pastel_on_dark, solarized_dark, terminal, tomorrow_night, tomorrow_night_blue, tomorrow_night_bright,
|
|
417
|
-
* tomorrow_night_eighties, twilight, vibrant_ink, github_dark
|
|
419
|
+
* tomorrow_night_eighties, twilight, vibrant_ink, github_dark, cloud_editor_dark
|
|
418
420
|
*
|
|
419
421
|
* Default value is `"default"`.
|
|
420
422
|
*
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -8423,29 +8423,6 @@ declare namespace sap {
|
|
|
8423
8423
|
*/
|
|
8424
8424
|
fnNavigationTargetsObtainedCallback: Function
|
|
8425
8425
|
): this;
|
|
8426
|
-
/**
|
|
8427
|
-
* Sets a new value for property {@link #getPrefetchNavigationTargets prefetchNavigationTargets}.
|
|
8428
|
-
*
|
|
8429
|
-
* If set to `true`, the SemanticObjectController will retrieve all navigation targets once and will disable
|
|
8430
|
-
* links for which no targets were found. Setting this value to `true` will trigger an additional roundtrip.
|
|
8431
|
-
*
|
|
8432
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8433
|
-
*
|
|
8434
|
-
* Default value is `false`.
|
|
8435
|
-
*
|
|
8436
|
-
* @since 1.28.0
|
|
8437
|
-
* @deprecated As of version 1.42.0. The property `prefetchNavigationTargets` is obsolete as navigation
|
|
8438
|
-
* targets are determined automatically. The SmartLink controls are re-rendered as soon as the asynchronous
|
|
8439
|
-
* determination of navigation targets has been completed.
|
|
8440
|
-
*
|
|
8441
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
8442
|
-
*/
|
|
8443
|
-
setPrefetchNavigationTargets(
|
|
8444
|
-
/**
|
|
8445
|
-
* New value for property `prefetchNavigationTargets`
|
|
8446
|
-
*/
|
|
8447
|
-
bPrefetchNavigationTargets?: boolean
|
|
8448
|
-
): this;
|
|
8449
8426
|
/**
|
|
8450
8427
|
* Sets a new value for property {@link #getReplaceSmartLinkNavigationTargetsObtained replaceSmartLinkNavigationTargetsObtained}.
|
|
8451
8428
|
*
|
|
@@ -33227,10 +33204,12 @@ declare namespace sap {
|
|
|
33227
33204
|
* Returns the internally used table control. Depending on the concrete scenario, the return type is a `sap.m.Table`,
|
|
33228
33205
|
* `sap.ui.table.Table`, `sap.ui.table.TreeTable`, or `sap.ui.table.AnalyticalTable`.
|
|
33229
33206
|
*
|
|
33207
|
+
* If the internal table has not been initialized, the function returns `undefined`.
|
|
33230
33208
|
*
|
|
33231
|
-
*
|
|
33209
|
+
*
|
|
33210
|
+
* @returns The table instance or undefined
|
|
33232
33211
|
*/
|
|
33233
|
-
getTable(): sap.ui.core.Control;
|
|
33212
|
+
getTable(): sap.ui.core.Control | undefined;
|
|
33234
33213
|
/**
|
|
33235
33214
|
* Gets current value of property {@link #getTableBindingPath tableBindingPath}.
|
|
33236
33215
|
*
|
|
@@ -35093,8 +35072,8 @@ declare namespace sap {
|
|
|
35093
35072
|
* by the control and is populated via the SAP Flexibility service.
|
|
35094
35073
|
*/
|
|
35095
35074
|
variantItems?:
|
|
35096
|
-
| sap.
|
|
35097
|
-
| sap.
|
|
35075
|
+
| sap.m.VariantItem[]
|
|
35076
|
+
| sap.m.VariantItem
|
|
35098
35077
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
35099
35078
|
| `{${string}}`;
|
|
35100
35079
|
|
|
@@ -37086,7 +37065,7 @@ declare namespace sap {
|
|
|
37086
37065
|
*/
|
|
37087
37066
|
getVariants(): any[];
|
|
37088
37067
|
/**
|
|
37089
|
-
* Checks for the provided `sap.
|
|
37068
|
+
* Checks for the provided `sap.m.VariantItem` in the aggregation {@link #getVariantItems variantItems}.
|
|
37090
37069
|
* and returns its index if found or -1 otherwise.
|
|
37091
37070
|
*
|
|
37092
37071
|
*
|
|
@@ -37096,7 +37075,7 @@ declare namespace sap {
|
|
|
37096
37075
|
/**
|
|
37097
37076
|
* The variantItem whose index is looked for
|
|
37098
37077
|
*/
|
|
37099
|
-
oVariantItem: sap.
|
|
37078
|
+
oVariantItem: sap.m.VariantItem
|
|
37100
37079
|
): int;
|
|
37101
37080
|
/**
|
|
37102
37081
|
* Removes all the controls in the association named {@link #getFor for}.
|
|
@@ -42633,6 +42612,8 @@ declare namespace sap {
|
|
|
42633
42612
|
|
|
42634
42613
|
"sap/ui/comp/config/FilterControlConfiguration": undefined;
|
|
42635
42614
|
|
|
42615
|
+
"sap/ui/comp/delegates/FlexibilityDelegate": undefined;
|
|
42616
|
+
|
|
42636
42617
|
"sap/ui/comp/filterbar/FilterBar": undefined;
|
|
42637
42618
|
|
|
42638
42619
|
"sap/ui/comp/filterbar/FilterGroupItem": undefined;
|