@sapui5/ts-types 1.96.45 → 1.96.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.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.navigation.d.ts +1 -1
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.semantics.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.m.d.ts +16 -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.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 +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- 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 +27 -12
- 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 +6 -6
- 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.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/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.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.44
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -19192,6 +19192,11 @@ declare namespace sap {
|
|
|
19192
19192
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
19193
19193
|
* For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
|
|
19194
19194
|
* Filtering}.
|
|
19195
|
+
*
|
|
19196
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
19197
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
19198
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
19199
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
19195
19200
|
*/
|
|
19196
19201
|
source?: sap.ui.core.URI | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
19197
19202
|
|
|
@@ -76019,6 +76024,11 @@ declare namespace sap {
|
|
|
76019
76024
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
76020
76025
|
* For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
|
|
76021
76026
|
* Filtering}.
|
|
76027
|
+
*
|
|
76028
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
76029
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
76030
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
76031
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
76022
76032
|
*/
|
|
76023
76033
|
getSource(): sap.ui.core.URI;
|
|
76024
76034
|
/**
|
|
@@ -76228,6 +76238,11 @@ declare namespace sap {
|
|
|
76228
76238
|
* For more information about URL filtering, see {@link topic:91f3768f6f4d1014b6dd926db0e91070 URLList Validator
|
|
76229
76239
|
* Filtering}.
|
|
76230
76240
|
*
|
|
76241
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
76242
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
76243
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
76244
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
76245
|
+
*
|
|
76231
76246
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
76232
76247
|
*/
|
|
76233
76248
|
setSource(
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.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
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.44
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -180,7 +180,7 @@ declare namespace sap {
|
|
|
180
180
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
181
181
|
* following fields:
|
|
182
182
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
183
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.
|
|
183
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.44")
|
|
184
184
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
185
185
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
186
186
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -266,7 +266,7 @@ declare namespace sap {
|
|
|
266
266
|
* columns: aColumns,
|
|
267
267
|
* context: {
|
|
268
268
|
* application: 'Debug Test Application',
|
|
269
|
-
* version: '1.96.
|
|
269
|
+
* version: '1.96.44',
|
|
270
270
|
* title: 'Some random title',
|
|
271
271
|
* modifiedBy: 'John Doe',
|
|
272
272
|
* metaSheetName: 'Custom metadata',
|
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.96.
|
|
1
|
+
// For Library Version: 1.96.44
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -51,13 +51,17 @@ declare namespace sap {
|
|
|
51
51
|
* that may be introduced by other groups (hence this is not an enumeration).
|
|
52
52
|
*
|
|
53
53
|
* **Notes:**
|
|
54
|
+
* - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
|
|
55
|
+
* in future releases if critical vulnerabilities or other serious issues are discovered in their code.
|
|
56
|
+
*
|
|
57
|
+
* - Setting the property to `TinyMCE` loads the latest TinyMCE available.
|
|
54
58
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
55
59
|
* - Usage of internal TinyMCE APIs is not recommended, since it might lead to issues upon TinyMCE version
|
|
56
60
|
* update.
|
|
57
61
|
* - TinyMCE version 3 and 4 are no longer supported and cannot be used.
|
|
58
62
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
59
63
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
60
|
-
* - TinyMCE
|
|
64
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
61
65
|
*/
|
|
62
66
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
63
67
|
|
|
@@ -268,7 +272,10 @@ declare namespace sap {
|
|
|
268
272
|
* Restrictions:
|
|
269
273
|
*
|
|
270
274
|
* **Note: The `RichTextEditor` uses a third-party component and therefore some additional restrictions
|
|
271
|
-
* apply for its proper usage and support.
|
|
275
|
+
* apply for its proper usage and support. Use the native third-party API cautiously. Ensure you migrate
|
|
276
|
+
* to newer versions within 12 months of deprecation. Unsupported third-party versions, once deprecated
|
|
277
|
+
* by us, may be removed without notice if critical vulnerabilities or other serious issues are discovered
|
|
278
|
+
* in their code. For more information see the Preamble section in {@link topic:d4f3f1598373452bb73f2120930c133c
|
|
272
279
|
* sap.ui.richtexteditor}. **
|
|
273
280
|
*
|
|
274
281
|
* Guidelines:
|
|
@@ -312,7 +319,7 @@ declare namespace sap {
|
|
|
312
319
|
* Below is a list of supported groups and buttons, which can be specified in the configuration objects
|
|
313
320
|
* (format is <>: <>):
|
|
314
321
|
* - font-style: bold, italic, underline, strikethrough
|
|
315
|
-
* - font: fontfamily (fontselect in
|
|
322
|
+
* - font: fontfamily (fontselect in TinyMCE4), fontsize (fontsizeselect in TinyMCE4), forecolor, backcolor
|
|
316
323
|
*
|
|
317
324
|
* - clipboard: cut, copy, paste
|
|
318
325
|
* - structure: bullist, numlist, outdent, indent
|
|
@@ -841,13 +848,17 @@ declare namespace sap {
|
|
|
841
848
|
* that may be introduced by other groups (hence this is not an enumeration).
|
|
842
849
|
*
|
|
843
850
|
* **Notes:**
|
|
851
|
+
* - Do not use TinyMCE versions that are no longer supported. We may remove such versions without notice
|
|
852
|
+
* in future releases if critical vulnerabilities or other serious issues are discovered in their code.
|
|
853
|
+
*
|
|
854
|
+
* - Setting the property to `TinyMCE` loads the latest TinyMCE available.
|
|
844
855
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
845
856
|
* - Usage of internal TinyMCE APIs is not recommended, since it might lead to issues upon TinyMCE version
|
|
846
857
|
* update.
|
|
847
858
|
* - TinyMCE version 3 and 4 are no longer supported and cannot be used.
|
|
848
859
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
849
860
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
850
|
-
* - TinyMCE
|
|
861
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
851
862
|
*
|
|
852
863
|
* Default value is `'TinyMCE'`.
|
|
853
864
|
*/
|
|
@@ -864,6 +875,10 @@ declare namespace sap {
|
|
|
864
875
|
* Returns the current editor's instance. CAUTION: using the native editor introduces a dependency to that
|
|
865
876
|
* editor and breaks the wrapping character of the RichTextEditor control, so it should only be done in
|
|
866
877
|
* justified cases.
|
|
878
|
+
*
|
|
879
|
+
* **Note: Use the native third-party API cautiously. Ensure you migrate to newer versions within 12 months
|
|
880
|
+
* of deprecation. Unsupported third-party versions, once deprecated by us, may be removed without notice
|
|
881
|
+
* if critical vulnerabilities or other serious issues are discovered in their code.**
|
|
867
882
|
*/
|
|
868
883
|
getNativeApi(): object;
|
|
869
884
|
/**
|
|
@@ -1180,7 +1195,7 @@ declare namespace sap {
|
|
|
1180
1195
|
*/
|
|
1181
1196
|
setEditorType(
|
|
1182
1197
|
/**
|
|
1183
|
-
* Which editor type to be used (currently only TinyMCE 4,
|
|
1198
|
+
* Which editor type to be used (currently only TinyMCE 4, 6 and 7)
|
|
1184
1199
|
*/
|
|
1185
1200
|
sEditorType?: string
|
|
1186
1201
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
@@ -1468,7 +1483,11 @@ declare namespace sap {
|
|
|
1468
1483
|
): this;
|
|
1469
1484
|
}
|
|
1470
1485
|
/**
|
|
1471
|
-
* Determines which editor component should be used for editing the text.
|
|
1486
|
+
* Determines which editor component should be used for editing the text. **Note: To ensure stability and
|
|
1487
|
+
* to access the latest features, use the most current TinyMCE version supported by your SAPUI5 version
|
|
1488
|
+
* by setting the property to `TinyMCE`.
|
|
1489
|
+
* Unsupported TinyMCE versions with critical vulnerabilities or other serious issues may be removed without
|
|
1490
|
+
* notice.**
|
|
1472
1491
|
*/
|
|
1473
1492
|
enum EditorType {
|
|
1474
1493
|
/**
|
|
@@ -1479,12 +1498,8 @@ declare namespace sap {
|
|
|
1479
1498
|
*/
|
|
1480
1499
|
TinyMCE4 = "TinyMCE4",
|
|
1481
1500
|
/**
|
|
1482
|
-
* @deprecated (since 1.96.
|
|
1501
|
+
* @deprecated (since 1.96.46) - Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
|
|
1483
1502
|
*
|
|
1484
|
-
* TinyMCE 5 is no longer supported, therefore using it is on your own risk.
|
|
1485
|
-
*/
|
|
1486
|
-
TinyMCE5 = "TinyMCE5",
|
|
1487
|
-
/**
|
|
1488
1503
|
* Uses TinyMCE version 6 as editor
|
|
1489
1504
|
*/
|
|
1490
1505
|
TinyMCE6 = "TinyMCE6",
|
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.96.
|
|
1
|
+
// For Library Version: 1.96.44
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.96.
|
|
241
|
+
* @SINCE 1.96.44
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.96.
|
|
260
|
+
* @SINCE 1.96.44
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.96.
|
|
315
|
+
* @SINCE 1.96.44
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.96.
|
|
330
|
+
* @SINCE 1.96.44
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.96.
|
|
349
|
+
* @SINCE 1.96.44
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED