@sapui5/ts-types 1.108.45 → 1.108.46
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.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +23 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -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.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +34 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.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.richtexteditor.d.ts +13 -9
- 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.vk.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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.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.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
package/types/sap.sac.grid.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.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
|
/**
|
|
@@ -45045,6 +45045,39 @@ declare namespace sap {
|
|
|
45045
45045
|
*/
|
|
45046
45046
|
mParameters?: object
|
|
45047
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;
|
|
45048
45081
|
}
|
|
45049
45082
|
/**
|
|
45050
45083
|
* Tree binding implementation for JSON format.
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.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
|
@@ -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
|
namespace ui {
|
|
@@ -58,7 +58,7 @@ declare namespace sap {
|
|
|
58
58
|
*
|
|
59
59
|
* **Notes:**
|
|
60
60
|
* - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
|
|
61
|
-
* it will load TinyMCE version
|
|
61
|
+
* it will load TinyMCE version 7.
|
|
62
62
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
63
63
|
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
64
64
|
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
@@ -69,7 +69,7 @@ declare namespace sap {
|
|
|
69
69
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
70
70
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
71
71
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
72
|
-
* - TinyMCE 5 will be removed in future releases.
|
|
72
|
+
* - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
|
|
73
73
|
*/
|
|
74
74
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
75
75
|
|
|
@@ -246,7 +246,7 @@ declare namespace sap {
|
|
|
246
246
|
* @SINCE 1.48
|
|
247
247
|
*
|
|
248
248
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
249
|
-
* only when the EditorType is
|
|
249
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
250
250
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
251
251
|
* loaded toolbar.
|
|
252
252
|
*/
|
|
@@ -902,7 +902,7 @@ declare namespace sap {
|
|
|
902
902
|
* Gets current value of property {@link #getCustomToolbar customToolbar}.
|
|
903
903
|
*
|
|
904
904
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
905
|
-
* only when the EditorType is
|
|
905
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
906
906
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
907
907
|
* loaded toolbar.
|
|
908
908
|
*
|
|
@@ -945,7 +945,7 @@ declare namespace sap {
|
|
|
945
945
|
*
|
|
946
946
|
* **Notes:**
|
|
947
947
|
* - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
|
|
948
|
-
* it will load TinyMCE version
|
|
948
|
+
* it will load TinyMCE version 7.
|
|
949
949
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
950
950
|
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
951
951
|
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
@@ -956,7 +956,7 @@ declare namespace sap {
|
|
|
956
956
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
957
957
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
958
958
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
959
|
-
* - TinyMCE 5 will be removed in future releases.
|
|
959
|
+
* - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
|
|
960
960
|
*
|
|
961
961
|
* Default value is `'TinyMCE'`.
|
|
962
962
|
*
|
|
@@ -1291,7 +1291,7 @@ declare namespace sap {
|
|
|
1291
1291
|
* Sets a new value for property {@link #getCustomToolbar customToolbar}.
|
|
1292
1292
|
*
|
|
1293
1293
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
1294
|
-
* only when the EditorType is
|
|
1294
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
1295
1295
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
1296
1296
|
* loaded toolbar.
|
|
1297
1297
|
*
|
|
@@ -1679,7 +1679,7 @@ declare namespace sap {
|
|
|
1679
1679
|
*/
|
|
1680
1680
|
enum EditorType {
|
|
1681
1681
|
/**
|
|
1682
|
-
* Uses latest recommended TinyMCE version Current one is TinyMCE
|
|
1682
|
+
* Uses latest recommended TinyMCE version Current one is TinyMCE 7
|
|
1683
1683
|
*/
|
|
1684
1684
|
TinyMCE = "TinyMCE",
|
|
1685
1685
|
/**
|
|
@@ -1691,6 +1691,10 @@ declare namespace sap {
|
|
|
1691
1691
|
* Uses TinyMCE version 6 as editor
|
|
1692
1692
|
*/
|
|
1693
1693
|
TinyMCE6 = "TinyMCE6",
|
|
1694
|
+
/**
|
|
1695
|
+
* Uses TinyMCE version 7 as editor
|
|
1696
|
+
*/
|
|
1697
|
+
TinyMCE7 = "TinyMCE7",
|
|
1694
1698
|
}
|
|
1695
1699
|
}
|
|
1696
1700
|
}
|
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.ui.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED