@openui5/ts-types 1.112.2 → 1.114.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.112.2",
3
+ "version": "1.114.0",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.2
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -537,6 +537,8 @@ declare namespace sap {
537
537
  oListener?: object
538
538
  ): this;
539
539
  /**
540
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
541
+ *
540
542
  * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
541
543
  * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
542
544
  */
@@ -555,6 +557,8 @@ declare namespace sap {
555
557
  }
556
558
  ): void;
557
559
  /**
560
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
561
+ *
558
562
  * Fires event {@link #event:press press} to attached listeners.
559
563
  *
560
564
  * @returns Reference to `this` in order to allow method chaining
@@ -1041,6 +1045,8 @@ declare namespace sap {
1041
1045
  oListener?: object
1042
1046
  ): this;
1043
1047
  /**
1048
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1049
+ *
1044
1050
  * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
1045
1051
  * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
1046
1052
  */
@@ -1059,6 +1065,8 @@ declare namespace sap {
1059
1065
  }
1060
1066
  ): void;
1061
1067
  /**
1068
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1069
+ *
1062
1070
  * Fires event {@link #event:press press} to attached listeners.
1063
1071
  *
1064
1072
  * @returns Reference to `this` in order to allow method chaining
@@ -2775,8 +2783,6 @@ declare namespace sap {
2775
2783
  *
2776
2784
  * If all the areas have assigned values greater than 1, the numbers are scaled so that at least one of
2777
2785
  * them is equal to 1. For example, value of `2:4:8` is equal to `1:2:4`.
2778
- *
2779
- * When this property is set the `titlePrimaryArea` property has no effect.
2780
2786
  */
2781
2787
  titleAreaShrinkRatio?:
2782
2788
  | sap.f.DynamicPageTitleShrinkRatio
@@ -5428,8 +5434,6 @@ declare namespace sap {
5428
5434
  * If all the areas have assigned values greater than 1, the numbers are scaled so that at least one of
5429
5435
  * them is equal to 1. For example, value of `2:4:8` is equal to `1:2:4`.
5430
5436
  *
5431
- * When this property is set the `titlePrimaryArea` property has no effect.
5432
- *
5433
5437
  * Default value is `"1:1.6:1.6"`.
5434
5438
  *
5435
5439
  * @returns Value of property `titleAreaShrinkRatio`
@@ -6384,8 +6388,6 @@ declare namespace sap {
6384
6388
  * If all the areas have assigned values greater than 1, the numbers are scaled so that at least one of
6385
6389
  * them is equal to 1. For example, value of `2:4:8` is equal to `1:2:4`.
6386
6390
  *
6387
- * When this property is set the `titlePrimaryArea` property has no effect.
6388
- *
6389
6391
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6390
6392
  *
6391
6393
  * Default value is `"1:1.6:1.6"`.
@@ -6446,37 +6448,6 @@ declare namespace sap {
6446
6448
  */
6447
6449
  oTitleMainAction: sap.f.semantic.TitleMainAction
6448
6450
  ): this;
6449
- /**
6450
- * @SINCE 1.52
6451
- * @deprecated (since 1.58) - Please use the `titleAreaShrinkRatio` property instead. The value of `titleAreaShrinkRatio`
6452
- * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
6453
- * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
6454
- * reduced.
6455
- *
6456
- * `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
6457
- * for example `1:1.6:1.6`.
6458
- *
6459
- * `titlePrimaryArea=Middle` can be achieved by setting a low number for the Content area to `titleAreaShrinkRatio`,
6460
- * for example `1.6:1:1.6`.
6461
- *
6462
- * Sets a new value for property {@link #getTitlePrimaryArea titlePrimaryArea}.
6463
- *
6464
- * Determines which of the title areas (Begin, Middle) is primary.
6465
- *
6466
- * **Note:** The primary area is shrinking at a lower rate, remaining visible as long as it can.
6467
- *
6468
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6469
- *
6470
- * Default value is `Begin`.
6471
- *
6472
- * @returns Reference to `this` in order to allow method chaining
6473
- */
6474
- setTitlePrimaryArea(
6475
- /**
6476
- * New value for property `titlePrimaryArea`
6477
- */
6478
- sTitlePrimaryArea?: sap.f.DynamicPageTitleArea
6479
- ): this;
6480
6451
  /**
6481
6452
  * @SINCE 1.58
6482
6453
  *
@@ -8464,6 +8435,14 @@ declare namespace sap {
8464
8435
  | sap.ui.base.ManagedObject.PropertyBindingInfo
8465
8436
  | `{${string}}`;
8466
8437
 
8438
+ /**
8439
+ * Defines where to place the side panel position.
8440
+ */
8441
+ sidePanelPosition?:
8442
+ | sap.f.SidePanelPosition
8443
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
8444
+ | `{${string}}`;
8445
+
8467
8446
  /**
8468
8447
  * The list of controls for the main content.
8469
8448
  */
@@ -8810,6 +8789,8 @@ declare namespace sap {
8810
8789
  oListener?: object
8811
8790
  ): this;
8812
8791
  /**
8792
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8793
+ *
8813
8794
  * Fires event {@link #event:press press} to attached listeners.
8814
8795
  *
8815
8796
  * @returns Reference to `this` in order to allow method chaining
@@ -9411,6 +9392,8 @@ declare namespace sap {
9411
9392
  */
9412
9393
  static getMetadata(): sap.ui.core.ElementMetadata;
9413
9394
  /**
9395
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9396
+ *
9414
9397
  * Returns the DOM Element that should get the focus.
9415
9398
  *
9416
9399
  * @returns Returns the DOM Element that should get the focus
@@ -9692,6 +9675,7 @@ declare namespace sap {
9692
9675
  ): this;
9693
9676
  /**
9694
9677
  * @SINCE 1.93
9678
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9695
9679
  *
9696
9680
  * Fires event {@link #event:pinnedStateChange pinnedStateChange} to attached listeners.
9697
9681
  *
@@ -10967,6 +10951,7 @@ declare namespace sap {
10967
10951
  ): this;
10968
10952
  /**
10969
10953
  * @SINCE 1.54
10954
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10970
10955
  *
10971
10956
  * Fires event {@link #event:stateChange stateChange} to attached listeners.
10972
10957
  *
@@ -12469,6 +12454,8 @@ declare namespace sap {
12469
12454
  oListener?: object
12470
12455
  ): this;
12471
12456
  /**
12457
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12458
+ *
12472
12459
  * Fires event {@link #event:afterBeginColumnNavigate afterBeginColumnNavigate} to attached listeners.
12473
12460
  *
12474
12461
  * @returns Reference to `this` in order to allow method chaining
@@ -12522,6 +12509,8 @@ declare namespace sap {
12522
12509
  }
12523
12510
  ): this;
12524
12511
  /**
12512
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12513
+ *
12525
12514
  * Fires event {@link #event:afterEndColumnNavigate afterEndColumnNavigate} to attached listeners.
12526
12515
  *
12527
12516
  * @returns Reference to `this` in order to allow method chaining
@@ -12575,6 +12564,8 @@ declare namespace sap {
12575
12564
  }
12576
12565
  ): this;
12577
12566
  /**
12567
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12568
+ *
12578
12569
  * Fires event {@link #event:afterMidColumnNavigate afterMidColumnNavigate} to attached listeners.
12579
12570
  *
12580
12571
  * @returns Reference to `this` in order to allow method chaining
@@ -12628,6 +12619,8 @@ declare namespace sap {
12628
12619
  }
12629
12620
  ): this;
12630
12621
  /**
12622
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12623
+ *
12631
12624
  * Fires event {@link #event:beginColumnNavigate beginColumnNavigate} to attached listeners.
12632
12625
  *
12633
12626
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -12685,6 +12678,7 @@ declare namespace sap {
12685
12678
  ): boolean;
12686
12679
  /**
12687
12680
  * @SINCE 1.76
12681
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12688
12682
  *
12689
12683
  * Fires event {@link #event:columnResize columnResize} to attached listeners.
12690
12684
  *
@@ -12710,6 +12704,8 @@ declare namespace sap {
12710
12704
  }
12711
12705
  ): this;
12712
12706
  /**
12707
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12708
+ *
12713
12709
  * Fires event {@link #event:endColumnNavigate endColumnNavigate} to attached listeners.
12714
12710
  *
12715
12711
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -12766,6 +12762,8 @@ declare namespace sap {
12766
12762
  }
12767
12763
  ): boolean;
12768
12764
  /**
12765
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12766
+ *
12769
12767
  * Fires event {@link #event:midColumnNavigate midColumnNavigate} to attached listeners.
12770
12768
  *
12771
12769
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -12822,6 +12820,8 @@ declare namespace sap {
12822
12820
  }
12823
12821
  ): boolean;
12824
12822
  /**
12823
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12824
+ *
12825
12825
  * Fires event {@link #event:stateChange stateChange} to attached listeners.
12826
12826
  *
12827
12827
  * @returns Reference to `this` in order to allow method chaining
@@ -14554,6 +14554,8 @@ declare namespace sap {
14554
14554
  oListener?: object
14555
14555
  ): this;
14556
14556
  /**
14557
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14558
+ *
14557
14559
  * Fires event {@link #event:borderReached borderReached} to attached listeners.
14558
14560
  *
14559
14561
  * @returns Reference to `this` in order to allow method chaining
@@ -14582,6 +14584,8 @@ declare namespace sap {
14582
14584
  }
14583
14585
  ): this;
14584
14586
  /**
14587
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14588
+ *
14585
14589
  * Fires event {@link #event:columnsChange columnsChange} to attached listeners.
14586
14590
  *
14587
14591
  * @returns Reference to `this` in order to allow method chaining
@@ -14598,6 +14602,8 @@ declare namespace sap {
14598
14602
  }
14599
14603
  ): this;
14600
14604
  /**
14605
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14606
+ *
14601
14607
  * Fires event {@link #event:layoutChange layoutChange} to attached listeners.
14602
14608
  *
14603
14609
  * @returns Reference to `this` in order to allow method chaining
@@ -15687,6 +15693,8 @@ declare namespace sap {
15687
15693
  oListener?: object
15688
15694
  ): this;
15689
15695
  /**
15696
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15697
+ *
15690
15698
  * Fires event {@link #event:borderReached borderReached} to attached listeners.
15691
15699
  *
15692
15700
  * @returns Reference to `this` in order to allow method chaining
@@ -15749,12 +15757,16 @@ declare namespace sap {
15749
15757
  */
15750
15758
  getCustomLayout(): sap.ui.layout.cssgrid.GridLayoutBase;
15751
15759
  /**
15760
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15761
+ *
15752
15762
  * Implements IGridConfigurable interface.
15753
15763
  *
15754
15764
  * @returns An array with the DOM elements
15755
15765
  */
15756
15766
  getGridDomRefs(): HTMLElement[];
15757
15767
  /**
15768
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15769
+ *
15758
15770
  * Implements IGridConfigurable interface.
15759
15771
  *
15760
15772
  * @returns The grid layout
@@ -16257,6 +16269,8 @@ declare namespace sap {
16257
16269
  oListener?: object
16258
16270
  ): this;
16259
16271
  /**
16272
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16273
+ *
16260
16274
  * Fires event {@link #event:change change} to attached listeners.
16261
16275
  *
16262
16276
  * @returns Reference to `this` in order to allow method chaining
@@ -16837,6 +16851,8 @@ declare namespace sap {
16837
16851
  oListener?: object
16838
16852
  ): this;
16839
16853
  /**
16854
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16855
+ *
16840
16856
  * Fires event {@link #event:liveChange liveChange} to attached listeners.
16841
16857
  *
16842
16858
  * @returns Reference to `this` in order to allow method chaining
@@ -16853,6 +16869,8 @@ declare namespace sap {
16853
16869
  }
16854
16870
  ): this;
16855
16871
  /**
16872
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16873
+ *
16856
16874
  * Fires event {@link #event:search search} to attached listeners.
16857
16875
  *
16858
16876
  * @returns Reference to `this` in order to allow method chaining
@@ -16873,6 +16891,8 @@ declare namespace sap {
16873
16891
  }
16874
16892
  ): this;
16875
16893
  /**
16894
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16895
+ *
16876
16896
  * Fires event {@link #event:suggest suggest} to attached listeners.
16877
16897
  *
16878
16898
  * @returns Reference to `this` in order to allow method chaining
@@ -17168,6 +17188,7 @@ declare namespace sap {
17168
17188
  static getMetadata(): sap.ui.core.ElementMetadata;
17169
17189
  /**
17170
17190
  * @SINCE 1.65
17191
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17171
17192
  *
17172
17193
  * Sets classes according to the context of the page. Possible contexts are header, footer, and subheader.
17173
17194
  *
@@ -17176,6 +17197,7 @@ declare namespace sap {
17176
17197
  _applyContextClassFor(): sap.m.IBar;
17177
17198
  /**
17178
17199
  * @SINCE 1.65
17200
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17179
17201
  *
17180
17202
  * Sets the HTML tag according to the context of the page. Possible contexts are header, footer, and subheader.
17181
17203
  *
@@ -17195,6 +17217,7 @@ declare namespace sap {
17195
17217
  ): this;
17196
17218
  /**
17197
17219
  * @SINCE 1.65
17220
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17198
17221
  *
17199
17222
  * Sets classes and HTML tag according to the context of the page. Possible contexts are header, footer,
17200
17223
  * and subheader
@@ -17747,6 +17770,8 @@ declare namespace sap {
17747
17770
  oListener?: object
17748
17771
  ): this;
17749
17772
  /**
17773
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17774
+ *
17750
17775
  * Fires event {@link #event:avatarPressed avatarPressed} to attached listeners.
17751
17776
  *
17752
17777
  * @returns Reference to `this` in order to allow method chaining
@@ -17763,6 +17788,8 @@ declare namespace sap {
17763
17788
  }
17764
17789
  ): this;
17765
17790
  /**
17791
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17792
+ *
17766
17793
  * Fires event {@link #event:copilotPressed copilotPressed} to attached listeners.
17767
17794
  *
17768
17795
  * @returns Reference to `this` in order to allow method chaining
@@ -17779,6 +17806,8 @@ declare namespace sap {
17779
17806
  }
17780
17807
  ): this;
17781
17808
  /**
17809
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17810
+ *
17782
17811
  * Fires event {@link #event:homeIconPressed homeIconPressed} to attached listeners.
17783
17812
  *
17784
17813
  * @returns Reference to `this` in order to allow method chaining
@@ -17795,6 +17824,8 @@ declare namespace sap {
17795
17824
  }
17796
17825
  ): this;
17797
17826
  /**
17827
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17828
+ *
17798
17829
  * Fires event {@link #event:menuButtonPressed menuButtonPressed} to attached listeners.
17799
17830
  *
17800
17831
  * @returns Reference to `this` in order to allow method chaining
@@ -17811,6 +17842,8 @@ declare namespace sap {
17811
17842
  }
17812
17843
  ): this;
17813
17844
  /**
17845
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17846
+ *
17814
17847
  * Fires event {@link #event:navButtonPressed navButtonPressed} to attached listeners.
17815
17848
  *
17816
17849
  * @returns Reference to `this` in order to allow method chaining
@@ -17827,6 +17860,8 @@ declare namespace sap {
17827
17860
  }
17828
17861
  ): this;
17829
17862
  /**
17863
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17864
+ *
17830
17865
  * Fires event {@link #event:notificationsPressed notificationsPressed} to attached listeners.
17831
17866
  *
17832
17867
  * @returns Reference to `this` in order to allow method chaining
@@ -17843,6 +17878,8 @@ declare namespace sap {
17843
17878
  }
17844
17879
  ): this;
17845
17880
  /**
17881
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17882
+ *
17846
17883
  * Fires event {@link #event:productSwitcherPressed productSwitcherPressed} to attached listeners.
17847
17884
  *
17848
17885
  * @returns Reference to `this` in order to allow method chaining
@@ -17859,6 +17896,8 @@ declare namespace sap {
17859
17896
  }
17860
17897
  ): this;
17861
17898
  /**
17899
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17900
+ *
17862
17901
  * Fires event {@link #event:searchButtonPressed searchButtonPressed} to attached listeners.
17863
17902
  *
17864
17903
  * @returns Reference to `this` in order to allow method chaining
@@ -17884,6 +17923,7 @@ declare namespace sap {
17884
17923
  getAdditionalContent(): sap.f.IShellBar[];
17885
17924
  /**
17886
17925
  * @SINCE 1.65
17926
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17887
17927
  *
17888
17928
  * Gets the available Bar contexts.
17889
17929
  *
@@ -17914,6 +17954,7 @@ declare namespace sap {
17914
17954
  getHomeIconTooltip(): string;
17915
17955
  /**
17916
17956
  * @SINCE 1.65
17957
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17917
17958
  *
17918
17959
  * Gets the HTML tag of the root DOM Reference.
17919
17960
  *
@@ -18066,6 +18107,7 @@ declare namespace sap {
18066
18107
  ): this;
18067
18108
  /**
18068
18109
  * @SINCE 1.65
18110
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18069
18111
  *
18070
18112
  * Returns if the bar is sensitive to the container context. Implementation of the IBar interface
18071
18113
  *
@@ -18129,6 +18171,7 @@ declare namespace sap {
18129
18171
  ): this;
18130
18172
  /**
18131
18173
  * @SINCE 1.65
18174
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18132
18175
  *
18133
18176
  * Sets the HTML tag of the root DOM Reference.
18134
18177
  *
@@ -18563,6 +18606,8 @@ declare namespace sap {
18563
18606
  oListener?: object
18564
18607
  ): this;
18565
18608
  /**
18609
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18610
+ *
18566
18611
  * Fires event {@link #event:toggle toggle} to attached listeners.
18567
18612
  *
18568
18613
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -18650,6 +18695,16 @@ declare namespace sap {
18650
18695
  * @returns Value of property `sidePanelMinWidth`
18651
18696
  */
18652
18697
  getSidePanelMinWidth(): sap.ui.core.CSSSize;
18698
+ /**
18699
+ * Gets current value of property {@link #getSidePanelPosition sidePanelPosition}.
18700
+ *
18701
+ * Defines where to place the side panel position.
18702
+ *
18703
+ * Default value is `Right`.
18704
+ *
18705
+ * @returns Value of property `sidePanelPosition`
18706
+ */
18707
+ getSidePanelPosition(): sap.f.SidePanelPosition;
18653
18708
  /**
18654
18709
  * Gets current value of property {@link #getSidePanelResizable sidePanelResizable}.
18655
18710
  *
@@ -18873,6 +18928,23 @@ declare namespace sap {
18873
18928
  */
18874
18929
  sSidePanelMinWidth?: sap.ui.core.CSSSize
18875
18930
  ): this;
18931
+ /**
18932
+ * Sets a new value for property {@link #getSidePanelPosition sidePanelPosition}.
18933
+ *
18934
+ * Defines where to place the side panel position.
18935
+ *
18936
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
18937
+ *
18938
+ * Default value is `Right`.
18939
+ *
18940
+ * @returns Reference to `this` in order to allow method chaining
18941
+ */
18942
+ setSidePanelPosition(
18943
+ /**
18944
+ * New value for property `sidePanelPosition`
18945
+ */
18946
+ sSidePanelPosition?: sap.f.SidePanelPosition
18947
+ ): this;
18876
18948
  /**
18877
18949
  * Sets a new value for property {@link #getSidePanelResizable sidePanelResizable}.
18878
18950
  *
@@ -19271,6 +19343,21 @@ declare namespace sap {
19271
19343
  */
19272
19344
  Up = "Up",
19273
19345
  }
19346
+ /**
19347
+ * @SINCE 1.104
19348
+ *
19349
+ * Enumeration for different SidePanel position.
19350
+ */
19351
+ enum SidePanelPosition {
19352
+ /**
19353
+ * The position is left.
19354
+ */
19355
+ Left = "Left",
19356
+ /**
19357
+ * The position is right.
19358
+ */
19359
+ Right = "Right",
19360
+ }
19274
19361
  /**
19275
19362
  * @SINCE 1.69
19276
19363
  * @deprecated (since 1.73) - Use the {@link sap.m.AvatarColor} instead.