@sapui5/ts-types 1.120.40 → 1.120.42
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.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +5 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.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.placeholder.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.fe.tools.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 +21 -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.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 +3 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -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 +28 -12
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -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 +159 -1
- package/types/sap.ui.vtm.d.ts +1138 -216
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +3 -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.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.7
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ca {
|
|
@@ -1131,6 +1131,8 @@ declare namespace sap {
|
|
|
1131
1131
|
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Types of chart supported in the sap.ca library.
|
|
1134
|
+
*
|
|
1135
|
+
* @deprecated (since 1.24) - because it is part of the deprecated package sap.ca.ui.charts
|
|
1134
1136
|
*/
|
|
1135
1137
|
interface ChartType {
|
|
1136
1138
|
/**
|
|
@@ -6523,6 +6525,8 @@ declare namespace sap {
|
|
|
6523
6525
|
|
|
6524
6526
|
/**
|
|
6525
6527
|
* Enumeration of supported message types.
|
|
6528
|
+
*
|
|
6529
|
+
* @deprecated (since 1.28) - because it is part of the deprecated package sap.ca.ui.message
|
|
6526
6530
|
*/
|
|
6527
6531
|
enum Type {}
|
|
6528
6532
|
}
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.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.fe.tools.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.120.
|
|
1
|
+
// For Library Version: 1.120.41
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -34736,6 +34736,11 @@ declare namespace sap {
|
|
|
34736
34736
|
* Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
|
|
34737
34737
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
34738
34738
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
34739
|
+
*
|
|
34740
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
34741
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
34742
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
34743
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
34739
34744
|
*/
|
|
34740
34745
|
source?:
|
|
34741
34746
|
| sap.ui.core.URI
|
|
@@ -45316,6 +45321,11 @@ declare namespace sap {
|
|
|
45316
45321
|
* All appointments with changed selected state.
|
|
45317
45322
|
*/
|
|
45318
45323
|
appointments?: sap.ui.unified.CalendarAppointment[];
|
|
45324
|
+
|
|
45325
|
+
/**
|
|
45326
|
+
* The original browser event.
|
|
45327
|
+
*/
|
|
45328
|
+
originalEvent?: object;
|
|
45319
45329
|
}
|
|
45320
45330
|
|
|
45321
45331
|
/**
|
|
@@ -109170,6 +109180,11 @@ declare namespace sap {
|
|
|
109170
109180
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
109171
109181
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
109172
109182
|
*
|
|
109183
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
109184
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
109185
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
109186
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
109187
|
+
*
|
|
109173
109188
|
*
|
|
109174
109189
|
* @returns Value of property `source`
|
|
109175
109190
|
*/
|
|
@@ -109420,6 +109435,11 @@ declare namespace sap {
|
|
|
109420
109435
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
109421
109436
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
109422
109437
|
*
|
|
109438
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
109439
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
109440
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
109441
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
109442
|
+
*
|
|
109423
109443
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
109424
109444
|
*
|
|
109425
109445
|
*
|
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.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.41
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -31528,6 +31528,7 @@ declare namespace sap {
|
|
|
31528
31528
|
* The object contains the available parameters for BorderLayout's Area.
|
|
31529
31529
|
*
|
|
31530
31530
|
* @since 1.110
|
|
31531
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
31531
31532
|
*/
|
|
31532
31533
|
type BorderLayoutAreaData = {
|
|
31533
31534
|
/**
|
|
@@ -31565,6 +31566,7 @@ declare namespace sap {
|
|
|
31565
31566
|
/**
|
|
31566
31567
|
* The object representing the serialized focus information.
|
|
31567
31568
|
*
|
|
31569
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
31568
31570
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31569
31571
|
*/
|
|
31570
31572
|
type FocusInfo = {
|
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
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.120.
|
|
1
|
+
// For Library Version: 1.120.41
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -60,8 +60,10 @@ declare namespace sap {
|
|
|
60
60
|
* that may be introduced by other groups (hence this is not an enumeration).
|
|
61
61
|
*
|
|
62
62
|
* **Notes:**
|
|
63
|
-
* -
|
|
64
|
-
*
|
|
63
|
+
* - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
|
|
64
|
+
* in future releases if critical vulnerabilities or other serious issues are discovered in their code.
|
|
65
|
+
*
|
|
66
|
+
* - Setting the property to `TinyMCE` loads the latest TinyMCE available.
|
|
65
67
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
66
68
|
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
67
69
|
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
@@ -70,7 +72,7 @@ declare namespace sap {
|
|
|
70
72
|
* update.
|
|
71
73
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
72
74
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
73
|
-
* - TinyMCE
|
|
75
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
74
76
|
*/
|
|
75
77
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
76
78
|
|
|
@@ -342,7 +344,10 @@ declare namespace sap {
|
|
|
342
344
|
* Restrictions:
|
|
343
345
|
*
|
|
344
346
|
* **Note: The `RichTextEditor` uses a third-party component and therefore some additional restrictions
|
|
345
|
-
* apply for its proper usage and support.
|
|
347
|
+
* apply for its proper usage and support. Use the native third-party API cautiously. Ensure you migrate
|
|
348
|
+
* to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated
|
|
349
|
+
* by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered
|
|
350
|
+
* in their code. For more information see the Preamble section in {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
|
|
346
351
|
* **
|
|
347
352
|
*
|
|
348
353
|
* Guidelines:
|
|
@@ -386,8 +391,7 @@ declare namespace sap {
|
|
|
386
391
|
* Below is a list of supported groups and buttons, which can be specified in the configuration objects
|
|
387
392
|
* (format is <>: <>):
|
|
388
393
|
* - font-style: bold, italic, underline, strikethrough
|
|
389
|
-
* - font: fontfamily
|
|
390
|
-
*
|
|
394
|
+
* - font: fontfamily, fontsize, forecolor, backcolor
|
|
391
395
|
* - clipboard: cut, copy, paste
|
|
392
396
|
* - structure: bullist, numlist, outdent, indent
|
|
393
397
|
* - undo: undo, redo
|
|
@@ -989,8 +993,10 @@ declare namespace sap {
|
|
|
989
993
|
* that may be introduced by other groups (hence this is not an enumeration).
|
|
990
994
|
*
|
|
991
995
|
* **Notes:**
|
|
992
|
-
* -
|
|
993
|
-
*
|
|
996
|
+
* - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
|
|
997
|
+
* in future releases if critical vulnerabilities or other serious issues are discovered in their code.
|
|
998
|
+
*
|
|
999
|
+
* - Setting the property to `TinyMCE` loads the latest TinyMCE available.
|
|
994
1000
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
995
1001
|
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
996
1002
|
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
@@ -999,7 +1005,7 @@ declare namespace sap {
|
|
|
999
1005
|
* update.
|
|
1000
1006
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
1001
1007
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
1002
|
-
* - TinyMCE
|
|
1008
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
1003
1009
|
*
|
|
1004
1010
|
* Default value is `'TinyMCE'`.
|
|
1005
1011
|
*
|
|
@@ -1023,6 +1029,10 @@ declare namespace sap {
|
|
|
1023
1029
|
* editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
|
|
1024
1030
|
* justified cases.
|
|
1025
1031
|
*
|
|
1032
|
+
* **Note: Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months
|
|
1033
|
+
* of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice
|
|
1034
|
+
* if critical vulnerabilities or other serious issues are discovered in their code.**
|
|
1035
|
+
*
|
|
1026
1036
|
*
|
|
1027
1037
|
* @returns The native editor object (here: The TinyMCE editor instance)
|
|
1028
1038
|
*/
|
|
@@ -1418,7 +1428,7 @@ declare namespace sap {
|
|
|
1418
1428
|
*/
|
|
1419
1429
|
setEditorType(
|
|
1420
1430
|
/**
|
|
1421
|
-
* Which editor type to be used (currently only
|
|
1431
|
+
* Which editor type to be used (currently only 6 and 7)
|
|
1422
1432
|
*/
|
|
1423
1433
|
sEditorType?: string
|
|
1424
1434
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
@@ -1755,7 +1765,11 @@ declare namespace sap {
|
|
|
1755
1765
|
): this;
|
|
1756
1766
|
}
|
|
1757
1767
|
/**
|
|
1758
|
-
* Determines which editor component should be used for editing the text.
|
|
1768
|
+
* Determines which editor component should be used for editing the text. **Note: To ensure stability and
|
|
1769
|
+
* to access the latest features, use the most current TinyMCE version supported by your SAPUI5 version
|
|
1770
|
+
* by setting the property to `TinyMCE`.
|
|
1771
|
+
* Unsupported TinyMCE versions with critical vulnerabilities or other serious issues may be removed without
|
|
1772
|
+
* notice.**
|
|
1759
1773
|
*/
|
|
1760
1774
|
enum EditorType {
|
|
1761
1775
|
/**
|
|
@@ -1764,6 +1778,8 @@ declare namespace sap {
|
|
|
1764
1778
|
TinyMCE = "TinyMCE",
|
|
1765
1779
|
/**
|
|
1766
1780
|
* Uses TinyMCE version 6 as editor
|
|
1781
|
+
*
|
|
1782
|
+
* @deprecated (since 1.120.41) - Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
|
|
1767
1783
|
*/
|
|
1768
1784
|
TinyMCE6 = "TinyMCE6",
|
|
1769
1785
|
/**
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.41
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -698,6 +698,8 @@ declare namespace sap {
|
|
|
698
698
|
}
|
|
699
699
|
/**
|
|
700
700
|
* Defined color values for the Task Circle Control
|
|
701
|
+
*
|
|
702
|
+
* @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
|
|
701
703
|
*/
|
|
702
704
|
enum TaskCircleColor {
|
|
703
705
|
/**
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED