@openui5/ts-types 1.145.0 → 1.146.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +71 -528
- package/types/sap.m.d.ts +328 -18
- package/types/sap.tnt.d.ts +9 -16
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1036 -362
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -1
- package/types/sap.ui.integration.d.ts +65 -265
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +2 -2
- 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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +36 -3
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/m/p13n/Engine" {
|
|
4
4
|
/**
|
|
@@ -28010,8 +28010,10 @@ declare namespace sap {
|
|
|
28010
28010
|
* Defines how many pages are displayed in the visible area of the `Carousel` control. Value should be a
|
|
28011
28011
|
* positive number.
|
|
28012
28012
|
*
|
|
28013
|
-
* **Note:** When this property is set to something different
|
|
28013
|
+
* **Note:** When this property is set to something different from the default value, the `loop` property
|
|
28014
28014
|
* of `Carousel` is ignored.
|
|
28015
|
+
*
|
|
28016
|
+
* **Note:** This property is ignored when the `responsive` property is set to `true`.
|
|
28015
28017
|
*/
|
|
28016
28018
|
visiblePagesCount?:
|
|
28017
28019
|
| int
|
|
@@ -28031,6 +28033,35 @@ declare namespace sap {
|
|
|
28031
28033
|
| sap.m.CarouselScrollMode
|
|
28032
28034
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
28033
28035
|
| `{${string}}`;
|
|
28036
|
+
|
|
28037
|
+
/**
|
|
28038
|
+
* Activates the responsive layout mode, where the number of visible carousel pages automatically adjusts
|
|
28039
|
+
* based on the available width and the specified page width.
|
|
28040
|
+
*
|
|
28041
|
+
* When this option is enabled, the carousel dynamically calculates and displays as many items as can fit
|
|
28042
|
+
* within the viewport while adhering to the `minPageWidth` constraint.
|
|
28043
|
+
*
|
|
28044
|
+
* **Note:** Enabling this option overrides the `visiblePagesCount` property and disables the `loop` functionality
|
|
28045
|
+
* of the carousel.
|
|
28046
|
+
*/
|
|
28047
|
+
responsive?:
|
|
28048
|
+
| boolean
|
|
28049
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
28050
|
+
| `{${string}}`;
|
|
28051
|
+
|
|
28052
|
+
/**
|
|
28053
|
+
* Defines the minimum width, in pixels, for each page to be displayed in the `Carousel` control.
|
|
28054
|
+
*
|
|
28055
|
+
* This property is used as a constraint when `responsive` mode is enabled, ensuring that pages are never
|
|
28056
|
+
* rendered smaller than this specified width. The carousel automatically calculates the number of pages
|
|
28057
|
+
* that can fit within the available viewport while respecting the specified minimum width requirement.
|
|
28058
|
+
*
|
|
28059
|
+
* **Note:** This property is only effective when the `responsive` property is set to `true`.
|
|
28060
|
+
*/
|
|
28061
|
+
minPageWidth?:
|
|
28062
|
+
| int
|
|
28063
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
28064
|
+
| `{${string}}`;
|
|
28034
28065
|
}
|
|
28035
28066
|
|
|
28036
28067
|
/**
|
|
@@ -30858,6 +30889,7 @@ declare namespace sap {
|
|
|
30858
30889
|
* - `strong`
|
|
30859
30890
|
* - `span`
|
|
30860
30891
|
* - `u`
|
|
30892
|
+
* - `s`
|
|
30861
30893
|
* - `dl`
|
|
30862
30894
|
* - `dt`
|
|
30863
30895
|
* - `dd`
|
|
@@ -31836,8 +31868,7 @@ declare namespace sap {
|
|
|
31836
31868
|
/**
|
|
31837
31869
|
* Specifies the interaction mode.
|
|
31838
31870
|
*
|
|
31839
|
-
* @experimental As of version 1.121.
|
|
31840
|
-
* may be done before its official public release. Use at your own discretion.
|
|
31871
|
+
* @experimental As of version 1.121.
|
|
31841
31872
|
*/
|
|
31842
31873
|
interactionMode?:
|
|
31843
31874
|
| sap.m.IconTabFilterInteractionMode
|
|
@@ -34220,6 +34251,13 @@ declare namespace sap {
|
|
|
34220
34251
|
*/
|
|
34221
34252
|
closed?: (oEvent: sap.ui.base.Event) => void;
|
|
34222
34253
|
|
|
34254
|
+
/**
|
|
34255
|
+
* Fired when the menu is opened.
|
|
34256
|
+
*
|
|
34257
|
+
* @since 1.146
|
|
34258
|
+
*/
|
|
34259
|
+
open?: (oEvent: sap.ui.base.Event) => void;
|
|
34260
|
+
|
|
34223
34261
|
/**
|
|
34224
34262
|
* Fired before the menu is closed. This event can be prevented which effectively prevents the menu from
|
|
34225
34263
|
* closing.
|
|
@@ -43559,8 +43597,7 @@ declare namespace sap {
|
|
|
43559
43597
|
| `{${string}}`;
|
|
43560
43598
|
|
|
43561
43599
|
/**
|
|
43562
|
-
* Enables alternating table row colors.
|
|
43563
|
-
* Deep themes. Alternate row coloring is not available for the High Contrast Black/White themes.
|
|
43600
|
+
* Enables alternating table row colors.
|
|
43564
43601
|
*
|
|
43565
43602
|
* @since 1.52
|
|
43566
43603
|
*/
|
|
@@ -45932,6 +45969,11 @@ declare namespace sap {
|
|
|
45932
45969
|
*/
|
|
45933
45970
|
manageCancel?: (oEvent: sap.ui.base.Event) => void;
|
|
45934
45971
|
|
|
45972
|
+
/**
|
|
45973
|
+
* This event is fired when users opens the Manage Views dialog.
|
|
45974
|
+
*/
|
|
45975
|
+
manageOpen?: (oEvent: sap.ui.base.Event) => void;
|
|
45976
|
+
|
|
45935
45977
|
/**
|
|
45936
45978
|
* This event is fired when users apply changes variant information in the Manage Views dialog. Some
|
|
45937
45979
|
* of the parameters may be ommitted, depending on user selection.
|
|
@@ -47600,6 +47642,11 @@ declare namespace sap {
|
|
|
47600
47642
|
item?: sap.m.IMenuItem;
|
|
47601
47643
|
}
|
|
47602
47644
|
|
|
47645
|
+
/**
|
|
47646
|
+
* Parameters of the Menu#open event.
|
|
47647
|
+
*/
|
|
47648
|
+
interface Menu$OpenEventParameters {}
|
|
47649
|
+
|
|
47603
47650
|
/**
|
|
47604
47651
|
* Parameters of the MenuButton#beforeMenuOpen event.
|
|
47605
47652
|
*/
|
|
@@ -50401,6 +50448,11 @@ declare namespace sap {
|
|
|
50401
50448
|
*/
|
|
50402
50449
|
interface VariantManagement$ManageCancelEventParameters {}
|
|
50403
50450
|
|
|
50451
|
+
/**
|
|
50452
|
+
* Parameters of the VariantManagement#manageOpen event.
|
|
50453
|
+
*/
|
|
50454
|
+
interface VariantManagement$ManageOpenEventParameters {}
|
|
50455
|
+
|
|
50404
50456
|
/**
|
|
50405
50457
|
* Parameters of the VariantManagement#save event.
|
|
50406
50458
|
*/
|
|
@@ -58780,6 +58832,8 @@ declare namespace sap {
|
|
|
58780
58832
|
* the navigation arrows.
|
|
58781
58833
|
* - On desktop, navigation is done with the navigation arrows.
|
|
58782
58834
|
* - The paging indicator (when activated) is visible on each form factor.
|
|
58835
|
+
* - When using {@link sap.m.CarouselLayout CarouselLayout} with the `responsive` property set to `true`,
|
|
58836
|
+
* the number of visible pages adjusts automatically based on the available width and the specified `minPageWidth`.
|
|
58783
58837
|
*/
|
|
58784
58838
|
class Carousel extends sap.ui.core.Control {
|
|
58785
58839
|
/**
|
|
@@ -59750,6 +59804,41 @@ declare namespace sap {
|
|
|
59750
59804
|
* @returns Metadata object describing this class
|
|
59751
59805
|
*/
|
|
59752
59806
|
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
59807
|
+
/**
|
|
59808
|
+
* Gets current value of property {@link #getMinPageWidth minPageWidth}.
|
|
59809
|
+
*
|
|
59810
|
+
* Defines the minimum width, in pixels, for each page to be displayed in the `Carousel` control.
|
|
59811
|
+
*
|
|
59812
|
+
* This property is used as a constraint when `responsive` mode is enabled, ensuring that pages are never
|
|
59813
|
+
* rendered smaller than this specified width. The carousel automatically calculates the number of pages
|
|
59814
|
+
* that can fit within the available viewport while respecting the specified minimum width requirement.
|
|
59815
|
+
*
|
|
59816
|
+
* **Note:** This property is only effective when the `responsive` property is set to `true`.
|
|
59817
|
+
*
|
|
59818
|
+
* Default value is `148`.
|
|
59819
|
+
*
|
|
59820
|
+
*
|
|
59821
|
+
* @returns Value of property `minPageWidth`
|
|
59822
|
+
*/
|
|
59823
|
+
getMinPageWidth(): int;
|
|
59824
|
+
/**
|
|
59825
|
+
* Gets current value of property {@link #getResponsive responsive}.
|
|
59826
|
+
*
|
|
59827
|
+
* Activates the responsive layout mode, where the number of visible carousel pages automatically adjusts
|
|
59828
|
+
* based on the available width and the specified page width.
|
|
59829
|
+
*
|
|
59830
|
+
* When this option is enabled, the carousel dynamically calculates and displays as many items as can fit
|
|
59831
|
+
* within the viewport while adhering to the `minPageWidth` constraint.
|
|
59832
|
+
*
|
|
59833
|
+
* **Note:** Enabling this option overrides the `visiblePagesCount` property and disables the `loop` functionality
|
|
59834
|
+
* of the carousel.
|
|
59835
|
+
*
|
|
59836
|
+
* Default value is `false`.
|
|
59837
|
+
*
|
|
59838
|
+
*
|
|
59839
|
+
* @returns Value of property `responsive`
|
|
59840
|
+
*/
|
|
59841
|
+
getResponsive(): boolean;
|
|
59753
59842
|
/**
|
|
59754
59843
|
* Gets current value of property {@link #getScrollMode scrollMode}.
|
|
59755
59844
|
*
|
|
@@ -59772,15 +59861,66 @@ declare namespace sap {
|
|
|
59772
59861
|
* Defines how many pages are displayed in the visible area of the `Carousel` control. Value should be a
|
|
59773
59862
|
* positive number.
|
|
59774
59863
|
*
|
|
59775
|
-
* **Note:** When this property is set to something different
|
|
59864
|
+
* **Note:** When this property is set to something different from the default value, the `loop` property
|
|
59776
59865
|
* of `Carousel` is ignored.
|
|
59777
59866
|
*
|
|
59867
|
+
* **Note:** This property is ignored when the `responsive` property is set to `true`.
|
|
59868
|
+
*
|
|
59778
59869
|
* Default value is `1`.
|
|
59779
59870
|
*
|
|
59780
59871
|
*
|
|
59781
59872
|
* @returns Value of property `visiblePagesCount`
|
|
59782
59873
|
*/
|
|
59783
59874
|
getVisiblePagesCount(): int;
|
|
59875
|
+
/**
|
|
59876
|
+
* Sets a new value for property {@link #getMinPageWidth minPageWidth}.
|
|
59877
|
+
*
|
|
59878
|
+
* Defines the minimum width, in pixels, for each page to be displayed in the `Carousel` control.
|
|
59879
|
+
*
|
|
59880
|
+
* This property is used as a constraint when `responsive` mode is enabled, ensuring that pages are never
|
|
59881
|
+
* rendered smaller than this specified width. The carousel automatically calculates the number of pages
|
|
59882
|
+
* that can fit within the available viewport while respecting the specified minimum width requirement.
|
|
59883
|
+
*
|
|
59884
|
+
* **Note:** This property is only effective when the `responsive` property is set to `true`.
|
|
59885
|
+
*
|
|
59886
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
59887
|
+
*
|
|
59888
|
+
* Default value is `148`.
|
|
59889
|
+
*
|
|
59890
|
+
*
|
|
59891
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
59892
|
+
*/
|
|
59893
|
+
setMinPageWidth(
|
|
59894
|
+
/**
|
|
59895
|
+
* New value for property `minPageWidth`
|
|
59896
|
+
*/
|
|
59897
|
+
iMinPageWidth?: int
|
|
59898
|
+
): this;
|
|
59899
|
+
/**
|
|
59900
|
+
* Sets a new value for property {@link #getResponsive responsive}.
|
|
59901
|
+
*
|
|
59902
|
+
* Activates the responsive layout mode, where the number of visible carousel pages automatically adjusts
|
|
59903
|
+
* based on the available width and the specified page width.
|
|
59904
|
+
*
|
|
59905
|
+
* When this option is enabled, the carousel dynamically calculates and displays as many items as can fit
|
|
59906
|
+
* within the viewport while adhering to the `minPageWidth` constraint.
|
|
59907
|
+
*
|
|
59908
|
+
* **Note:** Enabling this option overrides the `visiblePagesCount` property and disables the `loop` functionality
|
|
59909
|
+
* of the carousel.
|
|
59910
|
+
*
|
|
59911
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
59912
|
+
*
|
|
59913
|
+
* Default value is `false`.
|
|
59914
|
+
*
|
|
59915
|
+
*
|
|
59916
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
59917
|
+
*/
|
|
59918
|
+
setResponsive(
|
|
59919
|
+
/**
|
|
59920
|
+
* New value for property `responsive`
|
|
59921
|
+
*/
|
|
59922
|
+
bResponsive?: boolean
|
|
59923
|
+
): this;
|
|
59784
59924
|
/**
|
|
59785
59925
|
* Sets a new value for property {@link #getScrollMode scrollMode}.
|
|
59786
59926
|
*
|
|
@@ -59810,9 +59950,11 @@ declare namespace sap {
|
|
|
59810
59950
|
* Defines how many pages are displayed in the visible area of the `Carousel` control. Value should be a
|
|
59811
59951
|
* positive number.
|
|
59812
59952
|
*
|
|
59813
|
-
* **Note:** When this property is set to something different
|
|
59953
|
+
* **Note:** When this property is set to something different from the default value, the `loop` property
|
|
59814
59954
|
* of `Carousel` is ignored.
|
|
59815
59955
|
*
|
|
59956
|
+
* **Note:** This property is ignored when the `responsive` property is set to `true`.
|
|
59957
|
+
*
|
|
59816
59958
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
59817
59959
|
*
|
|
59818
59960
|
* Default value is `1`.
|
|
@@ -75550,6 +75692,7 @@ declare namespace sap {
|
|
|
75550
75692
|
* - `strong`
|
|
75551
75693
|
* - `span`
|
|
75552
75694
|
* - `u`
|
|
75695
|
+
* - `s`
|
|
75553
75696
|
* - `dl`
|
|
75554
75697
|
* - `dt`
|
|
75555
75698
|
* - `dd`
|
|
@@ -79790,8 +79933,7 @@ declare namespace sap {
|
|
|
79790
79933
|
*
|
|
79791
79934
|
* Default value is `Auto`.
|
|
79792
79935
|
*
|
|
79793
|
-
* @experimental As of version 1.121.
|
|
79794
|
-
* may be done before its official public release. Use at your own discretion.
|
|
79936
|
+
* @experimental As of version 1.121.
|
|
79795
79937
|
*
|
|
79796
79938
|
* @returns Value of property `interactionMode`
|
|
79797
79939
|
*/
|
|
@@ -80094,8 +80236,7 @@ declare namespace sap {
|
|
|
80094
80236
|
*
|
|
80095
80237
|
* Default value is `Auto`.
|
|
80096
80238
|
*
|
|
80097
|
-
* @experimental As of version 1.121.
|
|
80098
|
-
* may be done before its official public release. Use at your own discretion.
|
|
80239
|
+
* @experimental As of version 1.121.
|
|
80099
80240
|
*
|
|
80100
80241
|
* @returns Reference to `this` in order to allow method chaining
|
|
80101
80242
|
*/
|
|
@@ -92810,6 +92951,55 @@ declare namespace sap {
|
|
|
92810
92951
|
*/
|
|
92811
92952
|
oListener?: object
|
|
92812
92953
|
): this;
|
|
92954
|
+
/**
|
|
92955
|
+
* Attaches event handler `fnFunction` to the {@link #event:open open} event of this `sap.m.Menu`.
|
|
92956
|
+
*
|
|
92957
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
92958
|
+
* otherwise it will be bound to this `sap.m.Menu` itself.
|
|
92959
|
+
*
|
|
92960
|
+
* Fired when the menu is opened.
|
|
92961
|
+
*
|
|
92962
|
+
* @since 1.146
|
|
92963
|
+
*
|
|
92964
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
92965
|
+
*/
|
|
92966
|
+
attachOpen(
|
|
92967
|
+
/**
|
|
92968
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
92969
|
+
* object when firing the event
|
|
92970
|
+
*/
|
|
92971
|
+
oData: object,
|
|
92972
|
+
/**
|
|
92973
|
+
* The function to be called when the event occurs
|
|
92974
|
+
*/
|
|
92975
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
92976
|
+
/**
|
|
92977
|
+
* Context object to call the event handler with. Defaults to this `sap.m.Menu` itself
|
|
92978
|
+
*/
|
|
92979
|
+
oListener?: object
|
|
92980
|
+
): this;
|
|
92981
|
+
/**
|
|
92982
|
+
* Attaches event handler `fnFunction` to the {@link #event:open open} event of this `sap.m.Menu`.
|
|
92983
|
+
*
|
|
92984
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
92985
|
+
* otherwise it will be bound to this `sap.m.Menu` itself.
|
|
92986
|
+
*
|
|
92987
|
+
* Fired when the menu is opened.
|
|
92988
|
+
*
|
|
92989
|
+
* @since 1.146
|
|
92990
|
+
*
|
|
92991
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
92992
|
+
*/
|
|
92993
|
+
attachOpen(
|
|
92994
|
+
/**
|
|
92995
|
+
* The function to be called when the event occurs
|
|
92996
|
+
*/
|
|
92997
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
92998
|
+
/**
|
|
92999
|
+
* Context object to call the event handler with. Defaults to this `sap.m.Menu` itself
|
|
93000
|
+
*/
|
|
93001
|
+
oListener?: object
|
|
93002
|
+
): this;
|
|
92813
93003
|
/**
|
|
92814
93004
|
* Binds aggregation {@link #getItems items} to model data.
|
|
92815
93005
|
*
|
|
@@ -92899,6 +93089,25 @@ declare namespace sap {
|
|
|
92899
93089
|
*/
|
|
92900
93090
|
oListener?: object
|
|
92901
93091
|
): this;
|
|
93092
|
+
/**
|
|
93093
|
+
* Detaches event handler `fnFunction` from the {@link #event:open open} event of this `sap.m.Menu`.
|
|
93094
|
+
*
|
|
93095
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
93096
|
+
*
|
|
93097
|
+
* @since 1.146
|
|
93098
|
+
*
|
|
93099
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
93100
|
+
*/
|
|
93101
|
+
detachOpen(
|
|
93102
|
+
/**
|
|
93103
|
+
* The function to be called, when the event occurs
|
|
93104
|
+
*/
|
|
93105
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
93106
|
+
/**
|
|
93107
|
+
* Context object on which the given function had to be called
|
|
93108
|
+
*/
|
|
93109
|
+
oListener?: object
|
|
93110
|
+
): this;
|
|
92902
93111
|
/**
|
|
92903
93112
|
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
92904
93113
|
*
|
|
@@ -92942,6 +93151,20 @@ declare namespace sap {
|
|
|
92942
93151
|
*/
|
|
92943
93152
|
mParameters?: sap.m.Menu$ItemSelectedEventParameters
|
|
92944
93153
|
): this;
|
|
93154
|
+
/**
|
|
93155
|
+
* Fires event {@link #event:open open} to attached listeners.
|
|
93156
|
+
*
|
|
93157
|
+
* @since 1.146
|
|
93158
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
93159
|
+
*
|
|
93160
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
93161
|
+
*/
|
|
93162
|
+
fireOpen(
|
|
93163
|
+
/**
|
|
93164
|
+
* Parameters to pass along with the event
|
|
93165
|
+
*/
|
|
93166
|
+
mParameters?: object
|
|
93167
|
+
): this;
|
|
92945
93168
|
/**
|
|
92946
93169
|
* Gets content of aggregation {@link #getItems items}.
|
|
92947
93170
|
*
|
|
@@ -146535,8 +146758,7 @@ declare namespace sap {
|
|
|
146535
146758
|
/**
|
|
146536
146759
|
* Gets current value of property {@link #getAlternateRowColors alternateRowColors}.
|
|
146537
146760
|
*
|
|
146538
|
-
* Enables alternating table row colors.
|
|
146539
|
-
* Deep themes. Alternate row coloring is not available for the High Contrast Black/White themes.
|
|
146761
|
+
* Enables alternating table row colors.
|
|
146540
146762
|
*
|
|
146541
146763
|
* Default value is `false`.
|
|
146542
146764
|
*
|
|
@@ -146759,8 +146981,7 @@ declare namespace sap {
|
|
|
146759
146981
|
/**
|
|
146760
146982
|
* Sets a new value for property {@link #getAlternateRowColors alternateRowColors}.
|
|
146761
146983
|
*
|
|
146762
|
-
* Enables alternating table row colors.
|
|
146763
|
-
* Deep themes. Alternate row coloring is not available for the High Contrast Black/White themes.
|
|
146984
|
+
* Enables alternating table row colors.
|
|
146764
146985
|
*
|
|
146765
146986
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
146766
146987
|
*
|
|
@@ -160551,6 +160772,53 @@ declare namespace sap {
|
|
|
160551
160772
|
*/
|
|
160552
160773
|
oListener?: object
|
|
160553
160774
|
): this;
|
|
160775
|
+
/**
|
|
160776
|
+
* Attaches event handler `fnFunction` to the {@link #event:manageOpen manageOpen} event of this `sap.m.VariantManagement`.
|
|
160777
|
+
*
|
|
160778
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
160779
|
+
* otherwise it will be bound to this `sap.m.VariantManagement` itself.
|
|
160780
|
+
*
|
|
160781
|
+
* This event is fired when users opens the Manage Views dialog.
|
|
160782
|
+
*
|
|
160783
|
+
*
|
|
160784
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
160785
|
+
*/
|
|
160786
|
+
attachManageOpen(
|
|
160787
|
+
/**
|
|
160788
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
160789
|
+
* object when firing the event
|
|
160790
|
+
*/
|
|
160791
|
+
oData: object,
|
|
160792
|
+
/**
|
|
160793
|
+
* The function to be called when the event occurs
|
|
160794
|
+
*/
|
|
160795
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
160796
|
+
/**
|
|
160797
|
+
* Context object to call the event handler with. Defaults to this `sap.m.VariantManagement` itself
|
|
160798
|
+
*/
|
|
160799
|
+
oListener?: object
|
|
160800
|
+
): this;
|
|
160801
|
+
/**
|
|
160802
|
+
* Attaches event handler `fnFunction` to the {@link #event:manageOpen manageOpen} event of this `sap.m.VariantManagement`.
|
|
160803
|
+
*
|
|
160804
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
160805
|
+
* otherwise it will be bound to this `sap.m.VariantManagement` itself.
|
|
160806
|
+
*
|
|
160807
|
+
* This event is fired when users opens the Manage Views dialog.
|
|
160808
|
+
*
|
|
160809
|
+
*
|
|
160810
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
160811
|
+
*/
|
|
160812
|
+
attachManageOpen(
|
|
160813
|
+
/**
|
|
160814
|
+
* The function to be called when the event occurs
|
|
160815
|
+
*/
|
|
160816
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
160817
|
+
/**
|
|
160818
|
+
* Context object to call the event handler with. Defaults to this `sap.m.VariantManagement` itself
|
|
160819
|
+
*/
|
|
160820
|
+
oListener?: object
|
|
160821
|
+
): this;
|
|
160554
160822
|
/**
|
|
160555
160823
|
* Attaches event handler `fnFunction` to the {@link #event:save save} event of this `sap.m.VariantManagement`.
|
|
160556
160824
|
*
|
|
@@ -160706,6 +160974,24 @@ declare namespace sap {
|
|
|
160706
160974
|
*/
|
|
160707
160975
|
oListener?: object
|
|
160708
160976
|
): this;
|
|
160977
|
+
/**
|
|
160978
|
+
* Detaches event handler `fnFunction` from the {@link #event:manageOpen manageOpen} event of this `sap.m.VariantManagement`.
|
|
160979
|
+
*
|
|
160980
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
160981
|
+
*
|
|
160982
|
+
*
|
|
160983
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
160984
|
+
*/
|
|
160985
|
+
detachManageOpen(
|
|
160986
|
+
/**
|
|
160987
|
+
* The function to be called, when the event occurs
|
|
160988
|
+
*/
|
|
160989
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
160990
|
+
/**
|
|
160991
|
+
* Context object on which the given function had to be called
|
|
160992
|
+
*/
|
|
160993
|
+
oListener?: object
|
|
160994
|
+
): this;
|
|
160709
160995
|
/**
|
|
160710
160996
|
* Detaches event handler `fnFunction` from the {@link #event:save save} event of this `sap.m.VariantManagement`.
|
|
160711
160997
|
*
|
|
@@ -160781,6 +161067,19 @@ declare namespace sap {
|
|
|
160781
161067
|
*/
|
|
160782
161068
|
mParameters?: object
|
|
160783
161069
|
): this;
|
|
161070
|
+
/**
|
|
161071
|
+
* Fires event {@link #event:manageOpen manageOpen} to attached listeners.
|
|
161072
|
+
*
|
|
161073
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
161074
|
+
*
|
|
161075
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
161076
|
+
*/
|
|
161077
|
+
fireManageOpen(
|
|
161078
|
+
/**
|
|
161079
|
+
* Parameters to pass along with the event
|
|
161080
|
+
*/
|
|
161081
|
+
mParameters?: object
|
|
161082
|
+
): this;
|
|
160784
161083
|
/**
|
|
160785
161084
|
* Fires event {@link #event:save save} to attached listeners.
|
|
160786
161085
|
*
|
|
@@ -167426,8 +167725,6 @@ declare namespace sap {
|
|
|
167426
167725
|
* feature works under the Browser's Cross-Origin Resource Sharing (CORS) policy. This means that a web
|
|
167427
167726
|
* application using those APIs can only request resources from the same origin the application was loaded
|
|
167428
167727
|
* from unless the response from other origins includes the right CORS headers.
|
|
167429
|
-
*
|
|
167430
|
-
* @experimental As of version 1.106.
|
|
167431
167728
|
*/
|
|
167432
167729
|
InlineSvg = "InlineSvg",
|
|
167433
167730
|
}
|
|
@@ -170608,6 +170905,11 @@ declare namespace sap {
|
|
|
170608
170905
|
Menu
|
|
170609
170906
|
>;
|
|
170610
170907
|
|
|
170908
|
+
/**
|
|
170909
|
+
* Event object of the Menu#open event.
|
|
170910
|
+
*/
|
|
170911
|
+
type Menu$OpenEvent = sap.ui.base.Event<Menu$OpenEventParameters, Menu>;
|
|
170912
|
+
|
|
170611
170913
|
/**
|
|
170612
170914
|
* Event object of the MenuButton#beforeMenuOpen event.
|
|
170613
170915
|
*/
|
|
@@ -172219,6 +172521,14 @@ declare namespace sap {
|
|
|
172219
172521
|
VariantManagement
|
|
172220
172522
|
>;
|
|
172221
172523
|
|
|
172524
|
+
/**
|
|
172525
|
+
* Event object of the VariantManagement#manageOpen event.
|
|
172526
|
+
*/
|
|
172527
|
+
type VariantManagement$ManageOpenEvent = sap.ui.base.Event<
|
|
172528
|
+
VariantManagement$ManageOpenEventParameters,
|
|
172529
|
+
VariantManagement
|
|
172530
|
+
>;
|
|
172531
|
+
|
|
172222
172532
|
/**
|
|
172223
172533
|
* Event object of the VariantManagement#save event.
|
|
172224
172534
|
*/
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -207,8 +207,6 @@ declare namespace sap {
|
|
|
207
207
|
* - Items that trigger actions (with design "Action") should not be selectable.
|
|
208
208
|
*
|
|
209
209
|
* @since 1.116
|
|
210
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
211
|
-
* may be done before its official public release.
|
|
212
210
|
*/
|
|
213
211
|
selectable?:
|
|
214
212
|
| boolean
|
|
@@ -242,7 +240,6 @@ declare namespace sap {
|
|
|
242
240
|
* sub-items cannot be added.
|
|
243
241
|
*
|
|
244
242
|
* @since 1.133.0
|
|
245
|
-
* @experimental Behavior might change.
|
|
246
243
|
*/
|
|
247
244
|
design?:
|
|
248
245
|
| sap.tnt.NavigationListItemDesign
|
|
@@ -1736,7 +1733,6 @@ declare namespace sap {
|
|
|
1736
1733
|
* Default value is `Default`.
|
|
1737
1734
|
*
|
|
1738
1735
|
* @since 1.133.0
|
|
1739
|
-
* @experimental Behavior might change.
|
|
1740
1736
|
*
|
|
1741
1737
|
* @returns Value of property `design`
|
|
1742
1738
|
*/
|
|
@@ -1788,8 +1784,6 @@ declare namespace sap {
|
|
|
1788
1784
|
* Default value is `true`.
|
|
1789
1785
|
*
|
|
1790
1786
|
* @since 1.116
|
|
1791
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1792
|
-
* may be done before its official public release.
|
|
1793
1787
|
*
|
|
1794
1788
|
* @returns Value of property `selectable`
|
|
1795
1789
|
*/
|
|
@@ -1905,7 +1899,6 @@ declare namespace sap {
|
|
|
1905
1899
|
* Default value is `Default`.
|
|
1906
1900
|
*
|
|
1907
1901
|
* @since 1.133.0
|
|
1908
|
-
* @experimental Behavior might change.
|
|
1909
1902
|
*
|
|
1910
1903
|
* @returns Reference to `this` in order to allow method chaining
|
|
1911
1904
|
*/
|
|
@@ -1972,8 +1965,6 @@ declare namespace sap {
|
|
|
1972
1965
|
* Default value is `true`.
|
|
1973
1966
|
*
|
|
1974
1967
|
* @since 1.116
|
|
1975
|
-
* @experimental As of version 1.116. Disclaimer: this property is in a beta state - incompatible API changes
|
|
1976
|
-
* may be done before its official public release.
|
|
1977
1968
|
*
|
|
1978
1969
|
* @returns Reference to `this` in order to allow method chaining
|
|
1979
1970
|
*/
|
|
@@ -2788,10 +2779,14 @@ declare namespace sap {
|
|
|
2788
2779
|
* - If an app implements side navigation in addition to the tool header menu, the menu icon must be the
|
|
2789
2780
|
* first item on the left-hand side of the tool header.
|
|
2790
2781
|
* - The app menu and the side navigation must not have any dependencies and must work independently.
|
|
2791
|
-
*
|
|
2792
|
-
*
|
|
2793
|
-
*
|
|
2794
|
-
*
|
|
2782
|
+
*
|
|
2783
|
+
* - Not recommended: In accordance with the UX Consistency initiative, it is recommended to use the seamlessly
|
|
2784
|
+
* integrated UI5 Web Components' ui5-shellbar, as demonstrated in this UXC
|
|
2785
|
+
* integration sample app with UXC integration
|
|
2786
|
+
* sample source code. Horizon theme specifics: Only the following controls are supported: sap.m.Button,
|
|
2787
|
+
* sap.m.Image, sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori
|
|
2788
|
+
* 3 Default theme the ToolHeader is with dark design unlike most of the other controls. This defines the
|
|
2789
|
+
* usage of limited controls inside it, which will result in good design combination.
|
|
2795
2790
|
* The ToolHeader stylizes the contained controls with the Shell color parameters, to match the dark design
|
|
2796
2791
|
* requirement. However, that's not a dark theme.
|
|
2797
2792
|
*
|
|
@@ -3452,7 +3447,6 @@ declare namespace sap {
|
|
|
3452
3447
|
* This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'NavigationListItemDesign'.
|
|
3453
3448
|
*
|
|
3454
3449
|
* @since 1.133.0
|
|
3455
|
-
* @experimental Behavior might change.
|
|
3456
3450
|
*/
|
|
3457
3451
|
enum NavigationListItemDesign {
|
|
3458
3452
|
/**
|
|
@@ -3485,7 +3479,6 @@ declare namespace sap {
|
|
|
3485
3479
|
* This enum is part of the 'sap/tnt/library' module export and must be accessed by the property 'SideNavigationDesign'.
|
|
3486
3480
|
*
|
|
3487
3481
|
* @since 1.134.0
|
|
3488
|
-
* @experimental Behavior might change.
|
|
3489
3482
|
*/
|
|
3490
3483
|
enum SideNavigationDesign {
|
|
3491
3484
|
/**
|