@openui5/ts-types-esm 1.108.43 → 1.108.44
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 +33 -1
- 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.108.
|
|
1
|
+
// For Library Version: 1.108.44
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -76075,6 +76075,8 @@ declare module "sap/m/PDFViewer" {
|
|
|
76075
76075
|
oListener?: object
|
|
76076
76076
|
): this;
|
|
76077
76077
|
/**
|
|
76078
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
76079
|
+
*
|
|
76078
76080
|
* Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
76079
76081
|
* event of this `sap.m.PDFViewer`.
|
|
76080
76082
|
*
|
|
@@ -76086,6 +76088,10 @@ declare module "sap/m/PDFViewer" {
|
|
|
76086
76088
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
76087
76089
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
76088
76090
|
*
|
|
76091
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
76092
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
76093
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
76094
|
+
*
|
|
76089
76095
|
* @returns Reference to `this` in order to allow method chaining
|
|
76090
76096
|
*/
|
|
76091
76097
|
attachSourceValidationFailed(
|
|
@@ -76104,6 +76110,8 @@ declare module "sap/m/PDFViewer" {
|
|
|
76104
76110
|
oListener?: object
|
|
76105
76111
|
): this;
|
|
76106
76112
|
/**
|
|
76113
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
76114
|
+
*
|
|
76107
76115
|
* Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
76108
76116
|
* event of this `sap.m.PDFViewer`.
|
|
76109
76117
|
*
|
|
@@ -76115,6 +76123,10 @@ declare module "sap/m/PDFViewer" {
|
|
|
76115
76123
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
76116
76124
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
76117
76125
|
*
|
|
76126
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
76127
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
76128
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
76129
|
+
*
|
|
76118
76130
|
* @returns Reference to `this` in order to allow method chaining
|
|
76119
76131
|
*/
|
|
76120
76132
|
attachSourceValidationFailed(
|
|
@@ -76174,6 +76186,8 @@ declare module "sap/m/PDFViewer" {
|
|
|
76174
76186
|
oListener?: object
|
|
76175
76187
|
): this;
|
|
76176
76188
|
/**
|
|
76189
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
76190
|
+
*
|
|
76177
76191
|
* Detaches event handler `fnFunction` from the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
76178
76192
|
* event of this `sap.m.PDFViewer`.
|
|
76179
76193
|
*
|
|
@@ -76223,6 +76237,8 @@ declare module "sap/m/PDFViewer" {
|
|
|
76223
76237
|
mParameters?: object
|
|
76224
76238
|
): this;
|
|
76225
76239
|
/**
|
|
76240
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
76241
|
+
*
|
|
76226
76242
|
* Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
|
|
76227
76243
|
*
|
|
76228
76244
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -76730,10 +76746,16 @@ declare module "sap/m/PDFViewer" {
|
|
|
76730
76746
|
error?: (oEvent: Event) => void;
|
|
76731
76747
|
|
|
76732
76748
|
/**
|
|
76749
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
76750
|
+
*
|
|
76733
76751
|
* This event is fired when the PDF viewer control cannot check the loaded content. For example, the default
|
|
76734
76752
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
76735
76753
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
76736
76754
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
76755
|
+
*
|
|
76756
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
76757
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
76758
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
76737
76759
|
*/
|
|
76738
76760
|
sourceValidationFailed?: (oEvent: Event) => void;
|
|
76739
76761
|
}
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.108.
|
|
267
|
+
// For Library Version: 1.108.44
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -46597,6 +46597,8 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
|
|
|
46597
46597
|
|
|
46598
46598
|
import Context from "sap/ui/model/Context";
|
|
46599
46599
|
|
|
46600
|
+
import Metadata from "sap/ui/base/Metadata";
|
|
46601
|
+
|
|
46600
46602
|
/**
|
|
46601
46603
|
* Property binding implementation for JSON format.
|
|
46602
46604
|
*/
|
|
@@ -46626,6 +46628,36 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
|
|
|
46626
46628
|
*/
|
|
46627
46629
|
mParameters?: object
|
|
46628
46630
|
);
|
|
46631
|
+
|
|
46632
|
+
/**
|
|
46633
|
+
* Creates a new subclass of class sap.ui.model.json.JSONPropertyBinding with name `sClassName` and enriches
|
|
46634
|
+
* it with the information contained in `oClassInfo`.
|
|
46635
|
+
*
|
|
46636
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ClientPropertyBinding.extend}.
|
|
46637
|
+
*
|
|
46638
|
+
* @returns Created class / constructor function
|
|
46639
|
+
*/
|
|
46640
|
+
static extend<T extends Record<string, unknown>>(
|
|
46641
|
+
/**
|
|
46642
|
+
* Name of the class being created
|
|
46643
|
+
*/
|
|
46644
|
+
sClassName: string,
|
|
46645
|
+
/**
|
|
46646
|
+
* Object literal with information about the class
|
|
46647
|
+
*/
|
|
46648
|
+
oClassInfo?: sap.ClassInfo<T, JSONPropertyBinding>,
|
|
46649
|
+
/**
|
|
46650
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
46651
|
+
* used by this class
|
|
46652
|
+
*/
|
|
46653
|
+
FNMetaImpl?: Function
|
|
46654
|
+
): Function;
|
|
46655
|
+
/**
|
|
46656
|
+
* Returns a metadata object for class sap.ui.model.json.JSONPropertyBinding.
|
|
46657
|
+
*
|
|
46658
|
+
* @returns Metadata object describing this class
|
|
46659
|
+
*/
|
|
46660
|
+
static getMetadata(): Metadata;
|
|
46629
46661
|
}
|
|
46630
46662
|
}
|
|
46631
46663
|
|
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