@openui5/ts-types 1.108.39 → 1.108.41

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.108.39",
3
+ "version": "1.108.41",
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.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -18016,6 +18016,14 @@ declare namespace sap {
18016
18016
  | sap.ui.base.ManagedObject.PropertyBindingInfo
18017
18017
  | `{${string}}`;
18018
18018
 
18019
+ /**
18020
+ * Disables rendering of the `style` attribute in the `FormattedText`.
18021
+ */
18022
+ disableStyleAttribute?:
18023
+ | boolean
18024
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
18025
+ | `{${string}}`;
18026
+
18019
18027
  /**
18020
18028
  * @SINCE 1.52.0
18021
18029
  *
@@ -18402,6 +18410,14 @@ declare namespace sap {
18402
18410
  | sap.ui.base.ManagedObject.PropertyBindingInfo
18403
18411
  | `{${string}}`;
18404
18412
 
18413
+ /**
18414
+ * Disables rendering of the `style` attribute in the `FormattedText`.
18415
+ */
18416
+ disableStyleAttribute?:
18417
+ | boolean
18418
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
18419
+ | `{${string}}`;
18420
+
18405
18421
  /**
18406
18422
  * List of `sap.m.Link` controls that will be used to replace the placeholders in the text. Placeholders
18407
18423
  * are replaced according to their indexes. The placeholder with index %%0 will be replaced by the first
@@ -52766,6 +52782,16 @@ declare namespace sap {
52766
52782
  * @returns Value of property `convertLinksToAnchorTags`
52767
52783
  */
52768
52784
  getConvertLinksToAnchorTags(): sap.m.LinkConversion;
52785
+ /**
52786
+ * Gets current value of property {@link #getDisableStyleAttribute disableStyleAttribute}.
52787
+ *
52788
+ * Disables rendering of the `style` attribute in the `FormattedText`.
52789
+ *
52790
+ * Default value is `false`.
52791
+ *
52792
+ * @returns Value of property `disableStyleAttribute`
52793
+ */
52794
+ getDisableStyleAttribute(): boolean;
52769
52795
  /**
52770
52796
  * Gets current value of property {@link #getIcon icon}.
52771
52797
  *
@@ -53038,6 +53064,23 @@ declare namespace sap {
53038
53064
  */
53039
53065
  sConvertLinksToAnchorTags?: sap.m.LinkConversion
53040
53066
  ): this;
53067
+ /**
53068
+ * Sets a new value for property {@link #getDisableStyleAttribute disableStyleAttribute}.
53069
+ *
53070
+ * Disables rendering of the `style` attribute in the `FormattedText`.
53071
+ *
53072
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
53073
+ *
53074
+ * Default value is `false`.
53075
+ *
53076
+ * @returns Reference to `this` in order to allow method chaining
53077
+ */
53078
+ setDisableStyleAttribute(
53079
+ /**
53080
+ * New value for property `disableStyleAttribute`
53081
+ */
53082
+ bDisableStyleAttribute?: boolean
53083
+ ): this;
53041
53084
  /**
53042
53085
  * Sets a new value for property {@link #getIcon icon}.
53043
53086
  *
@@ -54512,6 +54555,16 @@ declare namespace sap {
54512
54555
  * @returns Value of property `convertLinksToAnchorTags`
54513
54556
  */
54514
54557
  getConvertLinksToAnchorTags(): sap.m.LinkConversion;
54558
+ /**
54559
+ * Gets current value of property {@link #getDisableStyleAttribute disableStyleAttribute}.
54560
+ *
54561
+ * Disables rendering of the `style` attribute in the `FormattedText`.
54562
+ *
54563
+ * Default value is `false`.
54564
+ *
54565
+ * @returns Value of property `disableStyleAttribute`
54566
+ */
54567
+ getDisableStyleAttribute(): boolean;
54515
54568
  /**
54516
54569
  * Gets current value of property {@link #getHeight height}.
54517
54570
  *
@@ -54690,6 +54743,23 @@ declare namespace sap {
54690
54743
  */
54691
54744
  sConvertLinksToAnchorTags?: sap.m.LinkConversion
54692
54745
  ): this;
54746
+ /**
54747
+ * Sets a new value for property {@link #getDisableStyleAttribute disableStyleAttribute}.
54748
+ *
54749
+ * Disables rendering of the `style` attribute in the `FormattedText`.
54750
+ *
54751
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
54752
+ *
54753
+ * Default value is `false`.
54754
+ *
54755
+ * @returns Reference to `this` in order to allow method chaining
54756
+ */
54757
+ setDisableStyleAttribute(
54758
+ /**
54759
+ * New value for property `disableStyleAttribute`
54760
+ */
54761
+ bDisableStyleAttribute?: boolean
54762
+ ): this;
54693
54763
  /**
54694
54764
  * Sets a new value for property {@link #getHeight height}.
54695
54765
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.39
267
+ // For Library Version: 1.108.41
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.39
1
+ // For Library Version: 1.108.41
2
2
 
3
3
  declare namespace sap {
4
4
  /**