@sapui5/ts-types-esm 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 +53 -9
- 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 +64 -58
- 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 +192 -136
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +629 -77
- 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 -98
- 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 +107 -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 +9 -28
- package/types/sap.ui.core.d.ts +46779 -46490
- 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 +4 -2
- package/types/sap.ui.mdc.d.ts +227 -12
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +76 -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 +335 -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 +41 -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
package/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.cux.home.d.ts
CHANGED
|
@@ -819,13 +819,6 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
819
819
|
settings?: /* was: sap.cux.home.BaseNewsPanel.$BaseNewsPanelSettings */ any
|
|
820
820
|
);
|
|
821
821
|
|
|
822
|
-
/**
|
|
823
|
-
* Gets current value of property customFeedKey.
|
|
824
|
-
*
|
|
825
|
-
*
|
|
826
|
-
* @returns Value of property `customFeedKey`
|
|
827
|
-
*/
|
|
828
|
-
getCustomFeedKey(): string;
|
|
829
822
|
/**
|
|
830
823
|
* Gets current value of property type.
|
|
831
824
|
*
|
|
@@ -840,13 +833,6 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
840
833
|
* @returns Value of property `url`
|
|
841
834
|
*/
|
|
842
835
|
getUrl(): string;
|
|
843
|
-
/**
|
|
844
|
-
* Gets current value of property customFeedKey.
|
|
845
|
-
*
|
|
846
|
-
*
|
|
847
|
-
* @returns Value of property `customFeedKey`
|
|
848
|
-
*/
|
|
849
|
-
setCustomFeedKey(): string;
|
|
850
836
|
/**
|
|
851
837
|
* Gets current value of property type.
|
|
852
838
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
4
4
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
@@ -509,6 +509,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
509
509
|
* Default value is `false`.
|
|
510
510
|
*
|
|
511
511
|
* @since 1.113.0
|
|
512
|
+
* @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
|
|
513
|
+
* by the end user.
|
|
512
514
|
*
|
|
513
515
|
* @returns Value of property `displayFacetPanelInCaseOfNoResults`
|
|
514
516
|
*/
|
|
@@ -1073,6 +1075,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1073
1075
|
* Default value is `false`.
|
|
1074
1076
|
*
|
|
1075
1077
|
* @since 1.113.0
|
|
1078
|
+
* @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
|
|
1079
|
+
* by the end user.
|
|
1076
1080
|
*
|
|
1077
1081
|
* @returns Reference to `this` in order to allow method chaining
|
|
1078
1082
|
*/
|
|
@@ -2020,6 +2024,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
2020
2024
|
* When set to true the facet panel is displayed also in case there are no search results.
|
|
2021
2025
|
*
|
|
2022
2026
|
* @since 1.113.0
|
|
2027
|
+
* @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
|
|
2028
|
+
* by the end user.
|
|
2023
2029
|
*/
|
|
2024
2030
|
displayFacetPanelInCaseOfNoResults?:
|
|
2025
2031
|
| boolean
|
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -167,6 +167,26 @@ declare module "sap/f/library" {
|
|
|
167
167
|
__implements__sap_f_IDynamicPageStickyContent: boolean;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
+
/**
|
|
171
|
+
* Interface for controls suitable for the `items` aggregation of `{@link sap.f.GridContainer}`.
|
|
172
|
+
*
|
|
173
|
+
* Classes implementing this interface should use the accessibility role provided by the `sap.f.IGridContainerItem.getGridItemRole`
|
|
174
|
+
* method.
|
|
175
|
+
*
|
|
176
|
+
* @since 1.134
|
|
177
|
+
*/
|
|
178
|
+
export interface IGridContainerItem {
|
|
179
|
+
__implements__sap_f_IGridContainerItem: boolean;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Returns the accessibility role for the `sap.f.GridContainer` item.
|
|
183
|
+
*
|
|
184
|
+
*
|
|
185
|
+
* @returns The accessibility role for the `sap.f.GridContainer` item
|
|
186
|
+
*/
|
|
187
|
+
getGridItemRole(): string;
|
|
188
|
+
}
|
|
189
|
+
|
|
170
190
|
/**
|
|
171
191
|
* Available `Illustration` sizes for the {@link sap.f.IllustratedMessage} control.
|
|
172
192
|
*
|
|
@@ -1459,7 +1479,7 @@ declare module "sap/f/Card" {
|
|
|
1459
1479
|
declare module "sap/f/CardBase" {
|
|
1460
1480
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
1461
1481
|
|
|
1462
|
-
import { ICard, cards } from "sap/f/library";
|
|
1482
|
+
import { ICard, IGridContainerItem, cards } from "sap/f/library";
|
|
1463
1483
|
|
|
1464
1484
|
import { IBadge } from "sap/m/library";
|
|
1465
1485
|
|
|
@@ -1474,9 +1494,13 @@ declare module "sap/f/CardBase" {
|
|
|
1474
1494
|
/**
|
|
1475
1495
|
* A base class for controls that represent a container with a predefined header and content.
|
|
1476
1496
|
*/
|
|
1477
|
-
export default class CardBase
|
|
1497
|
+
export default class CardBase
|
|
1498
|
+
extends Control
|
|
1499
|
+
implements ICard, IBadge, IGridContainerItem
|
|
1500
|
+
{
|
|
1478
1501
|
__implements__sap_f_ICard: boolean;
|
|
1479
1502
|
__implements__sap_m_IBadge: boolean;
|
|
1503
|
+
__implements__sap_f_IGridContainerItem: boolean;
|
|
1480
1504
|
/**
|
|
1481
1505
|
* Constructor for a new `CardBase`.
|
|
1482
1506
|
*
|
|
@@ -1545,7 +1569,8 @@ declare module "sap/f/CardBase" {
|
|
|
1545
1569
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1546
1570
|
* otherwise it will be bound to this `sap.f.CardBase` itself.
|
|
1547
1571
|
*
|
|
1548
|
-
* Fired when action is added on card level. Note
|
|
1572
|
+
* Fired when action is added on card level. *Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`
|
|
1573
|
+
* or the control is placed inside a `sap.f.GridContainer`.
|
|
1549
1574
|
*
|
|
1550
1575
|
* @experimental As of version 1.131.
|
|
1551
1576
|
*
|
|
@@ -1572,7 +1597,8 @@ declare module "sap/f/CardBase" {
|
|
|
1572
1597
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1573
1598
|
* otherwise it will be bound to this `sap.f.CardBase` itself.
|
|
1574
1599
|
*
|
|
1575
|
-
* Fired when action is added on card level. Note
|
|
1600
|
+
* Fired when action is added on card level. *Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`
|
|
1601
|
+
* or the control is placed inside a `sap.f.GridContainer`.
|
|
1576
1602
|
*
|
|
1577
1603
|
* @experimental As of version 1.131.
|
|
1578
1604
|
*
|
|
@@ -1629,6 +1655,13 @@ declare module "sap/f/CardBase" {
|
|
|
1629
1655
|
* @returns Returns the DOM Element that should get the focus
|
|
1630
1656
|
*/
|
|
1631
1657
|
getFocusDomRef(): Element;
|
|
1658
|
+
/**
|
|
1659
|
+
* Returns the accessibility role for the `sap.f.GridContainer` item.
|
|
1660
|
+
*
|
|
1661
|
+
*
|
|
1662
|
+
* @returns The accessibility role for the `sap.f.GridContainer` item
|
|
1663
|
+
*/
|
|
1664
|
+
getGridItemRole(): string;
|
|
1632
1665
|
/**
|
|
1633
1666
|
* Gets current value of property {@link #getHeight height}.
|
|
1634
1667
|
*
|
|
@@ -1643,7 +1676,8 @@ declare module "sap/f/CardBase" {
|
|
|
1643
1676
|
/**
|
|
1644
1677
|
* Gets current value of property {@link #getSemanticRole semanticRole}.
|
|
1645
1678
|
*
|
|
1646
|
-
* Defines the role of the
|
|
1679
|
+
* Defines the accessibility role of the control. *Note:** When the control is placed inside a `sap.f.GridContainer`,
|
|
1680
|
+
* its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
|
|
1647
1681
|
*
|
|
1648
1682
|
* Default value is `Region`.
|
|
1649
1683
|
*
|
|
@@ -1684,7 +1718,8 @@ declare module "sap/f/CardBase" {
|
|
|
1684
1718
|
/**
|
|
1685
1719
|
* Sets a new value for property {@link #getSemanticRole semanticRole}.
|
|
1686
1720
|
*
|
|
1687
|
-
* Defines the role of the
|
|
1721
|
+
* Defines the accessibility role of the control. *Note:** When the control is placed inside a `sap.f.GridContainer`,
|
|
1722
|
+
* its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
|
|
1688
1723
|
*
|
|
1689
1724
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1690
1725
|
*
|
|
@@ -1734,7 +1769,10 @@ declare module "sap/f/CardBase" {
|
|
|
1734
1769
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
1735
1770
|
|
|
1736
1771
|
/**
|
|
1737
|
-
* Defines the role of the
|
|
1772
|
+
* Defines the accessibility role of the control.
|
|
1773
|
+
*
|
|
1774
|
+
* **Note:** When the control is placed inside a `sap.f.GridContainer`, its accessibility role is overridden
|
|
1775
|
+
* by the accessibility role specified by the `sap.f.GridContainer`.
|
|
1738
1776
|
*
|
|
1739
1777
|
* @experimental As of version 1.131.
|
|
1740
1778
|
*/
|
|
@@ -1744,7 +1782,10 @@ declare module "sap/f/CardBase" {
|
|
|
1744
1782
|
| `{${string}}`;
|
|
1745
1783
|
|
|
1746
1784
|
/**
|
|
1747
|
-
* Fired when action is added on card level.
|
|
1785
|
+
* Fired when action is added on card level.
|
|
1786
|
+
*
|
|
1787
|
+
* **Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem` or the control is
|
|
1788
|
+
* placed inside a `sap.f.GridContainer`.
|
|
1748
1789
|
*
|
|
1749
1790
|
* @experimental As of version 1.131.
|
|
1750
1791
|
*/
|
|
@@ -11815,6 +11856,9 @@ declare module "sap/f/GridContainer" {
|
|
|
11815
11856
|
* All rows have the same height and all columns have the same width. Their sizes can be configured with
|
|
11816
11857
|
* the use of the `layout` aggregation and `{@link sap.f.GridContainerSettings}`.
|
|
11817
11858
|
*
|
|
11859
|
+
* **Note:** To ensure better keyboard and accessibility support, child items should implement `sap.f.IGridContainerItem`
|
|
11860
|
+
* interface.
|
|
11861
|
+
*
|
|
11818
11862
|
* Usage:
|
|
11819
11863
|
*
|
|
11820
11864
|
* When to use
|
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -139,6 +139,8 @@ declare module "sap/fe/core/ExtensionAPI" {
|
|
|
139
139
|
|
|
140
140
|
import Context1 from "sap/ui/model/odata/v4/Context";
|
|
141
141
|
|
|
142
|
+
import { WatcherCallback } from "sap/fe/core/controls/DataWatcher";
|
|
143
|
+
|
|
142
144
|
/**
|
|
143
145
|
* Common Extension API for all pages of SAP Fiori elements for OData V4.
|
|
144
146
|
* To correctly integrate your app extension coding with SAP Fiori elements, use only the extensionAPI of
|
|
@@ -297,6 +299,19 @@ declare module "sap/fe/core/ExtensionAPI" {
|
|
|
297
299
|
* @returns A promise that resolves with the new app state object.
|
|
298
300
|
*/
|
|
299
301
|
updateAppState(): Promise<object | void>;
|
|
302
|
+
/**
|
|
303
|
+
* Watch a property from the main page context and trigger a callback when the value changes.
|
|
304
|
+
*/
|
|
305
|
+
watchProperty(
|
|
306
|
+
/**
|
|
307
|
+
* The name of the property to watch
|
|
308
|
+
*/
|
|
309
|
+
propertyName: string,
|
|
310
|
+
/**
|
|
311
|
+
* The callback to trigger when the value changes
|
|
312
|
+
*/
|
|
313
|
+
callback: WatcherCallback
|
|
314
|
+
): void;
|
|
300
315
|
}
|
|
301
316
|
}
|
|
302
317
|
|
|
@@ -1483,8 +1498,6 @@ declare module "sap/fe/core/controllerextensions/ViewState" {
|
|
|
1483
1498
|
): void;
|
|
1484
1499
|
/**
|
|
1485
1500
|
* Retrieve the view state of this extensions view.
|
|
1486
|
-
* When this function is called more than once before finishing, all but the final response will resolve
|
|
1487
|
-
* to `undefined`.
|
|
1488
1501
|
*
|
|
1489
1502
|
*
|
|
1490
1503
|
* @returns A promise resolving the view state
|
|
@@ -1514,6 +1527,13 @@ declare module "sap/fe/core/controllerextensions/ViewState" {
|
|
|
1514
1527
|
};
|
|
1515
1528
|
}
|
|
1516
1529
|
|
|
1530
|
+
declare module "sap/fe/core/controls/DataWatcher" {
|
|
1531
|
+
/**
|
|
1532
|
+
* A callback function that is called when the value of the watched property changes.
|
|
1533
|
+
*/
|
|
1534
|
+
export type WatcherCallback = {};
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1517
1537
|
declare module "sap/fe/core/fpm/Component" {
|
|
1518
1538
|
import AppComponent from "sap/fe/core/AppComponent";
|
|
1519
1539
|
|
|
@@ -1610,6 +1630,8 @@ declare namespace sap {
|
|
|
1610
1630
|
|
|
1611
1631
|
"sap/fe/core/controllerextensions/ViewState": undefined;
|
|
1612
1632
|
|
|
1633
|
+
"sap/fe/core/controls/DataWatcher": undefined;
|
|
1634
|
+
|
|
1613
1635
|
"sap/fe/core/ExtensionAPI": undefined;
|
|
1614
1636
|
|
|
1615
1637
|
"sap/fe/core/fpm/Component": undefined;
|
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -670,6 +670,52 @@ declare module "sap/fe/macros/RichTextEditorWithMetadata" {
|
|
|
670
670
|
}
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
+
declare module "sap/fe/macros/Share" {
|
|
674
|
+
import {
|
|
675
|
+
default as BuildingBlock,
|
|
676
|
+
$BuildingBlockSettings,
|
|
677
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
678
|
+
|
|
679
|
+
import ShareOptions from "sap/fe/macros/share/ShareOptions";
|
|
680
|
+
|
|
681
|
+
/**
|
|
682
|
+
* Building block used to create the ‘Share’ functionality.
|
|
683
|
+
*
|
|
684
|
+
*
|
|
685
|
+
* Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with
|
|
686
|
+
* SAP Jam.
|
|
687
|
+
*
|
|
688
|
+
*
|
|
689
|
+
* If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then
|
|
690
|
+
* the 'Save as Tile' option is not visible.
|
|
691
|
+
*
|
|
692
|
+
* Usage example:
|
|
693
|
+
*
|
|
694
|
+
* ```javascript
|
|
695
|
+
*
|
|
696
|
+
* <macros:Share
|
|
697
|
+
* id="someID"
|
|
698
|
+
* visible="true"
|
|
699
|
+
* />
|
|
700
|
+
* ```
|
|
701
|
+
*
|
|
702
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/features/shareDefault Overview of Building Blocks}
|
|
703
|
+
*
|
|
704
|
+
*
|
|
705
|
+
* @since 1.93.0
|
|
706
|
+
*/
|
|
707
|
+
export default class Share extends BuildingBlock {}
|
|
708
|
+
/**
|
|
709
|
+
* Describes the settings that can be provided to the Share constructor.
|
|
710
|
+
*/
|
|
711
|
+
export interface $ShareSettings extends $BuildingBlockSettings {
|
|
712
|
+
/**
|
|
713
|
+
* Supported Share options {@link sap.fe.macros.share.ShareOptions }.
|
|
714
|
+
*/
|
|
715
|
+
shareOptions?: ShareOptions;
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
|
|
673
719
|
declare module "sap/fe/macros/VariantManagement" {
|
|
674
720
|
import {
|
|
675
721
|
default as BuildingBlock,
|
|
@@ -863,7 +909,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
863
909
|
* usage.
|
|
864
910
|
*
|
|
865
911
|
*
|
|
866
|
-
* @deprecated As of version
|
|
912
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart } instead
|
|
867
913
|
* @experimental
|
|
868
914
|
*/
|
|
869
915
|
export default class Chart extends Control {
|
|
@@ -1053,7 +1099,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1053
1099
|
/**
|
|
1054
1100
|
* Describes the settings that can be provided to the Chart constructor.
|
|
1055
1101
|
*
|
|
1056
|
-
* @deprecated As of version
|
|
1102
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart } instead
|
|
1057
1103
|
* @experimental
|
|
1058
1104
|
*/
|
|
1059
1105
|
export interface $ChartSettings extends $ControlSettings {
|
|
@@ -1298,7 +1344,7 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1298
1344
|
*
|
|
1299
1345
|
* @returns The current value of the field
|
|
1300
1346
|
*/
|
|
1301
|
-
getValue(): boolean | string | undefined;
|
|
1347
|
+
getValue(): boolean | float | string | undefined;
|
|
1302
1348
|
/**
|
|
1303
1349
|
* Removes a message from the field.
|
|
1304
1350
|
*/
|
|
@@ -1475,7 +1521,7 @@ declare module "sap/fe/macros/field/FieldAPI" {
|
|
|
1475
1521
|
*
|
|
1476
1522
|
* @returns The current value of the field
|
|
1477
1523
|
*/
|
|
1478
|
-
getValue(): boolean | string | undefined;
|
|
1524
|
+
getValue(): boolean | float | string | undefined;
|
|
1479
1525
|
/**
|
|
1480
1526
|
* Removes a message from the field.
|
|
1481
1527
|
*/
|
|
@@ -1996,13 +2042,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
1996
2042
|
* <macros:FilterBar id="MyFilterBar" metaPath="@com.sap.vocabularies.UI.v1.SelectionFields" />
|
|
1997
2043
|
* ```
|
|
1998
2044
|
*/
|
|
1999
|
-
export default class FilterBar
|
|
2000
|
-
extends MacroAPI
|
|
2001
|
-
implements
|
|
2002
|
-
/* was: sap.fe.core.controllerextensions.viewState.IViewStateContributor */ Object
|
|
2003
|
-
{
|
|
2004
|
-
__implements__sap_fe_core_controllerextensions_viewState_IViewStateContributor: boolean;
|
|
2005
|
-
|
|
2045
|
+
export default class FilterBar extends MacroAPI {
|
|
2006
2046
|
/**
|
|
2007
2047
|
* Get the Active Filters Text Summary for the filter bar.
|
|
2008
2048
|
*
|
|
@@ -2554,57 +2594,21 @@ declare module "sap/fe/macros/richtexteditor/Plugin" {
|
|
|
2554
2594
|
}
|
|
2555
2595
|
}
|
|
2556
2596
|
|
|
2557
|
-
declare module "sap/fe/macros/share/
|
|
2558
|
-
import {
|
|
2559
|
-
|
|
2560
|
-
|
|
2597
|
+
declare module "sap/fe/macros/share/ShareOptions" {
|
|
2598
|
+
import {
|
|
2599
|
+
default as BuildingBlockObjectProperty,
|
|
2600
|
+
$BuildingBlockObjectPropertySettings,
|
|
2601
|
+
} from "sap/fe/macros/controls/BuildingBlockObjectProperty";
|
|
2561
2602
|
|
|
2562
|
-
/**
|
|
2563
|
-
* Building block used to create the ‘Share’ functionality.
|
|
2564
|
-
*
|
|
2565
|
-
*
|
|
2566
|
-
* Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with
|
|
2567
|
-
* SAP Jam.
|
|
2568
|
-
*
|
|
2569
|
-
*
|
|
2570
|
-
* If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then
|
|
2571
|
-
* the 'Save as Tile' option is not visible.
|
|
2572
|
-
*
|
|
2573
|
-
* Usage example:
|
|
2574
|
-
*
|
|
2575
|
-
* ```javascript
|
|
2576
|
-
*
|
|
2577
|
-
* <macros:Share
|
|
2578
|
-
* id="someID"
|
|
2579
|
-
* visible="true"
|
|
2580
|
-
* />
|
|
2581
|
-
* ```
|
|
2582
|
-
*
|
|
2583
|
-
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/features/shareDefault Overview of Building Blocks}
|
|
2584
|
-
*
|
|
2585
|
-
*
|
|
2586
|
-
* @since 1.93.0
|
|
2587
|
-
*/
|
|
2588
|
-
export default class Share extends Control {}
|
|
2589
2603
|
/**
|
|
2590
2604
|
* Share Options.
|
|
2591
2605
|
*/
|
|
2592
|
-
export
|
|
2593
|
-
|
|
2606
|
+
export default class ShareOptions extends BuildingBlockObjectProperty {}
|
|
2594
2607
|
/**
|
|
2595
|
-
* Describes the settings that can be provided to the
|
|
2608
|
+
* Describes the settings that can be provided to the ShareOptions constructor.
|
|
2596
2609
|
*/
|
|
2597
|
-
export interface $
|
|
2598
|
-
|
|
2599
|
-
* Supported Share options {@link sap.fe.macros.share.ShareOptions }.
|
|
2600
|
-
*/
|
|
2601
|
-
shareOptions?: object | PropertyBindingInfo | `{${string}}`;
|
|
2602
|
-
|
|
2603
|
-
/**
|
|
2604
|
-
* Whether the share control should be visible on the screen.
|
|
2605
|
-
*/
|
|
2606
|
-
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2607
|
-
}
|
|
2610
|
+
export interface $ShareOptionsSettings
|
|
2611
|
+
extends $BuildingBlockObjectPropertySettings {}
|
|
2608
2612
|
}
|
|
2609
2613
|
|
|
2610
2614
|
declare module "sap/fe/macros/table/Action" {
|
|
@@ -5131,7 +5135,9 @@ declare namespace sap {
|
|
|
5131
5135
|
|
|
5132
5136
|
"sap/fe/macros/RichTextEditorWithMetadata": undefined;
|
|
5133
5137
|
|
|
5134
|
-
"sap/fe/macros/
|
|
5138
|
+
"sap/fe/macros/Share": undefined;
|
|
5139
|
+
|
|
5140
|
+
"sap/fe/macros/share/ShareOptions": undefined;
|
|
5135
5141
|
|
|
5136
5142
|
"sap/fe/macros/table/Action": undefined;
|
|
5137
5143
|
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED