@sapui5/ts-types-esm 1.140.0 → 1.141.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.ui.commons.d.ts → commons-1.141.0-esm-d.ts} +1 -1
- package/types/{sap.ui.core.d.ts → core-1.141.0-esm-d.ts} +130 -67
- package/types/dt-1.141.0-esm-d.ts +208 -0
- package/types/index.d.ts +7 -7
- package/types/{sap.ui.mdc.d.ts → mdc-1.141.0-esm-d.ts} +4 -4
- package/types/{sap.m.d.ts → mobile-1.141.0-esm-d.ts} +78 -9
- 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.esh.search.ui.d.ts +2680 -1
- package/types/sap.f.d.ts +44 -3
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +84 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +367 -42
- package/types/sap.fe.navigation.d.ts +13 -15
- 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 +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +7 -1
- package/types/sap.insights.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.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +20 -5
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +41 -5
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +8 -7
- 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 +1 -1
- package/types/sap.ui.layout.d.ts +63 -47
- package/types/sap.ui.richtexteditor.d.ts +309 -9
- 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 +18 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +55 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +132 -1
- 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 +32 -3
- package/types/sap.ushell_abap.d.ts +5 -1
- package/types/sap.uxap.d.ts +1 -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.tnt.d.ts → tnt-1.141.0-esm-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.141.0-esm-d.ts} +1 -1
- package/types/sap.ui.dt.d.ts +0 -7
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
@@ -619,9 +619,11 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
619
619
|
import Event from "sap/ui/base/Event";
|
|
620
620
|
|
|
621
621
|
/**
|
|
622
|
-
* Table that handles analytical OData back-end scenarios. The `AnalyticalTable` only works with {@link sap.ui.model.analytics.AnalyticalBinding AnalyticalBinding }
|
|
622
|
+
* Table that handles analytical OData V2 back-end scenarios. The `AnalyticalTable` only works with {@link sap.ui.model.analytics.AnalyticalBinding AnalyticalBinding }
|
|
623
623
|
* and correctly annotated OData services. Please check out the functionality of analytical binding and
|
|
624
|
-
* the SAP Annotations for OData Version 2.0 documentation for further details.
|
|
624
|
+
* the SAP Annotations for OData Version 2.0 documentation for further details. For an analytical-table-like
|
|
625
|
+
* behavior with OData V4 services, use the {@link sap.ui.table.Table Table} control with the {@link sap.ui.table.plugins.ODataV4Aggregation ODataV4Aggregation }
|
|
626
|
+
* plugin.
|
|
625
627
|
*/
|
|
626
628
|
export default class AnalyticalTable extends Table {
|
|
627
629
|
/**
|
|
@@ -632,6 +634,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
632
634
|
* of the syntax of the settings object.
|
|
633
635
|
* See:
|
|
634
636
|
* https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
|
|
637
|
+
* {@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
|
|
635
638
|
* {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
|
|
636
639
|
* {@link fiori:/analytical-table-alv/ Analytical Table}
|
|
637
640
|
*/
|
|
@@ -649,6 +652,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
649
652
|
* of the syntax of the settings object.
|
|
650
653
|
* See:
|
|
651
654
|
* https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
|
|
655
|
+
* {@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
|
|
652
656
|
* {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
|
|
653
657
|
* {@link fiori:/analytical-table-alv/ Analytical Table}
|
|
654
658
|
*/
|
|
@@ -3584,6 +3588,10 @@ declare module "sap/ui/table/plugins/ODataV4Aggregation" {
|
|
|
3584
3588
|
*
|
|
3585
3589
|
* For details about data aggregation, see {@link sap.ui.model.odata.v4.ODataListBinding#setAggregation}.
|
|
3586
3590
|
*
|
|
3591
|
+
* In combination with the {@link sap.ui.table.Table Table} control, this plugin offers a UI for OData V4
|
|
3592
|
+
* that is similar to the one the {@link sap.ui.table.AnalyticalTable AnalyticalTable} offers for OData
|
|
3593
|
+
* V2.
|
|
3594
|
+
*
|
|
3587
3595
|
* @since 1.140
|
|
3588
3596
|
*/
|
|
3589
3597
|
export default class ODataV4Aggregation extends UI5Element {
|
|
@@ -3748,6 +3756,9 @@ declare module "sap/ui/table/plugins/ODataV4Hierarchy" {
|
|
|
3748
3756
|
*
|
|
3749
3757
|
* For details about hierarchies, see {@link sap.ui.model.odata.v4.ODataListBinding#setAggregation}.
|
|
3750
3758
|
*
|
|
3759
|
+
* In combination with the {@link sap.ui.table.Table Table} control, this plugin offers a UI for OData V4
|
|
3760
|
+
* that is similar to the one the {@link sap.ui.table.TreeTable TreeTable} offers for other models.
|
|
3761
|
+
*
|
|
3751
3762
|
* @since 1.140
|
|
3752
3763
|
*/
|
|
3753
3764
|
export default class ODataV4Hierarchy extends UI5Element {
|
|
@@ -11231,7 +11242,10 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11231
11242
|
import Event from "sap/ui/base/Event";
|
|
11232
11243
|
|
|
11233
11244
|
/**
|
|
11234
|
-
* The TreeTable control provides a comprehensive set of features to display hierarchical data.
|
|
11245
|
+
* The TreeTable control provides a comprehensive set of features to display hierarchical data. The control
|
|
11246
|
+
* can be used in combination with {@link sap.ui.model.json.JSONModel JSONModel} and {@link sap.ui.model.odata.v2.ODataModel ODataModel V2}.
|
|
11247
|
+
* For a tree-table-like behavior with OData V4 services, use the {@link sap.ui.table.Table Table} control
|
|
11248
|
+
* with the {@link sap.ui.table.plugins.ODataV4Hierarchy ODataV4Hierarchy} plugin.
|
|
11235
11249
|
*/
|
|
11236
11250
|
export default class TreeTable extends Table {
|
|
11237
11251
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/unified/library" {
|
|
4
4
|
/**
|
|
@@ -7657,9 +7657,9 @@ declare module "sap/ui/unified/CalendarAppointment" {
|
|
|
7657
7657
|
$DateTypeRangeSettings,
|
|
7658
7658
|
} from "sap/ui/unified/DateTypeRange";
|
|
7659
7659
|
|
|
7660
|
-
import
|
|
7660
|
+
import { ID, CSSColor, URI } from "sap/ui/core/library";
|
|
7661
7661
|
|
|
7662
|
-
import
|
|
7662
|
+
import Control from "sap/ui/core/Control";
|
|
7663
7663
|
|
|
7664
7664
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
7665
7665
|
|
|
@@ -7739,6 +7739,18 @@ declare module "sap/ui/unified/CalendarAppointment" {
|
|
|
7739
7739
|
* @returns Metadata object describing this class
|
|
7740
7740
|
*/
|
|
7741
7741
|
static getMetadata(): ElementMetadata;
|
|
7742
|
+
/**
|
|
7743
|
+
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7744
|
+
*
|
|
7745
|
+
*
|
|
7746
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
7747
|
+
*/
|
|
7748
|
+
addAriaLabelledBy(
|
|
7749
|
+
/**
|
|
7750
|
+
* The ariaLabelledBy to add; if empty, nothing is inserted
|
|
7751
|
+
*/
|
|
7752
|
+
vAriaLabelledBy: ID | Control
|
|
7753
|
+
): this;
|
|
7742
7754
|
/**
|
|
7743
7755
|
* Adds some customContent to the aggregation {@link #getCustomContent customContent}.
|
|
7744
7756
|
*
|
|
@@ -7760,6 +7772,10 @@ declare module "sap/ui/unified/CalendarAppointment" {
|
|
|
7760
7772
|
* @returns Reference to `this` in order to allow method chaining
|
|
7761
7773
|
*/
|
|
7762
7774
|
destroyCustomContent(): this;
|
|
7775
|
+
/**
|
|
7776
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7777
|
+
*/
|
|
7778
|
+
getAriaLabelledBy(): ID[];
|
|
7763
7779
|
/**
|
|
7764
7780
|
* Gets current value of property {@link #getColor color}.
|
|
7765
7781
|
*
|
|
@@ -7785,6 +7801,12 @@ declare module "sap/ui/unified/CalendarAppointment" {
|
|
|
7785
7801
|
* - Do not use interactive controls as content, as they may trigger unwanted selection of the appointment
|
|
7786
7802
|
* and may lead to unpredictable results.
|
|
7787
7803
|
*
|
|
7804
|
+
* **Note:** When using the `customContent` aggregation, it is the application developer's responsibility
|
|
7805
|
+
* to add appropriate labels to the `ariaLabelledBy` association to provide accessible information about
|
|
7806
|
+
* this appointment as the standard properties (`title`, `text`, `description`, and `icon`) are ignored,
|
|
7807
|
+
* which means screen readers will have no information about the appointment unless proper ARIA labeling
|
|
7808
|
+
* is implemented.
|
|
7809
|
+
*
|
|
7788
7810
|
* @since 1.93.0
|
|
7789
7811
|
*/
|
|
7790
7812
|
getCustomContent(): Control[];
|
|
@@ -7891,6 +7913,13 @@ declare module "sap/ui/unified/CalendarAppointment" {
|
|
|
7891
7913
|
*/
|
|
7892
7914
|
iIndex: int
|
|
7893
7915
|
): this;
|
|
7916
|
+
/**
|
|
7917
|
+
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7918
|
+
*
|
|
7919
|
+
*
|
|
7920
|
+
* @returns An array of the removed elements (might be empty)
|
|
7921
|
+
*/
|
|
7922
|
+
removeAllAriaLabelledBy(): ID[];
|
|
7894
7923
|
/**
|
|
7895
7924
|
* Removes all the controls from the aggregation {@link #getCustomContent customContent}.
|
|
7896
7925
|
*
|
|
@@ -7901,6 +7930,18 @@ declare module "sap/ui/unified/CalendarAppointment" {
|
|
|
7901
7930
|
* @returns An array of the removed elements (might be empty)
|
|
7902
7931
|
*/
|
|
7903
7932
|
removeAllCustomContent(): Control[];
|
|
7933
|
+
/**
|
|
7934
|
+
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7935
|
+
*
|
|
7936
|
+
*
|
|
7937
|
+
* @returns The removed ariaLabelledBy or `null`
|
|
7938
|
+
*/
|
|
7939
|
+
removeAriaLabelledBy(
|
|
7940
|
+
/**
|
|
7941
|
+
* The ariaLabelledBy to be removed or its index or ID
|
|
7942
|
+
*/
|
|
7943
|
+
vAriaLabelledBy: int | ID | Control
|
|
7944
|
+
): ID | null;
|
|
7904
7945
|
/**
|
|
7905
7946
|
* Removes a customContent from the aggregation {@link #getCustomContent customContent}.
|
|
7906
7947
|
*
|
|
@@ -8115,6 +8156,12 @@ declare module "sap/ui/unified/CalendarAppointment" {
|
|
|
8115
8156
|
* - Do not use interactive controls as content, as they may trigger unwanted selection of the appointment
|
|
8116
8157
|
* and may lead to unpredictable results.
|
|
8117
8158
|
*
|
|
8159
|
+
* **Note:** When using the `customContent` aggregation, it is the application developer's responsibility
|
|
8160
|
+
* to add appropriate labels to the `ariaLabelledBy` association to provide accessible information about
|
|
8161
|
+
* this appointment as the standard properties (`title`, `text`, `description`, and `icon`) are ignored,
|
|
8162
|
+
* which means screen readers will have no information about the appointment unless proper ARIA labeling
|
|
8163
|
+
* is implemented.
|
|
8164
|
+
*
|
|
8118
8165
|
* @since 1.93.0
|
|
8119
8166
|
*/
|
|
8120
8167
|
customContent?:
|
|
@@ -8122,6 +8169,11 @@ declare module "sap/ui/unified/CalendarAppointment" {
|
|
|
8122
8169
|
| Control
|
|
8123
8170
|
| AggregationBindingInfo
|
|
8124
8171
|
| `{${string}}`;
|
|
8172
|
+
|
|
8173
|
+
/**
|
|
8174
|
+
* Association to controls / ids which label this control (see WAI-ARIA attribute aria-labelledBy).
|
|
8175
|
+
*/
|
|
8176
|
+
ariaLabelledBy?: Array<Control | string>;
|
|
8125
8177
|
}
|
|
8126
8178
|
}
|
|
8127
8179
|
|
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.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -12578,6 +12578,10 @@ declare module "sap/ui/vk/NodeContentType" {
|
|
|
12578
12578
|
* Background node
|
|
12579
12579
|
*/
|
|
12580
12580
|
Background = "Background",
|
|
12581
|
+
/**
|
|
12582
|
+
* Dynamic content node
|
|
12583
|
+
*/
|
|
12584
|
+
DynamicContent = "DynamicContent",
|
|
12581
12585
|
/**
|
|
12582
12586
|
* Hotspot node
|
|
12583
12587
|
*/
|
|
@@ -14523,6 +14527,8 @@ declare module "sap/ui/vk/ObjectType" {
|
|
|
14523
14527
|
* Object type
|
|
14524
14528
|
*/
|
|
14525
14529
|
enum ObjectType {
|
|
14530
|
+
DynamicContent = "2",
|
|
14531
|
+
|
|
14526
14532
|
Hotspot = "1",
|
|
14527
14533
|
|
|
14528
14534
|
PMI = "0",
|
|
@@ -22653,6 +22659,13 @@ declare module "sap/ui/vk/svg/NodeHierarchy" {
|
|
|
22653
22659
|
*/
|
|
22654
22660
|
stepIntoClosedNodes?: boolean
|
|
22655
22661
|
): any[];
|
|
22662
|
+
/**
|
|
22663
|
+
* Returns a list of dynamic content node references.
|
|
22664
|
+
*
|
|
22665
|
+
*
|
|
22666
|
+
* @returns A list of dynamic content node references.
|
|
22667
|
+
*/
|
|
22668
|
+
getDynamicContentNodeRefs(): any[];
|
|
22656
22669
|
/**
|
|
22657
22670
|
* Returns a list of hotspot node references.
|
|
22658
22671
|
*
|
|
@@ -43611,6 +43624,33 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
43611
43624
|
* @returns Value of property `hotspotColorABGR`
|
|
43612
43625
|
*/
|
|
43613
43626
|
getHotspotColorABGR(): int;
|
|
43627
|
+
/**
|
|
43628
|
+
* Gets current value of property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
|
|
43629
|
+
*
|
|
43630
|
+
* Default value is `10`.
|
|
43631
|
+
*
|
|
43632
|
+
*
|
|
43633
|
+
* @returns Value of property `hotspotCustomTextHaloWidth`
|
|
43634
|
+
*/
|
|
43635
|
+
getHotspotCustomTextHaloWidth(): float;
|
|
43636
|
+
/**
|
|
43637
|
+
* Gets current value of property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
|
|
43638
|
+
*
|
|
43639
|
+
* Default value is `"white"`.
|
|
43640
|
+
*
|
|
43641
|
+
*
|
|
43642
|
+
* @returns Value of property `hotspotCustomTextOutlineColor`
|
|
43643
|
+
*/
|
|
43644
|
+
getHotspotCustomTextOutlineColor(): CSSColor;
|
|
43645
|
+
/**
|
|
43646
|
+
* Gets current value of property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
|
|
43647
|
+
*
|
|
43648
|
+
* Default value is `1`.
|
|
43649
|
+
*
|
|
43650
|
+
*
|
|
43651
|
+
* @returns Value of property `hotspotCustomTextOutlineWidth`
|
|
43652
|
+
*/
|
|
43653
|
+
getHotspotCustomTextOutlineWidth(): float;
|
|
43614
43654
|
/**
|
|
43615
43655
|
* Gets current value of property {@link #getKeepOutputSize keepOutputSize}.
|
|
43616
43656
|
*
|
|
@@ -43665,6 +43705,17 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
43665
43705
|
* @returns Value of property `selectionMode`
|
|
43666
43706
|
*/
|
|
43667
43707
|
getSelectionMode(): SelectionMode;
|
|
43708
|
+
/**
|
|
43709
|
+
* Gets current value of property {@link #getShowAllDynamicContents showAllDynamicContents}.
|
|
43710
|
+
*
|
|
43711
|
+
* Enables or disables showing of all dynamic contents
|
|
43712
|
+
*
|
|
43713
|
+
* Default value is `false`.
|
|
43714
|
+
*
|
|
43715
|
+
*
|
|
43716
|
+
* @returns Value of property `showAllDynamicContents`
|
|
43717
|
+
*/
|
|
43718
|
+
getShowAllDynamicContents(): boolean;
|
|
43668
43719
|
/**
|
|
43669
43720
|
* Gets current value of property {@link #getShowAllHotspots showAllHotspots}.
|
|
43670
43721
|
*
|
|
@@ -44089,6 +44140,54 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
44089
44140
|
*/
|
|
44090
44141
|
iHotspotColorABGR?: int
|
|
44091
44142
|
): this;
|
|
44143
|
+
/**
|
|
44144
|
+
* Sets a new value for property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
|
|
44145
|
+
*
|
|
44146
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
44147
|
+
*
|
|
44148
|
+
* Default value is `10`.
|
|
44149
|
+
*
|
|
44150
|
+
*
|
|
44151
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
44152
|
+
*/
|
|
44153
|
+
setHotspotCustomTextHaloWidth(
|
|
44154
|
+
/**
|
|
44155
|
+
* New value for property `hotspotCustomTextHaloWidth`
|
|
44156
|
+
*/
|
|
44157
|
+
fHotspotCustomTextHaloWidth?: float
|
|
44158
|
+
): this;
|
|
44159
|
+
/**
|
|
44160
|
+
* Sets a new value for property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
|
|
44161
|
+
*
|
|
44162
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
44163
|
+
*
|
|
44164
|
+
* Default value is `"white"`.
|
|
44165
|
+
*
|
|
44166
|
+
*
|
|
44167
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
44168
|
+
*/
|
|
44169
|
+
setHotspotCustomTextOutlineColor(
|
|
44170
|
+
/**
|
|
44171
|
+
* New value for property `hotspotCustomTextOutlineColor`
|
|
44172
|
+
*/
|
|
44173
|
+
sHotspotCustomTextOutlineColor?: CSSColor
|
|
44174
|
+
): this;
|
|
44175
|
+
/**
|
|
44176
|
+
* Sets a new value for property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
|
|
44177
|
+
*
|
|
44178
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
44179
|
+
*
|
|
44180
|
+
* Default value is `1`.
|
|
44181
|
+
*
|
|
44182
|
+
*
|
|
44183
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
44184
|
+
*/
|
|
44185
|
+
setHotspotCustomTextOutlineWidth(
|
|
44186
|
+
/**
|
|
44187
|
+
* New value for property `hotspotCustomTextOutlineWidth`
|
|
44188
|
+
*/
|
|
44189
|
+
fHotspotCustomTextOutlineWidth?: float
|
|
44190
|
+
): this;
|
|
44092
44191
|
/**
|
|
44093
44192
|
* Sets a new value for property {@link #getKeepOutputSize keepOutputSize}.
|
|
44094
44193
|
*
|
|
@@ -44185,6 +44284,24 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
44185
44284
|
*/
|
|
44186
44285
|
sSelectionMode?: SelectionMode
|
|
44187
44286
|
): this;
|
|
44287
|
+
/**
|
|
44288
|
+
* Sets a new value for property {@link #getShowAllDynamicContents showAllDynamicContents}.
|
|
44289
|
+
*
|
|
44290
|
+
* Enables or disables showing of all dynamic contents
|
|
44291
|
+
*
|
|
44292
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
44293
|
+
*
|
|
44294
|
+
* Default value is `false`.
|
|
44295
|
+
*
|
|
44296
|
+
*
|
|
44297
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
44298
|
+
*/
|
|
44299
|
+
setShowAllDynamicContents(
|
|
44300
|
+
/**
|
|
44301
|
+
* New value for property `showAllDynamicContents`
|
|
44302
|
+
*/
|
|
44303
|
+
bShowAllDynamicContents?: boolean
|
|
44304
|
+
): this;
|
|
44188
44305
|
/**
|
|
44189
44306
|
* Sets a new value for property {@link #getShowAllHotspots showAllHotspots}.
|
|
44190
44307
|
*
|
|
@@ -44402,6 +44519,11 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
44402
44519
|
*/
|
|
44403
44520
|
showAllHotspots?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
44404
44521
|
|
|
44522
|
+
/**
|
|
44523
|
+
* Enables or disables showing of all dynamic contents
|
|
44524
|
+
*/
|
|
44525
|
+
showAllDynamicContents?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
44526
|
+
|
|
44405
44527
|
/**
|
|
44406
44528
|
* Disables hotspot hovering
|
|
44407
44529
|
*/
|
|
@@ -44417,6 +44539,15 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
44417
44539
|
*/
|
|
44418
44540
|
hotspotColor?: CSSColor | PropertyBindingInfo | `{${string}}`;
|
|
44419
44541
|
|
|
44542
|
+
hotspotCustomTextOutlineWidth?: float | PropertyBindingInfo | `{${string}}`;
|
|
44543
|
+
|
|
44544
|
+
hotspotCustomTextOutlineColor?:
|
|
44545
|
+
| CSSColor
|
|
44546
|
+
| PropertyBindingInfo
|
|
44547
|
+
| `{${string}}`;
|
|
44548
|
+
|
|
44549
|
+
hotspotCustomTextHaloWidth?: float | PropertyBindingInfo | `{${string}}`;
|
|
44550
|
+
|
|
44420
44551
|
keepOutputSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
44421
44552
|
|
|
44422
44553
|
/**
|
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.141.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -1206,6 +1206,17 @@ declare module "sap/ushell/Container" {
|
|
|
1206
1206
|
*/
|
|
1207
1207
|
sParameter?: string
|
|
1208
1208
|
): Promise<ServiceType>;
|
|
1209
|
+
/**
|
|
1210
|
+
* Logs out the current user from all relevant back-end systems, including the logon system itself. This
|
|
1211
|
+
* member represents the default native implementation of logout. If SessionHandler was created, we register
|
|
1212
|
+
* the alternate logout function using registerLogout function.
|
|
1213
|
+
*
|
|
1214
|
+
* @since 1.15.0
|
|
1215
|
+
* @deprecated As of version 1.120.
|
|
1216
|
+
*
|
|
1217
|
+
* @returns Resolves when logout is finished, even when it fails.
|
|
1218
|
+
*/
|
|
1219
|
+
logout(): jQuery.Promise;
|
|
1209
1220
|
/**
|
|
1210
1221
|
* Register the work protection dirty callback function. In the work protect mechanism, each platform can
|
|
1211
1222
|
* register their own method in order to check if data was changed during the session, and notify the container
|
|
@@ -3849,7 +3860,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
|
|
|
3849
3860
|
* of the currently running app (but still in scope of the current Fiori launchpad) or to create links to
|
|
3850
3861
|
* such external targets.
|
|
3851
3862
|
*
|
|
3852
|
-
* **Note:** To retrieve a valid instance of this service, it is necessary to call {@link
|
|
3863
|
+
* **Note:** To retrieve a valid instance of this service, it is necessary to call {@link Container#getServiceAsync}.
|
|
3853
3864
|
*
|
|
3854
3865
|
* ```javascript
|
|
3855
3866
|
*
|
|
@@ -6933,7 +6944,7 @@ declare module "sap/ushell/services/Navigation" {
|
|
|
6933
6944
|
* object, the action and an optional part:
|
|
6934
6945
|
* ```javascript
|
|
6935
6946
|
* Intent = "#" semanticObject "-" action ["?" intentParameters "&/" innerAppRoute + "?" + innerAppRouteParameters]```
|
|
6936
|
-
* The intent
|
|
6947
|
+
* The intent comprises of the following parts:
|
|
6937
6948
|
* semanticObject: Semantic object as defined in an app launcher tile. The following characters are allowed:
|
|
6938
6949
|
* uppercase letters [A-Z], lowercase letters [a-z], numbers [0-9]. The first character must be an uppercase
|
|
6939
6950
|
* or lowercase letter. The length of the semantic object is limited to 30 characters.
|
|
@@ -13738,6 +13749,10 @@ declare module "sap/ushell/ui5service/ShellUIService" {
|
|
|
13738
13749
|
/**
|
|
13739
13750
|
* Sets the application screen size to either full width or letterbox.
|
|
13740
13751
|
*
|
|
13752
|
+
* This method sets the application width dynamically. This can cause flickering depending on the current
|
|
13753
|
+
* environment. As an alternative you can set the application width statically using the manifest property
|
|
13754
|
+
* `sap.ui/fullWidth`.
|
|
13755
|
+
*
|
|
13741
13756
|
* @since 1.133.0
|
|
13742
13757
|
*/
|
|
13743
13758
|
setApplicationFullWidth(
|
|
@@ -14141,6 +14156,14 @@ declare namespace sap {
|
|
|
14141
14156
|
|
|
14142
14157
|
"sap/ushell/modules/NavigationMenu": undefined;
|
|
14143
14158
|
|
|
14159
|
+
"sap/ushell/modules/NavigationMenu/ListProvider": undefined;
|
|
14160
|
+
|
|
14161
|
+
"sap/ushell/modules/NavigationMenu/ListProviderAPI": undefined;
|
|
14162
|
+
|
|
14163
|
+
"sap/ushell/modules/NavigationMenu/NavContainer": undefined;
|
|
14164
|
+
|
|
14165
|
+
"sap/ushell/modules/NavigationMenu/NavigationMenuMode": undefined;
|
|
14166
|
+
|
|
14144
14167
|
"sap/ushell/renderer/ShellLayout": undefined;
|
|
14145
14168
|
|
|
14146
14169
|
"sap/ushell/renderers/fiori2/Renderer": undefined;
|
|
@@ -14199,6 +14222,12 @@ declare namespace sap {
|
|
|
14199
14222
|
|
|
14200
14223
|
"sap/ushell/services/Message": undefined;
|
|
14201
14224
|
|
|
14225
|
+
"sap/ushell/services/MessageBroker": undefined;
|
|
14226
|
+
|
|
14227
|
+
"sap/ushell/services/MessageBroker/ClientAlias": undefined;
|
|
14228
|
+
|
|
14229
|
+
"sap/ushell/services/MessageBroker/ClientConnectionMessage": undefined;
|
|
14230
|
+
|
|
14202
14231
|
"sap/ushell/services/Navigation": undefined;
|
|
14203
14232
|
|
|
14204
14233
|
"sap/ushell/services/NavTargetResolution": undefined;
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
5
5
|
"sap/ushell_abap/components/TCodeNavigation": undefined;
|
|
6
6
|
|
|
7
|
+
"sap/ushell_abap/components/TCodeNavigation/MessageCode": undefined;
|
|
8
|
+
|
|
9
|
+
"sap/ushell_abap/components/TCodeNavigation/TCodeNavigationError": undefined;
|
|
10
|
+
|
|
7
11
|
"sap/ushell_abap/library": undefined;
|
|
8
12
|
|
|
9
13
|
"sap/ushell_abap/thirdparty/sap-xhrlib-esm-dbg": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED