@sapui5/ts-types-esm 1.128.1 → 1.129.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/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +40 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +10 -10
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +105 -38
- package/types/sap.fe.navigation.d.ts +9 -2
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +19 -4
- package/types/sap.insights.d.ts +7 -1
- package/types/sap.m.d.ts +199 -30
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +362 -20
- package/types/sap.suite.ui.commons.d.ts +112 -2
- package/types/sap.suite.ui.generic.template.d.ts +24 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -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 +446 -998
- package/types/sap.ui.core.d.ts +59 -65
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +7 -1
- package/types/sap.ui.fl.d.ts +13 -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 +37 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +575 -28
- 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 +68 -18
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +102 -3
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.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 +182 -169
- 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.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.129.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -17696,6 +17696,16 @@ declare module "sap/ui/comp/smartfield/Configuration" {
|
|
|
17696
17696
|
getControlType():
|
|
17697
17697
|
| smartfield.ControlType
|
|
17698
17698
|
| keyof typeof smartfield.ControlType;
|
|
17699
|
+
/**
|
|
17700
|
+
* Gets current value of property {@link #getCriticalityQualifier criticalityQualifier}.
|
|
17701
|
+
*
|
|
17702
|
+
* The property specifies the qualifier of the `DataPoint` or `FieldGroup` annotation from which the criticality
|
|
17703
|
+
* annotation information should be taken.
|
|
17704
|
+
*
|
|
17705
|
+
*
|
|
17706
|
+
* @returns Value of property `criticalityQualifier`
|
|
17707
|
+
*/
|
|
17708
|
+
getCriticalityQualifier(): string;
|
|
17699
17709
|
/**
|
|
17700
17710
|
* Gets current value of property {@link #getDisplayBehaviour displayBehaviour}.
|
|
17701
17711
|
*
|
|
@@ -17742,6 +17752,23 @@ declare module "sap/ui/comp/smartfield/Configuration" {
|
|
|
17742
17752
|
| smartfield.ControlType
|
|
17743
17753
|
| keyof typeof smartfield.ControlType
|
|
17744
17754
|
): this;
|
|
17755
|
+
/**
|
|
17756
|
+
* Sets a new value for property {@link #getCriticalityQualifier criticalityQualifier}.
|
|
17757
|
+
*
|
|
17758
|
+
* The property specifies the qualifier of the `DataPoint` or `FieldGroup` annotation from which the criticality
|
|
17759
|
+
* annotation information should be taken.
|
|
17760
|
+
*
|
|
17761
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17762
|
+
*
|
|
17763
|
+
*
|
|
17764
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17765
|
+
*/
|
|
17766
|
+
setCriticalityQualifier(
|
|
17767
|
+
/**
|
|
17768
|
+
* New value for property `criticalityQualifier`
|
|
17769
|
+
*/
|
|
17770
|
+
sCriticalityQualifier?: string
|
|
17771
|
+
): this;
|
|
17745
17772
|
/**
|
|
17746
17773
|
* Sets a new value for property {@link #getDisplayBehaviour displayBehaviour}.
|
|
17747
17774
|
*
|
|
@@ -17806,6 +17833,12 @@ declare module "sap/ui/comp/smartfield/Configuration" {
|
|
|
17806
17833
|
| PropertyBindingInfo
|
|
17807
17834
|
| `{${string}}`;
|
|
17808
17835
|
|
|
17836
|
+
/**
|
|
17837
|
+
* The property specifies the qualifier of the `DataPoint` or `FieldGroup` annotation from which the criticality
|
|
17838
|
+
* annotation information should be taken.
|
|
17839
|
+
*/
|
|
17840
|
+
criticalityQualifier?: string | PropertyBindingInfo;
|
|
17841
|
+
|
|
17809
17842
|
/**
|
|
17810
17843
|
* If there are value help annotations for a smart field, it is possible to specify whether the table in
|
|
17811
17844
|
* the value help dialog for this field will be filled initially. The default value is `false`, which means
|
|
@@ -17996,7 +18029,7 @@ declare module "sap/ui/comp/smartfield/ObjectStatus" {
|
|
|
17996
18029
|
*/
|
|
17997
18030
|
export default class ObjectStatus extends UI5Element {
|
|
17998
18031
|
/**
|
|
17999
|
-
* Constructor for a new `SmartField/ObjectStatus
|
|
18032
|
+
* Constructor for a new `SmartField/ObjectStatus` to be used in the `controlProposal` configuration
|
|
18000
18033
|
*
|
|
18001
18034
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
18002
18035
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -18009,7 +18042,7 @@ declare module "sap/ui/comp/smartfield/ObjectStatus" {
|
|
|
18009
18042
|
mSettings?: $ObjectStatusSettings
|
|
18010
18043
|
);
|
|
18011
18044
|
/**
|
|
18012
|
-
* Constructor for a new `SmartField/ObjectStatus
|
|
18045
|
+
* Constructor for a new `SmartField/ObjectStatus` to be used in the `controlProposal` configuration
|
|
18013
18046
|
*
|
|
18014
18047
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
18015
18048
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -34791,7 +34824,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
|
|
|
34791
34824
|
import {
|
|
34792
34825
|
default as SmartVariantManagementBase,
|
|
34793
34826
|
$SmartVariantManagementBaseSettings,
|
|
34794
|
-
SmartVariantManagementBase$SaveEventParameters,
|
|
34795
34827
|
} from "sap/ui/comp/smartvariants/SmartVariantManagementBase";
|
|
34796
34828
|
|
|
34797
34829
|
import { IShrinkable } from "sap/ui/core/library";
|
|
@@ -35438,14 +35470,18 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagement" {
|
|
|
35438
35470
|
/**
|
|
35439
35471
|
* Parameters of the SmartVariantManagement#save event.
|
|
35440
35472
|
*/
|
|
35441
|
-
export interface SmartVariantManagement$SaveEventParameters
|
|
35442
|
-
extends SmartVariantManagementBase$SaveEventParameters {
|
|
35473
|
+
export interface SmartVariantManagement$SaveEventParameters {
|
|
35443
35474
|
/**
|
|
35444
35475
|
* If the property `showCreateTile` is set, the Create Tile checkbox is shown and its value is passed to
|
|
35445
35476
|
* this event parameter.
|
|
35446
35477
|
* If the property `showCreateTile` is not set, this event parameter is skipped.
|
|
35447
35478
|
*/
|
|
35448
35479
|
tile?: boolean;
|
|
35480
|
+
|
|
35481
|
+
/**
|
|
35482
|
+
* Variant title. Will be passed for new and for updated variants.
|
|
35483
|
+
*/
|
|
35484
|
+
name?: string;
|
|
35449
35485
|
}
|
|
35450
35486
|
|
|
35451
35487
|
/**
|
|
@@ -35585,18 +35621,9 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35585
35621
|
|
|
35586
35622
|
import { IOverflowToolbarContent } from "sap/m/library";
|
|
35587
35623
|
|
|
35588
|
-
import { TitleLevel, CSSSize } from "sap/ui/core/library";
|
|
35589
|
-
|
|
35590
35624
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
35591
35625
|
|
|
35592
|
-
import
|
|
35593
|
-
|
|
35594
|
-
import {
|
|
35595
|
-
PropertyBindingInfo,
|
|
35596
|
-
AggregationBindingInfo,
|
|
35597
|
-
} from "sap/ui/base/ManagedObject";
|
|
35598
|
-
|
|
35599
|
-
import Event from "sap/ui/base/Event";
|
|
35626
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
35600
35627
|
|
|
35601
35628
|
/**
|
|
35602
35629
|
* Overview: The `SmartVariantManagementBase` control embeds {@link sap.m.VariantManagement VariantManagement }
|
|
@@ -35677,321 +35704,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
35677
35704
|
* @returns Metadata object describing this class
|
|
35678
35705
|
*/
|
|
35679
35706
|
static getMetadata(): ElementMetadata;
|
|
35680
|
-
/**
|
|
35681
|
-
* Attaches event handler `fnFunction` to the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35682
|
-
*
|
|
35683
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
35684
|
-
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
|
|
35685
|
-
*
|
|
35686
|
-
* This event is fired when users apply changes to variants in the Manage Variants dialog.
|
|
35687
|
-
*
|
|
35688
|
-
*
|
|
35689
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35690
|
-
*/
|
|
35691
|
-
attachManage(
|
|
35692
|
-
/**
|
|
35693
|
-
* An application-specific payload object that will be passed to the event handler along with the event
|
|
35694
|
-
* object when firing the event
|
|
35695
|
-
*/
|
|
35696
|
-
oData: object,
|
|
35697
|
-
/**
|
|
35698
|
-
* The function to be called when the event occurs
|
|
35699
|
-
*/
|
|
35700
|
-
fnFunction: (p1: SmartVariantManagementBase$ManageEvent) => void,
|
|
35701
|
-
/**
|
|
35702
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
|
|
35703
|
-
* itself
|
|
35704
|
-
*/
|
|
35705
|
-
oListener?: object
|
|
35706
|
-
): this;
|
|
35707
|
-
/**
|
|
35708
|
-
* Attaches event handler `fnFunction` to the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35709
|
-
*
|
|
35710
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
35711
|
-
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
|
|
35712
|
-
*
|
|
35713
|
-
* This event is fired when users apply changes to variants in the Manage Variants dialog.
|
|
35714
|
-
*
|
|
35715
|
-
*
|
|
35716
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35717
|
-
*/
|
|
35718
|
-
attachManage(
|
|
35719
|
-
/**
|
|
35720
|
-
* The function to be called when the event occurs
|
|
35721
|
-
*/
|
|
35722
|
-
fnFunction: (p1: SmartVariantManagementBase$ManageEvent) => void,
|
|
35723
|
-
/**
|
|
35724
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
|
|
35725
|
-
* itself
|
|
35726
|
-
*/
|
|
35727
|
-
oListener?: object
|
|
35728
|
-
): this;
|
|
35729
|
-
/**
|
|
35730
|
-
* Attaches event handler `fnFunction` to the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35731
|
-
*
|
|
35732
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
35733
|
-
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
|
|
35734
|
-
*
|
|
35735
|
-
* This event is fired when the Save Variant dialog is closed with OK for a variant.
|
|
35736
|
-
*
|
|
35737
|
-
*
|
|
35738
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35739
|
-
*/
|
|
35740
|
-
attachSave(
|
|
35741
|
-
/**
|
|
35742
|
-
* An application-specific payload object that will be passed to the event handler along with the event
|
|
35743
|
-
* object when firing the event
|
|
35744
|
-
*/
|
|
35745
|
-
oData: object,
|
|
35746
|
-
/**
|
|
35747
|
-
* The function to be called when the event occurs
|
|
35748
|
-
*/
|
|
35749
|
-
fnFunction: (p1: SmartVariantManagementBase$SaveEvent) => void,
|
|
35750
|
-
/**
|
|
35751
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
|
|
35752
|
-
* itself
|
|
35753
|
-
*/
|
|
35754
|
-
oListener?: object
|
|
35755
|
-
): this;
|
|
35756
|
-
/**
|
|
35757
|
-
* Attaches event handler `fnFunction` to the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35758
|
-
*
|
|
35759
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
35760
|
-
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
|
|
35761
|
-
*
|
|
35762
|
-
* This event is fired when the Save Variant dialog is closed with OK for a variant.
|
|
35763
|
-
*
|
|
35764
|
-
*
|
|
35765
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35766
|
-
*/
|
|
35767
|
-
attachSave(
|
|
35768
|
-
/**
|
|
35769
|
-
* The function to be called when the event occurs
|
|
35770
|
-
*/
|
|
35771
|
-
fnFunction: (p1: SmartVariantManagementBase$SaveEvent) => void,
|
|
35772
|
-
/**
|
|
35773
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
|
|
35774
|
-
* itself
|
|
35775
|
-
*/
|
|
35776
|
-
oListener?: object
|
|
35777
|
-
): this;
|
|
35778
|
-
/**
|
|
35779
|
-
* Attaches event handler `fnFunction` to the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35780
|
-
*
|
|
35781
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
35782
|
-
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
|
|
35783
|
-
*
|
|
35784
|
-
* This event is fired when a new variant is selected.
|
|
35785
|
-
*
|
|
35786
|
-
*
|
|
35787
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35788
|
-
*/
|
|
35789
|
-
attachSelect(
|
|
35790
|
-
/**
|
|
35791
|
-
* An application-specific payload object that will be passed to the event handler along with the event
|
|
35792
|
-
* object when firing the event
|
|
35793
|
-
*/
|
|
35794
|
-
oData: object,
|
|
35795
|
-
/**
|
|
35796
|
-
* The function to be called when the event occurs
|
|
35797
|
-
*/
|
|
35798
|
-
fnFunction: (p1: SmartVariantManagementBase$SelectEvent) => void,
|
|
35799
|
-
/**
|
|
35800
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
|
|
35801
|
-
* itself
|
|
35802
|
-
*/
|
|
35803
|
-
oListener?: object
|
|
35804
|
-
): this;
|
|
35805
|
-
/**
|
|
35806
|
-
* Attaches event handler `fnFunction` to the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35807
|
-
*
|
|
35808
|
-
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
35809
|
-
* otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
|
|
35810
|
-
*
|
|
35811
|
-
* This event is fired when a new variant is selected.
|
|
35812
|
-
*
|
|
35813
|
-
*
|
|
35814
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35815
|
-
*/
|
|
35816
|
-
attachSelect(
|
|
35817
|
-
/**
|
|
35818
|
-
* The function to be called when the event occurs
|
|
35819
|
-
*/
|
|
35820
|
-
fnFunction: (p1: SmartVariantManagementBase$SelectEvent) => void,
|
|
35821
|
-
/**
|
|
35822
|
-
* Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
|
|
35823
|
-
* itself
|
|
35824
|
-
*/
|
|
35825
|
-
oListener?: object
|
|
35826
|
-
): this;
|
|
35827
|
-
/**
|
|
35828
|
-
* Gets the dirty flag of the current variant.
|
|
35829
|
-
*
|
|
35830
|
-
*
|
|
35831
|
-
* @returns The dirty state of the current variant
|
|
35832
|
-
*/
|
|
35833
|
-
currentVariantGetModified(): boolean;
|
|
35834
|
-
/**
|
|
35835
|
-
* Sets the dirty flag of the current variant.
|
|
35836
|
-
*/
|
|
35837
|
-
currentVariantSetModified(
|
|
35838
|
-
/**
|
|
35839
|
-
* The value indicating the dirty state of the current variant
|
|
35840
|
-
*/
|
|
35841
|
-
bFlag: boolean
|
|
35842
|
-
): void;
|
|
35843
|
-
/**
|
|
35844
|
-
* Detaches event handler `fnFunction` from the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35845
|
-
*
|
|
35846
|
-
* The passed function and listener object must match the ones used for event registration.
|
|
35847
|
-
*
|
|
35848
|
-
*
|
|
35849
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35850
|
-
*/
|
|
35851
|
-
detachManage(
|
|
35852
|
-
/**
|
|
35853
|
-
* The function to be called, when the event occurs
|
|
35854
|
-
*/
|
|
35855
|
-
fnFunction: (p1: SmartVariantManagementBase$ManageEvent) => void,
|
|
35856
|
-
/**
|
|
35857
|
-
* Context object on which the given function had to be called
|
|
35858
|
-
*/
|
|
35859
|
-
oListener?: object
|
|
35860
|
-
): this;
|
|
35861
|
-
/**
|
|
35862
|
-
* Detaches event handler `fnFunction` from the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35863
|
-
*
|
|
35864
|
-
* The passed function and listener object must match the ones used for event registration.
|
|
35865
|
-
*
|
|
35866
|
-
*
|
|
35867
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35868
|
-
*/
|
|
35869
|
-
detachSave(
|
|
35870
|
-
/**
|
|
35871
|
-
* The function to be called, when the event occurs
|
|
35872
|
-
*/
|
|
35873
|
-
fnFunction: (p1: SmartVariantManagementBase$SaveEvent) => void,
|
|
35874
|
-
/**
|
|
35875
|
-
* Context object on which the given function had to be called
|
|
35876
|
-
*/
|
|
35877
|
-
oListener?: object
|
|
35878
|
-
): this;
|
|
35879
|
-
/**
|
|
35880
|
-
* Detaches event handler `fnFunction` from the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
|
|
35881
|
-
*
|
|
35882
|
-
* The passed function and listener object must match the ones used for event registration.
|
|
35883
|
-
*
|
|
35884
|
-
*
|
|
35885
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35886
|
-
*/
|
|
35887
|
-
detachSelect(
|
|
35888
|
-
/**
|
|
35889
|
-
* The function to be called, when the event occurs
|
|
35890
|
-
*/
|
|
35891
|
-
fnFunction: (p1: SmartVariantManagementBase$SelectEvent) => void,
|
|
35892
|
-
/**
|
|
35893
|
-
* Context object on which the given function had to be called
|
|
35894
|
-
*/
|
|
35895
|
-
oListener?: object
|
|
35896
|
-
): this;
|
|
35897
|
-
/**
|
|
35898
|
-
* Fires event {@link #event:manage manage} to attached listeners.
|
|
35899
|
-
*
|
|
35900
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
35901
|
-
*
|
|
35902
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35903
|
-
*/
|
|
35904
|
-
fireManage(
|
|
35905
|
-
/**
|
|
35906
|
-
* Parameters to pass along with the event
|
|
35907
|
-
*/
|
|
35908
|
-
mParameters?: SmartVariantManagementBase$ManageEventParameters
|
|
35909
|
-
): this;
|
|
35910
|
-
/**
|
|
35911
|
-
* Fires event {@link #event:save save} to attached listeners.
|
|
35912
|
-
*
|
|
35913
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
35914
|
-
*
|
|
35915
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35916
|
-
*/
|
|
35917
|
-
fireSave(
|
|
35918
|
-
/**
|
|
35919
|
-
* Parameters to pass along with the event
|
|
35920
|
-
*/
|
|
35921
|
-
mParameters?: SmartVariantManagementBase$SaveEventParameters
|
|
35922
|
-
): this;
|
|
35923
|
-
/**
|
|
35924
|
-
* Fires event {@link #event:select select} to attached listeners.
|
|
35925
|
-
*
|
|
35926
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
35927
|
-
*
|
|
35928
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
35929
|
-
*/
|
|
35930
|
-
fireSelect(
|
|
35931
|
-
/**
|
|
35932
|
-
* Parameters to pass along with the event
|
|
35933
|
-
*/
|
|
35934
|
-
mParameters?: SmartVariantManagementBase$SelectEventParameters
|
|
35935
|
-
): this;
|
|
35936
|
-
/**
|
|
35937
|
-
* Gets current value of property {@link #getDefaultVariantKey defaultVariantKey}.
|
|
35938
|
-
*
|
|
35939
|
-
* Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
|
|
35940
|
-
* variant.
|
|
35941
|
-
*
|
|
35942
|
-
*
|
|
35943
|
-
* @returns Value of property `defaultVariantKey`
|
|
35944
|
-
*/
|
|
35945
|
-
getDefaultVariantKey(): string;
|
|
35946
|
-
/**
|
|
35947
|
-
* Gets current value of property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
|
|
35948
|
-
*
|
|
35949
|
-
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
35950
|
-
* controls this behavior.
|
|
35951
|
-
*
|
|
35952
|
-
* **Note**: the usage of this property is restricted to `sap.ui.generic.template` components only.
|
|
35953
|
-
*
|
|
35954
|
-
* Default value is `empty string`.
|
|
35955
|
-
*
|
|
35956
|
-
*
|
|
35957
|
-
* @returns Value of property `displayTextForExecuteOnSelectionForStandardVariant`
|
|
35958
|
-
*/
|
|
35959
|
-
getDisplayTextForExecuteOnSelectionForStandardVariant(): string;
|
|
35960
|
-
/**
|
|
35961
|
-
* Gets current value of property {@link #getEnabled enabled}.
|
|
35962
|
-
*
|
|
35963
|
-
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
35964
|
-
*
|
|
35965
|
-
* Default value is `true`.
|
|
35966
|
-
*
|
|
35967
|
-
*
|
|
35968
|
-
* @returns Value of property `enabled`
|
|
35969
|
-
*/
|
|
35970
|
-
getEnabled(): boolean;
|
|
35971
|
-
/**
|
|
35972
|
-
* Gets current value of property {@link #getHeaderLevel headerLevel}.
|
|
35973
|
-
*
|
|
35974
|
-
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
|
|
35975
|
-
*
|
|
35976
|
-
* Default value is `Auto`.
|
|
35977
|
-
*
|
|
35978
|
-
* @since 1.104
|
|
35979
|
-
*
|
|
35980
|
-
* @returns Value of property `headerLevel`
|
|
35981
|
-
*/
|
|
35982
|
-
getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
|
|
35983
|
-
/**
|
|
35984
|
-
* Gets current value of property {@link #getInErrorState inErrorState}.
|
|
35985
|
-
*
|
|
35986
|
-
* Indicates that the control is in error state. If set to `true` error message will be displayed whenever
|
|
35987
|
-
* the variant is opened.
|
|
35988
|
-
*
|
|
35989
|
-
* Default value is `false`.
|
|
35990
|
-
*
|
|
35991
|
-
*
|
|
35992
|
-
* @returns Value of property `inErrorState`
|
|
35993
|
-
*/
|
|
35994
|
-
getInErrorState(): boolean;
|
|
35995
35707
|
/**
|
|
35996
35708
|
* Gets current value of property {@link #getInitialSelectionKey initialSelectionKey}.
|
|
35997
35709
|
*
|
|
@@ -36016,18 +35728,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
36016
35728
|
* @returns Value of property `lifecycleSupport`
|
|
36017
35729
|
*/
|
|
36018
35730
|
getLifecycleSupport(): boolean;
|
|
36019
|
-
/**
|
|
36020
|
-
* Gets current value of property {@link #getMaxWidth maxWidth}.
|
|
36021
|
-
*
|
|
36022
|
-
* Sets the maximum width of the control.
|
|
36023
|
-
*
|
|
36024
|
-
* Default value is `"100%"`.
|
|
36025
|
-
*
|
|
36026
|
-
* @since 1.109
|
|
36027
|
-
*
|
|
36028
|
-
* @returns Value of property `maxWidth`
|
|
36029
|
-
*/
|
|
36030
|
-
getMaxWidth(): CSSSize;
|
|
36031
35731
|
/**
|
|
36032
35732
|
* Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
|
|
36033
35733
|
* is fired when width of the control is changed.
|
|
@@ -36041,61 +35741,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
36041
35741
|
|
|
36042
35742
|
invalidationEvents: string[];
|
|
36043
35743
|
};
|
|
36044
|
-
/**
|
|
36045
|
-
* Gets current value of property {@link #getSelectionKey selectionKey}.
|
|
36046
|
-
*
|
|
36047
|
-
* The key of the currently selected item.
|
|
36048
|
-
*
|
|
36049
|
-
*
|
|
36050
|
-
* @returns Value of property `selectionKey`
|
|
36051
|
-
*/
|
|
36052
|
-
getSelectionKey(): string;
|
|
36053
|
-
/**
|
|
36054
|
-
* Gets current value of property {@link #getShowCreateTile showCreateTile}.
|
|
36055
|
-
*
|
|
36056
|
-
* Indicates that a Create Tile is visible in the Save As dialog.
|
|
36057
|
-
*
|
|
36058
|
-
* Default value is `false`.
|
|
36059
|
-
*
|
|
36060
|
-
*
|
|
36061
|
-
* @returns Value of property `showCreateTile`
|
|
36062
|
-
*/
|
|
36063
|
-
getShowCreateTile(): boolean;
|
|
36064
|
-
/**
|
|
36065
|
-
* Gets current value of property {@link #getShowExecuteOnSelection showExecuteOnSelection}.
|
|
36066
|
-
*
|
|
36067
|
-
* Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
|
|
36068
|
-
*
|
|
36069
|
-
* Default value is `false`.
|
|
36070
|
-
*
|
|
36071
|
-
*
|
|
36072
|
-
* @returns Value of property `showExecuteOnSelection`
|
|
36073
|
-
*/
|
|
36074
|
-
getShowExecuteOnSelection(): boolean;
|
|
36075
|
-
/**
|
|
36076
|
-
* Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
36077
|
-
*
|
|
36078
|
-
* Indicates that set as default is visible in the Save As and the Manage Views dialogs.
|
|
36079
|
-
*
|
|
36080
|
-
* Default value is `true`.
|
|
36081
|
-
*
|
|
36082
|
-
*
|
|
36083
|
-
* @returns Value of property `showSetAsDefault`
|
|
36084
|
-
*/
|
|
36085
|
-
getShowSetAsDefault(): boolean;
|
|
36086
|
-
/**
|
|
36087
|
-
* Gets current value of property {@link #getShowShare showShare}.
|
|
36088
|
-
*
|
|
36089
|
-
* Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
|
|
36090
|
-
* this checkbox allows you to share variants with other users. **Note**: this property is controlled by
|
|
36091
|
-
* the SAPUI5 flexibility service.
|
|
36092
|
-
*
|
|
36093
|
-
* Default value is `false`.
|
|
36094
|
-
*
|
|
36095
|
-
*
|
|
36096
|
-
* @returns Value of property `showShare`
|
|
36097
|
-
*/
|
|
36098
|
-
getShowShare(): boolean;
|
|
36099
35744
|
/**
|
|
36100
35745
|
* Gets current value of property {@link #getStandardItemAuthor standardItemAuthor}.
|
|
36101
35746
|
*
|
|
@@ -36107,172 +35752,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
36107
35752
|
* @returns Value of property `standardItemAuthor`
|
|
36108
35753
|
*/
|
|
36109
35754
|
getStandardItemAuthor(): string;
|
|
36110
|
-
/**
|
|
36111
|
-
* Gets current value of property {@link #getStandardItemText standardItemText}.
|
|
36112
|
-
*
|
|
36113
|
-
* Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
|
|
36114
|
-
* method; it will be ignored otherwise.
|
|
36115
|
-
*
|
|
36116
|
-
*
|
|
36117
|
-
* @returns Value of property `standardItemText`
|
|
36118
|
-
*/
|
|
36119
|
-
getStandardItemText(): string;
|
|
36120
|
-
/**
|
|
36121
|
-
* Gets current value of property {@link #getTitleStyle titleStyle}.
|
|
36122
|
-
*
|
|
36123
|
-
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
|
|
36124
|
-
*
|
|
36125
|
-
* Default value is `Auto`.
|
|
36126
|
-
*
|
|
36127
|
-
* @since 1.109
|
|
36128
|
-
*
|
|
36129
|
-
* @returns Value of property `titleStyle`
|
|
36130
|
-
*/
|
|
36131
|
-
getTitleStyle(): TitleLevel | keyof typeof TitleLevel;
|
|
36132
|
-
/**
|
|
36133
|
-
* Gets current value of property {@link #getUseFavorites useFavorites}.
|
|
36134
|
-
*
|
|
36135
|
-
* Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
|
|
36136
|
-
* the variant list.
|
|
36137
|
-
*
|
|
36138
|
-
* Default value is `false`.
|
|
36139
|
-
*
|
|
36140
|
-
*
|
|
36141
|
-
* @returns Value of property `useFavorites`
|
|
36142
|
-
*/
|
|
36143
|
-
getUseFavorites(): boolean;
|
|
36144
|
-
/**
|
|
36145
|
-
* Gets current value of property {@link #getVariantCreationByUserAllowed variantCreationByUserAllowed}.
|
|
36146
|
-
*
|
|
36147
|
-
* Indicates that end users are allowed to create variants **Note**: this property is controlled by the
|
|
36148
|
-
* SAPUI5 flexibility service.
|
|
36149
|
-
*
|
|
36150
|
-
* Default value is `true`.
|
|
36151
|
-
*
|
|
36152
|
-
*
|
|
36153
|
-
* @returns Value of property `variantCreationByUserAllowed`
|
|
36154
|
-
*/
|
|
36155
|
-
getVariantCreationByUserAllowed(): boolean;
|
|
36156
|
-
/**
|
|
36157
|
-
* Gets content of aggregation {@link #getVariantItems variantItems}.
|
|
36158
|
-
*
|
|
36159
|
-
* Variant items displayed by the `SmartVariantManagement` control.
|
|
36160
|
-
*/
|
|
36161
|
-
getVariantItems(): VariantItem[];
|
|
36162
|
-
/**
|
|
36163
|
-
* Retrieves all variants.
|
|
36164
|
-
*
|
|
36165
|
-
*
|
|
36166
|
-
* @returns All variants. In case the model is not yet set, an empty array will be returned.
|
|
36167
|
-
*/
|
|
36168
|
-
getVariants(): any[];
|
|
36169
|
-
/**
|
|
36170
|
-
* Checks for the provided `sap.ui.comp.variants.VariantItem` in the aggregation {@link #getVariantItems variantItems}.
|
|
36171
|
-
* and returns its index if found or -1 otherwise.
|
|
36172
|
-
*
|
|
36173
|
-
*
|
|
36174
|
-
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
36175
|
-
*/
|
|
36176
|
-
indexOfVariantItem(
|
|
36177
|
-
/**
|
|
36178
|
-
* The variantItem whose index is looked for
|
|
36179
|
-
*/
|
|
36180
|
-
oVariantItem: VariantItem
|
|
36181
|
-
): int;
|
|
36182
|
-
/**
|
|
36183
|
-
* Sets a new value for property {@link #getDefaultVariantKey defaultVariantKey}.
|
|
36184
|
-
*
|
|
36185
|
-
* Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
|
|
36186
|
-
* variant.
|
|
36187
|
-
*
|
|
36188
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36189
|
-
*
|
|
36190
|
-
*
|
|
36191
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36192
|
-
*/
|
|
36193
|
-
setDefaultVariantKey(
|
|
36194
|
-
/**
|
|
36195
|
-
* New value for property `defaultVariantKey`
|
|
36196
|
-
*/
|
|
36197
|
-
sDefaultVariantKey?: string
|
|
36198
|
-
): this;
|
|
36199
|
-
/**
|
|
36200
|
-
* Sets a new value for property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
|
|
36201
|
-
*
|
|
36202
|
-
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
36203
|
-
* controls this behavior.
|
|
36204
|
-
*
|
|
36205
|
-
* **Note**: the usage of this property is restricted to `sap.ui.generic.template` components only.
|
|
36206
|
-
*
|
|
36207
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36208
|
-
*
|
|
36209
|
-
* Default value is `empty string`.
|
|
36210
|
-
*
|
|
36211
|
-
*
|
|
36212
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36213
|
-
*/
|
|
36214
|
-
setDisplayTextForExecuteOnSelectionForStandardVariant(
|
|
36215
|
-
/**
|
|
36216
|
-
* New value for property `displayTextForExecuteOnSelectionForStandardVariant`
|
|
36217
|
-
*/
|
|
36218
|
-
sDisplayTextForExecuteOnSelectionForStandardVariant?: string
|
|
36219
|
-
): this;
|
|
36220
|
-
/**
|
|
36221
|
-
* Sets a new value for property {@link #getEnabled enabled}.
|
|
36222
|
-
*
|
|
36223
|
-
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
36224
|
-
*
|
|
36225
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36226
|
-
*
|
|
36227
|
-
* Default value is `true`.
|
|
36228
|
-
*
|
|
36229
|
-
*
|
|
36230
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36231
|
-
*/
|
|
36232
|
-
setEnabled(
|
|
36233
|
-
/**
|
|
36234
|
-
* New value for property `enabled`
|
|
36235
|
-
*/
|
|
36236
|
-
bEnabled?: boolean
|
|
36237
|
-
): this;
|
|
36238
|
-
/**
|
|
36239
|
-
* Sets a new value for property {@link #getHeaderLevel headerLevel}.
|
|
36240
|
-
*
|
|
36241
|
-
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
|
|
36242
|
-
*
|
|
36243
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36244
|
-
*
|
|
36245
|
-
* Default value is `Auto`.
|
|
36246
|
-
*
|
|
36247
|
-
* @since 1.104
|
|
36248
|
-
*
|
|
36249
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36250
|
-
*/
|
|
36251
|
-
setHeaderLevel(
|
|
36252
|
-
/**
|
|
36253
|
-
* New value for property `headerLevel`
|
|
36254
|
-
*/
|
|
36255
|
-
sHeaderLevel?: TitleLevel | keyof typeof TitleLevel
|
|
36256
|
-
): this;
|
|
36257
|
-
/**
|
|
36258
|
-
* Sets a new value for property {@link #getInErrorState inErrorState}.
|
|
36259
|
-
*
|
|
36260
|
-
* Indicates that the control is in error state. If set to `true` error message will be displayed whenever
|
|
36261
|
-
* the variant is opened.
|
|
36262
|
-
*
|
|
36263
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36264
|
-
*
|
|
36265
|
-
* Default value is `false`.
|
|
36266
|
-
*
|
|
36267
|
-
*
|
|
36268
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36269
|
-
*/
|
|
36270
|
-
setInErrorState(
|
|
36271
|
-
/**
|
|
36272
|
-
* New value for property `inErrorState`
|
|
36273
|
-
*/
|
|
36274
|
-
bInErrorState?: boolean
|
|
36275
|
-
): this;
|
|
36276
35755
|
/**
|
|
36277
35756
|
* Sets a new value for property {@link #getInitialSelectionKey initialSelectionKey}.
|
|
36278
35757
|
*
|
|
@@ -36311,115 +35790,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
36311
35790
|
*/
|
|
36312
35791
|
bLifecycleSupport?: boolean
|
|
36313
35792
|
): this;
|
|
36314
|
-
/**
|
|
36315
|
-
* Sets a new value for property {@link #getMaxWidth maxWidth}.
|
|
36316
|
-
*
|
|
36317
|
-
* Sets the maximum width of the control.
|
|
36318
|
-
*
|
|
36319
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36320
|
-
*
|
|
36321
|
-
* Default value is `"100%"`.
|
|
36322
|
-
*
|
|
36323
|
-
* @since 1.109
|
|
36324
|
-
*
|
|
36325
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36326
|
-
*/
|
|
36327
|
-
setMaxWidth(
|
|
36328
|
-
/**
|
|
36329
|
-
* New value for property `maxWidth`
|
|
36330
|
-
*/
|
|
36331
|
-
sMaxWidth?: CSSSize
|
|
36332
|
-
): this;
|
|
36333
|
-
/**
|
|
36334
|
-
* Sets a new value for property {@link #getSelectionKey selectionKey}.
|
|
36335
|
-
*
|
|
36336
|
-
* The key of the currently selected item.
|
|
36337
|
-
*
|
|
36338
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36339
|
-
*
|
|
36340
|
-
*
|
|
36341
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36342
|
-
*/
|
|
36343
|
-
setSelectionKey(
|
|
36344
|
-
/**
|
|
36345
|
-
* New value for property `selectionKey`
|
|
36346
|
-
*/
|
|
36347
|
-
sSelectionKey?: string
|
|
36348
|
-
): this;
|
|
36349
|
-
/**
|
|
36350
|
-
* Sets a new value for property {@link #getShowCreateTile showCreateTile}.
|
|
36351
|
-
*
|
|
36352
|
-
* Indicates that a Create Tile is visible in the Save As dialog.
|
|
36353
|
-
*
|
|
36354
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36355
|
-
*
|
|
36356
|
-
* Default value is `false`.
|
|
36357
|
-
*
|
|
36358
|
-
*
|
|
36359
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36360
|
-
*/
|
|
36361
|
-
setShowCreateTile(
|
|
36362
|
-
/**
|
|
36363
|
-
* New value for property `showCreateTile`
|
|
36364
|
-
*/
|
|
36365
|
-
bShowCreateTile?: boolean
|
|
36366
|
-
): this;
|
|
36367
|
-
/**
|
|
36368
|
-
* Sets a new value for property {@link #getShowExecuteOnSelection showExecuteOnSelection}.
|
|
36369
|
-
*
|
|
36370
|
-
* Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
|
|
36371
|
-
*
|
|
36372
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36373
|
-
*
|
|
36374
|
-
* Default value is `false`.
|
|
36375
|
-
*
|
|
36376
|
-
*
|
|
36377
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36378
|
-
*/
|
|
36379
|
-
setShowExecuteOnSelection(
|
|
36380
|
-
/**
|
|
36381
|
-
* New value for property `showExecuteOnSelection`
|
|
36382
|
-
*/
|
|
36383
|
-
bShowExecuteOnSelection?: boolean
|
|
36384
|
-
): this;
|
|
36385
|
-
/**
|
|
36386
|
-
* Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
36387
|
-
*
|
|
36388
|
-
* Indicates that set as default is visible in the Save As and the Manage Views dialogs.
|
|
36389
|
-
*
|
|
36390
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36391
|
-
*
|
|
36392
|
-
* Default value is `true`.
|
|
36393
|
-
*
|
|
36394
|
-
*
|
|
36395
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36396
|
-
*/
|
|
36397
|
-
setShowSetAsDefault(
|
|
36398
|
-
/**
|
|
36399
|
-
* New value for property `showSetAsDefault`
|
|
36400
|
-
*/
|
|
36401
|
-
bShowSetAsDefault?: boolean
|
|
36402
|
-
): this;
|
|
36403
|
-
/**
|
|
36404
|
-
* Sets a new value for property {@link #getShowShare showShare}.
|
|
36405
|
-
*
|
|
36406
|
-
* Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
|
|
36407
|
-
* this checkbox allows you to share variants with other users. **Note**: this property is controlled by
|
|
36408
|
-
* the SAPUI5 flexibility service.
|
|
36409
|
-
*
|
|
36410
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36411
|
-
*
|
|
36412
|
-
* Default value is `false`.
|
|
36413
|
-
*
|
|
36414
|
-
*
|
|
36415
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36416
|
-
*/
|
|
36417
|
-
setShowShare(
|
|
36418
|
-
/**
|
|
36419
|
-
* New value for property `showShare`
|
|
36420
|
-
*/
|
|
36421
|
-
bShowShare?: boolean
|
|
36422
|
-
): this;
|
|
36423
35793
|
/**
|
|
36424
35794
|
* Sets a new value for property {@link #getStandardItemAuthor standardItemAuthor}.
|
|
36425
35795
|
*
|
|
@@ -36438,186 +35808,17 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
36438
35808
|
*/
|
|
36439
35809
|
sStandardItemAuthor?: string
|
|
36440
35810
|
): this;
|
|
36441
|
-
/**
|
|
36442
|
-
* Sets a new value for property {@link #getStandardItemText standardItemText}.
|
|
36443
|
-
*
|
|
36444
|
-
* Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
|
|
36445
|
-
* method; it will be ignored otherwise.
|
|
36446
|
-
*
|
|
36447
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36448
|
-
*
|
|
36449
|
-
*
|
|
36450
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36451
|
-
*/
|
|
36452
|
-
setStandardItemText(
|
|
36453
|
-
/**
|
|
36454
|
-
* New value for property `standardItemText`
|
|
36455
|
-
*/
|
|
36456
|
-
sStandardItemText?: string
|
|
36457
|
-
): this;
|
|
36458
|
-
/**
|
|
36459
|
-
* Sets a new value for property {@link #getTitleStyle titleStyle}.
|
|
36460
|
-
*
|
|
36461
|
-
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
|
|
36462
|
-
*
|
|
36463
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36464
|
-
*
|
|
36465
|
-
* Default value is `Auto`.
|
|
36466
|
-
*
|
|
36467
|
-
* @since 1.109
|
|
36468
|
-
*
|
|
36469
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36470
|
-
*/
|
|
36471
|
-
setTitleStyle(
|
|
36472
|
-
/**
|
|
36473
|
-
* New value for property `titleStyle`
|
|
36474
|
-
*/
|
|
36475
|
-
sTitleStyle?: TitleLevel | keyof typeof TitleLevel
|
|
36476
|
-
): this;
|
|
36477
|
-
/**
|
|
36478
|
-
* Sets a new value for property {@link #getUseFavorites useFavorites}.
|
|
36479
|
-
*
|
|
36480
|
-
* Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
|
|
36481
|
-
* the variant list.
|
|
36482
|
-
*
|
|
36483
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36484
|
-
*
|
|
36485
|
-
* Default value is `false`.
|
|
36486
|
-
*
|
|
36487
|
-
*
|
|
36488
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36489
|
-
*/
|
|
36490
|
-
setUseFavorites(
|
|
36491
|
-
/**
|
|
36492
|
-
* New value for property `useFavorites`
|
|
36493
|
-
*/
|
|
36494
|
-
bUseFavorites?: boolean
|
|
36495
|
-
): this;
|
|
36496
|
-
/**
|
|
36497
|
-
* Sets a new value for property {@link #getVariantCreationByUserAllowed variantCreationByUserAllowed}.
|
|
36498
|
-
*
|
|
36499
|
-
* Indicates that end users are allowed to create variants **Note**: this property is controlled by the
|
|
36500
|
-
* SAPUI5 flexibility service.
|
|
36501
|
-
*
|
|
36502
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36503
|
-
*
|
|
36504
|
-
* Default value is `true`.
|
|
36505
|
-
*
|
|
36506
|
-
*
|
|
36507
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
36508
|
-
*/
|
|
36509
|
-
setVariantCreationByUserAllowed(
|
|
36510
|
-
/**
|
|
36511
|
-
* New value for property `variantCreationByUserAllowed`
|
|
36512
|
-
*/
|
|
36513
|
-
bVariantCreationByUserAllowed?: boolean
|
|
36514
|
-
): this;
|
|
36515
35811
|
}
|
|
36516
35812
|
/**
|
|
36517
35813
|
* Describes the settings that can be provided to the SmartVariantManagementBase constructor.
|
|
36518
35814
|
*/
|
|
36519
35815
|
export interface $SmartVariantManagementBaseSettings
|
|
36520
35816
|
extends $ControlSettings {
|
|
36521
|
-
/**
|
|
36522
|
-
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
36523
|
-
*/
|
|
36524
|
-
enabled?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36525
|
-
|
|
36526
|
-
/**
|
|
36527
|
-
* Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
|
|
36528
|
-
* variant.
|
|
36529
|
-
*/
|
|
36530
|
-
defaultVariantKey?: string | PropertyBindingInfo;
|
|
36531
|
-
|
|
36532
|
-
/**
|
|
36533
|
-
* The key of the currently selected item.
|
|
36534
|
-
*/
|
|
36535
|
-
selectionKey?: string | PropertyBindingInfo;
|
|
36536
|
-
|
|
36537
|
-
/**
|
|
36538
|
-
* Indicates that a Create Tile is visible in the Save As dialog.
|
|
36539
|
-
*/
|
|
36540
|
-
showCreateTile?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36541
|
-
|
|
36542
|
-
/**
|
|
36543
|
-
* Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
|
|
36544
|
-
*/
|
|
36545
|
-
showExecuteOnSelection?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36546
|
-
|
|
36547
|
-
/**
|
|
36548
|
-
* Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
|
|
36549
|
-
* this checkbox allows you to share variants with other users. **Note**: this property is controlled by
|
|
36550
|
-
* the SAPUI5 flexibility service.
|
|
36551
|
-
*/
|
|
36552
|
-
showShare?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36553
|
-
|
|
36554
|
-
/**
|
|
36555
|
-
* Indicates that set as default is visible in the Save As and the Manage Views dialogs.
|
|
36556
|
-
*/
|
|
36557
|
-
showSetAsDefault?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36558
|
-
|
|
36559
|
-
/**
|
|
36560
|
-
* Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
|
|
36561
|
-
* method; it will be ignored otherwise.
|
|
36562
|
-
*/
|
|
36563
|
-
standardItemText?: string | PropertyBindingInfo;
|
|
36564
|
-
|
|
36565
|
-
/**
|
|
36566
|
-
* Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
|
|
36567
|
-
* the variant list.
|
|
36568
|
-
*/
|
|
36569
|
-
useFavorites?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36570
|
-
|
|
36571
|
-
/**
|
|
36572
|
-
* Indicates that the control is in error state. If set to `true` error message will be displayed whenever
|
|
36573
|
-
* the variant is opened.
|
|
36574
|
-
*/
|
|
36575
|
-
inErrorState?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36576
|
-
|
|
36577
|
-
/**
|
|
36578
|
-
* Indicates that end users are allowed to create variants **Note**: this property is controlled by the
|
|
36579
|
-
* SAPUI5 flexibility service.
|
|
36580
|
-
*/
|
|
36581
|
-
variantCreationByUserAllowed?:
|
|
36582
|
-
| boolean
|
|
36583
|
-
| PropertyBindingInfo
|
|
36584
|
-
| `{${string}}`;
|
|
36585
|
-
|
|
36586
35817
|
/**
|
|
36587
35818
|
* Defines the author of the standard variant, for example, the name of the own company.
|
|
36588
35819
|
*/
|
|
36589
35820
|
standardItemAuthor?: string | PropertyBindingInfo;
|
|
36590
35821
|
|
|
36591
|
-
/**
|
|
36592
|
-
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
36593
|
-
* controls this behavior.
|
|
36594
|
-
*
|
|
36595
|
-
* **Note**: the usage of this property is restricted to `sap.ui.generic.template` components only.
|
|
36596
|
-
*/
|
|
36597
|
-
displayTextForExecuteOnSelectionForStandardVariant?:
|
|
36598
|
-
| string
|
|
36599
|
-
| PropertyBindingInfo;
|
|
36600
|
-
|
|
36601
|
-
/**
|
|
36602
|
-
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
|
|
36603
|
-
*
|
|
36604
|
-
* @since 1.104
|
|
36605
|
-
*/
|
|
36606
|
-
headerLevel?:
|
|
36607
|
-
| (TitleLevel | keyof typeof TitleLevel)
|
|
36608
|
-
| PropertyBindingInfo
|
|
36609
|
-
| `{${string}}`;
|
|
36610
|
-
|
|
36611
|
-
/**
|
|
36612
|
-
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
|
|
36613
|
-
*
|
|
36614
|
-
* @since 1.109
|
|
36615
|
-
*/
|
|
36616
|
-
titleStyle?:
|
|
36617
|
-
| (TitleLevel | keyof typeof TitleLevel)
|
|
36618
|
-
| PropertyBindingInfo
|
|
36619
|
-
| `{${string}}`;
|
|
36620
|
-
|
|
36621
35822
|
/**
|
|
36622
35823
|
* Enables the setting of the initially selected variant.
|
|
36623
35824
|
*
|
|
@@ -36633,133 +35834,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementBase" {
|
|
|
36633
35834
|
* service.
|
|
36634
35835
|
*/
|
|
36635
35836
|
lifecycleSupport?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36636
|
-
|
|
36637
|
-
/**
|
|
36638
|
-
* Sets the maximum width of the control.
|
|
36639
|
-
*
|
|
36640
|
-
* @since 1.109
|
|
36641
|
-
*/
|
|
36642
|
-
maxWidth?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
36643
|
-
|
|
36644
|
-
/**
|
|
36645
|
-
* Variant items displayed by the `SmartVariantManagement` control.
|
|
36646
|
-
*/
|
|
36647
|
-
variantItems?:
|
|
36648
|
-
| VariantItem[]
|
|
36649
|
-
| VariantItem
|
|
36650
|
-
| AggregationBindingInfo
|
|
36651
|
-
| `{${string}}`;
|
|
36652
|
-
|
|
36653
|
-
/**
|
|
36654
|
-
* This event is fired when the Save Variant dialog is closed with OK for a variant.
|
|
36655
|
-
*/
|
|
36656
|
-
save?: (oEvent: SmartVariantManagementBase$SaveEvent) => void;
|
|
36657
|
-
|
|
36658
|
-
/**
|
|
36659
|
-
* This event is fired when users apply changes to variants in the Manage Variants dialog.
|
|
36660
|
-
*/
|
|
36661
|
-
manage?: (oEvent: SmartVariantManagementBase$ManageEvent) => void;
|
|
36662
|
-
|
|
36663
|
-
/**
|
|
36664
|
-
* This event is fired when a new variant is selected.
|
|
36665
|
-
*/
|
|
36666
|
-
select?: (oEvent: SmartVariantManagementBase$SelectEvent) => void;
|
|
36667
|
-
}
|
|
36668
|
-
|
|
36669
|
-
/**
|
|
36670
|
-
* Parameters of the SmartVariantManagementBase#manage event.
|
|
36671
|
-
*/
|
|
36672
|
-
export interface SmartVariantManagementBase$ManageEventParameters {
|
|
36673
|
-
/**
|
|
36674
|
-
* List of changed variants. Each entry contains a 'key' - the variant key and a 'name' - the new title
|
|
36675
|
-
* of the variant
|
|
36676
|
-
*/
|
|
36677
|
-
renamed?: object[];
|
|
36678
|
-
|
|
36679
|
-
/**
|
|
36680
|
-
* List of deleted variant keys
|
|
36681
|
-
*/
|
|
36682
|
-
deleted?: string[];
|
|
36683
|
-
|
|
36684
|
-
/**
|
|
36685
|
-
* List of variant keys and the associated Execute on Selection indicator
|
|
36686
|
-
*/
|
|
36687
|
-
exe?: object[];
|
|
36688
|
-
|
|
36689
|
-
/**
|
|
36690
|
-
* The default variant key
|
|
36691
|
-
*/
|
|
36692
|
-
def?: string;
|
|
36693
|
-
}
|
|
36694
|
-
|
|
36695
|
-
/**
|
|
36696
|
-
* Event object of the SmartVariantManagementBase#manage event.
|
|
36697
|
-
*/
|
|
36698
|
-
export type SmartVariantManagementBase$ManageEvent = Event<
|
|
36699
|
-
SmartVariantManagementBase$ManageEventParameters,
|
|
36700
|
-
SmartVariantManagementBase
|
|
36701
|
-
>;
|
|
36702
|
-
|
|
36703
|
-
/**
|
|
36704
|
-
* Parameters of the SmartVariantManagementBase#save event.
|
|
36705
|
-
*/
|
|
36706
|
-
export interface SmartVariantManagementBase$SaveEventParameters {
|
|
36707
|
-
/**
|
|
36708
|
-
* The variant title
|
|
36709
|
-
*/
|
|
36710
|
-
name?: string;
|
|
36711
|
-
|
|
36712
|
-
/**
|
|
36713
|
-
* Indicates if an existing variant is overwritten or if a new variant is created
|
|
36714
|
-
*/
|
|
36715
|
-
overwrite?: boolean;
|
|
36716
|
-
|
|
36717
|
-
/**
|
|
36718
|
-
* The variant key
|
|
36719
|
-
*/
|
|
36720
|
-
key?: string;
|
|
36721
|
-
|
|
36722
|
-
/**
|
|
36723
|
-
* The Execute on Selection indicator
|
|
36724
|
-
*/
|
|
36725
|
-
exe?: boolean;
|
|
36726
|
-
|
|
36727
|
-
/**
|
|
36728
|
-
* The default variant indicator
|
|
36729
|
-
*/
|
|
36730
|
-
def?: boolean;
|
|
36731
|
-
|
|
36732
|
-
/**
|
|
36733
|
-
* The shared variant indicator
|
|
36734
|
-
*/
|
|
36735
|
-
global?: boolean;
|
|
36736
|
-
}
|
|
36737
|
-
|
|
36738
|
-
/**
|
|
36739
|
-
* Event object of the SmartVariantManagementBase#save event.
|
|
36740
|
-
*/
|
|
36741
|
-
export type SmartVariantManagementBase$SaveEvent = Event<
|
|
36742
|
-
SmartVariantManagementBase$SaveEventParameters,
|
|
36743
|
-
SmartVariantManagementBase
|
|
36744
|
-
>;
|
|
36745
|
-
|
|
36746
|
-
/**
|
|
36747
|
-
* Parameters of the SmartVariantManagementBase#select event.
|
|
36748
|
-
*/
|
|
36749
|
-
export interface SmartVariantManagementBase$SelectEventParameters {
|
|
36750
|
-
/**
|
|
36751
|
-
* The variant key
|
|
36752
|
-
*/
|
|
36753
|
-
key?: string;
|
|
36754
35837
|
}
|
|
36755
|
-
|
|
36756
|
-
/**
|
|
36757
|
-
* Event object of the SmartVariantManagementBase#select event.
|
|
36758
|
-
*/
|
|
36759
|
-
export type SmartVariantManagementBase$SelectEvent = Event<
|
|
36760
|
-
SmartVariantManagementBase$SelectEventParameters,
|
|
36761
|
-
SmartVariantManagementBase
|
|
36762
|
-
>;
|
|
36763
35838
|
}
|
|
36764
35839
|
|
|
36765
35840
|
declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
@@ -36773,7 +35848,12 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
36773
35848
|
|
|
36774
35849
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
36775
35850
|
|
|
36776
|
-
import
|
|
35851
|
+
import VariantItem from "sap/ui/comp/variants/VariantItem";
|
|
35852
|
+
|
|
35853
|
+
import {
|
|
35854
|
+
PropertyBindingInfo,
|
|
35855
|
+
AggregationBindingInfo,
|
|
35856
|
+
} from "sap/ui/base/ManagedObject";
|
|
36777
35857
|
|
|
36778
35858
|
/**
|
|
36779
35859
|
* Can be used to manage variants. You can use this control in most controls that are enabled for key
|
|
@@ -37066,6 +36146,22 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37066
36146
|
*/
|
|
37067
36147
|
oListener?: object
|
|
37068
36148
|
): this;
|
|
36149
|
+
/**
|
|
36150
|
+
* Gets the dirty flag of the current variant.
|
|
36151
|
+
*
|
|
36152
|
+
*
|
|
36153
|
+
* @returns The dirty state of the current variant
|
|
36154
|
+
*/
|
|
36155
|
+
currentVariantGetModified(): boolean;
|
|
36156
|
+
/**
|
|
36157
|
+
* Sets the dirty flag of the current variant.
|
|
36158
|
+
*/
|
|
36159
|
+
currentVariantSetModified(
|
|
36160
|
+
/**
|
|
36161
|
+
* The value indicating the dirty state of the current variant
|
|
36162
|
+
*/
|
|
36163
|
+
bFlag: boolean
|
|
36164
|
+
): void;
|
|
37069
36165
|
/**
|
|
37070
36166
|
* Detaches event handler `fnFunction` from the {@link #event:cancel cancel} event of this `sap.ui.comp.smartvariants.SmartVariantManagementMediator`.
|
|
37071
36167
|
*
|
|
@@ -37197,6 +36293,16 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37197
36293
|
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
37198
36294
|
*/
|
|
37199
36295
|
getCurrentVariantKey(): string | null;
|
|
36296
|
+
/**
|
|
36297
|
+
* Gets current value of property {@link #getDefaultVariantKey defaultVariantKey}.
|
|
36298
|
+
*
|
|
36299
|
+
* Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
|
|
36300
|
+
* variant.
|
|
36301
|
+
*
|
|
36302
|
+
*
|
|
36303
|
+
* @returns Value of property `defaultVariantKey`
|
|
36304
|
+
*/
|
|
36305
|
+
getDefaultVariantKey(): string;
|
|
37200
36306
|
/**
|
|
37201
36307
|
* Gets current value of property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
|
|
37202
36308
|
*
|
|
@@ -37221,6 +36327,17 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37221
36327
|
* @returns Value of property `editable`
|
|
37222
36328
|
*/
|
|
37223
36329
|
getEditable(): boolean;
|
|
36330
|
+
/**
|
|
36331
|
+
* Gets current value of property {@link #getEnabled enabled}.
|
|
36332
|
+
*
|
|
36333
|
+
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
36334
|
+
*
|
|
36335
|
+
* Default value is `true`.
|
|
36336
|
+
*
|
|
36337
|
+
*
|
|
36338
|
+
* @returns Value of property `enabled`
|
|
36339
|
+
*/
|
|
36340
|
+
getEnabled(): boolean;
|
|
37224
36341
|
/**
|
|
37225
36342
|
* Gets current value of property {@link #getExecuteOnSelectionForStandardDefault executeOnSelectionForStandardDefault}.
|
|
37226
36343
|
*
|
|
@@ -37303,6 +36420,37 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37303
36420
|
|
|
37304
36421
|
invalidationEvents: string[];
|
|
37305
36422
|
};
|
|
36423
|
+
/**
|
|
36424
|
+
* Gets current value of property {@link #getSelectionKey selectionKey}.
|
|
36425
|
+
*
|
|
36426
|
+
* The key of the currently selected item.
|
|
36427
|
+
*
|
|
36428
|
+
*
|
|
36429
|
+
* @returns Value of property `selectionKey`
|
|
36430
|
+
*/
|
|
36431
|
+
getSelectionKey(): string;
|
|
36432
|
+
/**
|
|
36433
|
+
* Gets current value of property {@link #getShowCreateTile showCreateTile}.
|
|
36434
|
+
*
|
|
36435
|
+
* Indicates that a Create Tile is visible in the Save As dialog.
|
|
36436
|
+
*
|
|
36437
|
+
* Default value is `false`.
|
|
36438
|
+
*
|
|
36439
|
+
*
|
|
36440
|
+
* @returns Value of property `showCreateTile`
|
|
36441
|
+
*/
|
|
36442
|
+
getShowCreateTile(): boolean;
|
|
36443
|
+
/**
|
|
36444
|
+
* Gets current value of property {@link #getShowExecuteOnSelection showExecuteOnSelection}.
|
|
36445
|
+
*
|
|
36446
|
+
* Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
|
|
36447
|
+
*
|
|
36448
|
+
* Default value is `false`.
|
|
36449
|
+
*
|
|
36450
|
+
*
|
|
36451
|
+
* @returns Value of property `showExecuteOnSelection`
|
|
36452
|
+
*/
|
|
36453
|
+
getShowExecuteOnSelection(): boolean;
|
|
37306
36454
|
/**
|
|
37307
36455
|
* Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
37308
36456
|
*
|
|
@@ -37315,6 +36463,29 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37315
36463
|
* @returns Value of property `showSetAsDefault`
|
|
37316
36464
|
*/
|
|
37317
36465
|
getShowSetAsDefault(): boolean;
|
|
36466
|
+
/**
|
|
36467
|
+
* Gets current value of property {@link #getShowShare showShare}.
|
|
36468
|
+
*
|
|
36469
|
+
* Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
|
|
36470
|
+
* this checkbox allows you to share variants with other users. **Note**: this property is controlled by
|
|
36471
|
+
* the SAPUI5 flexibility service.
|
|
36472
|
+
*
|
|
36473
|
+
* Default value is `false`.
|
|
36474
|
+
*
|
|
36475
|
+
*
|
|
36476
|
+
* @returns Value of property `showShare`
|
|
36477
|
+
*/
|
|
36478
|
+
getShowShare(): boolean;
|
|
36479
|
+
/**
|
|
36480
|
+
* Gets current value of property {@link #getStandardItemText standardItemText}.
|
|
36481
|
+
*
|
|
36482
|
+
* Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
|
|
36483
|
+
* method; it will be ignored otherwise.
|
|
36484
|
+
*
|
|
36485
|
+
*
|
|
36486
|
+
* @returns Value of property `standardItemText`
|
|
36487
|
+
*/
|
|
36488
|
+
getStandardItemText(): string;
|
|
37318
36489
|
/**
|
|
37319
36490
|
* Gets current value of property {@link #getTitleStyle titleStyle}.
|
|
37320
36491
|
*
|
|
@@ -37327,6 +36498,30 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37327
36498
|
* @returns Value of property `titleStyle`
|
|
37328
36499
|
*/
|
|
37329
36500
|
getTitleStyle(): TitleLevel | keyof typeof TitleLevel;
|
|
36501
|
+
/**
|
|
36502
|
+
* Gets current value of property {@link #getUseFavorites useFavorites}.
|
|
36503
|
+
*
|
|
36504
|
+
* Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
|
|
36505
|
+
* the variant list.
|
|
36506
|
+
*
|
|
36507
|
+
* Default value is `false`.
|
|
36508
|
+
*
|
|
36509
|
+
*
|
|
36510
|
+
* @returns Value of property `useFavorites`
|
|
36511
|
+
*/
|
|
36512
|
+
getUseFavorites(): boolean;
|
|
36513
|
+
/**
|
|
36514
|
+
* Gets current value of property {@link #getVariantCreationByUserAllowed variantCreationByUserAllowed}.
|
|
36515
|
+
*
|
|
36516
|
+
* Indicates that end users are allowed to create variants **Note**: this property is controlled by the
|
|
36517
|
+
* SAPUI5 flexibility service.
|
|
36518
|
+
*
|
|
36519
|
+
* Default value is `true`.
|
|
36520
|
+
*
|
|
36521
|
+
*
|
|
36522
|
+
* @returns Value of property `variantCreationByUserAllowed`
|
|
36523
|
+
*/
|
|
36524
|
+
getVariantCreationByUserAllowed(): boolean;
|
|
37330
36525
|
/**
|
|
37331
36526
|
* Gets all variants.
|
|
37332
36527
|
*
|
|
@@ -37334,6 +36529,19 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37334
36529
|
* @returns All variants; if the model is not yet set, an empty array will be returned.
|
|
37335
36530
|
*/
|
|
37336
36531
|
getVariants(): any[];
|
|
36532
|
+
/**
|
|
36533
|
+
* Checks for the provided `sap.ui.comp.variants.VariantItem` in the aggregation {@link #getVariantItems variantItems}.
|
|
36534
|
+
* and returns its index if found or -1 otherwise.
|
|
36535
|
+
*
|
|
36536
|
+
*
|
|
36537
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
36538
|
+
*/
|
|
36539
|
+
indexOfVariantItem(
|
|
36540
|
+
/**
|
|
36541
|
+
* The variantItem whose index is looked for
|
|
36542
|
+
*/
|
|
36543
|
+
oVariantItem: VariantItem
|
|
36544
|
+
): int;
|
|
37337
36545
|
/**
|
|
37338
36546
|
* Removes all the controls in the association named {@link #getFor for}.
|
|
37339
36547
|
*
|
|
@@ -37353,6 +36561,23 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37353
36561
|
*/
|
|
37354
36562
|
vFor: int | ID | Control
|
|
37355
36563
|
): ID | null;
|
|
36564
|
+
/**
|
|
36565
|
+
* Sets a new value for property {@link #getDefaultVariantKey defaultVariantKey}.
|
|
36566
|
+
*
|
|
36567
|
+
* Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
|
|
36568
|
+
* variant.
|
|
36569
|
+
*
|
|
36570
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36571
|
+
*
|
|
36572
|
+
*
|
|
36573
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36574
|
+
*/
|
|
36575
|
+
setDefaultVariantKey(
|
|
36576
|
+
/**
|
|
36577
|
+
* New value for property `defaultVariantKey`
|
|
36578
|
+
*/
|
|
36579
|
+
sDefaultVariantKey?: string
|
|
36580
|
+
): this;
|
|
37356
36581
|
/**
|
|
37357
36582
|
* Sets a new value for property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
|
|
37358
36583
|
*
|
|
@@ -37391,6 +36616,24 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37391
36616
|
*/
|
|
37392
36617
|
bEditable?: boolean
|
|
37393
36618
|
): this;
|
|
36619
|
+
/**
|
|
36620
|
+
* Sets a new value for property {@link #getEnabled enabled}.
|
|
36621
|
+
*
|
|
36622
|
+
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
36623
|
+
*
|
|
36624
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36625
|
+
*
|
|
36626
|
+
* Default value is `true`.
|
|
36627
|
+
*
|
|
36628
|
+
*
|
|
36629
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36630
|
+
*/
|
|
36631
|
+
setEnabled(
|
|
36632
|
+
/**
|
|
36633
|
+
* New value for property `enabled`
|
|
36634
|
+
*/
|
|
36635
|
+
bEnabled?: boolean
|
|
36636
|
+
): this;
|
|
37394
36637
|
/**
|
|
37395
36638
|
* Sets a new value for property {@link #getExecuteOnSelectionForStandardDefault executeOnSelectionForStandardDefault}.
|
|
37396
36639
|
*
|
|
@@ -37484,6 +36727,58 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37484
36727
|
*/
|
|
37485
36728
|
sModelName?: string
|
|
37486
36729
|
): this;
|
|
36730
|
+
/**
|
|
36731
|
+
* Sets a new value for property {@link #getSelectionKey selectionKey}.
|
|
36732
|
+
*
|
|
36733
|
+
* The key of the currently selected item.
|
|
36734
|
+
*
|
|
36735
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36736
|
+
*
|
|
36737
|
+
*
|
|
36738
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36739
|
+
*/
|
|
36740
|
+
setSelectionKey(
|
|
36741
|
+
/**
|
|
36742
|
+
* New value for property `selectionKey`
|
|
36743
|
+
*/
|
|
36744
|
+
sSelectionKey?: string
|
|
36745
|
+
): this;
|
|
36746
|
+
/**
|
|
36747
|
+
* Sets a new value for property {@link #getShowCreateTile showCreateTile}.
|
|
36748
|
+
*
|
|
36749
|
+
* Indicates that a Create Tile is visible in the Save As dialog.
|
|
36750
|
+
*
|
|
36751
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36752
|
+
*
|
|
36753
|
+
* Default value is `false`.
|
|
36754
|
+
*
|
|
36755
|
+
*
|
|
36756
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36757
|
+
*/
|
|
36758
|
+
setShowCreateTile(
|
|
36759
|
+
/**
|
|
36760
|
+
* New value for property `showCreateTile`
|
|
36761
|
+
*/
|
|
36762
|
+
bShowCreateTile?: boolean
|
|
36763
|
+
): this;
|
|
36764
|
+
/**
|
|
36765
|
+
* Sets a new value for property {@link #getShowExecuteOnSelection showExecuteOnSelection}.
|
|
36766
|
+
*
|
|
36767
|
+
* Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
|
|
36768
|
+
*
|
|
36769
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36770
|
+
*
|
|
36771
|
+
* Default value is `false`.
|
|
36772
|
+
*
|
|
36773
|
+
*
|
|
36774
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36775
|
+
*/
|
|
36776
|
+
setShowExecuteOnSelection(
|
|
36777
|
+
/**
|
|
36778
|
+
* New value for property `showExecuteOnSelection`
|
|
36779
|
+
*/
|
|
36780
|
+
bShowExecuteOnSelection?: boolean
|
|
36781
|
+
): this;
|
|
37487
36782
|
/**
|
|
37488
36783
|
* Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
37489
36784
|
*
|
|
@@ -37503,6 +36798,43 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37503
36798
|
*/
|
|
37504
36799
|
bShowSetAsDefault?: boolean
|
|
37505
36800
|
): this;
|
|
36801
|
+
/**
|
|
36802
|
+
* Sets a new value for property {@link #getShowShare showShare}.
|
|
36803
|
+
*
|
|
36804
|
+
* Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
|
|
36805
|
+
* this checkbox allows you to share variants with other users. **Note**: this property is controlled by
|
|
36806
|
+
* the SAPUI5 flexibility service.
|
|
36807
|
+
*
|
|
36808
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36809
|
+
*
|
|
36810
|
+
* Default value is `false`.
|
|
36811
|
+
*
|
|
36812
|
+
*
|
|
36813
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36814
|
+
*/
|
|
36815
|
+
setShowShare(
|
|
36816
|
+
/**
|
|
36817
|
+
* New value for property `showShare`
|
|
36818
|
+
*/
|
|
36819
|
+
bShowShare?: boolean
|
|
36820
|
+
): this;
|
|
36821
|
+
/**
|
|
36822
|
+
* Sets a new value for property {@link #getStandardItemText standardItemText}.
|
|
36823
|
+
*
|
|
36824
|
+
* Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
|
|
36825
|
+
* method; it will be ignored otherwise.
|
|
36826
|
+
*
|
|
36827
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36828
|
+
*
|
|
36829
|
+
*
|
|
36830
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36831
|
+
*/
|
|
36832
|
+
setStandardItemText(
|
|
36833
|
+
/**
|
|
36834
|
+
* New value for property `standardItemText`
|
|
36835
|
+
*/
|
|
36836
|
+
sStandardItemText?: string
|
|
36837
|
+
): this;
|
|
37506
36838
|
/**
|
|
37507
36839
|
* Sets a new value for property {@link #getTitleStyle titleStyle}.
|
|
37508
36840
|
*
|
|
@@ -37522,33 +36854,86 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37522
36854
|
*/
|
|
37523
36855
|
sTitleStyle?: TitleLevel | keyof typeof TitleLevel
|
|
37524
36856
|
): this;
|
|
36857
|
+
/**
|
|
36858
|
+
* Sets a new value for property {@link #getUseFavorites useFavorites}.
|
|
36859
|
+
*
|
|
36860
|
+
* Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
|
|
36861
|
+
* the variant list.
|
|
36862
|
+
*
|
|
36863
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36864
|
+
*
|
|
36865
|
+
* Default value is `false`.
|
|
36866
|
+
*
|
|
36867
|
+
*
|
|
36868
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36869
|
+
*/
|
|
36870
|
+
setUseFavorites(
|
|
36871
|
+
/**
|
|
36872
|
+
* New value for property `useFavorites`
|
|
36873
|
+
*/
|
|
36874
|
+
bUseFavorites?: boolean
|
|
36875
|
+
): this;
|
|
36876
|
+
/**
|
|
36877
|
+
* Sets a new value for property {@link #getVariantCreationByUserAllowed variantCreationByUserAllowed}.
|
|
36878
|
+
*
|
|
36879
|
+
* Indicates that end users are allowed to create variants **Note**: this property is controlled by the
|
|
36880
|
+
* SAPUI5 flexibility service.
|
|
36881
|
+
*
|
|
36882
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36883
|
+
*
|
|
36884
|
+
* Default value is `true`.
|
|
36885
|
+
*
|
|
36886
|
+
*
|
|
36887
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36888
|
+
*/
|
|
36889
|
+
setVariantCreationByUserAllowed(
|
|
36890
|
+
/**
|
|
36891
|
+
* New value for property `variantCreationByUserAllowed`
|
|
36892
|
+
*/
|
|
36893
|
+
bVariantCreationByUserAllowed?: boolean
|
|
36894
|
+
): this;
|
|
37525
36895
|
}
|
|
36896
|
+
|
|
36897
|
+
export type VariantManagementPropertyMapping = {
|
|
36898
|
+
/**
|
|
36899
|
+
* The name of the property on the embedded {@link sap.m.VariantManagement}
|
|
36900
|
+
*/
|
|
36901
|
+
nameInVariantMangement: string;
|
|
36902
|
+
/**
|
|
36903
|
+
* The name of the property in the {@link sap.ui.comp.smartvariants.SmartVariantManagementModel}
|
|
36904
|
+
*/
|
|
36905
|
+
nameInModel: string;
|
|
36906
|
+
};
|
|
36907
|
+
|
|
37526
36908
|
/**
|
|
37527
36909
|
* Describes the settings that can be provided to the SmartVariantManagementMediator constructor.
|
|
37528
36910
|
*/
|
|
37529
36911
|
export interface $SmartVariantManagementMediatorSettings
|
|
37530
36912
|
extends $ControlSettings {
|
|
37531
36913
|
/**
|
|
37532
|
-
*
|
|
36914
|
+
* Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
|
|
36915
|
+
* variant.
|
|
37533
36916
|
*/
|
|
37534
|
-
|
|
36917
|
+
defaultVariantKey?: string | PropertyBindingInfo;
|
|
37535
36918
|
|
|
37536
36919
|
/**
|
|
37537
|
-
*
|
|
36920
|
+
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
36921
|
+
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
|
|
36922
|
+
* only.
|
|
37538
36923
|
*/
|
|
37539
|
-
|
|
36924
|
+
displayTextForExecuteOnSelectionForStandardVariant?:
|
|
36925
|
+
| string
|
|
36926
|
+
| PropertyBindingInfo;
|
|
37540
36927
|
|
|
37541
36928
|
/**
|
|
37542
|
-
* Indicates whether the
|
|
37543
|
-
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
|
|
36929
|
+
* Indicates whether the buttons on My Views are visible.
|
|
37544
36930
|
*/
|
|
37545
|
-
|
|
36931
|
+
editable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37546
36932
|
|
|
37547
36933
|
/**
|
|
37548
|
-
*
|
|
37549
|
-
* when the variant is opened.
|
|
36934
|
+
* Can be set to true or false depending on whether you want to enable or disable the control.
|
|
37550
36935
|
*/
|
|
37551
|
-
|
|
36936
|
+
enabled?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37552
36937
|
|
|
37553
36938
|
/**
|
|
37554
36939
|
* Determines the behavior for Apply Automatically if the standard variant is marked as the default variant.
|
|
@@ -37558,15 +36943,6 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37558
36943
|
| PropertyBindingInfo
|
|
37559
36944
|
| `{${string}}`;
|
|
37560
36945
|
|
|
37561
|
-
/**
|
|
37562
|
-
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
37563
|
-
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
|
|
37564
|
-
* only.
|
|
37565
|
-
*/
|
|
37566
|
-
displayTextForExecuteOnSelectionForStandardVariant?:
|
|
37567
|
-
| string
|
|
37568
|
-
| PropertyBindingInfo;
|
|
37569
|
-
|
|
37570
36946
|
/**
|
|
37571
36947
|
* Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
|
|
37572
36948
|
*
|
|
@@ -37577,6 +36953,58 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37577
36953
|
| PropertyBindingInfo
|
|
37578
36954
|
| `{${string}}`;
|
|
37579
36955
|
|
|
36956
|
+
/**
|
|
36957
|
+
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
|
|
36958
|
+
* when the variant is opened.
|
|
36959
|
+
*/
|
|
36960
|
+
inErrorState?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36961
|
+
|
|
36962
|
+
/**
|
|
36963
|
+
* Sets the maximum width of the control.
|
|
36964
|
+
*
|
|
36965
|
+
* @since 1.109
|
|
36966
|
+
*/
|
|
36967
|
+
maxWidth?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
36968
|
+
|
|
36969
|
+
/**
|
|
36970
|
+
* The name of the model containing the data.
|
|
36971
|
+
*/
|
|
36972
|
+
modelName?: string | PropertyBindingInfo;
|
|
36973
|
+
|
|
36974
|
+
/**
|
|
36975
|
+
* The key of the currently selected item.
|
|
36976
|
+
*/
|
|
36977
|
+
selectionKey?: string | PropertyBindingInfo;
|
|
36978
|
+
|
|
36979
|
+
/**
|
|
36980
|
+
* Indicates that a Create Tile is visible in the Save As dialog.
|
|
36981
|
+
*/
|
|
36982
|
+
showCreateTile?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36983
|
+
|
|
36984
|
+
/**
|
|
36985
|
+
* Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
|
|
36986
|
+
*/
|
|
36987
|
+
showExecuteOnSelection?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36988
|
+
|
|
36989
|
+
/**
|
|
36990
|
+
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
|
|
36991
|
+
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
|
|
36992
|
+
*/
|
|
36993
|
+
showSetAsDefault?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
36994
|
+
|
|
36995
|
+
/**
|
|
36996
|
+
* Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
|
|
36997
|
+
* this checkbox allows you to share variants with other users. **Note**: this property is controlled by
|
|
36998
|
+
* the SAPUI5 flexibility service.
|
|
36999
|
+
*/
|
|
37000
|
+
showShare?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37001
|
+
|
|
37002
|
+
/**
|
|
37003
|
+
* Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
|
|
37004
|
+
* method; it will be ignored otherwise.
|
|
37005
|
+
*/
|
|
37006
|
+
standardItemText?: string | PropertyBindingInfo;
|
|
37007
|
+
|
|
37580
37008
|
/**
|
|
37581
37009
|
* Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
|
|
37582
37010
|
*
|
|
@@ -37588,21 +37016,34 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37588
37016
|
| `{${string}}`;
|
|
37589
37017
|
|
|
37590
37018
|
/**
|
|
37591
|
-
*
|
|
37592
|
-
*
|
|
37593
|
-
* @since 1.109
|
|
37019
|
+
* Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
|
|
37020
|
+
* the variant list.
|
|
37594
37021
|
*/
|
|
37595
|
-
|
|
37022
|
+
useFavorites?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37596
37023
|
|
|
37597
37024
|
/**
|
|
37598
|
-
*
|
|
37025
|
+
* Indicates that end users are allowed to create variants **Note**: this property is controlled by the
|
|
37026
|
+
* SAPUI5 flexibility service.
|
|
37599
37027
|
*/
|
|
37600
|
-
|
|
37028
|
+
variantCreationByUserAllowed?:
|
|
37029
|
+
| boolean
|
|
37030
|
+
| PropertyBindingInfo
|
|
37031
|
+
| `{${string}}`;
|
|
37601
37032
|
|
|
37602
37033
|
/**
|
|
37603
|
-
*
|
|
37034
|
+
* Variant items displayed by the `SmartVariantManagement` control. **Note:** This aggregation is managed
|
|
37035
|
+
* by the control and is populated via the SAP Flexibility service.
|
|
37604
37036
|
*/
|
|
37605
|
-
|
|
37037
|
+
variantItems?:
|
|
37038
|
+
| VariantItem[]
|
|
37039
|
+
| VariantItem
|
|
37040
|
+
| AggregationBindingInfo
|
|
37041
|
+
| `{${string}}`;
|
|
37042
|
+
|
|
37043
|
+
/**
|
|
37044
|
+
* Contains the IDs of the relevant controls for which the variant management is used.
|
|
37045
|
+
*/
|
|
37046
|
+
for?: Array<Control | string>;
|
|
37606
37047
|
|
|
37607
37048
|
/**
|
|
37608
37049
|
* This event is fired when users press the Cancel button inside the Save As dialog.
|
|
@@ -37614,6 +37055,11 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37614
37055
|
*/
|
|
37615
37056
|
manage?: (oEvent: SmartVariantManagementMediator$ManageEvent) => void;
|
|
37616
37057
|
|
|
37058
|
+
/**
|
|
37059
|
+
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
|
|
37060
|
+
*/
|
|
37061
|
+
save?: (oEvent: SmartVariantManagementMediator$SaveEvent) => void;
|
|
37062
|
+
|
|
37617
37063
|
/**
|
|
37618
37064
|
* This event is fired when a new variant is selected.
|
|
37619
37065
|
*/
|
|
@@ -37721,9 +37167,9 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
|
|
|
37721
37167
|
contexts?: object[];
|
|
37722
37168
|
|
|
37723
37169
|
/**
|
|
37724
|
-
*
|
|
37170
|
+
* The shared variant indicator
|
|
37725
37171
|
*/
|
|
37726
|
-
|
|
37172
|
+
global?: boolean;
|
|
37727
37173
|
}
|
|
37728
37174
|
|
|
37729
37175
|
/**
|
|
@@ -42960,6 +42406,8 @@ declare namespace sap {
|
|
|
42960
42406
|
|
|
42961
42407
|
"sap/ui/comp/state/UIState": undefined;
|
|
42962
42408
|
|
|
42409
|
+
"sap/ui/comp/util/SharedUtil": undefined;
|
|
42410
|
+
|
|
42963
42411
|
"sap/ui/comp/util/TableUtil": undefined;
|
|
42964
42412
|
|
|
42965
42413
|
"sap/ui/comp/valuehelpdialog/ValueHelpDialog": undefined;
|