@openui5/ts-types 1.123.1 → 1.124.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.123.1",
3
+ "version": "1.124.1",
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.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -439,6 +439,13 @@ declare namespace sap {
439
439
  | sap.ui.base.ManagedObject.AggregationBindingInfo
440
440
  | `{${string}}`;
441
441
 
442
+ /**
443
+ * Micro Chart
444
+ *
445
+ * @experimental (since 1.124)
446
+ */
447
+ microChart?: sap.ui.core.Control;
448
+
442
449
  /**
443
450
  * Fires when the user presses the control.
444
451
  */
@@ -850,7 +857,8 @@ declare namespace sap {
850
857
  */
851
858
  class Header
852
859
  extends sap.f.cards.BaseHeader
853
- implements sap.f.cards.IHeader {
860
+ implements sap.f.cards.IHeader
861
+ {
854
862
  __implements__sap_f_cards_IHeader: boolean;
855
863
  /**
856
864
  * Constructor for a new `Header`.
@@ -1395,7 +1403,8 @@ declare namespace sap {
1395
1403
  */
1396
1404
  class NumericHeader
1397
1405
  extends sap.f.cards.BaseHeader
1398
- implements sap.f.cards.IHeader {
1406
+ implements sap.f.cards.IHeader
1407
+ {
1399
1408
  __implements__sap_f_cards_IHeader: boolean;
1400
1409
  /**
1401
1410
  * Constructor for a new `NumericHeader`.
@@ -1518,6 +1527,14 @@ declare namespace sap {
1518
1527
  */
1519
1528
  oListener?: object
1520
1529
  ): this;
1530
+ /**
1531
+ * Destroys the microChart in the aggregation {@link #getMicroChart microChart}.
1532
+ *
1533
+ * @experimental (since 1.124)
1534
+ *
1535
+ * @returns Reference to `this` in order to allow method chaining
1536
+ */
1537
+ destroyMicroChart(): this;
1521
1538
  /**
1522
1539
  * Destroys all the sideIndicators in the aggregation {@link #getSideIndicators sideIndicators}.
1523
1540
  *
@@ -1700,6 +1717,14 @@ declare namespace sap {
1700
1717
  * @returns Value of property `iconVisible`
1701
1718
  */
1702
1719
  getIconVisible(): boolean;
1720
+ /**
1721
+ * Gets content of aggregation {@link #getMicroChart microChart}.
1722
+ *
1723
+ * Micro Chart
1724
+ *
1725
+ * @experimental (since 1.124)
1726
+ */
1727
+ getMicroChart(): sap.ui.core.Control;
1703
1728
  /**
1704
1729
  * Gets current value of property {@link #getNumber number}.
1705
1730
  *
@@ -2094,6 +2119,19 @@ declare namespace sap {
2094
2119
  */
2095
2120
  bIconVisible?: boolean
2096
2121
  ): this;
2122
+ /**
2123
+ * Sets the aggregated {@link #getMicroChart microChart}.
2124
+ *
2125
+ * @experimental (since 1.124)
2126
+ *
2127
+ * @returns Reference to `this` in order to allow method chaining
2128
+ */
2129
+ setMicroChart(
2130
+ /**
2131
+ * The microChart to set
2132
+ */
2133
+ oMicroChart: sap.ui.core.Control
2134
+ ): this;
2097
2135
  /**
2098
2136
  * Sets a new value for property {@link #getNumber number}.
2099
2137
  *
@@ -2605,7 +2643,8 @@ declare namespace sap {
2605
2643
  */
2606
2644
  class GridDropInfo
2607
2645
  extends sap.ui.core.dnd.DropInfo
2608
- implements sap.ui.core.dnd.IDropInfo {
2646
+ implements sap.ui.core.dnd.IDropInfo
2647
+ {
2609
2648
  __implements__sap_ui_core_dnd_IDropInfo: boolean;
2610
2649
  /**
2611
2650
  * Constructor for a new GridDropInfo.
@@ -2687,9 +2726,7 @@ declare namespace sap {
2687
2726
  * @returns Value of property `dropIndicatorSize`
2688
2727
  */
2689
2728
  getDropIndicatorSize():
2690
- | ((
2691
- p1: sap.ui.core.Control
2692
- ) => {
2729
+ | ((p1: sap.ui.core.Control) => {
2693
2730
  rows: int;
2694
2731
 
2695
2732
  columns: int;
@@ -2718,9 +2755,7 @@ declare namespace sap {
2718
2755
  /**
2719
2756
  * New value for property `dropIndicatorSize`
2720
2757
  */
2721
- fnDropIndicatorSize?: (
2722
- p1: sap.ui.core.Control
2723
- ) => {
2758
+ fnDropIndicatorSize?: (p1: sap.ui.core.Control) => {
2724
2759
  rows: int;
2725
2760
 
2726
2761
  columns: int;
@@ -11160,7 +11195,8 @@ declare namespace sap {
11160
11195
  */
11161
11196
  class CardBase
11162
11197
  extends sap.ui.core.Control
11163
- implements sap.f.ICard, sap.m.IBadge {
11198
+ implements sap.f.ICard, sap.m.IBadge
11199
+ {
11164
11200
  __implements__sap_f_ICard: boolean;
11165
11201
  __implements__sap_m_IBadge: boolean;
11166
11202
  /**
@@ -13514,7 +13550,8 @@ declare namespace sap {
13514
13550
  */
13515
13551
  class FlexibleColumnLayout
13516
13552
  extends sap.ui.core.Control
13517
- implements sap.ui.core.IPlaceholderSupport {
13553
+ implements sap.ui.core.IPlaceholderSupport
13554
+ {
13518
13555
  __implements__sap_ui_core_IPlaceholderSupport: boolean;
13519
13556
  /**
13520
13557
  * Constructor for a new `sap.f.FlexibleColumnLayout`.
@@ -15935,7 +15972,8 @@ declare namespace sap {
15935
15972
  */
15936
15973
  class GridContainer
15937
15974
  extends sap.ui.core.Control
15938
- implements sap.f.dnd.IGridDroppable {
15975
+ implements sap.f.dnd.IGridDroppable
15976
+ {
15939
15977
  __implements__sap_f_dnd_IGridDroppable: boolean;
15940
15978
  /**
15941
15979
  * Constructor for a new `sap.f.GridContainer`.
@@ -17282,7 +17320,8 @@ declare namespace sap {
17282
17320
  extends sap.m.ListBase
17283
17321
  implements
17284
17322
  sap.ui.layout.cssgrid.IGridConfigurable,
17285
- sap.f.dnd.IGridDroppable {
17323
+ sap.f.dnd.IGridDroppable
17324
+ {
17286
17325
  __implements__sap_ui_layout_cssgrid_IGridConfigurable: boolean;
17287
17326
  __implements__sap_f_dnd_IGridDroppable: boolean;
17288
17327
  /**
@@ -18882,7 +18921,8 @@ declare namespace sap {
18882
18921
  */
18883
18922
  class ShellBar
18884
18923
  extends sap.ui.core.Control
18885
- implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader {
18924
+ implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader
18925
+ {
18886
18926
  __implements__sap_f_IShellBar: boolean;
18887
18927
  __implements__sap_m_IBar: boolean;
18888
18928
  __implements__sap_tnt_IToolHeader: boolean;