@sapui5/ts-types 1.96.42 → 1.96.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.ca.ui.d.ts +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 +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.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 +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 +12 -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.ui.vk.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.ca.ui.d.ts
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.42
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -19284,10 +19284,16 @@ declare namespace sap {
|
|
|
19284
19284
|
error?: (oEvent: sap.ui.base.Event) => void;
|
|
19285
19285
|
|
|
19286
19286
|
/**
|
|
19287
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
19288
|
+
*
|
|
19287
19289
|
* This event is fired when the PDF viewer control cannot check the loaded content. For example, the default
|
|
19288
19290
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
19289
19291
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
19290
19292
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
19293
|
+
*
|
|
19294
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
19295
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
19296
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
19291
19297
|
*/
|
|
19292
19298
|
sourceValidationFailed?: (oEvent: sap.ui.base.Event) => void;
|
|
19293
19299
|
}
|
|
@@ -75765,6 +75771,8 @@ declare namespace sap {
|
|
|
75765
75771
|
oListener?: object
|
|
75766
75772
|
): this;
|
|
75767
75773
|
/**
|
|
75774
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
75775
|
+
*
|
|
75768
75776
|
* Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
75769
75777
|
* event of this `sap.m.PDFViewer`.
|
|
75770
75778
|
*
|
|
@@ -75775,6 +75783,10 @@ declare namespace sap {
|
|
|
75775
75783
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
75776
75784
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
75777
75785
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
75786
|
+
*
|
|
75787
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
75788
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
75789
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
75778
75790
|
*/
|
|
75779
75791
|
attachSourceValidationFailed(
|
|
75780
75792
|
/**
|
|
@@ -75792,6 +75804,8 @@ declare namespace sap {
|
|
|
75792
75804
|
oListener?: object
|
|
75793
75805
|
): this;
|
|
75794
75806
|
/**
|
|
75807
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
75808
|
+
*
|
|
75795
75809
|
* Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
75796
75810
|
* event of this `sap.m.PDFViewer`.
|
|
75797
75811
|
*
|
|
@@ -75802,6 +75816,10 @@ declare namespace sap {
|
|
|
75802
75816
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
75803
75817
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
75804
75818
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
75819
|
+
*
|
|
75820
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
75821
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
75822
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
75805
75823
|
*/
|
|
75806
75824
|
attachSourceValidationFailed(
|
|
75807
75825
|
/**
|
|
@@ -75852,6 +75870,8 @@ declare namespace sap {
|
|
|
75852
75870
|
oListener?: object
|
|
75853
75871
|
): this;
|
|
75854
75872
|
/**
|
|
75873
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
75874
|
+
*
|
|
75855
75875
|
* Detaches event handler `fnFunction` from the {@link #event:sourceValidationFailed sourceValidationFailed}
|
|
75856
75876
|
* event of this `sap.m.PDFViewer`.
|
|
75857
75877
|
*
|
|
@@ -75895,6 +75915,8 @@ declare namespace sap {
|
|
|
75895
75915
|
mParameters?: object
|
|
75896
75916
|
): this;
|
|
75897
75917
|
/**
|
|
75918
|
+
* @deprecated (since 1.96.44) - with no replacement.
|
|
75919
|
+
*
|
|
75898
75920
|
* Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
|
|
75899
75921
|
*/
|
|
75900
75922
|
fireSourceValidationFailed(
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.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
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.42
|
|
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.42")
|
|
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.42',
|
|
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.42
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -57,9 +57,7 @@ declare namespace sap {
|
|
|
57
57
|
* - TinyMCE version 3 and 4 are no longer supported and cannot be used.
|
|
58
58
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
59
59
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
60
|
-
* - TinyMCE 5 will be removed in future releases.
|
|
61
|
-
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
62
|
-
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
60
|
+
* - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
|
|
63
61
|
*/
|
|
64
62
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
65
63
|
|
|
@@ -203,7 +201,7 @@ declare namespace sap {
|
|
|
203
201
|
* @SINCE 1.48
|
|
204
202
|
*
|
|
205
203
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
206
|
-
* only when the EditorType is
|
|
204
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
207
205
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
208
206
|
* loaded toolbar.
|
|
209
207
|
*/
|
|
@@ -807,7 +805,7 @@ declare namespace sap {
|
|
|
807
805
|
* Gets current value of property {@link #getCustomToolbar customToolbar}.
|
|
808
806
|
*
|
|
809
807
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
810
|
-
* only when the EditorType is
|
|
808
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
811
809
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
812
810
|
* loaded toolbar.
|
|
813
811
|
*
|
|
@@ -849,9 +847,7 @@ declare namespace sap {
|
|
|
849
847
|
* - TinyMCE version 3 and 4 are no longer supported and cannot be used.
|
|
850
848
|
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
851
849
|
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
852
|
-
* - TinyMCE 5 will be removed in future releases.
|
|
853
|
-
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
854
|
-
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
850
|
+
* - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
|
|
855
851
|
*
|
|
856
852
|
* Default value is `'TinyMCE'`.
|
|
857
853
|
*/
|
|
@@ -1130,7 +1126,7 @@ declare namespace sap {
|
|
|
1130
1126
|
* Sets a new value for property {@link #getCustomToolbar customToolbar}.
|
|
1131
1127
|
*
|
|
1132
1128
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
1133
|
-
* only when the EditorType is
|
|
1129
|
+
* only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
1134
1130
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
1135
1131
|
* loaded toolbar.
|
|
1136
1132
|
*
|
|
@@ -1476,14 +1472,14 @@ declare namespace sap {
|
|
|
1476
1472
|
*/
|
|
1477
1473
|
enum EditorType {
|
|
1478
1474
|
/**
|
|
1479
|
-
* @deprecated (since 1.96.35) - replaced by TinyMCE
|
|
1475
|
+
* @deprecated (since 1.96.35) - replaced by TinyMCE 7.
|
|
1480
1476
|
*
|
|
1481
1477
|
* Uses TinyMCE version 4 as editor TinyMCE 4 is no longer supported, therefore using it is on your own
|
|
1482
1478
|
* risk.
|
|
1483
1479
|
*/
|
|
1484
1480
|
TinyMCE4 = "TinyMCE4",
|
|
1485
1481
|
/**
|
|
1486
|
-
* @deprecated (since 1.96.35) - replaced by TinyMCE
|
|
1482
|
+
* @deprecated (since 1.96.35) - replaced by TinyMCE 7.
|
|
1487
1483
|
*
|
|
1488
1484
|
* TinyMCE 5 is no longer supported, therefore using it is on your own risk.
|
|
1489
1485
|
*/
|
|
@@ -1492,6 +1488,10 @@ declare namespace sap {
|
|
|
1492
1488
|
* Uses TinyMCE version 6 as editor
|
|
1493
1489
|
*/
|
|
1494
1490
|
TinyMCE6 = "TinyMCE6",
|
|
1491
|
+
/**
|
|
1492
|
+
* Uses TinyMCE version 7 as editor
|
|
1493
|
+
*/
|
|
1494
|
+
TinyMCE7 = "TinyMCE7",
|
|
1495
1495
|
}
|
|
1496
1496
|
}
|
|
1497
1497
|
}
|
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.42
|
|
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.42
|
|
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.42
|
|
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.42
|
|
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.42
|
|
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.42
|
|
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.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