@sapui5/ts-types-esm 1.127.1 → 1.128.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 +221 -22
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1414 -225
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +13 -28
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +7 -1
- 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 +14 -3
- package/types/sap.fe.test.d.ts +3 -3
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +123 -64
- package/types/sap.insights.d.ts +24 -1
- package/types/sap.m.d.ts +327 -26
- 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 +110 -29
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +10 -4
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +997 -4
- package/types/sap.ui.core.d.ts +48 -28
- 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 +10 -4
- 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 +55 -5
- package/types/sap.ui.layout.d.ts +5 -5
- package/types/sap.ui.mdc.d.ts +426 -212
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +91 -23
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +624 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +48 -23
- 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 +16 -8
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +44 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.128.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -7049,12 +7049,12 @@ declare module "sap/ui/vk/dvl/NodeHierarchy" {
|
|
|
7049
7049
|
*/
|
|
7050
7050
|
getGraphicsCore(): GraphicsCore;
|
|
7051
7051
|
/**
|
|
7052
|
-
* Returns a list of hotspot
|
|
7052
|
+
* Returns a list of hotspot node references.
|
|
7053
7053
|
*
|
|
7054
7054
|
*
|
|
7055
|
-
* @returns A list of hotspot
|
|
7055
|
+
* @returns A list of hotspot node references.
|
|
7056
7056
|
*/
|
|
7057
|
-
|
|
7057
|
+
getHotspotNodeRefs(): any[];
|
|
7058
7058
|
/**
|
|
7059
7059
|
* Returns a list of layer IDs.
|
|
7060
7060
|
*
|
|
@@ -10546,34 +10546,38 @@ declare module "sap/ui/vk/ListPanelStack" {
|
|
|
10546
10546
|
}
|
|
10547
10547
|
|
|
10548
10548
|
declare module "sap/ui/vk/Loco" {
|
|
10549
|
-
import
|
|
10549
|
+
import Viewport from "sap/ui/vk/Viewport";
|
|
10550
10550
|
|
|
10551
10551
|
import Metadata from "sap/ui/base/Metadata";
|
|
10552
10552
|
|
|
10553
10553
|
/**
|
|
10554
|
-
*
|
|
10555
|
-
* gestures.
|
|
10554
|
+
* Loco is a utility class that provides a set of methods to handle input events for UI5 controls.
|
|
10556
10555
|
*
|
|
10557
10556
|
* @since 1.32.0
|
|
10558
10557
|
*/
|
|
10559
|
-
export default class Loco extends
|
|
10558
|
+
export default class Loco extends /* was: sap.ui.base.BaseObject */ Object {
|
|
10560
10559
|
/**
|
|
10561
|
-
* Constructor for a new Loco.
|
|
10560
|
+
* Constructor for a new Loco instance.
|
|
10562
10561
|
*
|
|
10563
10562
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
10564
10563
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
10565
10564
|
* of the syntax of the settings object.
|
|
10566
10565
|
*
|
|
10567
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.
|
|
10566
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.BaseObject#constructor sap.ui.base.BaseObject }
|
|
10568
10567
|
* can be used.
|
|
10569
10568
|
*/
|
|
10570
|
-
constructor(
|
|
10569
|
+
constructor(
|
|
10570
|
+
/**
|
|
10571
|
+
* The viewport to attach the event handlers to.
|
|
10572
|
+
*/
|
|
10573
|
+
viewport?: Viewport
|
|
10574
|
+
);
|
|
10571
10575
|
|
|
10572
10576
|
/**
|
|
10573
10577
|
* Creates a new subclass of class sap.ui.vk.Loco with name `sClassName` and enriches it with the information
|
|
10574
10578
|
* contained in `oClassInfo`.
|
|
10575
10579
|
*
|
|
10576
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.
|
|
10580
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.BaseObject.extend}.
|
|
10577
10581
|
*
|
|
10578
10582
|
*
|
|
10579
10583
|
* @returns Created class / constructor function
|
|
@@ -10602,30 +10606,41 @@ declare module "sap/ui/vk/Loco" {
|
|
|
10602
10606
|
static getMetadata(): Metadata;
|
|
10603
10607
|
/**
|
|
10604
10608
|
* Adds a viewport event handler to the Loco.
|
|
10609
|
+
*
|
|
10610
|
+
* Handlers with higher priority are called first.
|
|
10611
|
+
*
|
|
10612
|
+
* If the viewport already has the event handler attached, the handler is not added again, but its priority
|
|
10613
|
+
* is updated and the handler is moved to the correct position in the list of handlers.
|
|
10614
|
+
*
|
|
10615
|
+
*
|
|
10616
|
+
* @returns Reference to `this` in order to allow method chaining.
|
|
10605
10617
|
*/
|
|
10606
10618
|
addHandler(
|
|
10607
10619
|
/**
|
|
10608
10620
|
* The event handler to be added.
|
|
10609
10621
|
*/
|
|
10610
|
-
handler:
|
|
10622
|
+
handler: object,
|
|
10611
10623
|
/**
|
|
10612
10624
|
* The priority of the handler.
|
|
10613
10625
|
*/
|
|
10614
10626
|
priority: number
|
|
10615
|
-
):
|
|
10627
|
+
): this;
|
|
10616
10628
|
/**
|
|
10617
10629
|
* Cleans up, removes all handlers.
|
|
10618
10630
|
*/
|
|
10619
10631
|
destroy(): void;
|
|
10620
10632
|
/**
|
|
10621
10633
|
* Removes a viewport event handler from Loco.
|
|
10634
|
+
*
|
|
10635
|
+
*
|
|
10636
|
+
* @returns Reference to `this` in order to allow method chaining.
|
|
10622
10637
|
*/
|
|
10623
10638
|
removeHandler(
|
|
10624
10639
|
/**
|
|
10625
|
-
* to be removed.
|
|
10640
|
+
* The event handler to be removed.
|
|
10626
10641
|
*/
|
|
10627
|
-
handler:
|
|
10628
|
-
):
|
|
10642
|
+
handler: object
|
|
10643
|
+
): this;
|
|
10629
10644
|
}
|
|
10630
10645
|
}
|
|
10631
10646
|
|
|
@@ -12796,10 +12811,20 @@ declare module "sap/ui/vk/NodeHierarchy" {
|
|
|
12796
12811
|
* Returns a list of hotspot IDs.
|
|
12797
12812
|
*
|
|
12798
12813
|
* @since 1.50.0
|
|
12814
|
+
* @deprecated (since 1.128.0) - please use {@link sap.ui.vk.NodeHierarchy#getHotspotNodeRefs getHotspotNodeRefs }
|
|
12815
|
+
* instead.
|
|
12799
12816
|
*
|
|
12800
12817
|
* @returns A list of hotspot IDs.
|
|
12801
12818
|
*/
|
|
12802
12819
|
getHotspotNodeIds(): string[];
|
|
12820
|
+
/**
|
|
12821
|
+
* Returns a list of hotspot node references.
|
|
12822
|
+
*
|
|
12823
|
+
* @since 1.128.0
|
|
12824
|
+
*
|
|
12825
|
+
* @returns A list of hotspot node references.
|
|
12826
|
+
*/
|
|
12827
|
+
getHotspotNodeRefs(): any[];
|
|
12803
12828
|
/**
|
|
12804
12829
|
* Returns a list of layer IDs.
|
|
12805
12830
|
*
|
|
@@ -21957,12 +21982,12 @@ declare module "sap/ui/vk/svg/NodeHierarchy" {
|
|
|
21957
21982
|
stepIntoClosedNodes?: boolean
|
|
21958
21983
|
): any[];
|
|
21959
21984
|
/**
|
|
21960
|
-
* Returns a list of
|
|
21985
|
+
* Returns a list of hotspot node references.
|
|
21961
21986
|
*
|
|
21962
21987
|
*
|
|
21963
|
-
* @returns A list of
|
|
21988
|
+
* @returns A list of hotspot node references.
|
|
21964
21989
|
*/
|
|
21965
|
-
|
|
21990
|
+
getHotspotNodeRefs(): any[];
|
|
21966
21991
|
/**
|
|
21967
21992
|
* Returns a list of layer IDs.
|
|
21968
21993
|
*
|
|
@@ -24352,12 +24377,12 @@ declare module "sap/ui/vk/threejs/NodeHierarchy" {
|
|
|
24352
24377
|
stepIntoClosedNodes?: boolean
|
|
24353
24378
|
): any[];
|
|
24354
24379
|
/**
|
|
24355
|
-
* Returns a list of hotspot
|
|
24380
|
+
* Returns a list of hotspot node references.
|
|
24356
24381
|
*
|
|
24357
24382
|
*
|
|
24358
|
-
* @returns A list of hotspot
|
|
24383
|
+
* @returns A list of hotspot node references.
|
|
24359
24384
|
*/
|
|
24360
|
-
|
|
24385
|
+
getHotspotNodeRefs(): any[];
|
|
24361
24386
|
/**
|
|
24362
24387
|
* Returns a list of layer IDs.
|
|
24363
24388
|
*
|
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.128.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -5040,6 +5040,10 @@ declare module "sap/ushell/services/Extension/Item" {
|
|
|
5040
5040
|
/**
|
|
5041
5041
|
* Item wrapping an item positioned in an extension point. To be instantiated by {@link sap.ushell.services.Extension}.
|
|
5042
5042
|
*
|
|
5043
|
+
* The item will be automatically destroyed when the user navigates away from the current application.
|
|
5044
|
+
* After calling {@link sap.ushell.services.Extension.Item#showOnHome} or {@link sap.ushell.services.Extension.Item#showForAllApps }
|
|
5045
|
+
* the item is not destroyed automatically and has to be destroyed manually via {@link sap.ushell.services.Extension.Item#destroy}.
|
|
5046
|
+
*
|
|
5043
5047
|
* @since 1.120.0
|
|
5044
5048
|
*/
|
|
5045
5049
|
export default class Item {
|
|
@@ -5065,8 +5069,7 @@ declare module "sap/ushell/services/Extension/Item" {
|
|
|
5065
5069
|
*/
|
|
5066
5070
|
hideForAllApps(): this;
|
|
5067
5071
|
/**
|
|
5068
|
-
* Hides the item for the current application.
|
|
5069
|
-
* all apps {@link #showForAllApps}
|
|
5072
|
+
* Hides the item for the current application.
|
|
5070
5073
|
*
|
|
5071
5074
|
* @since 1.120.0
|
|
5072
5075
|
*
|
|
@@ -5357,7 +5360,11 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
|
|
|
5357
5360
|
/**
|
|
5358
5361
|
* Item wrapping an item positioned in an extension point. To be instantiated by {@link sap.ushell.services.FrameBoundExtension}.
|
|
5359
5362
|
*
|
|
5360
|
-
*
|
|
5363
|
+
* The item will be automatically destroyed when the user navigates away from the current application.
|
|
5364
|
+
* After calling {@link sap.ushell.services.Extension.Item#showOnHome} or {@link sap.ushell.services.Extension.Item#showForAllApps }
|
|
5365
|
+
* the item is not destroyed automatically and has to be destroyed manually via {@link sap.ushell.services.Extension.Item#destroy}.
|
|
5366
|
+
*
|
|
5367
|
+
* **Restriction:** Does not work when called from within a iframe. The calling function has to be in
|
|
5361
5368
|
* the 'same frame' as the launchpad itself.
|
|
5362
5369
|
*
|
|
5363
5370
|
* @since 1.124.0
|
|
@@ -5393,8 +5400,7 @@ declare module "sap/ushell/services/FrameBoundExtension/Item" {
|
|
|
5393
5400
|
*/
|
|
5394
5401
|
hideForAllApps(): this;
|
|
5395
5402
|
/**
|
|
5396
|
-
* Hides the item for the current application.
|
|
5397
|
-
* all apps {@link #showForAllApps}
|
|
5403
|
+
* Hides the item for the current application.
|
|
5398
5404
|
*
|
|
5399
5405
|
* @since 1.124.0
|
|
5400
5406
|
*
|
|
@@ -13897,6 +13903,8 @@ declare namespace sap {
|
|
|
13897
13903
|
}
|
|
13898
13904
|
|
|
13899
13905
|
interface IUI5DefineDependencyNames {
|
|
13906
|
+
"sap/ushell/api/Inbox": undefined;
|
|
13907
|
+
|
|
13900
13908
|
"sap/ushell/api/NewExperience": undefined;
|
|
13901
13909
|
|
|
13902
13910
|
"sap/ushell/api/RTA": undefined;
|
|
@@ -13933,8 +13941,6 @@ declare namespace sap {
|
|
|
13933
13941
|
|
|
13934
13942
|
"sap/ushell/services/_Personalization/VariantSet": undefined;
|
|
13935
13943
|
|
|
13936
|
-
"sap/ushell/services/_Ui5ComponentLoader/utils": undefined;
|
|
13937
|
-
|
|
13938
13944
|
"sap/ushell/services/AppConfiguration": undefined;
|
|
13939
13945
|
|
|
13940
13946
|
"sap/ushell/services/AppLifeCycle": undefined;
|
|
@@ -14013,6 +14019,8 @@ declare namespace sap {
|
|
|
14013
14019
|
|
|
14014
14020
|
"sap/ushell/services/SupportTicket": undefined;
|
|
14015
14021
|
|
|
14022
|
+
"sap/ushell/services/Ui5ComponentLoader/utils": undefined;
|
|
14023
|
+
|
|
14016
14024
|
"sap/ushell/services/URLParsing": undefined;
|
|
14017
14025
|
|
|
14018
14026
|
"sap/ushell/services/UsageAnalytics": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.128.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/uxap/library" {
|
|
4
4
|
/**
|
|
@@ -1675,6 +1675,19 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1675
1675
|
getFooterRole():
|
|
1676
1676
|
| AccessibleLandmarkRole
|
|
1677
1677
|
| keyof typeof AccessibleLandmarkRole;
|
|
1678
|
+
/**
|
|
1679
|
+
* Gets current value of property {@link #getHeaderContentLabel headerContentLabel}.
|
|
1680
|
+
*
|
|
1681
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
|
|
1682
|
+
* control.
|
|
1683
|
+
*
|
|
1684
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
1685
|
+
*
|
|
1686
|
+
* @since 1.127.0
|
|
1687
|
+
*
|
|
1688
|
+
* @returns Value of property `headerContentLabel`
|
|
1689
|
+
*/
|
|
1690
|
+
getHeaderContentLabel(): string;
|
|
1678
1691
|
/**
|
|
1679
1692
|
* Gets current value of property {@link #getHeaderLabel headerLabel}.
|
|
1680
1693
|
*
|
|
@@ -1839,6 +1852,26 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1839
1852
|
*/
|
|
1840
1853
|
sFooterRole?: AccessibleLandmarkRole | keyof typeof AccessibleLandmarkRole
|
|
1841
1854
|
): this;
|
|
1855
|
+
/**
|
|
1856
|
+
* Sets a new value for property {@link #getHeaderContentLabel headerContentLabel}.
|
|
1857
|
+
*
|
|
1858
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
|
|
1859
|
+
* control.
|
|
1860
|
+
*
|
|
1861
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
1862
|
+
*
|
|
1863
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1864
|
+
*
|
|
1865
|
+
* @since 1.127.0
|
|
1866
|
+
*
|
|
1867
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1868
|
+
*/
|
|
1869
|
+
setHeaderContentLabel(
|
|
1870
|
+
/**
|
|
1871
|
+
* New value for property `headerContentLabel`
|
|
1872
|
+
*/
|
|
1873
|
+
sHeaderContentLabel?: string
|
|
1874
|
+
): this;
|
|
1842
1875
|
/**
|
|
1843
1876
|
* Sets a new value for property {@link #getHeaderLabel headerLabel}.
|
|
1844
1877
|
*
|
|
@@ -2061,6 +2094,16 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
2061
2094
|
* is set.
|
|
2062
2095
|
*/
|
|
2063
2096
|
footerLabel?: string | PropertyBindingInfo;
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.uxap.ObjectPageLayout`
|
|
2100
|
+
* control.
|
|
2101
|
+
*
|
|
2102
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
2103
|
+
*
|
|
2104
|
+
* @since 1.127.0
|
|
2105
|
+
*/
|
|
2106
|
+
headerContentLabel?: string | PropertyBindingInfo;
|
|
2064
2107
|
}
|
|
2065
2108
|
}
|
|
2066
2109
|
|
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED