@openui5/ts-types 1.108.42 → 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 +54 -11
- 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 namespace sap {
|
|
4
4
|
/**
|
|
@@ -24928,10 +24928,16 @@ declare namespace sap {
|
|
|
24928
24928
|
error?: (oEvent: sap.ui.base.Event) => void;
|
|
24929
24929
|
|
|
24930
24930
|
/**
|
|
24931
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
24932
|
+
*
|
|
24931
24933
|
* This event is fired when the PDF viewer control cannot check the loaded content. For example, the default
|
|
24932
24934
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
24933
24935
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
24934
24936
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
24937
|
+
*
|
|
24938
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
24939
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
24940
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
24935
24941
|
*/
|
|
24936
24942
|
sourceValidationFailed?: (oEvent: sap.ui.base.Event) => void;
|
|
24937
24943
|
}
|
|
@@ -91660,6 +91666,8 @@ declare namespace sap {
|
|
|
91660
91666
|
oListener?: object
|
|
91661
91667
|
): this;
|
|
91662
91668
|
/**
|
|
91669
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
91670
|
+
*
|
|
91663
91671
|
* Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
91664
91672
|
* event of this `sap.m.PDFViewer`.
|
|
91665
91673
|
*
|
|
@@ -91671,6 +91679,10 @@ declare namespace sap {
|
|
|
91671
91679
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
91672
91680
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
91673
91681
|
*
|
|
91682
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
91683
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
91684
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
91685
|
+
*
|
|
91674
91686
|
* @returns Reference to `this` in order to allow method chaining
|
|
91675
91687
|
*/
|
|
91676
91688
|
attachSourceValidationFailed(
|
|
@@ -91689,6 +91701,8 @@ declare namespace sap {
|
|
|
91689
91701
|
oListener?: object
|
|
91690
91702
|
): this;
|
|
91691
91703
|
/**
|
|
91704
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
91705
|
+
*
|
|
91692
91706
|
* Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
91693
91707
|
* event of this `sap.m.PDFViewer`.
|
|
91694
91708
|
*
|
|
@@ -91700,6 +91714,10 @@ declare namespace sap {
|
|
|
91700
91714
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
91701
91715
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
91702
91716
|
*
|
|
91717
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
91718
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
91719
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
91720
|
+
*
|
|
91703
91721
|
* @returns Reference to `this` in order to allow method chaining
|
|
91704
91722
|
*/
|
|
91705
91723
|
attachSourceValidationFailed(
|
|
@@ -91759,6 +91777,8 @@ declare namespace sap {
|
|
|
91759
91777
|
oListener?: object
|
|
91760
91778
|
): this;
|
|
91761
91779
|
/**
|
|
91780
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
91781
|
+
*
|
|
91762
91782
|
* Detaches event handler `fnFunction` from the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
91763
91783
|
* event of this `sap.m.PDFViewer`.
|
|
91764
91784
|
*
|
|
@@ -91808,6 +91828,8 @@ declare namespace sap {
|
|
|
91808
91828
|
mParameters?: object
|
|
91809
91829
|
): this;
|
|
91810
91830
|
/**
|
|
91831
|
+
* @deprecated (since 1.108.46) - with no replacement.
|
|
91832
|
+
*
|
|
91811
91833
|
* Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
|
|
91812
91834
|
*
|
|
91813
91835
|
* @returns Reference to `this` in order to allow method chaining
|
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
|
/**
|
|
@@ -13817,7 +13817,8 @@ declare namespace sap {
|
|
|
13817
13817
|
*/
|
|
13818
13818
|
groupingBaseSize?: int;
|
|
13819
13819
|
/**
|
|
13820
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
13820
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
13821
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
13821
13822
|
*/
|
|
13822
13823
|
groupingEnabled?: boolean;
|
|
13823
13824
|
/**
|
|
@@ -13826,7 +13827,8 @@ declare namespace sap {
|
|
|
13826
13827
|
*/
|
|
13827
13828
|
groupingSeparator?: string;
|
|
13828
13829
|
/**
|
|
13829
|
-
* defines the grouping size in digits; the default is `3`.
|
|
13830
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
13831
|
+
* non-positive value, grouping will be disabled entirely.
|
|
13830
13832
|
*/
|
|
13831
13833
|
groupingSize?: int;
|
|
13832
13834
|
/**
|
|
@@ -13987,7 +13989,8 @@ declare namespace sap {
|
|
|
13987
13989
|
*/
|
|
13988
13990
|
groupingBaseSize?: int;
|
|
13989
13991
|
/**
|
|
13990
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
13992
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
13993
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
13991
13994
|
*/
|
|
13992
13995
|
groupingEnabled?: boolean;
|
|
13993
13996
|
/**
|
|
@@ -13996,7 +13999,8 @@ declare namespace sap {
|
|
|
13996
13999
|
*/
|
|
13997
14000
|
groupingSeparator?: string;
|
|
13998
14001
|
/**
|
|
13999
|
-
* defines the grouping size in digits; the default is `3`.
|
|
14002
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
14003
|
+
* non-positive value, grouping will be disabled entirely.
|
|
14000
14004
|
*/
|
|
14001
14005
|
groupingSize?: int;
|
|
14002
14006
|
/**
|
|
@@ -14143,7 +14147,8 @@ declare namespace sap {
|
|
|
14143
14147
|
*/
|
|
14144
14148
|
groupingBaseSize?: int;
|
|
14145
14149
|
/**
|
|
14146
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
14150
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
14151
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
14147
14152
|
*/
|
|
14148
14153
|
groupingEnabled?: boolean;
|
|
14149
14154
|
/**
|
|
@@ -14152,7 +14157,8 @@ declare namespace sap {
|
|
|
14152
14157
|
*/
|
|
14153
14158
|
groupingSeparator?: string;
|
|
14154
14159
|
/**
|
|
14155
|
-
* defines the grouping size in digits; the default is `3`.
|
|
14160
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
14161
|
+
* non-positive value, grouping will be disabled entirely.
|
|
14156
14162
|
*/
|
|
14157
14163
|
groupingSize?: int;
|
|
14158
14164
|
/**
|
|
@@ -14292,7 +14298,8 @@ declare namespace sap {
|
|
|
14292
14298
|
*/
|
|
14293
14299
|
groupingBaseSize?: int;
|
|
14294
14300
|
/**
|
|
14295
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
14301
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
14302
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
14296
14303
|
*/
|
|
14297
14304
|
groupingEnabled?: boolean;
|
|
14298
14305
|
/**
|
|
@@ -14301,7 +14308,8 @@ declare namespace sap {
|
|
|
14301
14308
|
*/
|
|
14302
14309
|
groupingSeparator?: string;
|
|
14303
14310
|
/**
|
|
14304
|
-
* defines the grouping size in digits; the default is `3`.
|
|
14311
|
+
* defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
|
|
14312
|
+
* non-positive value, grouping will be disabled entirely.
|
|
14305
14313
|
*/
|
|
14306
14314
|
groupingSize?: int;
|
|
14307
14315
|
/**
|
|
@@ -14449,7 +14457,8 @@ declare namespace sap {
|
|
|
14449
14457
|
*/
|
|
14450
14458
|
groupingBaseSize?: int;
|
|
14451
14459
|
/**
|
|
14452
|
-
* defines whether grouping is enabled (grouping separators are shown)
|
|
14460
|
+
* defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
|
|
14461
|
+
* the `groupingSize` format option is set to a non-positive value.
|
|
14453
14462
|
*/
|
|
14454
14463
|
groupingEnabled?: boolean;
|
|
14455
14464
|
/**
|
|
@@ -14458,7 +14467,8 @@ declare namespace sap {
|
|
|
14458
14467
|
*/
|
|
14459
14468
|
groupingSeparator?: string;
|
|
14460
14469
|
/**
|
|
14461
|
-
* defines the grouping size in digits; the default is `3`. It must be a positive number.
|
|
14470
|
+
* defines the grouping size in digits; the default is `3`. It must be a positive number. **Note:** If this
|
|
14471
|
+
* format option is set to a non-positive value, grouping will be disabled entirely.
|
|
14462
14472
|
*/
|
|
14463
14473
|
groupingSize?: int;
|
|
14464
14474
|
/**
|
|
@@ -45035,6 +45045,39 @@ declare namespace sap {
|
|
|
45035
45045
|
*/
|
|
45036
45046
|
mParameters?: object
|
|
45037
45047
|
);
|
|
45048
|
+
|
|
45049
|
+
/**
|
|
45050
|
+
* Creates a new subclass of class sap.ui.model.json.JSONPropertyBinding with name `sClassName` and enriches
|
|
45051
|
+
* it with the information contained in `oClassInfo`.
|
|
45052
|
+
*
|
|
45053
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ClientPropertyBinding.extend}.
|
|
45054
|
+
*
|
|
45055
|
+
* @returns Created class / constructor function
|
|
45056
|
+
*/
|
|
45057
|
+
static extend<T extends Record<string, unknown>>(
|
|
45058
|
+
/**
|
|
45059
|
+
* Name of the class being created
|
|
45060
|
+
*/
|
|
45061
|
+
sClassName: string,
|
|
45062
|
+
/**
|
|
45063
|
+
* Object literal with information about the class
|
|
45064
|
+
*/
|
|
45065
|
+
oClassInfo?: sap.ClassInfo<
|
|
45066
|
+
T,
|
|
45067
|
+
sap.ui.model.json.JSONPropertyBinding
|
|
45068
|
+
>,
|
|
45069
|
+
/**
|
|
45070
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
45071
|
+
* used by this class
|
|
45072
|
+
*/
|
|
45073
|
+
FNMetaImpl?: Function
|
|
45074
|
+
): Function;
|
|
45075
|
+
/**
|
|
45076
|
+
* Returns a metadata object for class sap.ui.model.json.JSONPropertyBinding.
|
|
45077
|
+
*
|
|
45078
|
+
* @returns Metadata object describing this class
|
|
45079
|
+
*/
|
|
45080
|
+
static getMetadata(): sap.ui.base.Metadata;
|
|
45038
45081
|
}
|
|
45039
45082
|
/**
|
|
45040
45083
|
* Tree binding implementation for JSON format.
|
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