@openui5/types 1.120.34 → 1.120.36

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/types",
3
- "version": "1.120.34",
3
+ "version": "1.120.36",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript",
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.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -82772,6 +82772,11 @@ declare module "sap/m/PDFViewer" {
82772
82772
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
82773
82773
  * when this event is fired, call the preventDefault() method inside the event handler.
82774
82774
  *
82775
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
82776
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
82777
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
82778
+ *
82779
+ * @deprecated (since 1.120.36) - with no replacement.
82775
82780
  *
82776
82781
  * @returns Reference to `this` in order to allow method chaining
82777
82782
  */
@@ -82802,6 +82807,11 @@ declare module "sap/m/PDFViewer" {
82802
82807
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
82803
82808
  * when this event is fired, call the preventDefault() method inside the event handler.
82804
82809
  *
82810
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
82811
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
82812
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
82813
+ *
82814
+ * @deprecated (since 1.120.36) - with no replacement.
82805
82815
  *
82806
82816
  * @returns Reference to `this` in order to allow method chaining
82807
82817
  */
@@ -82871,6 +82881,7 @@ declare module "sap/m/PDFViewer" {
82871
82881
  *
82872
82882
  * The passed function and listener object must match the ones used for event registration.
82873
82883
  *
82884
+ * @deprecated (since 1.120.36) - with no replacement.
82874
82885
  *
82875
82886
  * @returns Reference to `this` in order to allow method chaining
82876
82887
  */
@@ -82917,6 +82928,7 @@ declare module "sap/m/PDFViewer" {
82917
82928
  /**
82918
82929
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
82919
82930
  *
82931
+ * @deprecated (since 1.120.36) - with no replacement.
82920
82932
  * @ui5-protected Do not call from applications (only from related classes in the framework)
82921
82933
  *
82922
82934
  * @returns Reference to `this` in order to allow method chaining
@@ -83448,6 +83460,12 @@ declare module "sap/m/PDFViewer" {
83448
83460
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
83449
83461
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
83450
83462
  * when this event is fired, call the preventDefault() method inside the event handler.
83463
+ *
83464
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
83465
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
83466
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
83467
+ *
83468
+ * @deprecated (since 1.120.36) - with no replacement.
83451
83469
  */
83452
83470
  sourceValidationFailed?: (oEvent: Event) => void;
83453
83471
  }
@@ -83485,11 +83503,15 @@ declare module "sap/m/PDFViewer" {
83485
83503
 
83486
83504
  /**
83487
83505
  * Parameters of the PDFViewer#sourceValidationFailed event.
83506
+ *
83507
+ * @deprecated (since 1.120.36) - with no replacement.
83488
83508
  */
83489
83509
  export interface PDFViewer$SourceValidationFailedEventParameters {}
83490
83510
 
83491
83511
  /**
83492
83512
  * Event object of the PDFViewer#sourceValidationFailed event.
83513
+ *
83514
+ * @deprecated (since 1.120.36) - with no replacement.
83493
83515
  */
83494
83516
  export type PDFViewer$SourceValidationFailedEvent = Event<
83495
83517
  PDFViewer$SourceValidationFailedEventParameters,
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.34
283
+ // For Library Version: 1.120.36
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -25420,12 +25420,12 @@ declare module "sap/ui/core/format/NumberFormat" {
25420
25420
  */
25421
25421
  preserveDecimals?: boolean;
25422
25422
  /**
25423
- * specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
25424
- * maxFractionDigits. Rounding will only be applied if the passed value is of type `number`. This can be
25425
- * assigned
25423
+ * Specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
25424
+ * `maxFractionDigits`. This can be assigned
25426
25425
  * - by value in {@link sap.ui.core.format.NumberFormat.RoundingMode RoundingMode},
25427
25426
  * - via a function that is used for rounding the number and takes two parameters: the number itself,
25428
- * and the number of decimal digits that should be reserved.
25427
+ * and the number of decimal digits that should be reserved. **Using a function is deprecated since 1.120**;
25428
+ * string based numbers are not rounded via this custom function.
25429
25429
  */
25430
25430
  roundingMode?: RoundingMode | keyof typeof RoundingMode;
25431
25431
  /**
@@ -25597,12 +25597,12 @@ declare module "sap/ui/core/format/NumberFormat" {
25597
25597
  */
25598
25598
  preserveDecimals?: boolean;
25599
25599
  /**
25600
- * specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
25601
- * maxFractionDigits. Rounding will only be applied if the passed value is of type `number`. This can be
25602
- * assigned
25600
+ * Specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
25601
+ * `maxFractionDigits`. This can be assigned
25603
25602
  * - by value in {@link sap.ui.core.format.NumberFormat.RoundingMode RoundingMode},
25604
25603
  * - via a function that is used for rounding the number and takes two parameters: the number itself,
25605
- * and the number of decimal digits that should be reserved.
25604
+ * and the number of decimal digits that should be reserved. **Using a function is deprecated since 1.120**;
25605
+ * string based numbers are not rounded via this custom function.
25606
25606
  */
25607
25607
  roundingMode?: RoundingMode | keyof typeof RoundingMode;
25608
25608
  /**
@@ -25756,12 +25756,12 @@ declare module "sap/ui/core/format/NumberFormat" {
25756
25756
  */
25757
25757
  preserveDecimals?: boolean;
25758
25758
  /**
25759
- * specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
25760
- * maxFractionDigits. Rounding will only be applied if the passed value is of type `number`. This can be
25761
- * assigned
25759
+ * Specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
25760
+ * `maxFractionDigits`. This can be assigned
25762
25761
  * - by value in {@link sap.ui.core.format.NumberFormat.RoundingMode RoundingMode},
25763
25762
  * - via a function that is used for rounding the number and takes two parameters: the number itself,
25764
- * and the number of decimal digits that should be reserved.
25763
+ * and the number of decimal digits that should be reserved. **Using a function is deprecated since 1.120**;
25764
+ * string based numbers are not rounded via this custom function.
25765
25765
  */
25766
25766
  roundingMode?: RoundingMode | keyof typeof RoundingMode;
25767
25767
  /**
@@ -25913,12 +25913,12 @@ declare module "sap/ui/core/format/NumberFormat" {
25913
25913
  */
25914
25914
  preserveDecimals?: boolean;
25915
25915
  /**
25916
- * specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
25917
- * maxFractionDigits. Rounding will only be applied if the passed value is of type `number`. This can be
25918
- * assigned
25916
+ * Specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
25917
+ * `maxFractionDigits`. This can be assigned
25919
25918
  * - by value in {@link sap.ui.core.format.NumberFormat.RoundingMode RoundingMode},
25920
25919
  * - via a function that is used for rounding the number and takes two parameters: the number itself,
25921
- * and the number of decimal digits that should be reserved.
25920
+ * and the number of decimal digits that should be reserved. **Using a function is deprecated since 1.120**;
25921
+ * string based numbers are not rounded via this custom function.
25922
25922
  */
25923
25923
  roundingMode?: RoundingMode | keyof typeof RoundingMode;
25924
25924
  /**
@@ -26069,12 +26069,12 @@ declare module "sap/ui/core/format/NumberFormat" {
26069
26069
  */
26070
26070
  preserveDecimals?: boolean;
26071
26071
  /**
26072
- * specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
26073
- * maxFractionDigits. Rounding will only be applied if the passed value is of type `number`. This can be
26074
- * assigned
26072
+ * Specifies the rounding behavior for discarding the digits after the maximum fraction digits defined by
26073
+ * `maxFractionDigits`. This can be assigned
26075
26074
  * - by value in {@link sap.ui.core.format.NumberFormat.RoundingMode RoundingMode},
26076
26075
  * - via a function that is used for rounding the number and takes two parameters: the number itself,
26077
- * and the number of decimal digits that should be reserved.
26076
+ * and the number of decimal digits that should be reserved. **Using a function is deprecated since 1.120**;
26077
+ * string based numbers are not rounded via this custom function.
26078
26078
  */
26079
26079
  roundingMode?: RoundingMode | keyof typeof RoundingMode;
26080
26080
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.34
1
+ // For Library Version: 1.120.36
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**