@openui5/ts-types 1.117.1 → 1.119.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -24,7 +24,8 @@ declare namespace sap {
24
24
 
25
25
  /**
26
26
  * Specifies the type of the `InfoLabel` paddings - loose or narrow. **Note:** By default the padding is
27
- * loose. It is recommended to use narrow (smaller) paddings for numeric texts.
27
+ * loose. It is recommended to use narrow (smaller) paddings for numeric texts. **Note:** In Horizon theme
28
+ * there is only one mode and setting this property will not have effect.
28
29
  */
29
30
  renderMode?:
30
31
  | sap.tnt.RenderMode
@@ -35,7 +36,7 @@ declare namespace sap {
35
36
  * Specifies the fill and text color of the control. Accepts a number between 1 and 10 as a value. You can
36
37
  * choose from 10 predefined background and text color combinations. The color schemes are non-semantic,
37
38
  * you can select them according to your own preferences. **Note:** ColorScheme 10 is available only in
38
- * Fiori 3 theme. The default `colorScheme` is 7.
39
+ * Fiori 3 and Horizon themes. The default `colorScheme` is 7.
39
40
  */
40
41
  colorScheme?:
41
42
  | int
@@ -349,20 +350,19 @@ declare namespace sap {
349
350
  *
350
351
  * Overview:
351
352
  *
352
- * The control visualizes text information without user interaction. The text inside the control is always
353
- * in upper case. It can have smaller or larger side paddings which can be specified by the `renderMode`
354
- * property. The text-background color pair can be changed by setting a number between 1 and 10 that corresponds
355
- * to the 10 predefined color combinations of the `colorScheme` property. The control is designed to be
356
- * vertically aligned with UI5 Input and Button control families. When using `InfoLabel` in non-editable
357
- * `Forms`, `Tables`, etc., set `displayOnly=true` for best visual results.
353
+ * The control visualizes text information without user interaction. The text-background color pair can
354
+ * be changed by setting a number between 1 and 10 that corresponds to the 10 predefined color combinations
355
+ * of the `colorScheme` property. The control is designed to be vertically aligned with UI5 Input and Button
356
+ * control families. When using `InfoLabel` in non-editable `Forms`, `Tables`, etc., set `displayOnly=true`
357
+ * for best visual results.
358
358
  *
359
359
  * Usage Guidelines:
360
360
  * - If the text is longer than the width of the control, it doesn’t wrap. Instead, it’s represented as
361
361
  * ellipsis.
362
362
  * - When truncated, the full text in the control is not visible. Therefore, it’s recommended to make
363
363
  * more space for longer items to be fully displayed.
364
- * - Colors are not semantic and have no visual representation in sap_belize_hcb and sap_belize_hcw themes.
365
- *
364
+ * - Colors are not semantic and have no visual representation in sap_belize_hcb, sap_belize_hcw, sap_fiori_3_hcb
365
+ * and sap_fiori_3_hcw themes.
366
366
  * - The control shows plain text only, formatting is not visualized.
367
367
  */
368
368
  class InfoLabel
@@ -449,7 +449,7 @@ declare namespace sap {
449
449
  * Specifies the fill and text color of the control. Accepts a number between 1 and 10 as a value. You can
450
450
  * choose from 10 predefined background and text color combinations. The color schemes are non-semantic,
451
451
  * you can select them according to your own preferences. **Note:** ColorScheme 10 is available only in
452
- * Fiori 3 theme. The default `colorScheme` is 7.
452
+ * Fiori 3 and Horizon themes. The default `colorScheme` is 7.
453
453
  *
454
454
  * Default value is `7`.
455
455
  *
@@ -484,7 +484,8 @@ declare namespace sap {
484
484
  * Gets current value of property {@link #getRenderMode renderMode}.
485
485
  *
486
486
  * Specifies the type of the `InfoLabel` paddings - loose or narrow. **Note:** By default the padding is
487
- * loose. It is recommended to use narrow (smaller) paddings for numeric texts.
487
+ * loose. It is recommended to use narrow (smaller) paddings for numeric texts. **Note:** In Horizon theme
488
+ * there is only one mode and setting this property will not have effect.
488
489
  *
489
490
  * Default value is `Loose`.
490
491
  *
@@ -527,7 +528,7 @@ declare namespace sap {
527
528
  * Specifies the fill and text color of the control. Accepts a number between 1 and 10 as a value. You can
528
529
  * choose from 10 predefined background and text color combinations. The color schemes are non-semantic,
529
530
  * you can select them according to your own preferences. **Note:** ColorScheme 10 is available only in
530
- * Fiori 3 theme. The default `colorScheme` is 7.
531
+ * Fiori 3 and Horizon themes. The default `colorScheme` is 7.
531
532
  *
532
533
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
533
534
  *
@@ -583,7 +584,8 @@ declare namespace sap {
583
584
  * Sets a new value for property {@link #getRenderMode renderMode}.
584
585
  *
585
586
  * Specifies the type of the `InfoLabel` paddings - loose or narrow. **Note:** By default the padding is
586
- * loose. It is recommended to use narrow (smaller) paddings for numeric texts.
587
+ * loose. It is recommended to use narrow (smaller) paddings for numeric texts. **Note:** In Horizon theme
588
+ * there is only one mode and setting this property will not have effect.
587
589
  *
588
590
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
589
591
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -517,7 +517,10 @@ declare namespace sap {
517
517
  /**
518
518
  * @since 1.54.1
519
519
  *
520
- * Pretty-prints the content of the editor
520
+ * Pretty-prints the content of the editor.
521
+ *
522
+ * **Note:** Works well only for PHP. For other programming languages, the content might not be formatted
523
+ * well. In such cases it is recommended to use your own formatting.
521
524
  */
522
525
  prettyPrint(): void;
523
526
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.117.1
1
+ // For Library Version: 1.119.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {