@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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +23 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +21 -21
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
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,
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.120.
|
|
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
|
-
*
|
|
25424
|
-
* maxFractionDigits
|
|
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
|
-
*
|
|
25601
|
-
* maxFractionDigits
|
|
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
|
-
*
|
|
25760
|
-
* maxFractionDigits
|
|
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
|
-
*
|
|
25917
|
-
* maxFractionDigits
|
|
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
|
-
*
|
|
26073
|
-
* maxFractionDigits
|
|
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
|
/**
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED