@sapui5/ts-types-esm 1.108.12 → 1.108.14
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.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.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.insights.d.ts +1 -1
- package/types/sap.m.d.ts +26 -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.ovp.d.ts +1 -1
- 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 +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 +7 -4
- package/types/sap.ui.richtexteditor.d.ts +3 -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.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.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.10
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -63832,6 +63832,8 @@ declare module "sap/m/OverflowToolbar" {
|
|
|
63832
63832
|
|
|
63833
63833
|
import { IBar } from "sap/m/library";
|
|
63834
63834
|
|
|
63835
|
+
import Control from "sap/ui/core/Control";
|
|
63836
|
+
|
|
63835
63837
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
63836
63838
|
|
|
63837
63839
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
@@ -63987,6 +63989,20 @@ declare module "sap/m/OverflowToolbar" {
|
|
|
63987
63989
|
* with "closeOverflowOnInteraction=false".
|
|
63988
63990
|
*/
|
|
63989
63991
|
closeOverflow(): void;
|
|
63992
|
+
/**
|
|
63993
|
+
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
63994
|
+
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
63995
|
+
*/
|
|
63996
|
+
enhanceAccessibilityState(
|
|
63997
|
+
/**
|
|
63998
|
+
* The Control that gets rendered by the RenderManager
|
|
63999
|
+
*/
|
|
64000
|
+
oElement: Control,
|
|
64001
|
+
/**
|
|
64002
|
+
* The mapping of "aria-" prefixed attributes
|
|
64003
|
+
*/
|
|
64004
|
+
mAriaProps: object
|
|
64005
|
+
): void;
|
|
63990
64006
|
/**
|
|
63991
64007
|
* @SINCE 1.67
|
|
63992
64008
|
*
|
|
@@ -65855,6 +65871,9 @@ declare module "sap/m/p13n/SelectionPanel" {
|
|
|
65855
65871
|
* An optional callback that may be used to display additional custom content in each selectable item. This
|
|
65856
65872
|
* factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
|
|
65857
65873
|
*
|
|
65874
|
+
* **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
|
|
65875
|
+
* a focusable children control to provide the `labelFor` reference for the associated text.
|
|
65876
|
+
*
|
|
65858
65877
|
* @returns Value of property `itemFactory`
|
|
65859
65878
|
*/
|
|
65860
65879
|
getItemFactory(): Function;
|
|
@@ -65937,6 +65956,9 @@ declare module "sap/m/p13n/SelectionPanel" {
|
|
|
65937
65956
|
* An optional callback that may be used to display additional custom content in each selectable item. This
|
|
65938
65957
|
* factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
|
|
65939
65958
|
*
|
|
65959
|
+
* **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
|
|
65960
|
+
* a focusable children control to provide the `labelFor` reference for the associated text.
|
|
65961
|
+
*
|
|
65940
65962
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
65941
65963
|
*
|
|
65942
65964
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -66026,6 +66048,9 @@ declare module "sap/m/p13n/SelectionPanel" {
|
|
|
66026
66048
|
/**
|
|
66027
66049
|
* An optional callback that may be used to display additional custom content in each selectable item. This
|
|
66028
66050
|
* factory can be toggled by executing the {@link sap.m.p13n.SelectionPanel#showFactory} method.
|
|
66051
|
+
*
|
|
66052
|
+
* **Note:**: The `getIdForLabel` method can be imlplemented on the returned control instance to return
|
|
66053
|
+
* a focusable children control to provide the `labelFor` reference for the associated text.
|
|
66029
66054
|
*/
|
|
66030
66055
|
itemFactory?: Function | PropertyBindingInfo | `{${string}}`;
|
|
66031
66056
|
}
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.10
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {
|
|
4
4
|
import Metadata from "sap/ui/base/Metadata";
|
|
@@ -171,7 +171,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
|
|
|
171
171
|
*
|
|
172
172
|
* **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
|
|
173
173
|
* the row is going to be removed, the according consumer needs to decide about destroying or keeping the
|
|
174
|
-
* control instance.
|
|
174
|
+
* control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
|
|
175
|
+
* control to provide the `labelFor` reference.
|
|
175
176
|
*
|
|
176
177
|
* @returns Value of property `itemFactory`
|
|
177
178
|
*/
|
|
@@ -187,7 +188,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
|
|
|
187
188
|
*
|
|
188
189
|
* **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
|
|
189
190
|
* the row is going to be removed, the according consumer needs to decide about destroying or keeping the
|
|
190
|
-
* control instance.
|
|
191
|
+
* control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
|
|
192
|
+
* control to provide the `labelFor` reference.
|
|
191
193
|
*
|
|
192
194
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
193
195
|
*
|
|
@@ -212,7 +214,8 @@ declare module "sap/ui/mdc/p13n/panels/FilterPanel" {
|
|
|
212
214
|
*
|
|
213
215
|
* **Note:**: The Panel will not handle the lifecylce of the provided factory control instance, in case
|
|
214
216
|
* the row is going to be removed, the according consumer needs to decide about destroying or keeping the
|
|
215
|
-
* control instance.
|
|
217
|
+
* control instance. In addition, the `getIdForLabel` method can be used to return a focusable children
|
|
218
|
+
* control to provide the `labelFor` reference.
|
|
216
219
|
*/
|
|
217
220
|
itemFactory?: Function | PropertyBindingInfo | `{${string}}`;
|
|
218
221
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.10
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/richtexteditor/library" {
|
|
4
4
|
/**
|
|
@@ -695,6 +695,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
695
695
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
696
696
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
697
697
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
698
|
+
* - TinyMCE 5 will be removed in future releases.
|
|
698
699
|
*
|
|
699
700
|
* Default value is `'TinyMCE'`.
|
|
700
701
|
*
|
|
@@ -1461,6 +1462,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1461
1462
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
1462
1463
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
1463
1464
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
1465
|
+
* - TinyMCE 5 will be removed in future releases.
|
|
1464
1466
|
*/
|
|
1465
1467
|
editorType?: string | PropertyBindingInfo;
|
|
1466
1468
|
|
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.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.14
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/components/factsheet/controls/PictureTile" {
|
|
4
4
|
import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
|
|
@@ -4165,7 +4165,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
4165
4165
|
* The group whose tiles are returned
|
|
4166
4166
|
*/
|
|
4167
4167
|
oGroup: object
|
|
4168
|
-
):
|
|
4168
|
+
): object[];
|
|
4169
4169
|
/**
|
|
4170
4170
|
* Returns the title of the given group.
|
|
4171
4171
|
*
|
|
@@ -4188,7 +4188,7 @@ declare module "sap/ushell/services/LaunchPage" {
|
|
|
4188
4188
|
* The group whose link tiles are returned
|
|
4189
4189
|
*/
|
|
4190
4190
|
oGroup: object
|
|
4191
|
-
):
|
|
4191
|
+
): object[];
|
|
4192
4192
|
/**
|
|
4193
4193
|
* Returns the tile's unique identifier
|
|
4194
4194
|
*
|
|
@@ -7840,6 +7840,12 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
7840
7840
|
* @returns Value of property `tileCatalogId`
|
|
7841
7841
|
*/
|
|
7842
7842
|
getTileCatalogId(): string;
|
|
7843
|
+
/**
|
|
7844
|
+
* Gets current value of property {@link #getTileCatalogIdStable tileCatalogIdStable}.
|
|
7845
|
+
*
|
|
7846
|
+
* @returns Value of property `tileCatalogIdStable`
|
|
7847
|
+
*/
|
|
7848
|
+
getTileCatalogIdStable(): string;
|
|
7843
7849
|
/**
|
|
7844
7850
|
* Gets content of aggregation {@link #getTileViews tileViews}.
|
|
7845
7851
|
*/
|
|
@@ -8053,6 +8059,19 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
8053
8059
|
*/
|
|
8054
8060
|
sTileCatalogId?: string
|
|
8055
8061
|
): this;
|
|
8062
|
+
/**
|
|
8063
|
+
* Sets a new value for property {@link #getTileCatalogIdStable tileCatalogIdStable}.
|
|
8064
|
+
*
|
|
8065
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8066
|
+
*
|
|
8067
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8068
|
+
*/
|
|
8069
|
+
setTileCatalogIdStable(
|
|
8070
|
+
/**
|
|
8071
|
+
* New value for property `tileCatalogIdStable`
|
|
8072
|
+
*/
|
|
8073
|
+
sTileCatalogIdStable?: string
|
|
8074
|
+
): this;
|
|
8056
8075
|
/**
|
|
8057
8076
|
* Sets a new value for property {@link #getUuid uuid}.
|
|
8058
8077
|
*
|
|
@@ -8088,6 +8107,8 @@ declare module "sap/ushell/ui/launchpad/LinkTileWrapper" {
|
|
|
8088
8107
|
|
|
8089
8108
|
tileCatalogId?: string | PropertyBindingInfo;
|
|
8090
8109
|
|
|
8110
|
+
tileCatalogIdStable?: string | PropertyBindingInfo;
|
|
8111
|
+
|
|
8091
8112
|
target?: string | PropertyBindingInfo;
|
|
8092
8113
|
|
|
8093
8114
|
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED