@sapui5/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 +8 -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 +153 -1
- package/types/sap.ui.vtm.d.ts +1153 -238
- 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 module "sap/ca/ui/library" {
|
|
4
4
|
export namespace charts {
|
|
@@ -4790,6 +4790,8 @@ declare module "sap/ca/ui/charts/ChartToolBar" {
|
|
|
4790
4790
|
declare module "sap/ca/ui/charts/ChartType" {
|
|
4791
4791
|
/**
|
|
4792
4792
|
* Types of chart supported in the sap.ca library.
|
|
4793
|
+
*
|
|
4794
|
+
* @deprecated (since 1.24) - because it is part of the deprecated package sap.ca.ui.charts
|
|
4793
4795
|
*/
|
|
4794
4796
|
interface ChartType {
|
|
4795
4797
|
/**
|
|
@@ -4858,6 +4860,9 @@ declare module "sap/ca/ui/charts/ChartType" {
|
|
|
4858
4860
|
StackedColumn100: undefined;
|
|
4859
4861
|
}
|
|
4860
4862
|
const ChartType: ChartType;
|
|
4863
|
+
/**
|
|
4864
|
+
* @deprecated (since 1.24) - because it is part of the deprecated package sap.ca.ui.charts
|
|
4865
|
+
*/
|
|
4861
4866
|
export default ChartType;
|
|
4862
4867
|
}
|
|
4863
4868
|
|
|
@@ -15041,6 +15046,8 @@ declare namespace sap {
|
|
|
15041
15046
|
|
|
15042
15047
|
/**
|
|
15043
15048
|
* Enumeration of supported message types.
|
|
15049
|
+
*
|
|
15050
|
+
* @deprecated (since 1.28) - because it is part of the deprecated package sap.ca.ui.message
|
|
15044
15051
|
*/
|
|
15045
15052
|
enum Type {}
|
|
15046
15053
|
}
|
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 module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -83052,6 +83052,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83052
83052
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83053
83053
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83054
83054
|
*
|
|
83055
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83056
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83057
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83058
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83059
|
+
*
|
|
83055
83060
|
*
|
|
83056
83061
|
* @returns Value of property `source`
|
|
83057
83062
|
*/
|
|
@@ -83302,6 +83307,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83302
83307
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83303
83308
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83304
83309
|
*
|
|
83310
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83311
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83312
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83313
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83314
|
+
*
|
|
83305
83315
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
83306
83316
|
*
|
|
83307
83317
|
*
|
|
@@ -83370,6 +83380,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83370
83380
|
* Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
|
|
83371
83381
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83372
83382
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83383
|
+
*
|
|
83384
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83385
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83386
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83387
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83373
83388
|
*/
|
|
83374
83389
|
source?: URI | PropertyBindingInfo | `{${string}}`;
|
|
83375
83390
|
|
|
@@ -120303,6 +120318,11 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
120303
120318
|
* All appointments with changed selected state.
|
|
120304
120319
|
*/
|
|
120305
120320
|
appointments?: CalendarAppointment[];
|
|
120321
|
+
|
|
120322
|
+
/**
|
|
120323
|
+
* The original browser event.
|
|
120324
|
+
*/
|
|
120325
|
+
originalEvent?: object;
|
|
120306
120326
|
}
|
|
120307
120327
|
|
|
120308
120328
|
/**
|
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 module "sap/ui/commons/library" {
|
|
4
4
|
import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
|
|
@@ -2448,6 +2448,7 @@ declare module "sap/ui/commons/layout/BorderLayout" {
|
|
|
2448
2448
|
* The object contains the available parameters for BorderLayout's Area.
|
|
2449
2449
|
*
|
|
2450
2450
|
* @since 1.110
|
|
2451
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
2451
2452
|
*/
|
|
2452
2453
|
export type BorderLayoutAreaData = {
|
|
2453
2454
|
/**
|
|
@@ -8167,6 +8168,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8167
8168
|
/**
|
|
8168
8169
|
* The object representing the serialized focus information.
|
|
8169
8170
|
*
|
|
8171
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
8170
8172
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8171
8173
|
*/
|
|
8172
8174
|
export 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,8 +1,12 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.41
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/richtexteditor/library" {
|
|
4
4
|
/**
|
|
5
|
-
* Determines which editor component should be used for editing the text.
|
|
5
|
+
* Determines which editor component should be used for editing the text. **Note: To ensure stability and
|
|
6
|
+
* to access the latest features, use the most current TinyMCE version supported by your SAPUI5 version
|
|
7
|
+
* by setting the property to `TinyMCE`.
|
|
8
|
+
* Unsupported TinyMCE versions with critical vulnerabilities or other serious issues may be removed without
|
|
9
|
+
* notice.**
|
|
6
10
|
*/
|
|
7
11
|
export enum EditorType {
|
|
8
12
|
/**
|
|
@@ -11,6 +15,8 @@ declare module "sap/ui/richtexteditor/library" {
|
|
|
11
15
|
TinyMCE = "TinyMCE",
|
|
12
16
|
/**
|
|
13
17
|
* Uses TinyMCE version 6 as editor
|
|
18
|
+
*
|
|
19
|
+
* @deprecated (since 1.120.41) - Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
|
|
14
20
|
*/
|
|
15
21
|
TinyMCE6 = "TinyMCE6",
|
|
16
22
|
/**
|
|
@@ -56,7 +62,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
56
62
|
* Restrictions:
|
|
57
63
|
*
|
|
58
64
|
* **Note: The `RichTextEditor` uses a third-party component and therefore some additional restrictions
|
|
59
|
-
* apply for its proper usage and support.
|
|
65
|
+
* apply for its proper usage and support. Use the native third-party API cautiously. Ensure you migrate
|
|
66
|
+
* to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated
|
|
67
|
+
* by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered
|
|
68
|
+
* in their code. For more information see the Preamble section in {@link https://ui5.sap.com/#/topic/d4f3f1598373452bb73f2120930c133c sap.ui.richtexteditor}.
|
|
60
69
|
* **
|
|
61
70
|
*
|
|
62
71
|
* Guidelines:
|
|
@@ -100,8 +109,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
100
109
|
* Below is a list of supported groups and buttons, which can be specified in the configuration objects
|
|
101
110
|
* (format is <>: <>):
|
|
102
111
|
* - font-style: bold, italic, underline, strikethrough
|
|
103
|
-
* - font: fontfamily
|
|
104
|
-
*
|
|
112
|
+
* - font: fontfamily, fontsize, forecolor, backcolor
|
|
105
113
|
* - clipboard: cut, copy, paste
|
|
106
114
|
* - structure: bullist, numlist, outdent, indent
|
|
107
115
|
* - undo: undo, redo
|
|
@@ -703,8 +711,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
703
711
|
* that may be introduced by other groups (hence this is not an enumeration).
|
|
704
712
|
*
|
|
705
713
|
* **Notes:**
|
|
706
|
-
* -
|
|
707
|
-
*
|
|
714
|
+
* - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
|
|
715
|
+
* in future releases if critical vulnerabilities or other serious issues are discovered in their code.
|
|
716
|
+
*
|
|
717
|
+
* - Setting the property to `TinyMCE` loads the latest TinyMCE available.
|
|
708
718
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
709
719
|
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
710
720
|
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
@@ -713,7 +723,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
713
723
|
* update.
|
|
714
724
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
715
725
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
716
|
-
* - TinyMCE
|
|
726
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
717
727
|
*
|
|
718
728
|
* Default value is `'TinyMCE'`.
|
|
719
729
|
*
|
|
@@ -737,6 +747,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
737
747
|
* editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
|
|
738
748
|
* justified cases.
|
|
739
749
|
*
|
|
750
|
+
* **Note: Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months
|
|
751
|
+
* of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice
|
|
752
|
+
* if critical vulnerabilities or other serious issues are discovered in their code.**
|
|
753
|
+
*
|
|
740
754
|
*
|
|
741
755
|
* @returns The native editor object (here: The TinyMCE editor instance)
|
|
742
756
|
*/
|
|
@@ -1132,7 +1146,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1132
1146
|
*/
|
|
1133
1147
|
setEditorType(
|
|
1134
1148
|
/**
|
|
1135
|
-
* Which editor type to be used (currently only
|
|
1149
|
+
* Which editor type to be used (currently only 6 and 7)
|
|
1136
1150
|
*/
|
|
1137
1151
|
sEditorType?: string
|
|
1138
1152
|
): RichTextEditor;
|
|
@@ -1507,8 +1521,10 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1507
1521
|
* that may be introduced by other groups (hence this is not an enumeration).
|
|
1508
1522
|
*
|
|
1509
1523
|
* **Notes:**
|
|
1510
|
-
* -
|
|
1511
|
-
*
|
|
1524
|
+
* - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
|
|
1525
|
+
* in future releases if critical vulnerabilities or other serious issues are discovered in their code.
|
|
1526
|
+
*
|
|
1527
|
+
* - Setting the property to `TinyMCE` loads the latest TinyMCE available.
|
|
1512
1528
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
1513
1529
|
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
1514
1530
|
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
@@ -1517,7 +1533,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1517
1533
|
* update.
|
|
1518
1534
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
1519
1535
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
1520
|
-
* - TinyMCE
|
|
1536
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
1521
1537
|
*/
|
|
1522
1538
|
editorType?: string | PropertyBindingInfo;
|
|
1523
1539
|
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.41
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/suite/library" {
|
|
4
4
|
/**
|
|
5
5
|
* Defined color values for the Task Circle Control
|
|
6
|
+
*
|
|
7
|
+
* @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
|
|
6
8
|
*/
|
|
7
9
|
export enum TaskCircleColor {
|
|
8
10
|
/**
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED