@sapui5/ts-types 1.104.2 → 1.106.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.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +2 -2
- package/types/sap.collaboration.d.ts +25 -25
- package/types/sap.esh.search.ui.d.ts +939 -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 +5 -5
- package/types/sap.fe.macros.d.ts +30 -98
- package/types/sap.fe.navigation.d.ts +53 -5
- package/types/sap.fe.templates.d.ts +155 -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 +218 -57
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +583 -149
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +68 -3
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +152 -171
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +121 -16
- 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 +182 -57
- package/types/sap.ui.core.d.ts +618 -265
- 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 +1117 -5
- package/types/sap.ui.generic.app.d.ts +14 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +101 -18
- package/types/sap.ui.layout.d.ts +7 -7
- package/types/sap.ui.mdc.d.ts +5 -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 +66 -19
- 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 +315 -24
- 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 +239 -43
- package/types/sap.ui.webc.main.d.ts +636 -146
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +12 -10
- package/types/sap.ushell_abap.d.ts +1 -215
- 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.ui.comp.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
|
namespace ui {
|
|
@@ -507,22 +507,16 @@ declare namespace sap {
|
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
/**
|
|
510
|
-
* The
|
|
511
|
-
* consists of a row containing the {@link sap.ui.comp.variants.VariantManagement VariantManagement} control,
|
|
512
|
-
* the related buttons, and an area underneath displaying the filters.
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
* the
|
|
516
|
-
*
|
|
517
|
-
*
|
|
518
|
-
*
|
|
519
|
-
* In
|
|
520
|
-
* The FilterBar also supports a different UI layout when used inside a value help dialog. In this case,
|
|
521
|
-
* the FilterBar consists of two logical areas, one containing the search field with Go button and one -
|
|
522
|
-
* the advanced area. The filters are aligned in a grid with labels above each. The number of items per
|
|
523
|
-
* row depends on the width of the value help dialog. By default, the filter bar will show up to 8 filters.
|
|
524
|
-
* If there are more than 8 filters, a new button 'Show All Filters' appears in the place of the 8th filter.
|
|
525
|
-
* Clicking on this button displays all filters.
|
|
510
|
+
* The `FilterBar` displays filters in a user-friendly manner to populate values for a query. The `FilterBar`
|
|
511
|
+
* consists of a row containing the {@link sap.ui.comp.variants.VariantManagement `VariantManagement`} control,
|
|
512
|
+
* the related buttons, and an area underneath displaying the filters.
|
|
513
|
+
*
|
|
514
|
+
* The filters are arranged in a logical row that is divided depending on the space available and the width
|
|
515
|
+
* of the filters. The area containing the filters can be hidden or shown using the **Hide FilterBar** /
|
|
516
|
+
* **Show FilterBar** button. The **Go** button triggers the search event, and the **Adapt Filters** button
|
|
517
|
+
* shows the `Adapt Filters Dialog`.
|
|
518
|
+
*
|
|
519
|
+
* In this dialog, the user has full control over the `FilterBar`.
|
|
526
520
|
*/
|
|
527
521
|
class FilterBar extends sap.ui.layout.Grid {
|
|
528
522
|
/**
|
|
@@ -1968,9 +1962,28 @@ declare namespace sap {
|
|
|
1968
1962
|
/**
|
|
1969
1963
|
* Creates and returns the variant representation.
|
|
1970
1964
|
*
|
|
1971
|
-
* @returns
|
|
1965
|
+
* @returns An arbitrary Object with an example structure:
|
|
1966
|
+
*
|
|
1967
|
+
* ```javascript
|
|
1968
|
+
* {
|
|
1969
|
+
* filterBarVariant: any,
|
|
1970
|
+
* filterbar: [
|
|
1971
|
+
* {
|
|
1972
|
+
* group: string,
|
|
1973
|
+
* name: string,
|
|
1974
|
+
* partOfCurrentVariant: boolean,
|
|
1975
|
+
* visible: boolean,
|
|
1976
|
+
* visibleInFilterBar: boolean
|
|
1977
|
+
* },
|
|
1978
|
+
* ...
|
|
1979
|
+
* ],
|
|
1980
|
+
* orderedFilterItems: string,
|
|
1981
|
+
* singleInputsTextArrangementData: string,
|
|
1982
|
+
* version: string|undefined,
|
|
1983
|
+
* basicSearch: string|undefined
|
|
1984
|
+
* }```
|
|
1972
1985
|
*/
|
|
1973
|
-
fetchVariant():
|
|
1986
|
+
fetchVariant(): Object;
|
|
1974
1987
|
/**
|
|
1975
1988
|
* Fires event {@link #event:afterVariantSave afterVariantSave} to attached listeners.
|
|
1976
1989
|
*
|
|
@@ -2698,13 +2711,24 @@ declare namespace sap {
|
|
|
2698
2711
|
retrieveFiltersWithValues(): any[];
|
|
2699
2712
|
/**
|
|
2700
2713
|
* Returns a summary string that contains information about the filters currently assigned. The string starts
|
|
2701
|
-
* with
|
|
2714
|
+
* with the number of set filters, followed by "filters active" and their labels.
|
|
2702
2715
|
* Example:
|
|
2703
|
-
*
|
|
2716
|
+
* (3) filters active: Company Code, Fiscal Year, Customer
|
|
2704
2717
|
*
|
|
2705
2718
|
* @returns A string that contains the number of set filters and their names
|
|
2706
2719
|
*/
|
|
2707
2720
|
retrieveFiltersWithValuesAsText(): string;
|
|
2721
|
+
/**
|
|
2722
|
+
* Returns a summary string that contains information about the filters currently assigned. This string
|
|
2723
|
+
* is intended to be used in expanded state. The string starts with the total number of filters set, followed
|
|
2724
|
+
* by "filters active" and if available non-visible, the number of the non-visible with label "hidden" in
|
|
2725
|
+
* brackets.
|
|
2726
|
+
* Example:
|
|
2727
|
+
* (3) filters active (1 hidden)
|
|
2728
|
+
*
|
|
2729
|
+
* @returns A string that contains the number of set filters and their names
|
|
2730
|
+
*/
|
|
2731
|
+
retrieveFiltersWithValuesAsTextExpanded(): string;
|
|
2708
2732
|
/**
|
|
2709
2733
|
* Executes the search event. Controls of all visible filters will be passed as event-parameters.
|
|
2710
2734
|
*
|
|
@@ -3488,7 +3512,7 @@ declare namespace sap {
|
|
|
3488
3512
|
/**
|
|
3489
3513
|
* Always returns the initially added control.
|
|
3490
3514
|
*/
|
|
3491
|
-
getControl():
|
|
3515
|
+
getControl(): sap.ui.core.Control | null;
|
|
3492
3516
|
/**
|
|
3493
3517
|
* @SINCE 1.52.0
|
|
3494
3518
|
*
|
|
@@ -8619,6 +8643,17 @@ declare namespace sap {
|
|
|
8619
8643
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8620
8644
|
| `{${string}}`;
|
|
8621
8645
|
|
|
8646
|
+
/**
|
|
8647
|
+
* @SINCE 1.106
|
|
8648
|
+
*
|
|
8649
|
+
* Text that is shown for values of an empty string. **Note:** The property does not change the behavior
|
|
8650
|
+
* for charts of type `timeseries`. **Note:** Can only be changed in the XML/JS view. It cannot be changed
|
|
8651
|
+
* once the control has been initialized.
|
|
8652
|
+
*/
|
|
8653
|
+
notAssignedText?:
|
|
8654
|
+
| string
|
|
8655
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
8656
|
+
|
|
8622
8657
|
/**
|
|
8623
8658
|
* A custom toolbar that can be specified by the user to define their own buttons, icons, etc. If this is
|
|
8624
8659
|
* added, the SmartChart control does not create its own toolbar, but uses this one instead. However, if
|
|
@@ -10035,6 +10070,20 @@ declare namespace sap {
|
|
|
10035
10070
|
* @returns Value of property `noData`
|
|
10036
10071
|
*/
|
|
10037
10072
|
getNoData(): string;
|
|
10073
|
+
/**
|
|
10074
|
+
* @SINCE 1.106
|
|
10075
|
+
*
|
|
10076
|
+
* Gets current value of property {@link #getNotAssignedText notAssignedText}.
|
|
10077
|
+
*
|
|
10078
|
+
* Text that is shown for values of an empty string. **Note:** The property does not change the behavior
|
|
10079
|
+
* for charts of type `timeseries`. **Note:** Can only be changed in the XML/JS view. It cannot be changed
|
|
10080
|
+
* once the control has been initialized.
|
|
10081
|
+
*
|
|
10082
|
+
* Default value is `empty string`.
|
|
10083
|
+
*
|
|
10084
|
+
* @returns Value of property `notAssignedText`
|
|
10085
|
+
*/
|
|
10086
|
+
getNotAssignedText(): string;
|
|
10038
10087
|
/**
|
|
10039
10088
|
* Gets current value of property {@link #getPersistencyKey persistencyKey}.
|
|
10040
10089
|
*
|
|
@@ -10715,6 +10764,27 @@ declare namespace sap {
|
|
|
10715
10764
|
*/
|
|
10716
10765
|
sNoData?: string
|
|
10717
10766
|
): this;
|
|
10767
|
+
/**
|
|
10768
|
+
* @SINCE 1.106
|
|
10769
|
+
*
|
|
10770
|
+
* Sets a new value for property {@link #getNotAssignedText notAssignedText}.
|
|
10771
|
+
*
|
|
10772
|
+
* Text that is shown for values of an empty string. **Note:** The property does not change the behavior
|
|
10773
|
+
* for charts of type `timeseries`. **Note:** Can only be changed in the XML/JS view. It cannot be changed
|
|
10774
|
+
* once the control has been initialized.
|
|
10775
|
+
*
|
|
10776
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
10777
|
+
*
|
|
10778
|
+
* Default value is `empty string`.
|
|
10779
|
+
*
|
|
10780
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
10781
|
+
*/
|
|
10782
|
+
setNotAssignedText(
|
|
10783
|
+
/**
|
|
10784
|
+
* New value for property `notAssignedText`
|
|
10785
|
+
*/
|
|
10786
|
+
sNotAssignedText?: string
|
|
10787
|
+
): this;
|
|
10718
10788
|
/**
|
|
10719
10789
|
* Sets a new value for property {@link #getPersistencyKey persistencyKey}.
|
|
10720
10790
|
*
|
|
@@ -11489,15 +11559,16 @@ declare namespace sap {
|
|
|
11489
11559
|
* or on the server side - `false`.
|
|
11490
11560
|
*
|
|
11491
11561
|
* **Note:** If the {@link sap.ui.comp.smartfield.SmartField#value} property of the `SmartField` control
|
|
11492
|
-
* is bound to an Entity Data Model (EDM) property annotated as `Nullable="false"`,
|
|
11493
|
-
* is performed on the client side regardless of the `clientSideMandatoryCheck`
|
|
11562
|
+
* is bound to an Entity Data Model (EDM) property of type different from Edm.String annotated as `Nullable="false"`,
|
|
11563
|
+
* the mandatory validation is performed on the client side regardless of the `clientSideMandatoryCheck`
|
|
11564
|
+
* setting.
|
|
11494
11565
|
*
|
|
11495
11566
|
* Example:
|
|
11496
11567
|
*
|
|
11497
11568
|
*
|
|
11498
11569
|
* ```javascript
|
|
11499
11570
|
*
|
|
11500
|
-
* <Property Name="CategoryID" Type="Edm.
|
|
11571
|
+
* <Property Name="CategoryID" Type="Edm.Decimal" Nullable="false"/>
|
|
11501
11572
|
* ```
|
|
11502
11573
|
*/
|
|
11503
11574
|
clientSideMandatoryCheck?:
|
|
@@ -13433,15 +13504,16 @@ declare namespace sap {
|
|
|
13433
13504
|
* or on the server side - `false`.
|
|
13434
13505
|
*
|
|
13435
13506
|
* **Note:** If the {@link sap.ui.comp.smartfield.SmartField#value} property of the `SmartField` control
|
|
13436
|
-
* is bound to an Entity Data Model (EDM) property annotated as `Nullable="false"`,
|
|
13437
|
-
* is performed on the client side regardless of the `clientSideMandatoryCheck`
|
|
13507
|
+
* is bound to an Entity Data Model (EDM) property of type different from Edm.String annotated as `Nullable="false"`,
|
|
13508
|
+
* the mandatory validation is performed on the client side regardless of the `clientSideMandatoryCheck`
|
|
13509
|
+
* setting.
|
|
13438
13510
|
*
|
|
13439
13511
|
* Example:
|
|
13440
13512
|
*
|
|
13441
13513
|
*
|
|
13442
13514
|
* ```javascript
|
|
13443
13515
|
*
|
|
13444
|
-
* <Property Name="CategoryID" Type="Edm.
|
|
13516
|
+
* <Property Name="CategoryID" Type="Edm.Decimal" Nullable="false"/>
|
|
13445
13517
|
* ```
|
|
13446
13518
|
*
|
|
13447
13519
|
*
|
|
@@ -14153,7 +14225,7 @@ declare namespace sap {
|
|
|
14153
14225
|
* The ariaDescribedBy to be removed or its index or ID
|
|
14154
14226
|
*/
|
|
14155
14227
|
vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
14156
|
-
): sap.ui.core.ID;
|
|
14228
|
+
): sap.ui.core.ID | null;
|
|
14157
14229
|
/**
|
|
14158
14230
|
* @SINCE 1.34.2
|
|
14159
14231
|
*
|
|
@@ -14166,7 +14238,7 @@ declare namespace sap {
|
|
|
14166
14238
|
* The ariaLabelledBy to be removed or its index or ID
|
|
14167
14239
|
*/
|
|
14168
14240
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
14169
|
-
): sap.ui.core.ID;
|
|
14241
|
+
): sap.ui.core.ID | null;
|
|
14170
14242
|
/**
|
|
14171
14243
|
* @SINCE 1.38.3
|
|
14172
14244
|
*
|
|
@@ -14176,15 +14248,16 @@ declare namespace sap {
|
|
|
14176
14248
|
* or on the server side - `false`.
|
|
14177
14249
|
*
|
|
14178
14250
|
* **Note:** If the {@link sap.ui.comp.smartfield.SmartField#value} property of the `SmartField` control
|
|
14179
|
-
* is bound to an Entity Data Model (EDM) property annotated as `Nullable="false"`,
|
|
14180
|
-
* is performed on the client side regardless of the `clientSideMandatoryCheck`
|
|
14251
|
+
* is bound to an Entity Data Model (EDM) property of type different from Edm.String annotated as `Nullable="false"`,
|
|
14252
|
+
* the mandatory validation is performed on the client side regardless of the `clientSideMandatoryCheck`
|
|
14253
|
+
* setting.
|
|
14181
14254
|
*
|
|
14182
14255
|
* Example:
|
|
14183
14256
|
*
|
|
14184
14257
|
*
|
|
14185
14258
|
* ```javascript
|
|
14186
14259
|
*
|
|
14187
|
-
* <Property Name="CategoryID" Type="Edm.
|
|
14260
|
+
* <Property Name="CategoryID" Type="Edm.Decimal" Nullable="false"/>
|
|
14188
14261
|
* ```
|
|
14189
14262
|
*
|
|
14190
14263
|
*
|
|
@@ -15226,6 +15299,14 @@ declare namespace sap {
|
|
|
15226
15299
|
* a performance issue depending on the number of the smart fields.
|
|
15227
15300
|
*/
|
|
15228
15301
|
ValueListNoValidation = "ValueListNoValidation",
|
|
15302
|
+
/**
|
|
15303
|
+
* The same behavior as ValueListNoValidation but for values that are considered invalid a warning message
|
|
15304
|
+
* will be created.
|
|
15305
|
+
*
|
|
15306
|
+
* NOTE: In this mode when the value is sent to the backend there might be 2 messages for the same field
|
|
15307
|
+
* from both frontend and backend validation.
|
|
15308
|
+
*/
|
|
15309
|
+
ValueListWarning = "ValueListWarning",
|
|
15229
15310
|
}
|
|
15230
15311
|
|
|
15231
15312
|
type checkValuesValidityInfo = {
|
|
@@ -21255,7 +21336,7 @@ declare namespace sap {
|
|
|
21255
21336
|
* The ariaLabelledBy to be removed or its index or ID
|
|
21256
21337
|
*/
|
|
21257
21338
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
21258
|
-
): sap.ui.core.ID;
|
|
21339
|
+
): sap.ui.core.ID | null;
|
|
21259
21340
|
/**
|
|
21260
21341
|
* Removes a group from the aggregation {@link #getGroups groups}.
|
|
21261
21342
|
*
|
|
@@ -23754,7 +23835,7 @@ declare namespace sap {
|
|
|
23754
23835
|
* The ariaLabelledBy to be removed or its index or ID
|
|
23755
23836
|
*/
|
|
23756
23837
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
23757
|
-
): sap.ui.core.ID;
|
|
23838
|
+
): sap.ui.core.ID | null;
|
|
23758
23839
|
/**
|
|
23759
23840
|
* Sets a new value for property {@link #getChartBindingPath chartBindingPath}.
|
|
23760
23841
|
*
|
|
@@ -24224,7 +24305,7 @@ declare namespace sap {
|
|
|
24224
24305
|
* The ariaLabelledBy to be removed or its index or ID
|
|
24225
24306
|
*/
|
|
24226
24307
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
24227
|
-
): sap.ui.core.ID;
|
|
24308
|
+
): sap.ui.core.ID | null;
|
|
24228
24309
|
/**
|
|
24229
24310
|
* Sets a new value for property {@link #getChartBindingPath chartBindingPath}.
|
|
24230
24311
|
*
|
|
@@ -24796,12 +24877,19 @@ declare namespace sap {
|
|
|
24796
24877
|
*/
|
|
24797
24878
|
getErroneousFieldsAndTokens(): Promise<any>;
|
|
24798
24879
|
/**
|
|
24799
|
-
* Collects all instances of {@link sap.ui.comp.smartmultiedit.Field}
|
|
24800
|
-
* sap.ui.comp.smartform.SmartForm}) layout.
|
|
24880
|
+
* Collects all instances of {@link sap.ui.comp.smartmultiedit.Field} and/or {@link sap.ui.core.Control}
|
|
24881
|
+
* scattered across the smart form ({@link sap.ui.comp.smartform.SmartForm}) layout.
|
|
24801
24882
|
*
|
|
24802
|
-
* @returns An array of {@link sap.ui.comp.smartmultiedit.Field}
|
|
24883
|
+
* @returns An array of {@link sap.ui.comp.smartmultiedit.Field} and/or {@link sap.ui.core.Control}.
|
|
24803
24884
|
*/
|
|
24804
|
-
getFields(
|
|
24885
|
+
getFields(
|
|
24886
|
+
/**
|
|
24887
|
+
* A boolean indicating whether or not to include {@link sap.ui.core.Control} in resultant array. By default
|
|
24888
|
+
* or if it is set to false, only instances of {@link sap.ui.comp.smartmultiedit.Field} are included in
|
|
24889
|
+
* resultant array.
|
|
24890
|
+
*/
|
|
24891
|
+
bFetchAllControls: boolean
|
|
24892
|
+
): any[];
|
|
24805
24893
|
/**
|
|
24806
24894
|
* Gets content of aggregation {@link #getLayout layout}.
|
|
24807
24895
|
*
|
|
@@ -26699,14 +26787,20 @@ declare namespace sap {
|
|
|
26699
26787
|
*
|
|
26700
26788
|
* ```javascript
|
|
26701
26789
|
*
|
|
26702
|
-
* <!-- Define extra 3rem space to the automatic content width
|
|
26790
|
+
* <!-- Define extra 3rem space to the automatic content width calculation -->
|
|
26703
26791
|
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "gap": 3 }, "leadingProperty": "PropA", "columnKey": "PropA"}' >
|
|
26704
26792
|
* ```
|
|
26705
26793
|
*
|
|
26706
26794
|
* ```javascript
|
|
26707
26795
|
*
|
|
26708
|
-
* <!-- Define the visible
|
|
26709
|
-
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "
|
|
26796
|
+
* <!-- Define the visible properties that should be considered for the calculation. Multiple property names can be specified here as comma-separated values. The first property is the leading property. -->
|
|
26797
|
+
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "visibleProperty": "PropC" }, "leadingProperty": "PropA", "additionalProperty": "PropB,PropC", "columnKey": "PropA"}' >
|
|
26798
|
+
* ```
|
|
26799
|
+
*
|
|
26800
|
+
* ```javascript
|
|
26801
|
+
*
|
|
26802
|
+
* <!-- The calculated column width must not be smaller than the column header -->
|
|
26803
|
+
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "truncateLabel": false }, "leadingProperty": "PropA", "columnKey": "PropA"}' >
|
|
26710
26804
|
* ```
|
|
26711
26805
|
*
|
|
26712
26806
|
*
|
|
@@ -28436,6 +28530,16 @@ declare namespace sap {
|
|
|
28436
28530
|
* by applications in the {@link #event:beforeRebindTable beforeRebindTable} event.
|
|
28437
28531
|
*/
|
|
28438
28532
|
getDataStateIndicator(): sap.m.plugins.DataStateIndicator;
|
|
28533
|
+
/**
|
|
28534
|
+
* @SINCE 1.105.0
|
|
28535
|
+
*
|
|
28536
|
+
* Returns the deactivated column keys.
|
|
28537
|
+
*
|
|
28538
|
+
* See {@link sap.ui.comp.smarttable.SmartTable#deactivateColumns}
|
|
28539
|
+
*
|
|
28540
|
+
* @returns array of column keys
|
|
28541
|
+
*/
|
|
28542
|
+
getDeactivatedColumns(): string[];
|
|
28439
28543
|
/**
|
|
28440
28544
|
* @SINCE 1.30.0
|
|
28441
28545
|
*
|
|
@@ -28554,14 +28658,20 @@ declare namespace sap {
|
|
|
28554
28658
|
*
|
|
28555
28659
|
* ```javascript
|
|
28556
28660
|
*
|
|
28557
|
-
* <!-- Define extra 3rem space to the automatic content width
|
|
28661
|
+
* <!-- Define extra 3rem space to the automatic content width calculation -->
|
|
28558
28662
|
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "gap": 3 }, "leadingProperty": "PropA", "columnKey": "PropA"}' >
|
|
28559
28663
|
* ```
|
|
28560
28664
|
*
|
|
28561
28665
|
* ```javascript
|
|
28562
28666
|
*
|
|
28563
|
-
* <!-- Define the visible
|
|
28564
|
-
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "
|
|
28667
|
+
* <!-- Define the visible properties that should be considered for the calculation. Multiple property names can be specified here as comma-separated values. The first property is the leading property. -->
|
|
28668
|
+
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "visibleProperty": "PropC" }, "leadingProperty": "PropA", "additionalProperty": "PropB,PropC", "columnKey": "PropA"}' >
|
|
28669
|
+
* ```
|
|
28670
|
+
*
|
|
28671
|
+
* ```javascript
|
|
28672
|
+
*
|
|
28673
|
+
* <!-- The calculated column width must not be smaller than the column header -->
|
|
28674
|
+
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "truncateLabel": false }, "leadingProperty": "PropA", "columnKey": "PropA"}' >
|
|
28565
28675
|
* ```
|
|
28566
28676
|
*
|
|
28567
28677
|
*
|
|
@@ -29355,14 +29465,20 @@ declare namespace sap {
|
|
|
29355
29465
|
*
|
|
29356
29466
|
* ```javascript
|
|
29357
29467
|
*
|
|
29358
|
-
* <!-- Define extra 3rem space to the automatic content width
|
|
29468
|
+
* <!-- Define extra 3rem space to the automatic content width calculation -->
|
|
29359
29469
|
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "gap": 3 }, "leadingProperty": "PropA", "columnKey": "PropA"}' >
|
|
29360
29470
|
* ```
|
|
29361
29471
|
*
|
|
29362
29472
|
* ```javascript
|
|
29363
29473
|
*
|
|
29364
|
-
* <!-- Define the visible
|
|
29365
|
-
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "
|
|
29474
|
+
* <!-- Define the visible properties that should be considered for the calculation. Multiple property names can be specified here as comma-separated values. The first property is the leading property. -->
|
|
29475
|
+
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "visibleProperty": "PropC" }, "leadingProperty": "PropA", "additionalProperty": "PropB,PropC", "columnKey": "PropA"}' >
|
|
29476
|
+
* ```
|
|
29477
|
+
*
|
|
29478
|
+
* ```javascript
|
|
29479
|
+
*
|
|
29480
|
+
* <!-- The calculated column width must not be smaller than the column header -->
|
|
29481
|
+
* <Column customdata:p13nData='\{"autoColumnWidth": \{ "truncateLabel": false }, "leadingProperty": "PropA", "columnKey": "PropA"}' >
|
|
29366
29482
|
* ```
|
|
29367
29483
|
*
|
|
29368
29484
|
*
|
|
@@ -34618,7 +34734,7 @@ declare namespace sap {
|
|
|
34618
34734
|
|
|
34619
34735
|
/**
|
|
34620
34736
|
* @SINCE 1.22.0
|
|
34621
|
-
* @deprecated (since 1.26
|
|
34737
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
34622
34738
|
*
|
|
34623
34739
|
* Items displayed by the `VariantManagement` control.
|
|
34624
34740
|
*/
|
|
@@ -35469,7 +35585,7 @@ declare namespace sap {
|
|
|
35469
35585
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
35470
35586
|
/**
|
|
35471
35587
|
* @SINCE 1.22.0
|
|
35472
|
-
* @deprecated (since 1.26
|
|
35588
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
35473
35589
|
*
|
|
35474
35590
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
35475
35591
|
*
|
|
@@ -35670,7 +35786,7 @@ declare namespace sap {
|
|
|
35670
35786
|
): void;
|
|
35671
35787
|
/**
|
|
35672
35788
|
* @SINCE 1.22.0
|
|
35673
|
-
* @deprecated (since 1.26
|
|
35789
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
35674
35790
|
*
|
|
35675
35791
|
* Destroys all the items in the aggregation {@link #getItems items}.
|
|
35676
35792
|
*
|
|
@@ -35885,7 +36001,7 @@ declare namespace sap {
|
|
|
35885
36001
|
getInitialSelectionKey(): string;
|
|
35886
36002
|
/**
|
|
35887
36003
|
* @SINCE 1.22.0
|
|
35888
|
-
* @deprecated (since 1.26
|
|
36004
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
35889
36005
|
*
|
|
35890
36006
|
* Gets content of aggregation {@link #getItems items}.
|
|
35891
36007
|
*
|
|
@@ -36030,7 +36146,7 @@ declare namespace sap {
|
|
|
36030
36146
|
getVariantItems(): sap.ui.comp.variants.VariantItem[];
|
|
36031
36147
|
/**
|
|
36032
36148
|
* @SINCE 1.22.0
|
|
36033
|
-
* @deprecated (since 1.26
|
|
36149
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36034
36150
|
*
|
|
36035
36151
|
* Checks for the provided `sap.ui.core.Item` in the aggregation {@link #getItems items}. and returns its
|
|
36036
36152
|
* index if found or -1 otherwise.
|
|
@@ -36059,7 +36175,7 @@ declare namespace sap {
|
|
|
36059
36175
|
): int;
|
|
36060
36176
|
/**
|
|
36061
36177
|
* @SINCE 1.22.0
|
|
36062
|
-
* @deprecated (since 1.26
|
|
36178
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36063
36179
|
*
|
|
36064
36180
|
* Inserts a item into the aggregation {@link #getItems items}.
|
|
36065
36181
|
*
|
|
@@ -36098,7 +36214,7 @@ declare namespace sap {
|
|
|
36098
36214
|
): this;
|
|
36099
36215
|
/**
|
|
36100
36216
|
* @SINCE 1.22.0
|
|
36101
|
-
* @deprecated (since 1.26
|
|
36217
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36102
36218
|
*
|
|
36103
36219
|
* Removes all the controls from the aggregation {@link #getItems items}.
|
|
36104
36220
|
*
|
|
@@ -36119,7 +36235,7 @@ declare namespace sap {
|
|
|
36119
36235
|
removeAllVariantItems(): sap.ui.comp.variants.VariantItem[];
|
|
36120
36236
|
/**
|
|
36121
36237
|
* @SINCE 1.22.0
|
|
36122
|
-
* @deprecated (since 1.26
|
|
36238
|
+
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36123
36239
|
*
|
|
36124
36240
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
36125
36241
|
*
|
|
@@ -36159,6 +36275,15 @@ declare namespace sap {
|
|
|
36159
36275
|
*/
|
|
36160
36276
|
bFlag: boolean
|
|
36161
36277
|
): void;
|
|
36278
|
+
/**
|
|
36279
|
+
* Sets the new selected variant.
|
|
36280
|
+
*/
|
|
36281
|
+
setCurrentVariantKey(
|
|
36282
|
+
/**
|
|
36283
|
+
* Key of the variant that should be selected.
|
|
36284
|
+
*/
|
|
36285
|
+
sKey: string
|
|
36286
|
+
): void;
|
|
36162
36287
|
/**
|
|
36163
36288
|
* @SINCE 1.22.0
|
|
36164
36289
|
*
|