@openui5/ts-types 1.97.1 → 1.98.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/sap.f.d.ts +108 -573
- package/types/sap.m.d.ts +2648 -268
- package/types/sap.tnt.d.ts +31 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +819 -199
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.integration.d.ts +21 -3
- package/types/sap.ui.layout.d.ts +4 -4
- package/types/sap.ui.mdc.d.ts +12 -6
- 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 +6 -6
- package/types/sap.ui.table.d.ts +30 -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 +35 -105
- package/types/sap.ui.webc.main.d.ts +16 -29
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
@@ -130,6 +130,10 @@ declare namespace sap {
|
|
|
130
130
|
|
|
131
131
|
"sap/ui/fl/registry/Settings": undefined;
|
|
132
132
|
|
|
133
|
+
"sap/ui/fl/support/_internal/getChangeDependencies": undefined;
|
|
134
|
+
|
|
135
|
+
"sap/ui/fl/support/api/SupportAPI": undefined;
|
|
136
|
+
|
|
133
137
|
"sap/ui/fl/transport/TransportDialog": undefined;
|
|
134
138
|
|
|
135
139
|
"sap/ui/fl/Utils": undefined;
|
|
@@ -214,6 +218,8 @@ declare namespace sap {
|
|
|
214
218
|
|
|
215
219
|
"sap/ui/fl/write/api/SmartVariantManagementWriteAPI": undefined;
|
|
216
220
|
|
|
221
|
+
"sap/ui/fl/write/api/TranslationAPI": undefined;
|
|
222
|
+
|
|
217
223
|
"sap/ui/fl/write/api/UI2PersonalizationWriteAPI": undefined;
|
|
218
224
|
|
|
219
225
|
"sap/ui/fl/write/api/VersionsAPI": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -2866,6 +2866,18 @@ declare namespace sap {
|
|
|
2866
2866
|
* Used for custom actions
|
|
2867
2867
|
*/
|
|
2868
2868
|
Custom = "Custom",
|
|
2869
|
+
/**
|
|
2870
|
+
* @EXPERIMENTAL (since 1.87)
|
|
2871
|
+
*
|
|
2872
|
+
* Date selection. Available only for Calendar cards.
|
|
2873
|
+
*/
|
|
2874
|
+
DateChange = "DateChange",
|
|
2875
|
+
/**
|
|
2876
|
+
* @EXPERIMENTAL (since 1.87)
|
|
2877
|
+
*
|
|
2878
|
+
* Month selection. Available only for Calendar cards.
|
|
2879
|
+
*/
|
|
2880
|
+
MonthChange = "MonthChange",
|
|
2869
2881
|
/**
|
|
2870
2882
|
* Used for navigation actions
|
|
2871
2883
|
*/
|
|
@@ -2997,6 +3009,8 @@ declare namespace sap {
|
|
|
2997
3009
|
|
|
2998
3010
|
"sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor": undefined;
|
|
2999
3011
|
|
|
3012
|
+
"sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor": undefined;
|
|
3013
|
+
|
|
3000
3014
|
"sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor": undefined;
|
|
3001
3015
|
|
|
3002
3016
|
"sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory": undefined;
|
|
@@ -3041,6 +3055,8 @@ declare namespace sap {
|
|
|
3041
3055
|
|
|
3042
3056
|
"sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor": undefined;
|
|
3043
3057
|
|
|
3058
|
+
"sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor": undefined;
|
|
3059
|
+
|
|
3044
3060
|
"sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor": undefined;
|
|
3045
3061
|
|
|
3046
3062
|
"sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor": undefined;
|
|
@@ -3085,8 +3101,6 @@ declare namespace sap {
|
|
|
3085
3101
|
|
|
3086
3102
|
"sap/ui/integration/library": undefined;
|
|
3087
3103
|
|
|
3088
|
-
"sap/ui/integration/ManifestResolver": undefined;
|
|
3089
|
-
|
|
3090
3104
|
"sap/ui/integration/services/Service": undefined;
|
|
3091
3105
|
|
|
3092
3106
|
"sap/ui/integration/util/CsrfTokenHandler": undefined;
|
|
@@ -3095,8 +3109,12 @@ declare namespace sap {
|
|
|
3095
3109
|
|
|
3096
3110
|
"sap/ui/integration/util/DataProviderFactory": undefined;
|
|
3097
3111
|
|
|
3112
|
+
"sap/ui/integration/util/ManifestResolver": undefined;
|
|
3113
|
+
|
|
3098
3114
|
"sap/ui/integration/util/RequestDataProvider": undefined;
|
|
3099
3115
|
|
|
3116
|
+
"sap/ui/integration/util/SkeletonCard": undefined;
|
|
3117
|
+
|
|
3100
3118
|
"sap/ui/integration/widgets/Card": undefined;
|
|
3101
3119
|
}
|
|
3102
3120
|
}
|
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -466,9 +466,9 @@ declare namespace sap {
|
|
|
466
466
|
* to the `customLayout` aggregation of the `CSSGrid` and configure how it will look in different breakpoints
|
|
467
467
|
* (S, M, L, XL).
|
|
468
468
|
*
|
|
469
|
-
*
|
|
470
|
-
* -
|
|
471
|
-
* -
|
|
469
|
+
* Out of current scope::
|
|
470
|
+
* - Alignment and ordering
|
|
471
|
+
* - Named grid areas and lines
|
|
472
472
|
*/
|
|
473
473
|
class CSSGrid
|
|
474
474
|
extends sap.ui.core.Control
|
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
@@ -8,16 +8,12 @@ declare namespace sap {
|
|
|
8
8
|
|
|
9
9
|
"sap/ui/mdc/Chart": undefined;
|
|
10
10
|
|
|
11
|
-
"sap/ui/mdc/chart/
|
|
11
|
+
"sap/ui/mdc/chart/ChartSelectionDetails": undefined;
|
|
12
12
|
|
|
13
13
|
"sap/ui/mdc/chart/Item": undefined;
|
|
14
14
|
|
|
15
|
-
"sap/ui/mdc/chart/MeasureItem": undefined;
|
|
16
|
-
|
|
17
15
|
"sap/ui/mdc/chart/SelectionDetailsActions": undefined;
|
|
18
16
|
|
|
19
|
-
"sap/ui/mdc/chartNew/ChartSelectionDetailsNew": undefined;
|
|
20
|
-
|
|
21
17
|
"sap/ui/mdc/condition/Condition": undefined;
|
|
22
18
|
|
|
23
19
|
"sap/ui/mdc/condition/ConditionConverter": undefined;
|
|
@@ -146,6 +142,8 @@ declare namespace sap {
|
|
|
146
142
|
|
|
147
143
|
"sap/ui/mdc/odata/v4/FieldValueHelpDelegate": undefined;
|
|
148
144
|
|
|
145
|
+
"sap/ui/mdc/odata/v4/TableDelegate": undefined;
|
|
146
|
+
|
|
149
147
|
"sap/ui/mdc/p13n/AdaptationProvider": undefined;
|
|
150
148
|
|
|
151
149
|
"sap/ui/mdc/p13n/Engine": undefined;
|
|
@@ -168,18 +166,24 @@ declare namespace sap {
|
|
|
168
166
|
|
|
169
167
|
"sap/ui/mdc/table/GridTableType": undefined;
|
|
170
168
|
|
|
169
|
+
"sap/ui/mdc/table/PropertyHelper": undefined;
|
|
170
|
+
|
|
171
171
|
"sap/ui/mdc/table/ResponsiveTableType": undefined;
|
|
172
172
|
|
|
173
173
|
"sap/ui/mdc/table/RowSettings": undefined;
|
|
174
174
|
|
|
175
175
|
"sap/ui/mdc/table/TableTypeBase": undefined;
|
|
176
176
|
|
|
177
|
+
"sap/ui/mdc/TableDelegate": undefined;
|
|
178
|
+
|
|
177
179
|
"sap/ui/mdc/util/DateUtil": undefined;
|
|
178
180
|
|
|
179
181
|
"sap/ui/mdc/util/FilterUtil": undefined;
|
|
180
182
|
|
|
181
183
|
"sap/ui/mdc/util/PromiseCache": undefined;
|
|
182
184
|
|
|
185
|
+
"sap/ui/mdc/util/PropertyHelper": undefined;
|
|
186
|
+
|
|
183
187
|
"sap/ui/mdc/util/TypeUtil": undefined;
|
|
184
188
|
|
|
185
189
|
"sap/ui/mdc/ValueHelp": undefined;
|
|
@@ -200,6 +204,8 @@ declare namespace sap {
|
|
|
200
204
|
|
|
201
205
|
"sap/ui/mdc/valuehelp/content/FixedList": undefined;
|
|
202
206
|
|
|
207
|
+
"sap/ui/mdc/valuehelp/content/MDCTable": undefined;
|
|
208
|
+
|
|
203
209
|
"sap/ui/mdc/valuehelp/content/MTable": undefined;
|
|
204
210
|
|
|
205
211
|
"sap/ui/mdc/valuehelp/Dialog": undefined;
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.
|
|
241
|
+
* @SINCE 1.98.0
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.
|
|
260
|
+
* @SINCE 1.98.0
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.
|
|
315
|
+
* @SINCE 1.98.0
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.
|
|
330
|
+
* @SINCE 1.98.0
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.
|
|
349
|
+
* @SINCE 1.98.0
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -2705,6 +2705,13 @@ declare namespace sap {
|
|
|
2705
2705
|
* Default value is `false`.
|
|
2706
2706
|
*/
|
|
2707
2707
|
getAutoResizable(): boolean;
|
|
2708
|
+
/**
|
|
2709
|
+
* @SINCE 1.98.0
|
|
2710
|
+
*
|
|
2711
|
+
* Returns the `sap.ui.core.IColumnHeaderMenu<\code>, which is the current target of the association columnHeaderMenu`,
|
|
2712
|
+
* or null.
|
|
2713
|
+
*/
|
|
2714
|
+
getColumnHeaderMenu(): sap.ui.core.IColumnHeaderMenu;
|
|
2708
2715
|
/**
|
|
2709
2716
|
* Gets current value of property {@link #getDefaultFilterOperator defaultFilterOperator}.
|
|
2710
2717
|
*
|
|
@@ -5849,6 +5856,28 @@ declare namespace sap {
|
|
|
5849
5856
|
columnAdded?: boolean;
|
|
5850
5857
|
}
|
|
5851
5858
|
): boolean;
|
|
5859
|
+
/**
|
|
5860
|
+
* Sets the focus to the stored focus DOM reference.
|
|
5861
|
+
*
|
|
5862
|
+
* If {@param oFocusInfo.targetInfo} is of type {@type sap.ui.core.message.Message}, the focus will be set
|
|
5863
|
+
* as accurately as possible according to the information provided by {@type sap.ui.core.message.Message}.
|
|
5864
|
+
*/
|
|
5865
|
+
focus(
|
|
5866
|
+
/**
|
|
5867
|
+
* Options for setting the focus
|
|
5868
|
+
*/
|
|
5869
|
+
oFocusInfo?: {
|
|
5870
|
+
/**
|
|
5871
|
+
* @since 1.60 If set to `true`, the focused element won't be moved into the viewport if it's not completely
|
|
5872
|
+
* visible before the focus is set
|
|
5873
|
+
*/
|
|
5874
|
+
preventScroll?: boolean;
|
|
5875
|
+
/**
|
|
5876
|
+
* @since 1.98 Further control-specific setting of the focus target within the control
|
|
5877
|
+
*/
|
|
5878
|
+
targetInfo?: any;
|
|
5879
|
+
}
|
|
5880
|
+
): void;
|
|
5852
5881
|
/**
|
|
5853
5882
|
* @SINCE 1.52
|
|
5854
5883
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.98.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -837,7 +837,7 @@ declare namespace sap {
|
|
|
837
837
|
/**
|
|
838
838
|
* Fired, when the item is pressed.
|
|
839
839
|
*/
|
|
840
|
-
|
|
840
|
+
click?: (oEvent: sap.ui.base.Event) => void;
|
|
841
841
|
}
|
|
842
842
|
|
|
843
843
|
interface $SideNavigationSettings
|
|
@@ -1294,13 +1294,6 @@ declare namespace sap {
|
|
|
1294
1294
|
|
|
1295
1295
|
interface $WizardSettings
|
|
1296
1296
|
extends sap.ui.webc.common.$WebComponentSettings {
|
|
1297
|
-
/**
|
|
1298
|
-
* Sets the accessible aria name of the component.
|
|
1299
|
-
*/
|
|
1300
|
-
accessibleName?:
|
|
1301
|
-
| string
|
|
1302
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1303
|
-
|
|
1304
1297
|
/**
|
|
1305
1298
|
* Defines the height of the control
|
|
1306
1299
|
*/
|
|
@@ -1327,20 +1320,6 @@ declare namespace sap {
|
|
|
1327
1320
|
|
|
1328
1321
|
interface $WizardStepSettings
|
|
1329
1322
|
extends sap.ui.webc.common.$WebComponentSettings {
|
|
1330
|
-
/**
|
|
1331
|
-
* Sets the accessible aria name of the component.
|
|
1332
|
-
*/
|
|
1333
|
-
accessibleName?:
|
|
1334
|
-
| string
|
|
1335
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1336
|
-
|
|
1337
|
-
/**
|
|
1338
|
-
* Defines the aria-labelledby of the step.
|
|
1339
|
-
*/
|
|
1340
|
-
accessibleNameRef?:
|
|
1341
|
-
| string
|
|
1342
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1343
|
-
|
|
1344
1323
|
/**
|
|
1345
1324
|
* When `branching` is enabled a dashed line would be displayed after the step, meant to indicate that the
|
|
1346
1325
|
* next step is not yet known and depends on user choice in the current step.
|
|
@@ -2404,7 +2383,7 @@ declare namespace sap {
|
|
|
2404
2383
|
/**
|
|
2405
2384
|
* The current layout
|
|
2406
2385
|
*/
|
|
2407
|
-
layout?: FCLLayout;
|
|
2386
|
+
layout?: sap.ui.webc.fiori.FCLLayout;
|
|
2408
2387
|
/**
|
|
2409
2388
|
* The effective column layout, f.e [67%, 33%, 0]
|
|
2410
2389
|
*/
|
|
@@ -4994,10 +4973,6 @@ declare namespace sap {
|
|
|
4994
4973
|
* - profile
|
|
4995
4974
|
* - product-switch
|
|
4996
4975
|
*
|
|
4997
|
-
* In the context of `sap.ui.webc.fiori.ShellBar`, you can provide a custom stable DOM refs for:
|
|
4998
|
-
* - Every `sap.ui.webc.fiori.ShellBarItem` that you provide. Example: `
|
|
4999
|
-
* `
|
|
5000
|
-
*
|
|
5001
4976
|
* CSS Shadow Parts:
|
|
5002
4977
|
*
|
|
5003
4978
|
* CSS Shadow Parts
|
|
@@ -5546,6 +5521,10 @@ declare namespace sap {
|
|
|
5546
5521
|
targetRef?: HTMLElement;
|
|
5547
5522
|
}
|
|
5548
5523
|
): this;
|
|
5524
|
+
/**
|
|
5525
|
+
* Returns the `copilot` DOM ref.
|
|
5526
|
+
*/
|
|
5527
|
+
getCopilotDomRef(): void;
|
|
5549
5528
|
/**
|
|
5550
5529
|
* Gets content of aggregation {@link #getItems items}.
|
|
5551
5530
|
*
|
|
@@ -5561,6 +5540,10 @@ declare namespace sap {
|
|
|
5561
5540
|
* or `img` elements as logo.
|
|
5562
5541
|
*/
|
|
5563
5542
|
getLogo(): sap.ui.webc.main.IAvatar;
|
|
5543
|
+
/**
|
|
5544
|
+
* Returns the `logo` DOM ref.
|
|
5545
|
+
*/
|
|
5546
|
+
getLogoDomRef(): void;
|
|
5564
5547
|
/**
|
|
5565
5548
|
* Gets content of aggregation {@link #getMenuItems menuItems}.
|
|
5566
5549
|
*
|
|
@@ -5577,6 +5560,14 @@ declare namespace sap {
|
|
|
5577
5560
|
* Default value is `empty string`.
|
|
5578
5561
|
*/
|
|
5579
5562
|
getNotificationsCount(): string;
|
|
5563
|
+
/**
|
|
5564
|
+
* Returns the `notifications` icon DOM ref.
|
|
5565
|
+
*/
|
|
5566
|
+
getNotificationsDomRef(): void;
|
|
5567
|
+
/**
|
|
5568
|
+
* Returns the `overflow` icon DOM ref.
|
|
5569
|
+
*/
|
|
5570
|
+
getOverflowDomRef(): void;
|
|
5580
5571
|
/**
|
|
5581
5572
|
* Gets current value of property {@link #getPrimaryTitle primaryTitle}.
|
|
5582
5573
|
*
|
|
@@ -5587,6 +5578,10 @@ declare namespace sap {
|
|
|
5587
5578
|
* Default value is `empty string`.
|
|
5588
5579
|
*/
|
|
5589
5580
|
getPrimaryTitle(): string;
|
|
5581
|
+
/**
|
|
5582
|
+
* Returns the `product-switch` icon DOM ref.
|
|
5583
|
+
*/
|
|
5584
|
+
getProductSwitchDomRef(): void;
|
|
5590
5585
|
/**
|
|
5591
5586
|
* Gets content of aggregation {@link #getProfile profile}.
|
|
5592
5587
|
*
|
|
@@ -5597,6 +5592,10 @@ declare namespace sap {
|
|
|
5597
5592
|
* specific size by design in the context of `sap.ui.webc.fiori.ShellBar` profile.
|
|
5598
5593
|
*/
|
|
5599
5594
|
getProfile(): sap.ui.webc.main.IAvatar;
|
|
5595
|
+
/**
|
|
5596
|
+
* Returns the `profile` icon DOM ref.
|
|
5597
|
+
*/
|
|
5598
|
+
getProfileDomRef(): void;
|
|
5600
5599
|
/**
|
|
5601
5600
|
* Gets content of aggregation {@link #getSearchField searchField}.
|
|
5602
5601
|
*
|
|
@@ -5924,14 +5923,14 @@ declare namespace sap {
|
|
|
5924
5923
|
*/
|
|
5925
5924
|
static getMetadata(): sap.ui.webc.common.WebComponentMetadata;
|
|
5926
5925
|
/**
|
|
5927
|
-
* Attaches event handler `fnFunction` to the {@link #event:
|
|
5926
|
+
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.ShellBarItem`.
|
|
5928
5927
|
*
|
|
5929
5928
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
5930
5929
|
* otherwise it will be bound to this `sap.ui.webc.fiori.ShellBarItem` itself.
|
|
5931
5930
|
*
|
|
5932
5931
|
* Fired, when the item is pressed.
|
|
5933
5932
|
*/
|
|
5934
|
-
|
|
5933
|
+
attachClick(
|
|
5935
5934
|
/**
|
|
5936
5935
|
* An application-specific payload object that will be passed to the event handler along with the event
|
|
5937
5936
|
* object when firing the event
|
|
@@ -5947,14 +5946,14 @@ declare namespace sap {
|
|
|
5947
5946
|
oListener?: object
|
|
5948
5947
|
): this;
|
|
5949
5948
|
/**
|
|
5950
|
-
* Attaches event handler `fnFunction` to the {@link #event:
|
|
5949
|
+
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.webc.fiori.ShellBarItem`.
|
|
5951
5950
|
*
|
|
5952
5951
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
5953
5952
|
* otherwise it will be bound to this `sap.ui.webc.fiori.ShellBarItem` itself.
|
|
5954
5953
|
*
|
|
5955
5954
|
* Fired, when the item is pressed.
|
|
5956
5955
|
*/
|
|
5957
|
-
|
|
5956
|
+
attachClick(
|
|
5958
5957
|
/**
|
|
5959
5958
|
* The function to be called when the event occurs
|
|
5960
5959
|
*/
|
|
@@ -5965,11 +5964,11 @@ declare namespace sap {
|
|
|
5965
5964
|
oListener?: object
|
|
5966
5965
|
): this;
|
|
5967
5966
|
/**
|
|
5968
|
-
* Detaches event handler `fnFunction` from the {@link #event:
|
|
5967
|
+
* Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.webc.fiori.ShellBarItem`.
|
|
5969
5968
|
*
|
|
5970
5969
|
* The passed function and listener object must match the ones used for event registration.
|
|
5971
5970
|
*/
|
|
5972
|
-
|
|
5971
|
+
detachClick(
|
|
5973
5972
|
/**
|
|
5974
5973
|
* The function to be called, when the event occurs
|
|
5975
5974
|
*/
|
|
@@ -5980,12 +5979,12 @@ declare namespace sap {
|
|
|
5980
5979
|
oListener?: object
|
|
5981
5980
|
): this;
|
|
5982
5981
|
/**
|
|
5983
|
-
* Fires event {@link #event:
|
|
5982
|
+
* Fires event {@link #event:click click} to attached listeners.
|
|
5984
5983
|
*
|
|
5985
5984
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
5986
5985
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
5987
5986
|
*/
|
|
5988
|
-
|
|
5987
|
+
fireClick(
|
|
5989
5988
|
/**
|
|
5990
5989
|
* Parameters to pass along with the event
|
|
5991
5990
|
*/
|
|
@@ -9280,14 +9279,6 @@ declare namespace sap {
|
|
|
9280
9279
|
changeWithClick?: boolean;
|
|
9281
9280
|
}
|
|
9282
9281
|
): this;
|
|
9283
|
-
/**
|
|
9284
|
-
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
9285
|
-
*
|
|
9286
|
-
* Sets the accessible aria name of the component.
|
|
9287
|
-
*
|
|
9288
|
-
* Default value is `undefined`.
|
|
9289
|
-
*/
|
|
9290
|
-
getAccessibleName(): string;
|
|
9291
9282
|
/**
|
|
9292
9283
|
* Gets current value of property {@link #getHeight height}.
|
|
9293
9284
|
*
|
|
@@ -9342,21 +9333,6 @@ declare namespace sap {
|
|
|
9342
9333
|
*/
|
|
9343
9334
|
vStep: int | string | sap.ui.webc.fiori.IWizardStep
|
|
9344
9335
|
): sap.ui.webc.fiori.IWizardStep;
|
|
9345
|
-
/**
|
|
9346
|
-
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
9347
|
-
*
|
|
9348
|
-
* Sets the accessible aria name of the component.
|
|
9349
|
-
*
|
|
9350
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9351
|
-
*
|
|
9352
|
-
* Default value is `undefined`.
|
|
9353
|
-
*/
|
|
9354
|
-
setAccessibleName(
|
|
9355
|
-
/**
|
|
9356
|
-
* New value for property `accessibleName`
|
|
9357
|
-
*/
|
|
9358
|
-
sAccessibleName?: string
|
|
9359
|
-
): this;
|
|
9360
9336
|
/**
|
|
9361
9337
|
* Sets a new value for property {@link #getHeight height}.
|
|
9362
9338
|
*
|
|
@@ -9462,22 +9438,6 @@ declare namespace sap {
|
|
|
9462
9438
|
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
9463
9439
|
*/
|
|
9464
9440
|
destroyContent(): this;
|
|
9465
|
-
/**
|
|
9466
|
-
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
9467
|
-
*
|
|
9468
|
-
* Sets the accessible aria name of the component.
|
|
9469
|
-
*
|
|
9470
|
-
* Default value is `empty string`.
|
|
9471
|
-
*/
|
|
9472
|
-
getAccessibleName(): string;
|
|
9473
|
-
/**
|
|
9474
|
-
* Gets current value of property {@link #getAccessibleNameRef accessibleNameRef}.
|
|
9475
|
-
*
|
|
9476
|
-
* Defines the aria-labelledby of the step.
|
|
9477
|
-
*
|
|
9478
|
-
* Default value is `empty string`.
|
|
9479
|
-
*/
|
|
9480
|
-
getAccessibleNameRef(): string;
|
|
9481
9441
|
/**
|
|
9482
9442
|
* Gets current value of property {@link #getBranching branching}.
|
|
9483
9443
|
*
|
|
@@ -9605,36 +9565,6 @@ declare namespace sap {
|
|
|
9605
9565
|
*/
|
|
9606
9566
|
vContent: int | string | sap.ui.core.Control
|
|
9607
9567
|
): sap.ui.core.Control;
|
|
9608
|
-
/**
|
|
9609
|
-
* Sets a new value for property {@link #getAccessibleName accessibleName}.
|
|
9610
|
-
*
|
|
9611
|
-
* Sets the accessible aria name of the component.
|
|
9612
|
-
*
|
|
9613
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9614
|
-
*
|
|
9615
|
-
* Default value is `empty string`.
|
|
9616
|
-
*/
|
|
9617
|
-
setAccessibleName(
|
|
9618
|
-
/**
|
|
9619
|
-
* New value for property `accessibleName`
|
|
9620
|
-
*/
|
|
9621
|
-
sAccessibleName?: string
|
|
9622
|
-
): this;
|
|
9623
|
-
/**
|
|
9624
|
-
* Sets a new value for property {@link #getAccessibleNameRef accessibleNameRef}.
|
|
9625
|
-
*
|
|
9626
|
-
* Defines the aria-labelledby of the step.
|
|
9627
|
-
*
|
|
9628
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
9629
|
-
*
|
|
9630
|
-
* Default value is `empty string`.
|
|
9631
|
-
*/
|
|
9632
|
-
setAccessibleNameRef(
|
|
9633
|
-
/**
|
|
9634
|
-
* New value for property `accessibleNameRef`
|
|
9635
|
-
*/
|
|
9636
|
-
sAccessibleNameRef?: string
|
|
9637
|
-
): this;
|
|
9638
9568
|
/**
|
|
9639
9569
|
* Sets a new value for property {@link #getBranching branching}.
|
|
9640
9570
|
*
|