@openui5/ts-types 1.107.1 → 1.108.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.107.1",
3
+ "version": "1.108.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.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -20,7 +20,7 @@ declare namespace sap {
20
20
 
21
21
  interface $BaseHeaderSettings extends sap.ui.core.$ControlSettings {
22
22
  /**
23
- * @EXPERIMENTAL (since 1.89)
23
+ * @EXPERIMENTAL (since 1.89) - this feature is experimental and the API may change.
24
24
  *
25
25
  * Defines the timestamp of the oldest data in the card. Use this to show to the end user how fresh the
26
26
  * information in the card is.
@@ -98,14 +98,14 @@ declare namespace sap {
98
98
  iconInitials?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
99
99
 
100
100
  /**
101
- * @EXPERIMENTAL (since 1.81)
101
+ * @EXPERIMENTAL (since 1.81) - this feature is experimental and the API may change.
102
102
  *
103
103
  * Defines an alt text for the avatar or icon.
104
104
  */
105
105
  iconAlt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
106
106
 
107
107
  /**
108
- * @EXPERIMENTAL (since 1.83)
108
+ * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
109
109
  *
110
110
  * Defines a background color for the avatar or icon.
111
111
  */
@@ -114,6 +114,16 @@ declare namespace sap {
114
114
  | sap.ui.base.ManagedObject.PropertyBindingInfo
115
115
  | `{${string}}`;
116
116
 
117
+ /**
118
+ * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
119
+ *
120
+ * Defines whether the card icon is visible.
121
+ */
122
+ iconVisible?:
123
+ | boolean
124
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
125
+ | `{${string}}`;
126
+
117
127
  /**
118
128
  * Fires when the user presses the control.
119
129
  */
@@ -185,7 +195,8 @@ declare namespace sap {
185
195
  | `{${string}}`;
186
196
 
187
197
  /**
188
- * @EXPERIMENTAL (since 1.64)
198
+ * @EXPERIMENTAL (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
199
+ * may be done before its official public release. Use at your own discretion.
189
200
  *
190
201
  * The semantic color which represents the state of the main number indicator.
191
202
  */
@@ -251,7 +262,8 @@ declare namespace sap {
251
262
  unit?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
252
263
 
253
264
  /**
254
- * @EXPERIMENTAL (since 1.95)
265
+ * @EXPERIMENTAL (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
266
+ * may be done before its official public release. Use at your own discretion.
255
267
  *
256
268
  * The semantic color which represents the state of the side indicator.
257
269
  */
@@ -337,7 +349,7 @@ declare namespace sap {
337
349
  */
338
350
  destroyToolbar(): this;
339
351
  /**
340
- * @EXPERIMENTAL (since 1.89)
352
+ * @EXPERIMENTAL (since 1.89) - this feature is experimental and the API may change.
341
353
  *
342
354
  * Gets current value of property {@link #getDataTimestamp dataTimestamp}.
343
355
  *
@@ -540,7 +552,7 @@ declare namespace sap {
540
552
  mParameters?: object
541
553
  ): this;
542
554
  /**
543
- * @EXPERIMENTAL (since 1.81)
555
+ * @EXPERIMENTAL (since 1.81) - this feature is experimental and the API may change.
544
556
  *
545
557
  * Gets current value of property {@link #getIconAlt iconAlt}.
546
558
  *
@@ -552,7 +564,7 @@ declare namespace sap {
552
564
  */
553
565
  getIconAlt(): string;
554
566
  /**
555
- * @EXPERIMENTAL (since 1.83)
567
+ * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
556
568
  *
557
569
  * Gets current value of property {@link #getIconBackgroundColor iconBackgroundColor}.
558
570
  *
@@ -593,6 +605,18 @@ declare namespace sap {
593
605
  * @returns Value of property `iconSrc`
594
606
  */
595
607
  getIconSrc(): sap.ui.core.URI;
608
+ /**
609
+ * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
610
+ *
611
+ * Gets current value of property {@link #getIconVisible iconVisible}.
612
+ *
613
+ * Defines whether the card icon is visible.
614
+ *
615
+ * Default value is `true`.
616
+ *
617
+ * @returns Value of property `iconVisible`
618
+ */
619
+ getIconVisible(): boolean;
596
620
  /**
597
621
  * Gets current value of property {@link #getStatusText statusText}.
598
622
  *
@@ -648,7 +672,7 @@ declare namespace sap {
648
672
  */
649
673
  getTitleMaxLines(): int;
650
674
  /**
651
- * @EXPERIMENTAL (since 1.81)
675
+ * @EXPERIMENTAL (since 1.81) - this feature is experimental and the API may change.
652
676
  *
653
677
  * Sets a new value for property {@link #getIconAlt iconAlt}.
654
678
  *
@@ -667,7 +691,7 @@ declare namespace sap {
667
691
  sIconAlt?: string
668
692
  ): this;
669
693
  /**
670
- * @EXPERIMENTAL (since 1.83)
694
+ * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
671
695
  *
672
696
  * Sets a new value for property {@link #getIconBackgroundColor iconBackgroundColor}.
673
697
  *
@@ -736,6 +760,25 @@ declare namespace sap {
736
760
  */
737
761
  sIconSrc?: sap.ui.core.URI
738
762
  ): this;
763
+ /**
764
+ * @EXPERIMENTAL (since 1.83) - this feature is experimental and the API may change.
765
+ *
766
+ * Sets a new value for property {@link #getIconVisible iconVisible}.
767
+ *
768
+ * Defines whether the card icon is visible.
769
+ *
770
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
771
+ *
772
+ * Default value is `true`.
773
+ *
774
+ * @returns Reference to `this` in order to allow method chaining
775
+ */
776
+ setIconVisible(
777
+ /**
778
+ * New value for property `iconVisible`
779
+ */
780
+ bIconVisible?: boolean
781
+ ): this;
739
782
  /**
740
783
  * Sets a new value for property {@link #getStatusText statusText}.
741
784
  *
@@ -1065,7 +1108,8 @@ declare namespace sap {
1065
1108
  */
1066
1109
  getSideIndicatorsAlignment(): sap.f.cards.NumericHeaderSideIndicatorsAlignment;
1067
1110
  /**
1068
- * @EXPERIMENTAL (since 1.64)
1111
+ * @EXPERIMENTAL (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
1112
+ * may be done before its official public release. Use at your own discretion.
1069
1113
  *
1070
1114
  * Gets current value of property {@link #getState state}.
1071
1115
  *
@@ -1277,7 +1321,8 @@ declare namespace sap {
1277
1321
  sSideIndicatorsAlignment?: sap.f.cards.NumericHeaderSideIndicatorsAlignment
1278
1322
  ): this;
1279
1323
  /**
1280
- * @EXPERIMENTAL (since 1.64)
1324
+ * @EXPERIMENTAL (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
1325
+ * may be done before its official public release. Use at your own discretion.
1281
1326
  *
1282
1327
  * Sets a new value for property {@link #getState state}.
1283
1328
  *
@@ -1488,7 +1533,8 @@ declare namespace sap {
1488
1533
  */
1489
1534
  getNumber(): string;
1490
1535
  /**
1491
- * @EXPERIMENTAL (since 1.95)
1536
+ * @EXPERIMENTAL (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
1537
+ * may be done before its official public release. Use at your own discretion.
1492
1538
  *
1493
1539
  * Gets current value of property {@link #getState state}.
1494
1540
  *
@@ -1527,7 +1573,8 @@ declare namespace sap {
1527
1573
  sValue: string
1528
1574
  ): this;
1529
1575
  /**
1530
- * @EXPERIMENTAL (since 1.95)
1576
+ * @EXPERIMENTAL (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
1577
+ * may be done before its official public release. Use at your own discretion.
1531
1578
  *
1532
1579
  * Sets a new value for property {@link #getState state}.
1533
1580
  *
@@ -1637,7 +1684,7 @@ declare namespace sap {
1637
1684
 
1638
1685
  /**
1639
1686
  * @SINCE 1.68
1640
- * @EXPERIMENTAL (since 1.68)
1687
+ * @EXPERIMENTAL (since 1.68) - This class is experimental. The API may change.
1641
1688
  *
1642
1689
  * Provides enhanced configuration for drop operations inside grid-based controls.
1643
1690
  *
@@ -6826,7 +6873,8 @@ declare namespace sap {
6826
6873
 
6827
6874
  /**
6828
6875
  * @SINCE 1.63
6829
- * @EXPERIMENTAL (since 1.63)
6876
+ * @EXPERIMENTAL (since 1.63) - that provides only limited functionality. Also, it can be removed in future
6877
+ * versions.
6830
6878
  *
6831
6879
  * Interface for controls suitable for the `additionalContent` aggregation of `{@link sap.f.ShellBar}`.
6832
6880
  */
@@ -7730,7 +7778,8 @@ declare namespace sap {
7730
7778
  | `{${string}}`;
7731
7779
 
7732
7780
  /**
7733
- * @EXPERIMENTAL (since 1.81)
7781
+ * @EXPERIMENTAL (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
7782
+ * may be done before its official public release.
7734
7783
  *
7735
7784
  * Defines the minimum height of the grid.
7736
7785
  *
@@ -7761,7 +7810,8 @@ declare namespace sap {
7761
7810
  | `{${string}}`;
7762
7811
 
7763
7812
  /**
7764
- * @EXPERIMENTAL (since 1.66)
7813
+ * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
7814
+ * may be done before its official public release. Use at your own discretion.
7765
7815
  *
7766
7816
  * Increases the density when arranging the items. Smaller items will take up all of the available space,
7767
7817
  * ignoring their order.
@@ -7774,7 +7824,8 @@ declare namespace sap {
7774
7824
  | `{${string}}`;
7775
7825
 
7776
7826
  /**
7777
- * @EXPERIMENTAL (since 1.66)
7827
+ * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
7828
+ * may be done before its official public release. Use at your own discretion.
7778
7829
  *
7779
7830
  * Makes the grid items act like an inline-block elements. They will be arranged in rows with height equal
7780
7831
  * to the highest item in the row.
@@ -7808,7 +7859,8 @@ declare namespace sap {
7808
7859
  layout?: sap.f.GridContainerSettings;
7809
7860
 
7810
7861
  /**
7811
- * @EXPERIMENTAL (since 1.71)
7862
+ * @EXPERIMENTAL (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
7863
+ * may be done before its official public release. Use at your own discretion.
7812
7864
  *
7813
7865
  * The sap.f.GridContainerSettings applied for size "XS". Range: up to 374px.
7814
7866
  */
@@ -7884,7 +7936,7 @@ declare namespace sap {
7884
7936
  | `{${string}}`;
7885
7937
 
7886
7938
  /**
7887
- * @EXPERIMENTAL (since 1.65)
7939
+ * @EXPERIMENTAL (since 1.65) - this property may soon be removed, use minRows instead
7888
7940
  *
7889
7941
  * Specifies the number of rows, which the item should take.
7890
7942
  */
@@ -8468,7 +8520,8 @@ declare namespace sap {
8468
8520
  }
8469
8521
  /**
8470
8522
  * @SINCE 1.73
8471
- * @EXPERIMENTAL (since 1.73)
8523
+ * @EXPERIMENTAL (since 1.73) - This class is experimental and provides only limited functionality. Also
8524
+ * the API might be changed in future.
8472
8525
  *
8473
8526
  * Displays a group of avatars arranged horizontally. It is useful to visually showcase a group of related
8474
8527
  * avatars, such as, project team members or employees.
@@ -8849,7 +8902,8 @@ declare namespace sap {
8849
8902
  }
8850
8903
  /**
8851
8904
  * @SINCE 1.73
8852
- * @EXPERIMENTAL (since 1.73)
8905
+ * @EXPERIMENTAL (since 1.73) - This class is experimental and provides only limited functionality. Also
8906
+ * the API might be changed in future.
8853
8907
  *
8854
8908
  * Represents a single avatar item displayed in the {@link sap.f.AvatarGroup} control.
8855
8909
  *
@@ -14322,7 +14376,8 @@ declare namespace sap {
14322
14376
  */
14323
14377
  destroyLayoutXL(): this;
14324
14378
  /**
14325
- * @EXPERIMENTAL (since 1.71)
14379
+ * @EXPERIMENTAL (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
14380
+ * may be done before its official public release. Use at your own discretion.
14326
14381
  *
14327
14382
  * Destroys the layoutXS in the aggregation {@link #getLayoutXS layoutXS}.
14328
14383
  *
@@ -14443,7 +14498,7 @@ declare namespace sap {
14443
14498
  }
14444
14499
  ): this;
14445
14500
  /**
14446
- * @EXPERIMENTAL (since 1.81)
14501
+ * @EXPERIMENTAL (since 1.81) - Behavior might change.
14447
14502
  *
14448
14503
  * Focuses the item on the given index. Should be called after successful drop operation.
14449
14504
  *
@@ -14456,7 +14511,7 @@ declare namespace sap {
14456
14511
  iIndex: int
14457
14512
  ): void;
14458
14513
  /**
14459
- * @EXPERIMENTAL (since 1.85)
14514
+ * @EXPERIMENTAL (since 1.85) - Behavior might change.
14460
14515
  *
14461
14516
  * Focuses an item in the given direction - up, down, left or right, from the starting position specified
14462
14517
  * by row and column.
@@ -14490,7 +14545,8 @@ declare namespace sap {
14490
14545
  */
14491
14546
  getActiveLayoutSettings(): sap.f.GridContainerSettings;
14492
14547
  /**
14493
- * @EXPERIMENTAL (since 1.66)
14548
+ * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
14549
+ * may be done before its official public release. Use at your own discretion.
14494
14550
  *
14495
14551
  * Gets current value of property {@link #getAllowDenseFill allowDenseFill}.
14496
14552
  *
@@ -14526,7 +14582,8 @@ declare namespace sap {
14526
14582
  */
14527
14583
  getContainerQuery(): boolean;
14528
14584
  /**
14529
- * @EXPERIMENTAL (since 1.66)
14585
+ * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
14586
+ * may be done before its official public release. Use at your own discretion.
14530
14587
  *
14531
14588
  * Gets current value of property {@link #getInlineBlockLayout inlineBlockLayout}.
14532
14589
  *
@@ -14584,7 +14641,8 @@ declare namespace sap {
14584
14641
  */
14585
14642
  getLayoutXL(): sap.f.GridContainerSettings;
14586
14643
  /**
14587
- * @EXPERIMENTAL (since 1.71)
14644
+ * @EXPERIMENTAL (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
14645
+ * may be done before its official public release. Use at your own discretion.
14588
14646
  *
14589
14647
  * Gets content of aggregation {@link #getLayoutXS layoutXS}.
14590
14648
  *
@@ -14592,7 +14650,8 @@ declare namespace sap {
14592
14650
  */
14593
14651
  getLayoutXS(): sap.f.GridContainerSettings;
14594
14652
  /**
14595
- * @EXPERIMENTAL (since 1.81)
14653
+ * @EXPERIMENTAL (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
14654
+ * may be done before its official public release.
14596
14655
  *
14597
14656
  * Gets current value of property {@link #getMinHeight minHeight}.
14598
14657
  *
@@ -14710,7 +14769,8 @@ declare namespace sap {
14710
14769
  vItem: int | string | sap.ui.core.Item
14711
14770
  ): sap.ui.core.Control | null;
14712
14771
  /**
14713
- * @EXPERIMENTAL (since 1.66)
14772
+ * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
14773
+ * may be done before its official public release. Use at your own discretion.
14714
14774
  *
14715
14775
  * Sets a new value for property {@link #getAllowDenseFill allowDenseFill}.
14716
14776
  *
@@ -14750,7 +14810,8 @@ declare namespace sap {
14750
14810
  bContainerQuery?: boolean
14751
14811
  ): this;
14752
14812
  /**
14753
- * @EXPERIMENTAL (since 1.66)
14813
+ * @EXPERIMENTAL (since 1.66) - Disclaimer: this property is in a beta state - incompatible API changes
14814
+ * may be done before its official public release. Use at your own discretion.
14754
14815
  *
14755
14816
  * Sets a new value for property {@link #getInlineBlockLayout inlineBlockLayout}.
14756
14817
  *
@@ -14828,7 +14889,8 @@ declare namespace sap {
14828
14889
  oLayoutXL: sap.f.GridContainerSettings
14829
14890
  ): this;
14830
14891
  /**
14831
- * @EXPERIMENTAL (since 1.71)
14892
+ * @EXPERIMENTAL (since 1.71) - Disclaimer: this property is in a beta state - incompatible API changes
14893
+ * may be done before its official public release. Use at your own discretion.
14832
14894
  *
14833
14895
  * Sets the aggregated {@link #getLayoutXS layoutXS}.
14834
14896
  *
@@ -14841,7 +14903,8 @@ declare namespace sap {
14841
14903
  oLayoutXS: sap.f.GridContainerSettings
14842
14904
  ): this;
14843
14905
  /**
14844
- * @EXPERIMENTAL (since 1.81)
14906
+ * @EXPERIMENTAL (since 1.81) - Disclaimer: this property is in a beta state - incompatible API changes
14907
+ * may be done before its official public release.
14845
14908
  *
14846
14909
  * Sets a new value for property {@link #getMinHeight minHeight}.
14847
14910
  *
@@ -14900,7 +14963,7 @@ declare namespace sap {
14900
14963
  }
14901
14964
  /**
14902
14965
  * @SINCE 1.65
14903
- * @EXPERIMENTAL (since 1.65)
14966
+ * @EXPERIMENTAL (since 1.65) - This class is experimental. The API may change.
14904
14967
  *
14905
14968
  * Holds layout data for an item inside a `sap.f.GridContainer`.
14906
14969
  */
@@ -14993,7 +15056,7 @@ declare namespace sap {
14993
15056
  */
14994
15057
  getMinRows(): int;
14995
15058
  /**
14996
- * @EXPERIMENTAL (since 1.65)
15059
+ * @EXPERIMENTAL (since 1.65) - this property may soon be removed, use minRows instead
14997
15060
  *
14998
15061
  * Gets current value of property {@link #getRows rows}.
14999
15062
  *
@@ -15040,7 +15103,7 @@ declare namespace sap {
15040
15103
  iMinRows: int
15041
15104
  ): this;
15042
15105
  /**
15043
- * @EXPERIMENTAL (since 1.65)
15106
+ * @EXPERIMENTAL (since 1.65) - this property may soon be removed, use minRows instead
15044
15107
  *
15045
15108
  * Sets a new value for property {@link #getRows rows}.
15046
15109
  *
@@ -15059,7 +15122,7 @@ declare namespace sap {
15059
15122
  }
15060
15123
  /**
15061
15124
  * @SINCE 1.65
15062
- * @EXPERIMENTAL (since 1.65)
15125
+ * @EXPERIMENTAL (since 1.65) - This class is experimental. The API may change.
15063
15126
  *
15064
15127
  * Holds a set of settings that define the dimensions of `sap.f.GridContainer`.
15065
15128
  *
@@ -15536,7 +15599,7 @@ declare namespace sap {
15536
15599
  }
15537
15600
  ): this;
15538
15601
  /**
15539
- * @EXPERIMENTAL (since 1.87)
15602
+ * @EXPERIMENTAL (since 1.87) - Behavior might change.
15540
15603
  *
15541
15604
  * Focuses an item in the given direction - up, down, left or right, from the starting position specified
15542
15605
  * by row and column.
@@ -15932,7 +15995,8 @@ declare namespace sap {
15932
15995
  }
15933
15996
  /**
15934
15997
  * @SINCE 1.72
15935
- * @EXPERIMENTAL (since 1.72)
15998
+ * @EXPERIMENTAL (since 1.72) - This class is experimental and provides only limited functionality. Also
15999
+ * the API might be changed in future.
15936
16000
  *
15937
16001
  * A layout control that provides specific configuration about how the items should be displayed.
15938
16002
  */
@@ -16167,7 +16231,8 @@ declare namespace sap {
16167
16231
  }
16168
16232
  /**
16169
16233
  * @SINCE 1.72
16170
- * @EXPERIMENTAL (since 1.72)
16234
+ * @EXPERIMENTAL (since 1.72) - This class is experimental and provides only limited functionality. Also
16235
+ * the API might be changed in future.
16171
16236
  *
16172
16237
  * A control that is used as a child of `ProductSwitch`
16173
16238
  *
@@ -18129,7 +18194,8 @@ declare namespace sap {
18129
18194
  }
18130
18195
  /**
18131
18196
  * @SINCE 1.107
18132
- * @EXPERIMENTAL (since 1.107)
18197
+ * @EXPERIMENTAL (since 1.107) - This class is experimental and provides only limited functionality. Also
18198
+ * the API might be changed in future.
18133
18199
  *
18134
18200
  * Overview:
18135
18201
  *
@@ -18590,7 +18656,8 @@ declare namespace sap {
18590
18656
  }
18591
18657
  /**
18592
18658
  * @SINCE 1.107
18593
- * @EXPERIMENTAL (since 1.107)
18659
+ * @EXPERIMENTAL (since 1.107) - This class is experimental and provides only limited functionality. Also
18660
+ * the API might be changed in future.
18594
18661
  *
18595
18662
  * Overview:
18596
18663
  *