@sapui5/ts-types 1.108.12 → 1.108.13
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.m.d.ts +15 -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 +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.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 +26 -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.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.9
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -82801,6 +82801,20 @@ declare namespace sap {
|
|
|
82801
82801
|
* with "closeOverflowOnInteraction=false".
|
|
82802
82802
|
*/
|
|
82803
82803
|
closeOverflow(): void;
|
|
82804
|
+
/**
|
|
82805
|
+
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
82806
|
+
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
82807
|
+
*/
|
|
82808
|
+
enhanceAccessibilityState(
|
|
82809
|
+
/**
|
|
82810
|
+
* The Control that gets rendered by the RenderManager
|
|
82811
|
+
*/
|
|
82812
|
+
oElement: sap.ui.core.Control,
|
|
82813
|
+
/**
|
|
82814
|
+
* The mapping of "aria-" prefixed attributes
|
|
82815
|
+
*/
|
|
82816
|
+
mAriaProps: object
|
|
82817
|
+
): void;
|
|
82804
82818
|
/**
|
|
82805
82819
|
* @SINCE 1.67
|
|
82806
82820
|
*
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.9
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -69,6 +69,7 @@ declare namespace sap {
|
|
|
69
69
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
70
70
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
71
71
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
72
|
+
* - TinyMCE 5 will be removed in future releases.
|
|
72
73
|
*/
|
|
73
74
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
74
75
|
|
|
@@ -955,6 +956,7 @@ declare namespace sap {
|
|
|
955
956
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
956
957
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
957
958
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
959
|
+
* - TinyMCE 5 will be removed in future releases.
|
|
958
960
|
*
|
|
959
961
|
* Default value is `'TinyMCE'`.
|
|
960
962
|
*
|
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.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.13
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ushell {
|
|
@@ -2099,7 +2099,7 @@ declare namespace sap {
|
|
|
2099
2099
|
* The group whose tiles are returned
|
|
2100
2100
|
*/
|
|
2101
2101
|
oGroup: object
|
|
2102
|
-
):
|
|
2102
|
+
): object[];
|
|
2103
2103
|
/**
|
|
2104
2104
|
* Returns the title of the given group.
|
|
2105
2105
|
*
|
|
@@ -2122,7 +2122,7 @@ declare namespace sap {
|
|
|
2122
2122
|
* The group whose link tiles are returned
|
|
2123
2123
|
*/
|
|
2124
2124
|
oGroup: object
|
|
2125
|
-
):
|
|
2125
|
+
): object[];
|
|
2126
2126
|
/**
|
|
2127
2127
|
* Returns the tile's unique identifier
|
|
2128
2128
|
*
|
|
@@ -7269,6 +7269,10 @@ declare namespace sap {
|
|
|
7269
7269
|
| string
|
|
7270
7270
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
7271
7271
|
|
|
7272
|
+
tileCatalogIdStable?:
|
|
7273
|
+
| string
|
|
7274
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
7275
|
+
|
|
7272
7276
|
target?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
7273
7277
|
|
|
7274
7278
|
visible?:
|
|
@@ -8249,6 +8253,12 @@ declare namespace sap {
|
|
|
8249
8253
|
* @returns Value of property `tileCatalogId`
|
|
8250
8254
|
*/
|
|
8251
8255
|
getTileCatalogId(): string;
|
|
8256
|
+
/**
|
|
8257
|
+
* Gets current value of property {@link #getTileCatalogIdStable tileCatalogIdStable}.
|
|
8258
|
+
*
|
|
8259
|
+
* @returns Value of property `tileCatalogIdStable`
|
|
8260
|
+
*/
|
|
8261
|
+
getTileCatalogIdStable(): string;
|
|
8252
8262
|
/**
|
|
8253
8263
|
* Gets content of aggregation {@link #getTileViews tileViews}.
|
|
8254
8264
|
*/
|
|
@@ -8462,6 +8472,19 @@ declare namespace sap {
|
|
|
8462
8472
|
*/
|
|
8463
8473
|
sTileCatalogId?: string
|
|
8464
8474
|
): this;
|
|
8475
|
+
/**
|
|
8476
|
+
* Sets a new value for property {@link #getTileCatalogIdStable tileCatalogIdStable}.
|
|
8477
|
+
*
|
|
8478
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8479
|
+
*
|
|
8480
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8481
|
+
*/
|
|
8482
|
+
setTileCatalogIdStable(
|
|
8483
|
+
/**
|
|
8484
|
+
* New value for property `tileCatalogIdStable`
|
|
8485
|
+
*/
|
|
8486
|
+
sTileCatalogIdStable?: string
|
|
8487
|
+
): this;
|
|
8465
8488
|
/**
|
|
8466
8489
|
* Sets a new value for property {@link #getUuid uuid}.
|
|
8467
8490
|
*
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED