@sapui5/ts-types 1.150.1 → 1.152.0
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/index.d.ts +1 -0
- 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 +427 -157
- package/types/sap.f.d.ts +1189 -292
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +2 -222
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +61 -9
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +220 -85
- package/types/sap.fe.navigation.d.ts +3 -2
- 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 +12 -2
- package/types/sap.fe.test.d.ts +3 -3
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +138 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +246 -3
- 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 +1 -1
- package/types/sap.suite.ui.commons.d.ts +957 -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 +178 -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 +4 -2
- package/types/sap.ui.core.d.ts +561 -245
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +7 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +10393 -8758
- package/types/sap.ui.integration.d.ts +130 -326
- package/types/sap.ui.joule.frontend.d.ts +710 -0
- package/types/sap.ui.layout.d.ts +33 -7
- package/types/sap.ui.mdc.d.ts +36 -8
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +4 -4
- 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 +2 -2
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +160 -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.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +84 -47
- 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/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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.152.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -114,6 +114,14 @@ declare namespace sap {
|
|
|
114
114
|
*/
|
|
115
115
|
selectedKey?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
116
116
|
|
|
117
|
+
/**
|
|
118
|
+
* Specifies a term to be highlighted in the navigation items' text. When set, matching portions of item
|
|
119
|
+
* and group texts are visually emphasized during rendering.
|
|
120
|
+
*
|
|
121
|
+
* @since 1.151
|
|
122
|
+
*/
|
|
123
|
+
highlightedText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
124
|
+
|
|
117
125
|
/**
|
|
118
126
|
* The items displayed in the list.
|
|
119
127
|
*/
|
|
@@ -410,6 +418,13 @@ declare namespace sap {
|
|
|
410
418
|
*/
|
|
411
419
|
footer?: sap.tnt.NavigationList;
|
|
412
420
|
|
|
421
|
+
/**
|
|
422
|
+
* Defines the filter section.
|
|
423
|
+
*
|
|
424
|
+
* @since 1.151
|
|
425
|
+
*/
|
|
426
|
+
filterSection?: sap.ui.core.Control;
|
|
427
|
+
|
|
413
428
|
/**
|
|
414
429
|
* The selected `NavigationListItem`.
|
|
415
430
|
*
|
|
@@ -428,6 +443,12 @@ declare namespace sap {
|
|
|
428
443
|
itemPress?: (oEvent: SideNavigation$ItemPressEvent) => void;
|
|
429
444
|
}
|
|
430
445
|
|
|
446
|
+
/**
|
|
447
|
+
* Describes the settings that can be provided to the SideNavigationSearchField constructor.
|
|
448
|
+
*/
|
|
449
|
+
interface $SideNavigationSearchFieldSettings
|
|
450
|
+
extends sap.m.$SearchFieldSettings {}
|
|
451
|
+
|
|
431
452
|
/**
|
|
432
453
|
* Describes the settings that can be provided to the ToolHeader constructor.
|
|
433
454
|
*/
|
|
@@ -1055,6 +1076,20 @@ declare namespace sap {
|
|
|
1055
1076
|
*/
|
|
1056
1077
|
oItem: sap.tnt.NavigationListItemBase
|
|
1057
1078
|
): this;
|
|
1079
|
+
/**
|
|
1080
|
+
* Announces the number of search matches found in the navigation list to assistive technologies.
|
|
1081
|
+
*
|
|
1082
|
+
* This method uses an invisible live region message so screen readers can inform users about the current
|
|
1083
|
+
* number of search matches.
|
|
1084
|
+
*
|
|
1085
|
+
* @since 1.151
|
|
1086
|
+
*/
|
|
1087
|
+
announceSearchMatchCount(
|
|
1088
|
+
/**
|
|
1089
|
+
* The number of matching navigation items.
|
|
1090
|
+
*/
|
|
1091
|
+
iCount: int
|
|
1092
|
+
): void;
|
|
1058
1093
|
/**
|
|
1059
1094
|
* Attaches event handler `fnFunction` to the {@link #event:itemPress itemPress} event of this `sap.tnt.NavigationList`.
|
|
1060
1095
|
*
|
|
@@ -1240,6 +1275,19 @@ declare namespace sap {
|
|
|
1240
1275
|
* @returns Value of property `expanded`
|
|
1241
1276
|
*/
|
|
1242
1277
|
getExpanded(): boolean;
|
|
1278
|
+
/**
|
|
1279
|
+
* Gets current value of property {@link #getHighlightedText highlightedText}.
|
|
1280
|
+
*
|
|
1281
|
+
* Specifies a term to be highlighted in the navigation items' text. When set, matching portions of item
|
|
1282
|
+
* and group texts are visually emphasized during rendering.
|
|
1283
|
+
*
|
|
1284
|
+
* Default value is `empty string`.
|
|
1285
|
+
*
|
|
1286
|
+
* @since 1.151
|
|
1287
|
+
*
|
|
1288
|
+
* @returns Value of property `highlightedText`
|
|
1289
|
+
*/
|
|
1290
|
+
getHighlightedText(): string;
|
|
1243
1291
|
/**
|
|
1244
1292
|
* Gets content of aggregation {@link #getItems items}.
|
|
1245
1293
|
*
|
|
@@ -1380,6 +1428,26 @@ declare namespace sap {
|
|
|
1380
1428
|
*/
|
|
1381
1429
|
bExpanded?: boolean
|
|
1382
1430
|
): this;
|
|
1431
|
+
/**
|
|
1432
|
+
* Sets a new value for property {@link #getHighlightedText highlightedText}.
|
|
1433
|
+
*
|
|
1434
|
+
* Specifies a term to be highlighted in the navigation items' text. When set, matching portions of item
|
|
1435
|
+
* and group texts are visually emphasized during rendering.
|
|
1436
|
+
*
|
|
1437
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1438
|
+
*
|
|
1439
|
+
* Default value is `empty string`.
|
|
1440
|
+
*
|
|
1441
|
+
* @since 1.151
|
|
1442
|
+
*
|
|
1443
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1444
|
+
*/
|
|
1445
|
+
setHighlightedText(
|
|
1446
|
+
/**
|
|
1447
|
+
* New value for property `highlightedText`
|
|
1448
|
+
*/
|
|
1449
|
+
sHighlightedText?: string
|
|
1450
|
+
): this;
|
|
1383
1451
|
/**
|
|
1384
1452
|
* Sets the association for selectedItem. Set `null` to deselect.
|
|
1385
1453
|
*
|
|
@@ -2537,6 +2605,14 @@ declare namespace sap {
|
|
|
2537
2605
|
*/
|
|
2538
2606
|
oBindingInfo: sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
2539
2607
|
): this;
|
|
2608
|
+
/**
|
|
2609
|
+
* Destroys the filterSection in the aggregation {@link #getFilterSection filterSection}.
|
|
2610
|
+
*
|
|
2611
|
+
* @since 1.151
|
|
2612
|
+
*
|
|
2613
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2614
|
+
*/
|
|
2615
|
+
destroyFilterSection(): this;
|
|
2540
2616
|
/**
|
|
2541
2617
|
* Destroys the fixedItem in the aggregation {@link #getFixedItem fixedItem}.
|
|
2542
2618
|
*
|
|
@@ -2659,6 +2735,14 @@ declare namespace sap {
|
|
|
2659
2735
|
* @returns Value of property `expanded`
|
|
2660
2736
|
*/
|
|
2661
2737
|
getExpanded(): boolean;
|
|
2738
|
+
/**
|
|
2739
|
+
* Gets content of aggregation {@link #getFilterSection filterSection}.
|
|
2740
|
+
*
|
|
2741
|
+
* Defines the filter section.
|
|
2742
|
+
*
|
|
2743
|
+
* @since 1.151
|
|
2744
|
+
*/
|
|
2745
|
+
getFilterSection(): sap.ui.core.Control;
|
|
2662
2746
|
/**
|
|
2663
2747
|
* Gets content of aggregation {@link #getFixedItem fixedItem}.
|
|
2664
2748
|
*
|
|
@@ -2759,6 +2843,19 @@ declare namespace sap {
|
|
|
2759
2843
|
*/
|
|
2760
2844
|
bExpanded: boolean
|
|
2761
2845
|
): this;
|
|
2846
|
+
/**
|
|
2847
|
+
* Sets the aggregated {@link #getFilterSection filterSection}.
|
|
2848
|
+
*
|
|
2849
|
+
* @since 1.151
|
|
2850
|
+
*
|
|
2851
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2852
|
+
*/
|
|
2853
|
+
setFilterSection(
|
|
2854
|
+
/**
|
|
2855
|
+
* The filterSection to set
|
|
2856
|
+
*/
|
|
2857
|
+
oFilterSection: sap.ui.core.Control
|
|
2858
|
+
): this;
|
|
2762
2859
|
/**
|
|
2763
2860
|
* Sets the aggregated {@link #getFixedItem fixedItem}.
|
|
2764
2861
|
*
|
|
@@ -2848,6 +2945,84 @@ declare namespace sap {
|
|
|
2848
2945
|
*/
|
|
2849
2946
|
unbindItem(): this;
|
|
2850
2947
|
}
|
|
2948
|
+
/**
|
|
2949
|
+
* Search field for side navigation with predefined accessibility settings.
|
|
2950
|
+
*
|
|
2951
|
+
* The `SideNavigationSearchField` control extends {@link sap.m.SearchField} and provides accessibility-related
|
|
2952
|
+
* defaults tailored for use in a {@link sap.tnt.SideNavigation}.
|
|
2953
|
+
*
|
|
2954
|
+
* @since 1.151
|
|
2955
|
+
*/
|
|
2956
|
+
class SideNavigationSearchField extends sap.m.SearchField {
|
|
2957
|
+
/**
|
|
2958
|
+
* Constructor for a new SideNavigationSearchField.
|
|
2959
|
+
*
|
|
2960
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
2961
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2962
|
+
* of the syntax of the settings object.
|
|
2963
|
+
*
|
|
2964
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.m.SearchField#constructor sap.m.SearchField }
|
|
2965
|
+
* can be used.
|
|
2966
|
+
*/
|
|
2967
|
+
constructor(
|
|
2968
|
+
/**
|
|
2969
|
+
* Initial settings for the new control
|
|
2970
|
+
*/
|
|
2971
|
+
mSettings?: sap.tnt.$SideNavigationSearchFieldSettings
|
|
2972
|
+
);
|
|
2973
|
+
/**
|
|
2974
|
+
* Constructor for a new SideNavigationSearchField.
|
|
2975
|
+
*
|
|
2976
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
2977
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2978
|
+
* of the syntax of the settings object.
|
|
2979
|
+
*
|
|
2980
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.m.SearchField#constructor sap.m.SearchField }
|
|
2981
|
+
* can be used.
|
|
2982
|
+
*/
|
|
2983
|
+
constructor(
|
|
2984
|
+
/**
|
|
2985
|
+
* ID for the new control, generated automatically if no ID is given
|
|
2986
|
+
*/
|
|
2987
|
+
sId?: string,
|
|
2988
|
+
/**
|
|
2989
|
+
* Initial settings for the new control
|
|
2990
|
+
*/
|
|
2991
|
+
mSettings?: sap.tnt.$SideNavigationSearchFieldSettings
|
|
2992
|
+
);
|
|
2993
|
+
|
|
2994
|
+
/**
|
|
2995
|
+
* Creates a new subclass of class sap.tnt.SideNavigationSearchField with name `sClassName` and enriches
|
|
2996
|
+
* it with the information contained in `oClassInfo`.
|
|
2997
|
+
*
|
|
2998
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.SearchField.extend}.
|
|
2999
|
+
*
|
|
3000
|
+
*
|
|
3001
|
+
* @returns Created class / constructor function
|
|
3002
|
+
*/
|
|
3003
|
+
static extend<T extends Record<string, unknown>>(
|
|
3004
|
+
/**
|
|
3005
|
+
* Name of the class being created
|
|
3006
|
+
*/
|
|
3007
|
+
sClassName: string,
|
|
3008
|
+
/**
|
|
3009
|
+
* Object literal with information about the class
|
|
3010
|
+
*/
|
|
3011
|
+
oClassInfo?: sap.ClassInfo<T, sap.tnt.SideNavigationSearchField>,
|
|
3012
|
+
/**
|
|
3013
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3014
|
+
* used by this class
|
|
3015
|
+
*/
|
|
3016
|
+
FNMetaImpl?: Function
|
|
3017
|
+
): Function;
|
|
3018
|
+
/**
|
|
3019
|
+
* Returns a metadata object for class sap.tnt.SideNavigationSearchField.
|
|
3020
|
+
*
|
|
3021
|
+
*
|
|
3022
|
+
* @returns Metadata object describing this class
|
|
3023
|
+
*/
|
|
3024
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3025
|
+
}
|
|
2851
3026
|
/**
|
|
2852
3027
|
* The ToolHeader control is a horizontal container that is most commonly used to display buttons, texts,
|
|
2853
3028
|
* and other various input controls. Overview: The ToolHeader control is based on {@link sap.m.OverflowToolbar}.
|
|
@@ -3635,6 +3810,8 @@ declare namespace sap {
|
|
|
3635
3810
|
|
|
3636
3811
|
"sap/tnt/SideNavigation": undefined;
|
|
3637
3812
|
|
|
3813
|
+
"sap/tnt/SideNavigationSearchField": undefined;
|
|
3814
|
+
|
|
3638
3815
|
"sap/tnt/ToolHeader": undefined;
|
|
3639
3816
|
|
|
3640
3817
|
"sap/tnt/ToolHeaderUtilitySeparator": undefined;
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.152.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -24438,7 +24438,9 @@ declare namespace sap {
|
|
|
24438
24438
|
}
|
|
24439
24439
|
/**
|
|
24440
24440
|
* SemanticGroupElement holds the semantically connected fields divided by a delimiter. **Note:** Semantically
|
|
24441
|
-
* connected fields
|
|
24441
|
+
* connected fields do not support the full range of text arrangement async control functionality. However,
|
|
24442
|
+
* the TextOnly type (com.sap.vocabularies.UI.v1.TextArrangementType/TextOnly) is supported, which displays
|
|
24443
|
+
* the specified description only.
|
|
24442
24444
|
*
|
|
24443
24445
|
* @since 1.88
|
|
24444
24446
|
*/
|