@sapui5/ts-types-esm 1.111.2 → 1.111.4
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.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- 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.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 +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- 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.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -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 +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 +24 -3
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.111.
|
|
1
|
+
// For Library Version: 1.111.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/components/factsheet/controls/PictureTile" {
|
|
4
4
|
import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
|
|
@@ -4179,7 +4179,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
4179
4179
|
* The group whose tiles are returned
|
|
4180
4180
|
*/
|
|
4181
4181
|
oGroup: object
|
|
4182
|
-
):
|
|
4182
|
+
): object[];
|
|
4183
4183
|
/**
|
|
4184
4184
|
* Returns the title of the given group.
|
|
4185
4185
|
*
|
|
@@ -4202,7 +4202,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
4202
4202
|
* The group whose link tiles are returned
|
|
4203
4203
|
*/
|
|
4204
4204
|
oGroup: object
|
|
4205
|
-
):
|
|
4205
|
+
): object[];
|
|
4206
4206
|
/**
|
|
4207
4207
|
* Returns the tile's unique identifier
|
|
4208
4208
|
*
|
|
@@ -7881,6 +7881,12 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
7881
7881
|
* @returns Value of property `tileCatalogId`
|
|
7882
7882
|
*/
|
|
7883
7883
|
getTileCatalogId(): string;
|
|
7884
|
+
/**
|
|
7885
|
+
* Gets current value of property {@link #getTileCatalogIdStable tileCatalogIdStable}.
|
|
7886
|
+
*
|
|
7887
|
+
* @returns Value of property `tileCatalogIdStable`
|
|
7888
|
+
*/
|
|
7889
|
+
getTileCatalogIdStable(): string;
|
|
7884
7890
|
/**
|
|
7885
7891
|
* Gets content of aggregation {@link #getTileViews tileViews}.
|
|
7886
7892
|
*/
|
|
@@ -8094,6 +8100,19 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
8094
8100
|
*/
|
|
8095
8101
|
sTileCatalogId?: string
|
|
8096
8102
|
): this;
|
|
8103
|
+
/**
|
|
8104
|
+
* Sets a new value for property {@link #getTileCatalogIdStable tileCatalogIdStable}.
|
|
8105
|
+
*
|
|
8106
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8107
|
+
*
|
|
8108
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8109
|
+
*/
|
|
8110
|
+
setTileCatalogIdStable(
|
|
8111
|
+
/**
|
|
8112
|
+
* New value for property `tileCatalogIdStable`
|
|
8113
|
+
*/
|
|
8114
|
+
sTileCatalogIdStable?: string
|
|
8115
|
+
): this;
|
|
8097
8116
|
/**
|
|
8098
8117
|
* Sets a new value for property {@link #getUuid uuid}.
|
|
8099
8118
|
*
|
|
@@ -8129,6 +8148,8 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
8129
8148
|
|
|
8130
8149
|
tileCatalogId?: string | PropertyBindingInfo;
|
|
8131
8150
|
|
|
8151
|
+
tileCatalogIdStable?: string | PropertyBindingInfo;
|
|
8152
|
+
|
|
8132
8153
|
target?: string | PropertyBindingInfo;
|
|
8133
8154
|
|
|
8134
8155
|
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED