@sapui5/ts-types 1.119.2 → 1.120.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/index.d.ts +0 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +58 -58
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +111 -1
- package/types/sap.f.d.ts +2 -2
- package/types/sap.fe.core.d.ts +10 -1
- package/types/sap.fe.macros.d.ts +78 -74
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +11 -2
- package/types/sap.fe.test.d.ts +5 -5
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +933 -15
- package/types/sap.insights.d.ts +93 -12
- package/types/sap.m.d.ts +6447 -913
- 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 +4 -3
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +848 -975
- package/types/sap.suite.ui.commons.d.ts +34 -2
- package/types/sap.suite.ui.generic.template.d.ts +29 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +47 -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 +572 -35
- package/types/sap.ui.core.d.ts +1866 -242
- 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 +3 -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.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +125 -102
- package/types/sap.ui.mdc.d.ts +1869 -1151
- package/types/sap.ui.richtexteditor.d.ts +4 -12
- 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 +7 -1
- package/types/sap.ui.table.d.ts +117 -47
- 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 +5 -11
- 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 +470 -136
- package/types/sap.ui.webc.main.d.ts +3623 -1052
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1971 -832
- 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.landvisz.d.ts +0 -7875
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.120.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -644,8 +644,8 @@ declare namespace sap {
|
|
|
644
644
|
|
|
645
645
|
/**
|
|
646
646
|
* The `FilterBar` displays filters in a user-friendly manner to populate values for a query. The `FilterBar`
|
|
647
|
-
* consists of a row containing the {@link sap.ui.comp.
|
|
648
|
-
* the related buttons, and an area underneath displaying the filters.
|
|
647
|
+
* consists of a row containing the {@link sap.ui.comp.smartvariants.SmartVariantManagementUi2 `SmartVariantManagementUi2` }
|
|
648
|
+
* control, the related buttons, and an area underneath displaying the filters.
|
|
649
649
|
*
|
|
650
650
|
* The filters are arranged in a logical row that is divided depending on the space available and the width
|
|
651
651
|
* of the filters. The area containing the filters can be hidden or shown using the **Hide FilterBar** /
|
|
@@ -9054,9 +9054,9 @@ declare namespace sap {
|
|
|
9054
9054
|
|
|
9055
9055
|
/**
|
|
9056
9056
|
* @since 1.119
|
|
9057
|
-
* @experimental - Internal use only
|
|
9058
9057
|
*
|
|
9059
|
-
* Defines style of the header.
|
|
9058
|
+
* Defines style of the header.
|
|
9059
|
+
* For more information, see {@link sap.m.Title#setTitle}.
|
|
9060
9060
|
*/
|
|
9061
9061
|
headerStyle?:
|
|
9062
9062
|
| sap.ui.core.TitleLevel
|
|
@@ -9477,6 +9477,11 @@ declare namespace sap {
|
|
|
9477
9477
|
* ID of the currently selected variant
|
|
9478
9478
|
*/
|
|
9479
9479
|
currentVariantId?: string;
|
|
9480
|
+
|
|
9481
|
+
/**
|
|
9482
|
+
* Context in which the variant has been applied
|
|
9483
|
+
*/
|
|
9484
|
+
variantContext?: string;
|
|
9480
9485
|
}
|
|
9481
9486
|
|
|
9482
9487
|
interface SmartChart$AfterVariantInitialiseEventParameters {}
|
|
@@ -10776,11 +10781,13 @@ declare namespace sap {
|
|
|
10776
10781
|
getHeaderLevel(): sap.ui.core.TitleLevel;
|
|
10777
10782
|
/**
|
|
10778
10783
|
* @since 1.119
|
|
10779
|
-
* @experimental - Internal use only
|
|
10780
10784
|
*
|
|
10781
10785
|
* Gets current value of property {@link #getHeaderStyle headerStyle}.
|
|
10782
10786
|
*
|
|
10783
|
-
* Defines style of the header.
|
|
10787
|
+
* Defines style of the header.
|
|
10788
|
+
* For more information, see {@link sap.m.Title#setTitle}.
|
|
10789
|
+
*
|
|
10790
|
+
* Default value is `Auto`.
|
|
10784
10791
|
*
|
|
10785
10792
|
* @returns Value of property `headerStyle`
|
|
10786
10793
|
*/
|
|
@@ -11491,21 +11498,23 @@ declare namespace sap {
|
|
|
11491
11498
|
): this;
|
|
11492
11499
|
/**
|
|
11493
11500
|
* @since 1.119
|
|
11494
|
-
* @experimental - Internal use only
|
|
11495
11501
|
*
|
|
11496
11502
|
* Sets a new value for property {@link #getHeaderStyle headerStyle}.
|
|
11497
11503
|
*
|
|
11498
|
-
* Defines style of the header.
|
|
11504
|
+
* Defines style of the header.
|
|
11505
|
+
* For more information, see {@link sap.m.Title#setTitle}.
|
|
11499
11506
|
*
|
|
11500
11507
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11501
11508
|
*
|
|
11509
|
+
* Default value is `Auto`.
|
|
11510
|
+
*
|
|
11502
11511
|
* @returns Reference to `this` in order to allow method chaining
|
|
11503
11512
|
*/
|
|
11504
11513
|
setHeaderStyle(
|
|
11505
11514
|
/**
|
|
11506
11515
|
* New value for property `headerStyle`
|
|
11507
11516
|
*/
|
|
11508
|
-
sHeaderStyle
|
|
11517
|
+
sHeaderStyle?: sap.ui.core.TitleLevel
|
|
11509
11518
|
): this;
|
|
11510
11519
|
/**
|
|
11511
11520
|
* Sets a new value for property {@link #getIgnoredChartTypes ignoredChartTypes}.
|
|
@@ -16603,6 +16612,14 @@ declare namespace sap {
|
|
|
16603
16612
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
16604
16613
|
| `{${string}}`;
|
|
16605
16614
|
|
|
16615
|
+
/**
|
|
16616
|
+
* Specifies whether `sap.m.ComboBox` selectedKey has corresponding item or nor.
|
|
16617
|
+
*/
|
|
16618
|
+
hasValidation?:
|
|
16619
|
+
| boolean
|
|
16620
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
16621
|
+
| `{${string}}`;
|
|
16622
|
+
|
|
16606
16623
|
/**
|
|
16607
16624
|
* The SmartFilterBar calculates which kind of control will be used for a filter fields based on multiple
|
|
16608
16625
|
* OData Attributes and annotations. Using this property it is possible to overwrite the OData metadata.
|
|
@@ -17320,6 +17337,16 @@ declare namespace sap {
|
|
|
17320
17337
|
* @returns Value of property `hasTypeAhead`
|
|
17321
17338
|
*/
|
|
17322
17339
|
getHasTypeAhead(): boolean;
|
|
17340
|
+
/**
|
|
17341
|
+
* Gets current value of property {@link #getHasValidation hasValidation}.
|
|
17342
|
+
*
|
|
17343
|
+
* Specifies whether `sap.m.ComboBox` selectedKey has corresponding item or nor.
|
|
17344
|
+
*
|
|
17345
|
+
* Default value is `true`.
|
|
17346
|
+
*
|
|
17347
|
+
* @returns Value of property `hasValidation`
|
|
17348
|
+
*/
|
|
17349
|
+
getHasValidation(): boolean;
|
|
17323
17350
|
/**
|
|
17324
17351
|
* Gets current value of property {@link #getHasValueHelpDialog hasValueHelpDialog}.
|
|
17325
17352
|
*
|
|
@@ -17624,6 +17651,23 @@ declare namespace sap {
|
|
|
17624
17651
|
*/
|
|
17625
17652
|
bHasTypeAhead?: boolean
|
|
17626
17653
|
): this;
|
|
17654
|
+
/**
|
|
17655
|
+
* Sets a new value for property {@link #getHasValidation hasValidation}.
|
|
17656
|
+
*
|
|
17657
|
+
* Specifies whether `sap.m.ComboBox` selectedKey has corresponding item or nor.
|
|
17658
|
+
*
|
|
17659
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17660
|
+
*
|
|
17661
|
+
* Default value is `true`.
|
|
17662
|
+
*
|
|
17663
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17664
|
+
*/
|
|
17665
|
+
setHasValidation(
|
|
17666
|
+
/**
|
|
17667
|
+
* New value for property `hasValidation`
|
|
17668
|
+
*/
|
|
17669
|
+
bHasValidation?: boolean
|
|
17670
|
+
): this;
|
|
17627
17671
|
/**
|
|
17628
17672
|
* Sets a new value for property {@link #getHasValueHelpDialog hasValueHelpDialog}.
|
|
17629
17673
|
*
|
|
@@ -28470,7 +28514,9 @@ declare namespace sap {
|
|
|
28470
28514
|
* must be set to `false`.
|
|
28471
28515
|
*
|
|
28472
28516
|
* **Note:** The {@link sap.m.plugins.CopyProvider#extractData extractData} property of the `CopyProvider`
|
|
28473
|
-
* must not be managed by the application.
|
|
28517
|
+
* must not be managed by the application. **Note:** The `CopyProvider` requires a secure context to access
|
|
28518
|
+
* the clipboard API. If the context is not secure, the plugin will not be added, and the copy button will
|
|
28519
|
+
* not be generated.
|
|
28474
28520
|
*/
|
|
28475
28521
|
copyProvider?: sap.m.plugins.CopyProvider;
|
|
28476
28522
|
|
|
@@ -30149,7 +30195,9 @@ declare namespace sap {
|
|
|
30149
30195
|
* must be set to `false`.
|
|
30150
30196
|
*
|
|
30151
30197
|
* **Note:** The {@link sap.m.plugins.CopyProvider#extractData extractData} property of the `CopyProvider`
|
|
30152
|
-
* must not be managed by the application.
|
|
30198
|
+
* must not be managed by the application. **Note:** The `CopyProvider` requires a secure context to access
|
|
30199
|
+
* the clipboard API. If the context is not secure, the plugin will not be added, and the copy button will
|
|
30200
|
+
* not be generated.
|
|
30153
30201
|
*/
|
|
30154
30202
|
getCopyProvider(): sap.m.plugins.CopyProvider;
|
|
30155
30203
|
/**
|
|
@@ -31959,6 +32007,8 @@ declare namespace sap {
|
|
|
31959
32007
|
*/
|
|
31960
32008
|
enum ExportType {
|
|
31961
32009
|
/**
|
|
32010
|
+
* @deprecated
|
|
32011
|
+
*
|
|
31962
32012
|
* Gateway backend spreadsheet export service is used
|
|
31963
32013
|
*/
|
|
31964
32014
|
GW = "GW",
|
|
@@ -32362,7 +32412,54 @@ declare namespace sap {
|
|
|
32362
32412
|
}
|
|
32363
32413
|
|
|
32364
32414
|
interface $SmartVariantManagementUi2Settings
|
|
32365
|
-
extends sap.ui.
|
|
32415
|
+
extends sap.ui.core.$ControlSettings {
|
|
32416
|
+
/**
|
|
32417
|
+
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
32418
|
+
*/
|
|
32419
|
+
enabled?:
|
|
32420
|
+
| boolean
|
|
32421
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
32422
|
+
| `{${string}}`;
|
|
32423
|
+
|
|
32424
|
+
/**
|
|
32425
|
+
* @since 1.120
|
|
32426
|
+
*
|
|
32427
|
+
* Sets the maximum width of the control.
|
|
32428
|
+
*/
|
|
32429
|
+
maxWidth?:
|
|
32430
|
+
| sap.ui.core.CSSSize
|
|
32431
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
32432
|
+
| `{${string}}`;
|
|
32433
|
+
|
|
32434
|
+
/**
|
|
32435
|
+
* @since 1.28.0
|
|
32436
|
+
*
|
|
32437
|
+
* Overwrites the default Standard variant title.
|
|
32438
|
+
*/
|
|
32439
|
+
standardItemText?:
|
|
32440
|
+
| string
|
|
32441
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
32442
|
+
|
|
32443
|
+
/**
|
|
32444
|
+
* @since 1.120
|
|
32445
|
+
*
|
|
32446
|
+
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
|
|
32447
|
+
*/
|
|
32448
|
+
headerLevel?:
|
|
32449
|
+
| sap.ui.core.TitleLevel
|
|
32450
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
32451
|
+
| `{${string}}`;
|
|
32452
|
+
|
|
32453
|
+
/**
|
|
32454
|
+
* @since 1.120
|
|
32455
|
+
*
|
|
32456
|
+
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
|
|
32457
|
+
*/
|
|
32458
|
+
titleStyle?:
|
|
32459
|
+
| sap.ui.core.TitleLevel
|
|
32460
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
32461
|
+
| `{${string}}`;
|
|
32462
|
+
|
|
32366
32463
|
/**
|
|
32367
32464
|
* All controls that rely on variant handling have to be added to this aggregation. The only consumer currently
|
|
32368
32465
|
* known is the `FilterBar` control.
|
|
@@ -32371,8 +32468,8 @@ declare namespace sap {
|
|
|
32371
32468
|
|
|
32372
32469
|
/**
|
|
32373
32470
|
* Once the `SmartVariantManagementUi2` control has been initialized, and especially after retrieving the
|
|
32374
|
-
* variants via the UI2 personalization service
|
|
32375
|
-
* has completed
|
|
32471
|
+
* variants via the UI2 personalization service and the default variant was applied, the registered consumer
|
|
32472
|
+
* will be notified that this phase has completed.
|
|
32376
32473
|
*/
|
|
32377
32474
|
initialise?: (oEvent: sap.ui.base.Event) => void;
|
|
32378
32475
|
|
|
@@ -32380,6 +32477,21 @@ declare namespace sap {
|
|
|
32380
32477
|
* Fired after a variant is saved. This event can be used to retrieve the id of the saved variant.
|
|
32381
32478
|
*/
|
|
32382
32479
|
afterSave?: (oEvent: sap.ui.base.Event) => void;
|
|
32480
|
+
|
|
32481
|
+
/**
|
|
32482
|
+
* This event is fired when the Save Variant dialog is closed with OK for a variant.
|
|
32483
|
+
*/
|
|
32484
|
+
save?: (oEvent: SmartVariantManagementUi2$SaveEvent) => void;
|
|
32485
|
+
|
|
32486
|
+
/**
|
|
32487
|
+
* This event is fired when users apply changes to variants in the Manage Variants dialog.
|
|
32488
|
+
*/
|
|
32489
|
+
manage?: (oEvent: SmartVariantManagementUi2$ManageEvent) => void;
|
|
32490
|
+
|
|
32491
|
+
/**
|
|
32492
|
+
* This event is fired when a new variant is selected.
|
|
32493
|
+
*/
|
|
32494
|
+
select?: (oEvent: SmartVariantManagementUi2$SelectEvent) => void;
|
|
32383
32495
|
}
|
|
32384
32496
|
|
|
32385
32497
|
interface SmartVariantManagement$AfterSaveEventParameters {}
|
|
@@ -32463,6 +32575,53 @@ declare namespace sap {
|
|
|
32463
32575
|
|
|
32464
32576
|
interface SmartVariantManagementUi2$InitialiseEventParameters {}
|
|
32465
32577
|
|
|
32578
|
+
interface SmartVariantManagementUi2$ManageEventParameters {
|
|
32579
|
+
/**
|
|
32580
|
+
* List of changed variants. Each entry contains a 'key' - the variant key and a 'name' - the new title
|
|
32581
|
+
* of the variant
|
|
32582
|
+
*/
|
|
32583
|
+
renamed?: object[];
|
|
32584
|
+
|
|
32585
|
+
/**
|
|
32586
|
+
* List of deleted variant keys
|
|
32587
|
+
*/
|
|
32588
|
+
deleted?: string[];
|
|
32589
|
+
|
|
32590
|
+
/**
|
|
32591
|
+
* The default variant key
|
|
32592
|
+
*/
|
|
32593
|
+
def?: string;
|
|
32594
|
+
}
|
|
32595
|
+
|
|
32596
|
+
interface SmartVariantManagementUi2$SaveEventParameters {
|
|
32597
|
+
/**
|
|
32598
|
+
* The variant title
|
|
32599
|
+
*/
|
|
32600
|
+
name?: string;
|
|
32601
|
+
|
|
32602
|
+
/**
|
|
32603
|
+
* Indicates if an existing variant is overwritten or if a new variant is created
|
|
32604
|
+
*/
|
|
32605
|
+
overwrite?: boolean;
|
|
32606
|
+
|
|
32607
|
+
/**
|
|
32608
|
+
* The variant key
|
|
32609
|
+
*/
|
|
32610
|
+
key?: string;
|
|
32611
|
+
|
|
32612
|
+
/**
|
|
32613
|
+
* The default variant indicator
|
|
32614
|
+
*/
|
|
32615
|
+
def?: boolean;
|
|
32616
|
+
}
|
|
32617
|
+
|
|
32618
|
+
interface SmartVariantManagementUi2$SelectEventParameters {
|
|
32619
|
+
/**
|
|
32620
|
+
* The variant key
|
|
32621
|
+
*/
|
|
32622
|
+
key?: string;
|
|
32623
|
+
}
|
|
32624
|
+
|
|
32466
32625
|
/**
|
|
32467
32626
|
* The PersonalizableInfo class describes the personalizable control associated with the `SmartVariantManagement`
|
|
32468
32627
|
* control.
|
|
@@ -34135,20 +34294,9 @@ declare namespace sap {
|
|
|
34135
34294
|
): this;
|
|
34136
34295
|
}
|
|
34137
34296
|
/**
|
|
34138
|
-
* The SmartVariantManagementUi2 control
|
|
34139
|
-
* control and communicates with the Ui2 personalization layer to manage the variants. **Note:** The `sap.ui.comp.smartvariants.SmartVariantManagementUi2`
|
|
34140
|
-
* control does not support all the functionality of the `sap.ui.comp.variants.VariantManagement` control.
|
|
34141
|
-
* Especially these properties are not supported:
|
|
34142
|
-
*
|
|
34143
|
-
* - `showExecuteOnSelection`
|
|
34144
|
-
* - `showCreateTile`
|
|
34145
|
-
* - `showShare`
|
|
34146
|
-
* - `useFavorites`
|
|
34147
|
-
* - `lifecycleSupport`
|
|
34148
|
-
* - `inErrorState`
|
|
34297
|
+
* The SmartVariantManagementUi2 control communicates with the Ui2 personalization layer to manage the variants.
|
|
34149
34298
|
*/
|
|
34150
|
-
class SmartVariantManagementUi2 extends sap.ui.
|
|
34151
|
-
.VariantManagement {
|
|
34299
|
+
class SmartVariantManagementUi2 extends sap.ui.core.Control {
|
|
34152
34300
|
/**
|
|
34153
34301
|
* Constructor for a new SmartVariantManagementUi2.
|
|
34154
34302
|
*
|
|
@@ -34184,7 +34332,7 @@ declare namespace sap {
|
|
|
34184
34332
|
* Creates a new subclass of class sap.ui.comp.smartvariants.SmartVariantManagementUi2 with name `sClassName`
|
|
34185
34333
|
* and enriches it with the information contained in `oClassInfo`.
|
|
34186
34334
|
*
|
|
34187
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.
|
|
34335
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
34188
34336
|
*
|
|
34189
34337
|
* @returns Created class / constructor function
|
|
34190
34338
|
*/
|
|
@@ -34278,8 +34426,8 @@ declare namespace sap {
|
|
|
34278
34426
|
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2` itself.
|
|
34279
34427
|
*
|
|
34280
34428
|
* Once the `SmartVariantManagementUi2` control has been initialized, and especially after retrieving the
|
|
34281
|
-
* variants via the UI2 personalization service
|
|
34282
|
-
* has completed
|
|
34429
|
+
* variants via the UI2 personalization service and the default variant was applied, the registered consumer
|
|
34430
|
+
* will be notified that this phase has completed.
|
|
34283
34431
|
*
|
|
34284
34432
|
* @returns Reference to `this` in order to allow method chaining
|
|
34285
34433
|
*/
|
|
@@ -34306,8 +34454,8 @@ declare namespace sap {
|
|
|
34306
34454
|
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2` itself.
|
|
34307
34455
|
*
|
|
34308
34456
|
* Once the `SmartVariantManagementUi2` control has been initialized, and especially after retrieving the
|
|
34309
|
-
* variants via the UI2 personalization service
|
|
34310
|
-
* has completed
|
|
34457
|
+
* variants via the UI2 personalization service and the default variant was applied, the registered consumer
|
|
34458
|
+
* will be notified that this phase has completed.
|
|
34311
34459
|
*
|
|
34312
34460
|
* @returns Reference to `this` in order to allow method chaining
|
|
34313
34461
|
*/
|
|
@@ -34322,6 +34470,151 @@ declare namespace sap {
|
|
|
34322
34470
|
*/
|
|
34323
34471
|
oListener?: object
|
|
34324
34472
|
): this;
|
|
34473
|
+
/**
|
|
34474
|
+
* Attaches event handler `fnFunction` to the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34475
|
+
*
|
|
34476
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
34477
|
+
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2` itself.
|
|
34478
|
+
*
|
|
34479
|
+
* This event is fired when users apply changes to variants in the Manage Variants dialog.
|
|
34480
|
+
*
|
|
34481
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34482
|
+
*/
|
|
34483
|
+
attachManage(
|
|
34484
|
+
/**
|
|
34485
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
34486
|
+
* object when firing the event
|
|
34487
|
+
*/
|
|
34488
|
+
oData: object,
|
|
34489
|
+
/**
|
|
34490
|
+
* The function to be called when the event occurs
|
|
34491
|
+
*/
|
|
34492
|
+
fnFunction: (p1: SmartVariantManagementUi2$ManageEvent) => void,
|
|
34493
|
+
/**
|
|
34494
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`
|
|
34495
|
+
* itself
|
|
34496
|
+
*/
|
|
34497
|
+
oListener?: object
|
|
34498
|
+
): this;
|
|
34499
|
+
/**
|
|
34500
|
+
* Attaches event handler `fnFunction` to the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34501
|
+
*
|
|
34502
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
34503
|
+
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2` itself.
|
|
34504
|
+
*
|
|
34505
|
+
* This event is fired when users apply changes to variants in the Manage Variants dialog.
|
|
34506
|
+
*
|
|
34507
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34508
|
+
*/
|
|
34509
|
+
attachManage(
|
|
34510
|
+
/**
|
|
34511
|
+
* The function to be called when the event occurs
|
|
34512
|
+
*/
|
|
34513
|
+
fnFunction: (p1: SmartVariantManagementUi2$ManageEvent) => void,
|
|
34514
|
+
/**
|
|
34515
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`
|
|
34516
|
+
* itself
|
|
34517
|
+
*/
|
|
34518
|
+
oListener?: object
|
|
34519
|
+
): this;
|
|
34520
|
+
/**
|
|
34521
|
+
* Attaches event handler `fnFunction` to the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34522
|
+
*
|
|
34523
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
34524
|
+
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2` itself.
|
|
34525
|
+
*
|
|
34526
|
+
* This event is fired when the Save Variant dialog is closed with OK for a variant.
|
|
34527
|
+
*
|
|
34528
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34529
|
+
*/
|
|
34530
|
+
attachSave(
|
|
34531
|
+
/**
|
|
34532
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
34533
|
+
* object when firing the event
|
|
34534
|
+
*/
|
|
34535
|
+
oData: object,
|
|
34536
|
+
/**
|
|
34537
|
+
* The function to be called when the event occurs
|
|
34538
|
+
*/
|
|
34539
|
+
fnFunction: (p1: SmartVariantManagementUi2$SaveEvent) => void,
|
|
34540
|
+
/**
|
|
34541
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`
|
|
34542
|
+
* itself
|
|
34543
|
+
*/
|
|
34544
|
+
oListener?: object
|
|
34545
|
+
): this;
|
|
34546
|
+
/**
|
|
34547
|
+
* Attaches event handler `fnFunction` to the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34548
|
+
*
|
|
34549
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
34550
|
+
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2` itself.
|
|
34551
|
+
*
|
|
34552
|
+
* This event is fired when the Save Variant dialog is closed with OK for a variant.
|
|
34553
|
+
*
|
|
34554
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34555
|
+
*/
|
|
34556
|
+
attachSave(
|
|
34557
|
+
/**
|
|
34558
|
+
* The function to be called when the event occurs
|
|
34559
|
+
*/
|
|
34560
|
+
fnFunction: (p1: SmartVariantManagementUi2$SaveEvent) => void,
|
|
34561
|
+
/**
|
|
34562
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`
|
|
34563
|
+
* itself
|
|
34564
|
+
*/
|
|
34565
|
+
oListener?: object
|
|
34566
|
+
): this;
|
|
34567
|
+
/**
|
|
34568
|
+
* Attaches event handler `fnFunction` to the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34569
|
+
*
|
|
34570
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
34571
|
+
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2` itself.
|
|
34572
|
+
*
|
|
34573
|
+
* This event is fired when a new variant is selected.
|
|
34574
|
+
*
|
|
34575
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34576
|
+
*/
|
|
34577
|
+
attachSelect(
|
|
34578
|
+
/**
|
|
34579
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
34580
|
+
* object when firing the event
|
|
34581
|
+
*/
|
|
34582
|
+
oData: object,
|
|
34583
|
+
/**
|
|
34584
|
+
* The function to be called when the event occurs
|
|
34585
|
+
*/
|
|
34586
|
+
fnFunction: (p1: SmartVariantManagementUi2$SelectEvent) => void,
|
|
34587
|
+
/**
|
|
34588
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`
|
|
34589
|
+
* itself
|
|
34590
|
+
*/
|
|
34591
|
+
oListener?: object
|
|
34592
|
+
): this;
|
|
34593
|
+
/**
|
|
34594
|
+
* Attaches event handler `fnFunction` to the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34595
|
+
*
|
|
34596
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
34597
|
+
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2` itself.
|
|
34598
|
+
*
|
|
34599
|
+
* This event is fired when a new variant is selected.
|
|
34600
|
+
*
|
|
34601
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34602
|
+
*/
|
|
34603
|
+
attachSelect(
|
|
34604
|
+
/**
|
|
34605
|
+
* The function to be called when the event occurs
|
|
34606
|
+
*/
|
|
34607
|
+
fnFunction: (p1: SmartVariantManagementUi2$SelectEvent) => void,
|
|
34608
|
+
/**
|
|
34609
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`
|
|
34610
|
+
* itself
|
|
34611
|
+
*/
|
|
34612
|
+
oListener?: object
|
|
34613
|
+
): this;
|
|
34614
|
+
/**
|
|
34615
|
+
* Removes the current variant selection and resets to default value.
|
|
34616
|
+
*/
|
|
34617
|
+
clearVariantSelection(): void;
|
|
34325
34618
|
/**
|
|
34326
34619
|
* Destroys the personalizableControl in the aggregation {@link #getPersonalizableControl personalizableControl}.
|
|
34327
34620
|
*
|
|
@@ -34362,6 +34655,57 @@ declare namespace sap {
|
|
|
34362
34655
|
*/
|
|
34363
34656
|
oListener?: object
|
|
34364
34657
|
): this;
|
|
34658
|
+
/**
|
|
34659
|
+
* Detaches event handler `fnFunction` from the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34660
|
+
*
|
|
34661
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
34662
|
+
*
|
|
34663
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34664
|
+
*/
|
|
34665
|
+
detachManage(
|
|
34666
|
+
/**
|
|
34667
|
+
* The function to be called, when the event occurs
|
|
34668
|
+
*/
|
|
34669
|
+
fnFunction: (p1: SmartVariantManagementUi2$ManageEvent) => void,
|
|
34670
|
+
/**
|
|
34671
|
+
* Context object on which the given function had to be called
|
|
34672
|
+
*/
|
|
34673
|
+
oListener?: object
|
|
34674
|
+
): this;
|
|
34675
|
+
/**
|
|
34676
|
+
* Detaches event handler `fnFunction` from the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34677
|
+
*
|
|
34678
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
34679
|
+
*
|
|
34680
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34681
|
+
*/
|
|
34682
|
+
detachSave(
|
|
34683
|
+
/**
|
|
34684
|
+
* The function to be called, when the event occurs
|
|
34685
|
+
*/
|
|
34686
|
+
fnFunction: (p1: SmartVariantManagementUi2$SaveEvent) => void,
|
|
34687
|
+
/**
|
|
34688
|
+
* Context object on which the given function had to be called
|
|
34689
|
+
*/
|
|
34690
|
+
oListener?: object
|
|
34691
|
+
): this;
|
|
34692
|
+
/**
|
|
34693
|
+
* Detaches event handler `fnFunction` from the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementUi2`.
|
|
34694
|
+
*
|
|
34695
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
34696
|
+
*
|
|
34697
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34698
|
+
*/
|
|
34699
|
+
detachSelect(
|
|
34700
|
+
/**
|
|
34701
|
+
* The function to be called, when the event occurs
|
|
34702
|
+
*/
|
|
34703
|
+
fnFunction: (p1: SmartVariantManagementUi2$SelectEvent) => void,
|
|
34704
|
+
/**
|
|
34705
|
+
* Context object on which the given function had to be called
|
|
34706
|
+
*/
|
|
34707
|
+
oListener?: object
|
|
34708
|
+
): this;
|
|
34365
34709
|
/**
|
|
34366
34710
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
34367
34711
|
*
|
|
@@ -34394,6 +34738,40 @@ declare namespace sap {
|
|
|
34394
34738
|
* @returns Current variant ID
|
|
34395
34739
|
*/
|
|
34396
34740
|
getCurrentVariantId(): string;
|
|
34741
|
+
/**
|
|
34742
|
+
* Gets current value of property {@link #getEnabled enabled}.
|
|
34743
|
+
*
|
|
34744
|
+
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
34745
|
+
*
|
|
34746
|
+
* Default value is `true`.
|
|
34747
|
+
*
|
|
34748
|
+
* @returns Value of property `enabled`
|
|
34749
|
+
*/
|
|
34750
|
+
getEnabled(): boolean;
|
|
34751
|
+
/**
|
|
34752
|
+
* @since 1.120
|
|
34753
|
+
*
|
|
34754
|
+
* Gets current value of property {@link #getHeaderLevel headerLevel}.
|
|
34755
|
+
*
|
|
34756
|
+
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
|
|
34757
|
+
*
|
|
34758
|
+
* Default value is `Auto`.
|
|
34759
|
+
*
|
|
34760
|
+
* @returns Value of property `headerLevel`
|
|
34761
|
+
*/
|
|
34762
|
+
getHeaderLevel(): sap.ui.core.TitleLevel;
|
|
34763
|
+
/**
|
|
34764
|
+
* @since 1.120
|
|
34765
|
+
*
|
|
34766
|
+
* Gets current value of property {@link #getMaxWidth maxWidth}.
|
|
34767
|
+
*
|
|
34768
|
+
* Sets the maximum width of the control.
|
|
34769
|
+
*
|
|
34770
|
+
* Default value is `"100%"`.
|
|
34771
|
+
*
|
|
34772
|
+
* @returns Value of property `maxWidth`
|
|
34773
|
+
*/
|
|
34774
|
+
getMaxWidth(): sap.ui.core.CSSSize;
|
|
34397
34775
|
/**
|
|
34398
34776
|
* Gets content of aggregation {@link #getPersonalizableControl personalizableControl}.
|
|
34399
34777
|
*
|
|
@@ -34401,6 +34779,28 @@ declare namespace sap {
|
|
|
34401
34779
|
* known is the `FilterBar` control.
|
|
34402
34780
|
*/
|
|
34403
34781
|
getPersonalizableControl(): sap.ui.comp.smartvariants.PersonalizableInfo;
|
|
34782
|
+
/**
|
|
34783
|
+
* @since 1.28.0
|
|
34784
|
+
*
|
|
34785
|
+
* Gets current value of property {@link #getStandardItemText standardItemText}.
|
|
34786
|
+
*
|
|
34787
|
+
* Overwrites the default Standard variant title.
|
|
34788
|
+
*
|
|
34789
|
+
* @returns Value of property `standardItemText`
|
|
34790
|
+
*/
|
|
34791
|
+
getStandardItemText(): string;
|
|
34792
|
+
/**
|
|
34793
|
+
* @since 1.120
|
|
34794
|
+
*
|
|
34795
|
+
* Gets current value of property {@link #getTitleStyle titleStyle}.
|
|
34796
|
+
*
|
|
34797
|
+
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
|
|
34798
|
+
*
|
|
34799
|
+
* Default value is `Auto`.
|
|
34800
|
+
*
|
|
34801
|
+
* @returns Value of property `titleStyle`
|
|
34802
|
+
*/
|
|
34803
|
+
getTitleStyle(): sap.ui.core.TitleLevel;
|
|
34404
34804
|
/**
|
|
34405
34805
|
* Retrieves the variant content.
|
|
34406
34806
|
*
|
|
@@ -34416,13 +34816,19 @@ declare namespace sap {
|
|
|
34416
34816
|
*/
|
|
34417
34817
|
sKey: string
|
|
34418
34818
|
): object;
|
|
34819
|
+
/**
|
|
34820
|
+
* Returns all known variant items.
|
|
34821
|
+
*
|
|
34822
|
+
* @returns all known items.
|
|
34823
|
+
*/
|
|
34824
|
+
getVariantItems(): sap.ui.comp.variants.VariantItem[];
|
|
34419
34825
|
/**
|
|
34420
34826
|
* Initializes the UI2 personalization layer by retrieving the list of variants. Once the initialization
|
|
34421
34827
|
* has been completed, the control for personalization is informed via the initialise event.
|
|
34422
34828
|
*/
|
|
34423
34829
|
initialise(): void;
|
|
34424
34830
|
/**
|
|
34425
|
-
* Determines if the
|
|
34831
|
+
* Determines if the control instance is a page variant.
|
|
34426
34832
|
*
|
|
34427
34833
|
* @returns always returns `false`
|
|
34428
34834
|
*/
|
|
@@ -34437,10 +34843,65 @@ declare namespace sap {
|
|
|
34437
34843
|
sVariantId: string,
|
|
34438
34844
|
/**
|
|
34439
34845
|
* If set to `true`, the `applyVariant` method is not executed yet. Relevant during navigation, when called
|
|
34440
|
-
* before the initialise event has
|
|
34846
|
+
* before the initialise event has be executed
|
|
34441
34847
|
*/
|
|
34442
34848
|
bDoNotApplyVariant: boolean
|
|
34443
34849
|
): void;
|
|
34850
|
+
/**
|
|
34851
|
+
* Sets a new value for property {@link #getEnabled enabled}.
|
|
34852
|
+
*
|
|
34853
|
+
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
34854
|
+
*
|
|
34855
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
34856
|
+
*
|
|
34857
|
+
* Default value is `true`.
|
|
34858
|
+
*
|
|
34859
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34860
|
+
*/
|
|
34861
|
+
setEnabled(
|
|
34862
|
+
/**
|
|
34863
|
+
* New value for property `enabled`
|
|
34864
|
+
*/
|
|
34865
|
+
bEnabled?: boolean
|
|
34866
|
+
): this;
|
|
34867
|
+
/**
|
|
34868
|
+
* @since 1.120
|
|
34869
|
+
*
|
|
34870
|
+
* Sets a new value for property {@link #getHeaderLevel headerLevel}.
|
|
34871
|
+
*
|
|
34872
|
+
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
|
|
34873
|
+
*
|
|
34874
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
34875
|
+
*
|
|
34876
|
+
* Default value is `Auto`.
|
|
34877
|
+
*
|
|
34878
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34879
|
+
*/
|
|
34880
|
+
setHeaderLevel(
|
|
34881
|
+
/**
|
|
34882
|
+
* New value for property `headerLevel`
|
|
34883
|
+
*/
|
|
34884
|
+
sHeaderLevel?: sap.ui.core.TitleLevel
|
|
34885
|
+
): this;
|
|
34886
|
+
/**
|
|
34887
|
+
* @since 1.120
|
|
34888
|
+
*
|
|
34889
|
+
* Sets a new value for property {@link #getMaxWidth maxWidth}.
|
|
34890
|
+
*
|
|
34891
|
+
* Sets the maximum width of the control.
|
|
34892
|
+
*
|
|
34893
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
34894
|
+
*
|
|
34895
|
+
* Default value is `"100%"`.
|
|
34896
|
+
*
|
|
34897
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34898
|
+
*/
|
|
34899
|
+
setMaxWidth(
|
|
34900
|
+
/**
|
|
34901
|
+
* New value for property `maxWidth`
|
|
34902
|
+
*/
|
|
34903
|
+
sMaxWidth?: sap.ui.core.CSSSize
|
|
34904
|
+
): this;
|
|
34444
34905
|
/**
|
|
34445
34906
|
* Sets the aggregated {@link #getPersonalizableControl personalizableControl}.
|
|
34446
34907
|
*
|
|
@@ -34452,6 +34913,42 @@ declare namespace sap {
|
|
|
34452
34913
|
*/
|
|
34453
34914
|
oPersonalizableControl: sap.ui.comp.smartvariants.PersonalizableInfo
|
|
34454
34915
|
): this;
|
|
34916
|
+
/**
|
|
34917
|
+
* @since 1.28.0
|
|
34918
|
+
*
|
|
34919
|
+
* Sets a new value for property {@link #getStandardItemText standardItemText}.
|
|
34920
|
+
*
|
|
34921
|
+
* Overwrites the default Standard variant title.
|
|
34922
|
+
*
|
|
34923
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
34924
|
+
*
|
|
34925
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34926
|
+
*/
|
|
34927
|
+
setStandardItemText(
|
|
34928
|
+
/**
|
|
34929
|
+
* New value for property `standardItemText`
|
|
34930
|
+
*/
|
|
34931
|
+
sStandardItemText?: string
|
|
34932
|
+
): this;
|
|
34933
|
+
/**
|
|
34934
|
+
* @since 1.120
|
|
34935
|
+
*
|
|
34936
|
+
* Sets a new value for property {@link #getTitleStyle titleStyle}.
|
|
34937
|
+
*
|
|
34938
|
+
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
|
|
34939
|
+
*
|
|
34940
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
34941
|
+
*
|
|
34942
|
+
* Default value is `Auto`.
|
|
34943
|
+
*
|
|
34944
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
34945
|
+
*/
|
|
34946
|
+
setTitleStyle(
|
|
34947
|
+
/**
|
|
34948
|
+
* New value for property `titleStyle`
|
|
34949
|
+
*/
|
|
34950
|
+
sTitleStyle?: sap.ui.core.TitleLevel
|
|
34951
|
+
): this;
|
|
34455
34952
|
}
|
|
34456
34953
|
/**
|
|
34457
34954
|
* Enumeration for changes for personalization of variant favorites.
|
|
@@ -34506,6 +35003,21 @@ declare namespace sap {
|
|
|
34506
35003
|
SmartVariantManagementUi2$InitialiseEventParameters,
|
|
34507
35004
|
SmartVariantManagementUi2
|
|
34508
35005
|
>;
|
|
35006
|
+
|
|
35007
|
+
type SmartVariantManagementUi2$ManageEvent = sap.ui.base.Event<
|
|
35008
|
+
SmartVariantManagementUi2$ManageEventParameters,
|
|
35009
|
+
SmartVariantManagementUi2
|
|
35010
|
+
>;
|
|
35011
|
+
|
|
35012
|
+
type SmartVariantManagementUi2$SaveEvent = sap.ui.base.Event<
|
|
35013
|
+
SmartVariantManagementUi2$SaveEventParameters,
|
|
35014
|
+
SmartVariantManagementUi2
|
|
35015
|
+
>;
|
|
35016
|
+
|
|
35017
|
+
type SmartVariantManagementUi2$SelectEvent = sap.ui.base.Event<
|
|
35018
|
+
SmartVariantManagementUi2$SelectEventParameters,
|
|
35019
|
+
SmartVariantManagementUi2
|
|
35020
|
+
>;
|
|
34509
35021
|
}
|
|
34510
35022
|
|
|
34511
35023
|
namespace state {
|
|
@@ -36650,6 +37162,7 @@ declare namespace sap {
|
|
|
36650
37162
|
interface $VariantItemSettings extends sap.m.$VariantItemSettings {
|
|
36651
37163
|
/**
|
|
36652
37164
|
* @since 1.26.0
|
|
37165
|
+
* @deprecated (since 1.120.0)
|
|
36653
37166
|
*
|
|
36654
37167
|
* Attribute for usage in `SmartFilterBar`
|
|
36655
37168
|
*/
|
|
@@ -36660,6 +37173,7 @@ declare namespace sap {
|
|
|
36660
37173
|
|
|
36661
37174
|
/**
|
|
36662
37175
|
* @since 1.26.0
|
|
37176
|
+
* @deprecated (since 1.120.0)
|
|
36663
37177
|
*
|
|
36664
37178
|
* If set to `false`, the user is allowed to change the item's data
|
|
36665
37179
|
*/
|
|
@@ -36670,6 +37184,7 @@ declare namespace sap {
|
|
|
36670
37184
|
|
|
36671
37185
|
/**
|
|
36672
37186
|
* @since 1.26.0
|
|
37187
|
+
* @deprecated (since 1.120.0)
|
|
36673
37188
|
*
|
|
36674
37189
|
* Identifier of the transport object the variant is assigned to.
|
|
36675
37190
|
*/
|
|
@@ -36679,6 +37194,7 @@ declare namespace sap {
|
|
|
36679
37194
|
|
|
36680
37195
|
/**
|
|
36681
37196
|
* @since 1.26.0
|
|
37197
|
+
* @deprecated (since 1.120.0)
|
|
36682
37198
|
*
|
|
36683
37199
|
* Indicator if a variant is visible for all users.
|
|
36684
37200
|
*/
|
|
@@ -36689,6 +37205,7 @@ declare namespace sap {
|
|
|
36689
37205
|
|
|
36690
37206
|
/**
|
|
36691
37207
|
* @since 1.26.0
|
|
37208
|
+
* @deprecated (since 1.120.0)
|
|
36692
37209
|
*
|
|
36693
37210
|
* ABAP package the variant is assigned to. Used for transport functionality.
|
|
36694
37211
|
*/
|
|
@@ -36698,6 +37215,7 @@ declare namespace sap {
|
|
|
36698
37215
|
|
|
36699
37216
|
/**
|
|
36700
37217
|
* @since 1.26.0
|
|
37218
|
+
* @deprecated (since 1.120.0)
|
|
36701
37219
|
*
|
|
36702
37220
|
* Variant namespace
|
|
36703
37221
|
*/
|
|
@@ -36715,6 +37233,7 @@ declare namespace sap {
|
|
|
36715
37233
|
|
|
36716
37234
|
/**
|
|
36717
37235
|
* @since 1.26.0
|
|
37236
|
+
* @deprecated (since 1.120.0)
|
|
36718
37237
|
*
|
|
36719
37238
|
* Indicates if the variant title can be changed.
|
|
36720
37239
|
*/
|
|
@@ -36996,6 +37515,8 @@ declare namespace sap {
|
|
|
36996
37515
|
}
|
|
36997
37516
|
|
|
36998
37517
|
/**
|
|
37518
|
+
* @deprecated (since 1.120)
|
|
37519
|
+
*
|
|
36999
37520
|
* The EditableVariantItem class describes an editable variant list item for the Manage Variants popup.
|
|
37000
37521
|
*/
|
|
37001
37522
|
class EditableVariantItem extends sap.m.ColumnListItem {
|
|
@@ -37499,6 +38020,7 @@ declare namespace sap {
|
|
|
37499
38020
|
getAccessOptions(): string;
|
|
37500
38021
|
/**
|
|
37501
38022
|
* @since 1.26.0
|
|
38023
|
+
* @deprecated (since 1.120.0)
|
|
37502
38024
|
*
|
|
37503
38025
|
* Gets current value of property {@link #getExecuteOnSelection executeOnSelection}.
|
|
37504
38026
|
*
|
|
@@ -37511,6 +38033,7 @@ declare namespace sap {
|
|
|
37511
38033
|
getExecuteOnSelection(): boolean;
|
|
37512
38034
|
/**
|
|
37513
38035
|
* @since 1.26.0
|
|
38036
|
+
* @deprecated (since 1.120.0)
|
|
37514
38037
|
*
|
|
37515
38038
|
* Gets current value of property {@link #getGlobal global}.
|
|
37516
38039
|
*
|
|
@@ -37521,6 +38044,7 @@ declare namespace sap {
|
|
|
37521
38044
|
getGlobal(): boolean;
|
|
37522
38045
|
/**
|
|
37523
38046
|
* @since 1.26.0
|
|
38047
|
+
* @deprecated (since 1.120.0)
|
|
37524
38048
|
*
|
|
37525
38049
|
* Gets current value of property {@link #getLabelReadOnly labelReadOnly}.
|
|
37526
38050
|
*
|
|
@@ -37533,6 +38057,7 @@ declare namespace sap {
|
|
|
37533
38057
|
getLabelReadOnly(): boolean;
|
|
37534
38058
|
/**
|
|
37535
38059
|
* @since 1.26.0
|
|
38060
|
+
* @deprecated (since 1.120.0)
|
|
37536
38061
|
*
|
|
37537
38062
|
* Gets current value of property {@link #getLifecyclePackage lifecyclePackage}.
|
|
37538
38063
|
*
|
|
@@ -37543,6 +38068,7 @@ declare namespace sap {
|
|
|
37543
38068
|
getLifecyclePackage(): string;
|
|
37544
38069
|
/**
|
|
37545
38070
|
* @since 1.26.0
|
|
38071
|
+
* @deprecated (since 1.120.0)
|
|
37546
38072
|
*
|
|
37547
38073
|
* Gets current value of property {@link #getLifecycleTransportId lifecycleTransportId}.
|
|
37548
38074
|
*
|
|
@@ -37553,6 +38079,7 @@ declare namespace sap {
|
|
|
37553
38079
|
getLifecycleTransportId(): string;
|
|
37554
38080
|
/**
|
|
37555
38081
|
* @since 1.26.0
|
|
38082
|
+
* @deprecated (since 1.120.0)
|
|
37556
38083
|
*
|
|
37557
38084
|
* Gets current value of property {@link #getNamespace namespace}.
|
|
37558
38085
|
*
|
|
@@ -37563,6 +38090,7 @@ declare namespace sap {
|
|
|
37563
38090
|
getNamespace(): string;
|
|
37564
38091
|
/**
|
|
37565
38092
|
* @since 1.26.0
|
|
38093
|
+
* @deprecated (since 1.120.0)
|
|
37566
38094
|
*
|
|
37567
38095
|
* Gets current value of property {@link #getReadOnly readOnly}.
|
|
37568
38096
|
*
|
|
@@ -37593,6 +38121,7 @@ declare namespace sap {
|
|
|
37593
38121
|
): this;
|
|
37594
38122
|
/**
|
|
37595
38123
|
* @since 1.26.0
|
|
38124
|
+
* @deprecated (since 1.120.0)
|
|
37596
38125
|
*
|
|
37597
38126
|
* Sets a new value for property {@link #getExecuteOnSelection executeOnSelection}.
|
|
37598
38127
|
*
|
|
@@ -37612,6 +38141,7 @@ declare namespace sap {
|
|
|
37612
38141
|
): this;
|
|
37613
38142
|
/**
|
|
37614
38143
|
* @since 1.26.0
|
|
38144
|
+
* @deprecated (since 1.120.0)
|
|
37615
38145
|
*
|
|
37616
38146
|
* Sets a new value for property {@link #getGlobal global}.
|
|
37617
38147
|
*
|
|
@@ -37629,6 +38159,7 @@ declare namespace sap {
|
|
|
37629
38159
|
): this;
|
|
37630
38160
|
/**
|
|
37631
38161
|
* @since 1.26.0
|
|
38162
|
+
* @deprecated (since 1.120.0)
|
|
37632
38163
|
*
|
|
37633
38164
|
* Sets a new value for property {@link #getLabelReadOnly labelReadOnly}.
|
|
37634
38165
|
*
|
|
@@ -37648,6 +38179,7 @@ declare namespace sap {
|
|
|
37648
38179
|
): this;
|
|
37649
38180
|
/**
|
|
37650
38181
|
* @since 1.26.0
|
|
38182
|
+
* @deprecated (since 1.120.0)
|
|
37651
38183
|
*
|
|
37652
38184
|
* Sets a new value for property {@link #getLifecyclePackage lifecyclePackage}.
|
|
37653
38185
|
*
|
|
@@ -37665,6 +38197,7 @@ declare namespace sap {
|
|
|
37665
38197
|
): this;
|
|
37666
38198
|
/**
|
|
37667
38199
|
* @since 1.26.0
|
|
38200
|
+
* @deprecated (since 1.120.0)
|
|
37668
38201
|
*
|
|
37669
38202
|
* Sets a new value for property {@link #getLifecycleTransportId lifecycleTransportId}.
|
|
37670
38203
|
*
|
|
@@ -37682,6 +38215,7 @@ declare namespace sap {
|
|
|
37682
38215
|
): this;
|
|
37683
38216
|
/**
|
|
37684
38217
|
* @since 1.26.0
|
|
38218
|
+
* @deprecated (since 1.120.0)
|
|
37685
38219
|
*
|
|
37686
38220
|
* Sets a new value for property {@link #getNamespace namespace}.
|
|
37687
38221
|
*
|
|
@@ -37699,6 +38233,7 @@ declare namespace sap {
|
|
|
37699
38233
|
): this;
|
|
37700
38234
|
/**
|
|
37701
38235
|
* @since 1.26.0
|
|
38236
|
+
* @deprecated (since 1.120.0)
|
|
37702
38237
|
*
|
|
37703
38238
|
* Sets a new value for property {@link #getReadOnly readOnly}.
|
|
37704
38239
|
*
|
|
@@ -37729,6 +38264,8 @@ declare namespace sap {
|
|
|
37729
38264
|
): this;
|
|
37730
38265
|
}
|
|
37731
38266
|
/**
|
|
38267
|
+
* @deprecated (since 1.120.0) - replaced by the {@link sap.m.VariantManagement} control.
|
|
38268
|
+
*
|
|
37732
38269
|
* The VariantManagement control can be used to manage variants, such as filter bar variants or table variants.
|
|
37733
38270
|
*/
|
|
37734
38271
|
class VariantManagement
|