@sapui5/ts-types 1.108.21 → 1.108.23
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.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +3 -2
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +7 -11
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.sac.grid.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 +17 -15
- 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 +72 -16
- package/types/sap.ui.core.d.ts +12 -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 +1 -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 +3 -3
- 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.vbm.d.ts +1 -1
- package/types/sap.ui.vk.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 +1 -1
- 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.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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.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.20
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -82259,7 +82259,8 @@ declare namespace sap {
|
|
|
82259
82259
|
* Status information that can be either text with a value state, or an icon.
|
|
82260
82260
|
*
|
|
82261
82261
|
* With 1.63, large design of the control is supported by setting `sapMObjectStatusLarge` CSS class to the
|
|
82262
|
-
* `ObjectStatus`.
|
|
82262
|
+
* `ObjectStatus`. Inner text wrapping could be enabled by adding `sapMObjectStatusLongText` CSS class to
|
|
82263
|
+
* the `ObjectStatus`. This class can be added by using оObjectStatus.addStyleClass("sapMObjectStatusLongText");
|
|
82263
82264
|
*/
|
|
82264
82265
|
class ObjectStatus
|
|
82265
82266
|
extends sap.ui.core.Control
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.20
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -115,7 +115,7 @@ declare namespace sap {
|
|
|
115
115
|
/**
|
|
116
116
|
* Returns the scanner API info that will be used to scan the barcode.
|
|
117
117
|
*
|
|
118
|
-
* @returns The Barcode Scanner API info. (e.g. ZebraEnterpriseBrowser, Cordova, ZXingCPP
|
|
118
|
+
* @returns The Barcode Scanner API info. (e.g. ZebraEnterpriseBrowser, Cordova, ZXingCPP or unknown)
|
|
119
119
|
*/
|
|
120
120
|
getScanAPIInfo(): string;
|
|
121
121
|
/**
|
|
@@ -140,10 +140,6 @@ declare namespace sap {
|
|
|
140
140
|
* {
|
|
141
141
|
* key: "ZXingCPP",
|
|
142
142
|
* status: "Available"
|
|
143
|
-
* },
|
|
144
|
-
* {
|
|
145
|
-
* key: "ZXing",
|
|
146
|
-
* status: "Initial"
|
|
147
143
|
* }
|
|
148
144
|
* ]
|
|
149
145
|
* }
|
|
@@ -260,17 +256,17 @@ declare namespace sap {
|
|
|
260
256
|
/**
|
|
261
257
|
* Set the scanner API info that will be used to scan the barcode.
|
|
262
258
|
*
|
|
263
|
-
* IMPORTANT: The status of the scanner API must be **"Available"**(for ZXingCPP
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
* > Cordova > ZXingCPP
|
|
259
|
+
* IMPORTANT: The status of the scanner API must be **"Available"**(for ZXingCPP, status is **NOT "UnAvailable"**),
|
|
260
|
+
* or will return False. Scanner APIs with status value can be got by using {@link #getStatusModel}. By
|
|
261
|
+
* default, Barcode Scanner will select the scanner API(Available) with priority: ZebraEnterpriseBrowser
|
|
262
|
+
* > Cordova > ZXingCPP.
|
|
267
263
|
*
|
|
268
264
|
* @returns Return True if set success.
|
|
269
265
|
*/
|
|
270
266
|
setScanAPIInfo(
|
|
271
267
|
/**
|
|
272
268
|
* Defines the scanner API to scan the barcode. Scanner API can be "ZebraEnterpriseBrowser", "Cordova",
|
|
273
|
-
* "ZXingCPP"
|
|
269
|
+
* "ZXingCPP".
|
|
274
270
|
*/
|
|
275
271
|
scannerAPI?: string
|
|
276
272
|
): boolean;
|
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
package/types/sap.sac.grid.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.20
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -24,7 +24,8 @@ declare namespace sap {
|
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
26
|
* Specifies the type of the `InfoLabel` paddings - loose or narrow. **Note:** By default the padding is
|
|
27
|
-
* loose. It is recommended to use narrow (smaller) paddings for numeric texts.
|
|
27
|
+
* loose. It is recommended to use narrow (smaller) paddings for numeric texts. **Note:** In Horizon theme
|
|
28
|
+
* there is only one mode and setting this property will not have effect.
|
|
28
29
|
*/
|
|
29
30
|
renderMode?:
|
|
30
31
|
| sap.tnt.RenderMode
|
|
@@ -35,7 +36,7 @@ declare namespace sap {
|
|
|
35
36
|
* Specifies the fill and text color of the control. Accepts a number between 1 and 10 as a value. You can
|
|
36
37
|
* choose from 10 predefined background and text color combinations. The color schemes are non-semantic,
|
|
37
38
|
* you can select them according to your own preferences. **Note:** ColorScheme 10 is available only in
|
|
38
|
-
* Fiori 3
|
|
39
|
+
* Fiori 3 and Horizon themes. The default `colorScheme` is 7.
|
|
39
40
|
*/
|
|
40
41
|
colorScheme?:
|
|
41
42
|
| int
|
|
@@ -316,20 +317,19 @@ declare namespace sap {
|
|
|
316
317
|
*
|
|
317
318
|
* Overview:
|
|
318
319
|
*
|
|
319
|
-
* The control visualizes text information without user interaction. The text
|
|
320
|
-
*
|
|
321
|
-
* property. The
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
* `Forms`, `Tables`, etc., set `displayOnly=true` for best visual results.
|
|
320
|
+
* The control visualizes text information without user interaction. The text-background color pair can
|
|
321
|
+
* be changed by setting a number between 1 and 10 that corresponds to the 10 predefined color combinations
|
|
322
|
+
* of the `colorScheme` property. The control is designed to be vertically aligned with UI5 Input and Button
|
|
323
|
+
* control families. When using `InfoLabel` in non-editable `Forms`, `Tables`, etc., set `displayOnly=true`
|
|
324
|
+
* for best visual results.
|
|
325
325
|
*
|
|
326
326
|
* Usage Guidelines:
|
|
327
327
|
* - If the text is longer than the width of the control, it doesn’t wrap. Instead, it’s represented as
|
|
328
328
|
* ellipsis.
|
|
329
329
|
* - When truncated, the full text in the control is not visible. Therefore, it’s recommended to make
|
|
330
330
|
* more space for longer items to be fully displayed.
|
|
331
|
-
* - Colors are not semantic and have no visual representation in sap_belize_hcb
|
|
332
|
-
*
|
|
331
|
+
* - Colors are not semantic and have no visual representation in sap_belize_hcb, sap_belize_hcw, sap_fiori_3_hcb
|
|
332
|
+
* and sap_fiori_3_hcw themes.
|
|
333
333
|
* - The control shows plain text only, formatting is not visualized.
|
|
334
334
|
*/
|
|
335
335
|
class InfoLabel
|
|
@@ -416,7 +416,7 @@ declare namespace sap {
|
|
|
416
416
|
* Specifies the fill and text color of the control. Accepts a number between 1 and 10 as a value. You can
|
|
417
417
|
* choose from 10 predefined background and text color combinations. The color schemes are non-semantic,
|
|
418
418
|
* you can select them according to your own preferences. **Note:** ColorScheme 10 is available only in
|
|
419
|
-
* Fiori 3
|
|
419
|
+
* Fiori 3 and Horizon themes. The default `colorScheme` is 7.
|
|
420
420
|
*
|
|
421
421
|
* Default value is `7`.
|
|
422
422
|
*
|
|
@@ -451,7 +451,8 @@ declare namespace sap {
|
|
|
451
451
|
* Gets current value of property {@link #getRenderMode renderMode}.
|
|
452
452
|
*
|
|
453
453
|
* Specifies the type of the `InfoLabel` paddings - loose or narrow. **Note:** By default the padding is
|
|
454
|
-
* loose. It is recommended to use narrow (smaller) paddings for numeric texts.
|
|
454
|
+
* loose. It is recommended to use narrow (smaller) paddings for numeric texts. **Note:** In Horizon theme
|
|
455
|
+
* there is only one mode and setting this property will not have effect.
|
|
455
456
|
*
|
|
456
457
|
* Default value is `Loose`.
|
|
457
458
|
*
|
|
@@ -494,7 +495,7 @@ declare namespace sap {
|
|
|
494
495
|
* Specifies the fill and text color of the control. Accepts a number between 1 and 10 as a value. You can
|
|
495
496
|
* choose from 10 predefined background and text color combinations. The color schemes are non-semantic,
|
|
496
497
|
* you can select them according to your own preferences. **Note:** ColorScheme 10 is available only in
|
|
497
|
-
* Fiori 3
|
|
498
|
+
* Fiori 3 and Horizon themes. The default `colorScheme` is 7.
|
|
498
499
|
*
|
|
499
500
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
500
501
|
*
|
|
@@ -550,7 +551,8 @@ declare namespace sap {
|
|
|
550
551
|
* Sets a new value for property {@link #getRenderMode renderMode}.
|
|
551
552
|
*
|
|
552
553
|
* Specifies the type of the `InfoLabel` paddings - loose or narrow. **Note:** By default the padding is
|
|
553
|
-
* loose. It is recommended to use narrow (smaller) paddings for numeric texts.
|
|
554
|
+
* loose. It is recommended to use narrow (smaller) paddings for numeric texts. **Note:** In Horizon theme
|
|
555
|
+
* there is only one mode and setting this property will not have effect.
|
|
554
556
|
*
|
|
555
557
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
556
558
|
*
|
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.20
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -59,9 +59,12 @@ declare namespace sap {
|
|
|
59
59
|
* automatically. **Note:** When `SmartFilterBar` is used inside a `ValueHelpDialog`, it is initially collapsed.
|
|
60
60
|
* The filter bar is initially expanded in the following cases:
|
|
61
61
|
*
|
|
62
|
-
* - When there is no basic search field.
|
|
63
|
-
*
|
|
64
|
-
*
|
|
62
|
+
* - When there is no basic search field.
|
|
63
|
+
*
|
|
64
|
+
* - When `preventInitialDataFetchInValueHelpDialog` is set to `true` or the `fetchValues` property of the
|
|
65
|
+
* `valueList` annotation is set to `2`.
|
|
66
|
+
*
|
|
67
|
+
* - When there are mandatory fields, all fields are expanded (not only the first 7).
|
|
65
68
|
*/
|
|
66
69
|
filterBarExpanded?:
|
|
67
70
|
| boolean
|
|
@@ -78,6 +81,16 @@ declare namespace sap {
|
|
|
78
81
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
79
82
|
| `{${string}}`;
|
|
80
83
|
|
|
84
|
+
/**
|
|
85
|
+
* If set to `true`, when the `FilterBar` is expanded it will show all filters, not only the first 7.
|
|
86
|
+
*
|
|
87
|
+
* **Note:** This is valid only when the `FilterBar` is used inside a `ValueHelpDialog`
|
|
88
|
+
*/
|
|
89
|
+
showAllFilters?:
|
|
90
|
+
| boolean
|
|
91
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
92
|
+
| `{${string}}`;
|
|
93
|
+
|
|
81
94
|
/**
|
|
82
95
|
* @deprecated (since 1.84)
|
|
83
96
|
*
|
|
@@ -2307,9 +2320,12 @@ declare namespace sap {
|
|
|
2307
2320
|
* automatically. **Note:** When `SmartFilterBar` is used inside a `ValueHelpDialog`, it is initially collapsed.
|
|
2308
2321
|
* The filter bar is initially expanded in the following cases:
|
|
2309
2322
|
*
|
|
2310
|
-
* - When there is no basic search field.
|
|
2311
|
-
*
|
|
2312
|
-
*
|
|
2323
|
+
* - When there is no basic search field.
|
|
2324
|
+
*
|
|
2325
|
+
* - When `preventInitialDataFetchInValueHelpDialog` is set to `true` or the `fetchValues` property of the
|
|
2326
|
+
* `valueList` annotation is set to `2`.
|
|
2327
|
+
*
|
|
2328
|
+
* - When there are mandatory fields, all fields are expanded (not only the first 7).
|
|
2313
2329
|
*
|
|
2314
2330
|
* Default value is `true`.
|
|
2315
2331
|
*
|
|
@@ -2410,6 +2426,18 @@ declare namespace sap {
|
|
|
2410
2426
|
* @returns Value of property `searchEnabled`
|
|
2411
2427
|
*/
|
|
2412
2428
|
getSearchEnabled(): boolean;
|
|
2429
|
+
/**
|
|
2430
|
+
* Gets current value of property {@link #getShowAllFilters showAllFilters}.
|
|
2431
|
+
*
|
|
2432
|
+
* If set to `true`, when the `FilterBar` is expanded it will show all filters, not only the first 7.
|
|
2433
|
+
*
|
|
2434
|
+
* **Note:** This is valid only when the `FilterBar` is used inside a `ValueHelpDialog`
|
|
2435
|
+
*
|
|
2436
|
+
* Default value is `false`.
|
|
2437
|
+
*
|
|
2438
|
+
* @returns Value of property `showAllFilters`
|
|
2439
|
+
*/
|
|
2440
|
+
getShowAllFilters(): boolean;
|
|
2413
2441
|
/**
|
|
2414
2442
|
* @deprecated (since 1.84)
|
|
2415
2443
|
*
|
|
@@ -2890,9 +2918,12 @@ declare namespace sap {
|
|
|
2890
2918
|
* automatically. **Note:** When `SmartFilterBar` is used inside a `ValueHelpDialog`, it is initially collapsed.
|
|
2891
2919
|
* The filter bar is initially expanded in the following cases:
|
|
2892
2920
|
*
|
|
2893
|
-
* - When there is no basic search field.
|
|
2894
|
-
*
|
|
2895
|
-
*
|
|
2921
|
+
* - When there is no basic search field.
|
|
2922
|
+
*
|
|
2923
|
+
* - When `preventInitialDataFetchInValueHelpDialog` is set to `true` or the `fetchValues` property of the
|
|
2924
|
+
* `valueList` annotation is set to `2`.
|
|
2925
|
+
*
|
|
2926
|
+
* - When there are mandatory fields, all fields are expanded (not only the first 7).
|
|
2896
2927
|
*
|
|
2897
2928
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2898
2929
|
*
|
|
@@ -3000,6 +3031,25 @@ declare namespace sap {
|
|
|
3000
3031
|
*/
|
|
3001
3032
|
bSearchEnabled?: boolean
|
|
3002
3033
|
): this;
|
|
3034
|
+
/**
|
|
3035
|
+
* Sets a new value for property {@link #getShowAllFilters showAllFilters}.
|
|
3036
|
+
*
|
|
3037
|
+
* If set to `true`, when the `FilterBar` is expanded it will show all filters, not only the first 7.
|
|
3038
|
+
*
|
|
3039
|
+
* **Note:** This is valid only when the `FilterBar` is used inside a `ValueHelpDialog`
|
|
3040
|
+
*
|
|
3041
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3042
|
+
*
|
|
3043
|
+
* Default value is `false`.
|
|
3044
|
+
*
|
|
3045
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3046
|
+
*/
|
|
3047
|
+
setShowAllFilters(
|
|
3048
|
+
/**
|
|
3049
|
+
* New value for property `showAllFilters`
|
|
3050
|
+
*/
|
|
3051
|
+
bShowAllFilters?: boolean
|
|
3052
|
+
): this;
|
|
3003
3053
|
/**
|
|
3004
3054
|
* @deprecated (since 1.84)
|
|
3005
3055
|
*
|
|
@@ -26553,8 +26603,10 @@ declare namespace sap {
|
|
|
26553
26603
|
* - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
|
|
26554
26604
|
* generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
|
|
26555
26605
|
* `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
|
|
26556
|
-
*
|
|
26557
|
-
*
|
|
26606
|
+
*
|
|
26607
|
+
* - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
|
|
26608
|
+
* Supported as of version 1.111 Examples for the `customizeConfig` property to change the
|
|
26609
|
+
* `textInEditModeSource` for the default `smartField`
|
|
26558
26610
|
* ```javascript
|
|
26559
26611
|
*
|
|
26560
26612
|
* <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
|
|
@@ -28563,8 +28615,10 @@ declare namespace sap {
|
|
|
28563
28615
|
* - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
|
|
28564
28616
|
* generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
|
|
28565
28617
|
* `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
|
|
28566
|
-
*
|
|
28567
|
-
*
|
|
28618
|
+
*
|
|
28619
|
+
* - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
|
|
28620
|
+
* Supported as of version 1.111 Examples for the `customizeConfig` property to change the
|
|
28621
|
+
* `textInEditModeSource` for the default `smartField`
|
|
28568
28622
|
* ```javascript
|
|
28569
28623
|
*
|
|
28570
28624
|
* <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
|
|
@@ -29350,8 +29404,10 @@ declare namespace sap {
|
|
|
29350
29404
|
* - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
|
|
29351
29405
|
* generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
|
|
29352
29406
|
* `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
|
|
29353
|
-
*
|
|
29354
|
-
*
|
|
29407
|
+
*
|
|
29408
|
+
* - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
|
|
29409
|
+
* Supported as of version 1.111 Examples for the `customizeConfig` property to change the
|
|
29410
|
+
* `textInEditModeSource` for the default `smartField`
|
|
29355
29411
|
* ```javascript
|
|
29356
29412
|
*
|
|
29357
29413
|
* <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
|
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.108.
|
|
267
|
+
// For Library Version: 1.108.20
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -58079,6 +58079,17 @@ declare namespace sap {
|
|
|
58079
58079
|
*/
|
|
58080
58080
|
bReturnSuccess?: boolean
|
|
58081
58081
|
): this;
|
|
58082
|
+
/**
|
|
58083
|
+
* @SINCE 1.98.0
|
|
58084
|
+
*
|
|
58085
|
+
* Returns all current contexts of this list binding in no special order. Just like {@link #getCurrentContexts},
|
|
58086
|
+
* this method does not request any data from a back end and does not change the binding's state. In contrast
|
|
58087
|
+
* to {@link #getCurrentContexts}, it does not only return those contexts that were last requested by a
|
|
58088
|
+
* control, but all contexts that are currently available in the binding.
|
|
58089
|
+
*
|
|
58090
|
+
* @returns All current contexts of this list binding, in no special order
|
|
58091
|
+
*/
|
|
58092
|
+
getAllCurrentContexts(): sap.ui.model.odata.v2.Context[];
|
|
58082
58093
|
/**
|
|
58083
58094
|
* Return contexts for the list
|
|
58084
58095
|
*
|
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
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.20
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6627,14 +6627,14 @@ declare namespace sap {
|
|
|
6627
6627
|
getColumns(): sap.ui.table.Column[];
|
|
6628
6628
|
/**
|
|
6629
6629
|
* Returns the context of a row by its index. Please note that for server-based models like OData, the supplied
|
|
6630
|
-
* index might not have been loaded yet. If the context is not available at the client, the binding
|
|
6630
|
+
* index might not have been loaded yet. If the context is not available at the client, the binding may
|
|
6631
6631
|
* trigger a backend request and request this single context. Although this API looks synchronous it may
|
|
6632
6632
|
* not return a context but load it and fire a change event on the binding.
|
|
6633
6633
|
*
|
|
6634
6634
|
* For server-based models you should consider to only make this API call when the index is within the currently
|
|
6635
6635
|
* visible scroll area.
|
|
6636
6636
|
*
|
|
6637
|
-
* @returns The context at this index
|
|
6637
|
+
* @returns The context at this index if available
|
|
6638
6638
|
*/
|
|
6639
6639
|
getContextByIndex(
|
|
6640
6640
|
/**
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED