@sapui5/ts-types 1.105.2 → 1.106.1
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 +25 -25
- package/types/sap.esh.search.ui.d.ts +111 -1
- package/types/sap.f.d.ts +80 -4
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +4 -4
- package/types/sap.fe.macros.d.ts +23 -95
- 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 +17 -3
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +153 -4
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +387 -103
- 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 +39 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +25 -11
- package/types/sap.suite.ui.generic.template.d.ts +17 -3
- package/types/sap.suite.ui.microchart.d.ts +13 -13
- package/types/sap.tnt.d.ts +3 -3
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +31 -31
- package/types/sap.ui.comp.d.ts +110 -36
- package/types/sap.ui.core.d.ts +426 -225
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.generic.app.d.ts +6 -2
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +64 -33
- package/types/sap.ui.layout.d.ts +7 -7
- package/types/sap.ui.mdc.d.ts +3 -1
- package/types/sap.ui.richtexteditor.d.ts +2 -2
- package/types/sap.ui.rta.d.ts +3 -1
- package/types/sap.ui.suite.d.ts +5 -5
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +26 -8
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +16 -16
- package/types/sap.ui.ux3.d.ts +11 -11
- package/types/sap.ui.vbm.d.ts +3 -3
- package/types/sap.ui.vk.d.ts +44 -6
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -28
- package/types/sap.ui.webc.main.d.ts +132 -104
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +7 -3
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +41 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +2 -6
- 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.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.106.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ushell {
|
|
@@ -1178,7 +1178,7 @@ declare namespace sap {
|
|
|
1178
1178
|
/**
|
|
1179
1179
|
* SAP UI5 Component invoking the service
|
|
1180
1180
|
*/
|
|
1181
|
-
oComponent?:
|
|
1181
|
+
oComponent?: object,
|
|
1182
1182
|
/**
|
|
1183
1183
|
* application state key to add to the generated links, SAP internal usage only
|
|
1184
1184
|
*/
|
|
@@ -1696,7 +1696,7 @@ declare namespace sap {
|
|
|
1696
1696
|
* **Note:** The parameter length (including semantic object and action) shall not exceed 512 bytes when
|
|
1697
1697
|
* serialized as UTF-8.
|
|
1698
1698
|
*/
|
|
1699
|
-
oArgs:
|
|
1699
|
+
oArgs: object,
|
|
1700
1700
|
/**
|
|
1701
1701
|
* an optional UI5 component, used to logically attach a possibly generated app state.
|
|
1702
1702
|
*/
|
|
@@ -11448,6 +11448,8 @@ declare namespace sap {
|
|
|
11448
11448
|
|
|
11449
11449
|
"sap/ushell/services/Personalization": undefined;
|
|
11450
11450
|
|
|
11451
|
+
"sap/ushell/services/SearchableContent": undefined;
|
|
11452
|
+
|
|
11451
11453
|
"sap/ushell/services/ShellNavigation": undefined;
|
|
11452
11454
|
|
|
11453
11455
|
"sap/ushell/services/SmartNavigation": undefined;
|
|
@@ -11462,6 +11464,8 @@ declare namespace sap {
|
|
|
11462
11464
|
|
|
11463
11465
|
"sap/ushell/services/UserInfo": undefined;
|
|
11464
11466
|
|
|
11467
|
+
"sap/ushell/services/VisualizationInstantiation": undefined;
|
|
11468
|
+
|
|
11465
11469
|
"sap/ushell/System": undefined;
|
|
11466
11470
|
|
|
11467
11471
|
"sap/ushell/ui/appfinder/AppBox": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.106.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -1056,6 +1056,15 @@ declare namespace sap {
|
|
|
1056
1056
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
1057
1057
|
| `{${string}}`;
|
|
1058
1058
|
|
|
1059
|
+
/**
|
|
1060
|
+
* @SINCE 1.106
|
|
1061
|
+
*
|
|
1062
|
+
* Section heading content.
|
|
1063
|
+
*
|
|
1064
|
+
* Note: For some accessibility concerns we encourage you to use non-focusable elements.
|
|
1065
|
+
*/
|
|
1066
|
+
heading?: sap.ui.core.Control;
|
|
1067
|
+
|
|
1059
1068
|
/**
|
|
1060
1069
|
* The most recently selected Subsection by the user.
|
|
1061
1070
|
*/
|
|
@@ -6501,12 +6510,30 @@ declare namespace sap {
|
|
|
6501
6510
|
*/
|
|
6502
6511
|
oSubSection: sap.uxap.ObjectPageSubSection
|
|
6503
6512
|
): this;
|
|
6513
|
+
/**
|
|
6514
|
+
* @SINCE 1.106
|
|
6515
|
+
*
|
|
6516
|
+
* Destroys the heading in the aggregation {@link #getHeading heading}.
|
|
6517
|
+
*
|
|
6518
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
6519
|
+
*/
|
|
6520
|
+
destroyHeading(): this;
|
|
6504
6521
|
/**
|
|
6505
6522
|
* Destroys all the subSections in the aggregation {@link #getSubSections subSections}.
|
|
6506
6523
|
*
|
|
6507
6524
|
* @returns Reference to `this` in order to allow method chaining
|
|
6508
6525
|
*/
|
|
6509
6526
|
destroySubSections(): this;
|
|
6527
|
+
/**
|
|
6528
|
+
* @SINCE 1.106
|
|
6529
|
+
*
|
|
6530
|
+
* Gets content of aggregation {@link #getHeading heading}.
|
|
6531
|
+
*
|
|
6532
|
+
* Section heading content.
|
|
6533
|
+
*
|
|
6534
|
+
* Note: For some accessibility concerns we encourage you to use non-focusable elements.
|
|
6535
|
+
*/
|
|
6536
|
+
getHeading(): sap.ui.core.Control;
|
|
6510
6537
|
/**
|
|
6511
6538
|
* ID of the element which is the current target of the association {@link #getSelectedSubSection selectedSubSection},
|
|
6512
6539
|
* or `null`.
|
|
@@ -6586,6 +6613,19 @@ declare namespace sap {
|
|
|
6586
6613
|
*/
|
|
6587
6614
|
vSubSection: int | string | sap.uxap.ObjectPageSubSection
|
|
6588
6615
|
): sap.uxap.ObjectPageSubSection | null;
|
|
6616
|
+
/**
|
|
6617
|
+
* @SINCE 1.106
|
|
6618
|
+
*
|
|
6619
|
+
* Sets the aggregated {@link #getHeading heading}.
|
|
6620
|
+
*
|
|
6621
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
6622
|
+
*/
|
|
6623
|
+
setHeading(
|
|
6624
|
+
/**
|
|
6625
|
+
* The heading to set
|
|
6626
|
+
*/
|
|
6627
|
+
oHeading: sap.ui.core.Control
|
|
6628
|
+
): this;
|
|
6589
6629
|
/**
|
|
6590
6630
|
* Sets the associated {@link #getSelectedSubSection selectedSubSection}.
|
|
6591
6631
|
*
|
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED