@sapui5/ts-types 1.106.0 → 1.107.0
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/README.md +6 -2
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +63 -25
- package/types/sap.f.d.ts +810 -163
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +47 -47
- package/types/sap.fe.macros.d.ts +82 -6
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +51 -4
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +9 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +149 -99
- 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.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +301 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +2 -37
- package/types/sap.suite.ui.generic.template.d.ts +15 -2
- 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 +61 -1
- package/types/sap.ui.core.d.ts +443 -147
- 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 +3 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +195 -19
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +5 -1
- package/types/sap.ui.richtexteditor.d.ts +36 -17
- 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 +7 -7
- 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.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.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 +36 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.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/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.107.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1318,6 +1318,8 @@ declare namespace sap {
|
|
|
1318
1318
|
|
|
1319
1319
|
"sap/ui/fl/write/api/connectors/ObjectStorageConnector": undefined;
|
|
1320
1320
|
|
|
1321
|
+
"sap/ui/fl/write/api/ContextBasedAdaptationsAPI": undefined;
|
|
1322
|
+
|
|
1321
1323
|
"sap/ui/fl/write/api/ContextSharingAPI": undefined;
|
|
1322
1324
|
|
|
1323
1325
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.107.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -851,6 +851,14 @@ declare namespace sap {
|
|
|
851
851
|
* Note: The card's content may not be available yet because it may depend on other resources to load.
|
|
852
852
|
*/
|
|
853
853
|
manifestApplied?: (oEvent: sap.ui.base.Event) => void;
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* @EXPERIMENTAL (since 1.107)
|
|
857
|
+
*
|
|
858
|
+
* Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
|
|
859
|
+
* filter is changed or data is refreshed.
|
|
860
|
+
*/
|
|
861
|
+
stateChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
854
862
|
}
|
|
855
863
|
|
|
856
864
|
/**
|
|
@@ -1178,6 +1186,57 @@ declare namespace sap {
|
|
|
1178
1186
|
*/
|
|
1179
1187
|
oListener?: object
|
|
1180
1188
|
): this;
|
|
1189
|
+
/**
|
|
1190
|
+
* @EXPERIMENTAL (since 1.107)
|
|
1191
|
+
*
|
|
1192
|
+
* Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
|
|
1193
|
+
*
|
|
1194
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1195
|
+
* otherwise it will be bound to this `sap.ui.integration.widgets.Card` itself.
|
|
1196
|
+
*
|
|
1197
|
+
* Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
|
|
1198
|
+
* filter is changed or data is refreshed.
|
|
1199
|
+
*
|
|
1200
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1201
|
+
*/
|
|
1202
|
+
attachStateChanged(
|
|
1203
|
+
/**
|
|
1204
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
1205
|
+
* object when firing the event
|
|
1206
|
+
*/
|
|
1207
|
+
oData: object,
|
|
1208
|
+
/**
|
|
1209
|
+
* The function to be called when the event occurs
|
|
1210
|
+
*/
|
|
1211
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1212
|
+
/**
|
|
1213
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
|
|
1214
|
+
*/
|
|
1215
|
+
oListener?: object
|
|
1216
|
+
): this;
|
|
1217
|
+
/**
|
|
1218
|
+
* @EXPERIMENTAL (since 1.107)
|
|
1219
|
+
*
|
|
1220
|
+
* Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
|
|
1221
|
+
*
|
|
1222
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1223
|
+
* otherwise it will be bound to this `sap.ui.integration.widgets.Card` itself.
|
|
1224
|
+
*
|
|
1225
|
+
* Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
|
|
1226
|
+
* filter is changed or data is refreshed.
|
|
1227
|
+
*
|
|
1228
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1229
|
+
*/
|
|
1230
|
+
attachStateChanged(
|
|
1231
|
+
/**
|
|
1232
|
+
* The function to be called when the event occurs
|
|
1233
|
+
*/
|
|
1234
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1235
|
+
/**
|
|
1236
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
|
|
1237
|
+
*/
|
|
1238
|
+
oListener?: object
|
|
1239
|
+
): this;
|
|
1181
1240
|
/**
|
|
1182
1241
|
* @SINCE 1.85
|
|
1183
1242
|
* @EXPERIMENTAL (since 1.85)
|
|
@@ -1264,6 +1323,25 @@ declare namespace sap {
|
|
|
1264
1323
|
*/
|
|
1265
1324
|
oListener?: object
|
|
1266
1325
|
): this;
|
|
1326
|
+
/**
|
|
1327
|
+
* @EXPERIMENTAL (since 1.107)
|
|
1328
|
+
*
|
|
1329
|
+
* Detaches event handler `fnFunction` from the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
|
|
1330
|
+
*
|
|
1331
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
1332
|
+
*
|
|
1333
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1334
|
+
*/
|
|
1335
|
+
detachStateChanged(
|
|
1336
|
+
/**
|
|
1337
|
+
* The function to be called, when the event occurs
|
|
1338
|
+
*/
|
|
1339
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
1340
|
+
/**
|
|
1341
|
+
* Context object on which the given function had to be called
|
|
1342
|
+
*/
|
|
1343
|
+
oListener?: object
|
|
1344
|
+
): this;
|
|
1267
1345
|
/**
|
|
1268
1346
|
* @EXPERIMENTAL (since 1.64)
|
|
1269
1347
|
*
|
|
@@ -1348,6 +1426,19 @@ declare namespace sap {
|
|
|
1348
1426
|
*/
|
|
1349
1427
|
mParameters?: object
|
|
1350
1428
|
): this;
|
|
1429
|
+
/**
|
|
1430
|
+
* @EXPERIMENTAL (since 1.107)
|
|
1431
|
+
*
|
|
1432
|
+
* Fires event {@link #event:stateChanged stateChanged} to attached listeners.
|
|
1433
|
+
*
|
|
1434
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1435
|
+
*/
|
|
1436
|
+
fireStateChanged(
|
|
1437
|
+
/**
|
|
1438
|
+
* Parameters to pass along with the event
|
|
1439
|
+
*/
|
|
1440
|
+
mParameters?: object
|
|
1441
|
+
): this;
|
|
1351
1442
|
/**
|
|
1352
1443
|
* @SINCE 1.85
|
|
1353
1444
|
* @EXPERIMENTAL (since 1.85)
|
|
@@ -1370,24 +1461,6 @@ declare namespace sap {
|
|
|
1370
1461
|
* @returns Value of property `baseUrl`
|
|
1371
1462
|
*/
|
|
1372
1463
|
getBaseUrl(): sap.ui.core.URI;
|
|
1373
|
-
/**
|
|
1374
|
-
* Implements sap.f.ICard interface.
|
|
1375
|
-
*
|
|
1376
|
-
* @returns The content of the card
|
|
1377
|
-
*/
|
|
1378
|
-
getCardContent(): sap.ui.core.Control;
|
|
1379
|
-
/**
|
|
1380
|
-
* Implements sap.f.ICard interface.
|
|
1381
|
-
*
|
|
1382
|
-
* @returns The header of the card
|
|
1383
|
-
*/
|
|
1384
|
-
getCardHeader(): sap.f.cards.IHeader;
|
|
1385
|
-
/**
|
|
1386
|
-
* Implements sap.f.ICard interface.
|
|
1387
|
-
*
|
|
1388
|
-
* @returns The position of the header of the card.
|
|
1389
|
-
*/
|
|
1390
|
-
getCardHeaderPosition(): sap.f.cards.HeaderPosition;
|
|
1391
1464
|
/**
|
|
1392
1465
|
* @EXPERIMENTAL (since 1.77)
|
|
1393
1466
|
*
|
|
@@ -2045,6 +2118,14 @@ declare namespace sap {
|
|
|
2045
2118
|
*/
|
|
2046
2119
|
cardConfigurationChange?: (oEvent: sap.ui.base.Event) => void;
|
|
2047
2120
|
|
|
2121
|
+
/**
|
|
2122
|
+
* @EXPERIMENTAL (since 1.107)
|
|
2123
|
+
*
|
|
2124
|
+
* Fired when the state of a card is changed. For example - the card is ready, new page is selected inside
|
|
2125
|
+
* the card, a filter is changed or data is refreshed.
|
|
2126
|
+
*/
|
|
2127
|
+
cardStateChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
2128
|
+
|
|
2048
2129
|
/**
|
|
2049
2130
|
* @EXPERIMENTAL (since 1.91)
|
|
2050
2131
|
*
|
|
@@ -2832,6 +2913,59 @@ declare namespace sap {
|
|
|
2832
2913
|
*/
|
|
2833
2914
|
oListener?: object
|
|
2834
2915
|
): this;
|
|
2916
|
+
/**
|
|
2917
|
+
* @EXPERIMENTAL (since 1.107)
|
|
2918
|
+
*
|
|
2919
|
+
* Attaches event handler `fnFunction` to the {@link #event:cardStateChanged cardStateChanged} event of
|
|
2920
|
+
* this `sap.ui.integration.Host`.
|
|
2921
|
+
*
|
|
2922
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2923
|
+
* otherwise it will be bound to this `sap.ui.integration.Host` itself.
|
|
2924
|
+
*
|
|
2925
|
+
* Fired when the state of a card is changed. For example - the card is ready, new page is selected inside
|
|
2926
|
+
* the card, a filter is changed or data is refreshed.
|
|
2927
|
+
*
|
|
2928
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2929
|
+
*/
|
|
2930
|
+
attachCardStateChanged(
|
|
2931
|
+
/**
|
|
2932
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
2933
|
+
* object when firing the event
|
|
2934
|
+
*/
|
|
2935
|
+
oData: object,
|
|
2936
|
+
/**
|
|
2937
|
+
* The function to be called when the event occurs
|
|
2938
|
+
*/
|
|
2939
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2940
|
+
/**
|
|
2941
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
2942
|
+
*/
|
|
2943
|
+
oListener?: object
|
|
2944
|
+
): this;
|
|
2945
|
+
/**
|
|
2946
|
+
* @EXPERIMENTAL (since 1.107)
|
|
2947
|
+
*
|
|
2948
|
+
* Attaches event handler `fnFunction` to the {@link #event:cardStateChanged cardStateChanged} event of
|
|
2949
|
+
* this `sap.ui.integration.Host`.
|
|
2950
|
+
*
|
|
2951
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2952
|
+
* otherwise it will be bound to this `sap.ui.integration.Host` itself.
|
|
2953
|
+
*
|
|
2954
|
+
* Fired when the state of a card is changed. For example - the card is ready, new page is selected inside
|
|
2955
|
+
* the card, a filter is changed or data is refreshed.
|
|
2956
|
+
*
|
|
2957
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2958
|
+
*/
|
|
2959
|
+
attachCardStateChanged(
|
|
2960
|
+
/**
|
|
2961
|
+
* The function to be called when the event occurs
|
|
2962
|
+
*/
|
|
2963
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2964
|
+
/**
|
|
2965
|
+
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
2966
|
+
*/
|
|
2967
|
+
oListener?: object
|
|
2968
|
+
): this;
|
|
2835
2969
|
/**
|
|
2836
2970
|
* @EXPERIMENTAL (since 1.91)
|
|
2837
2971
|
*
|
|
@@ -2946,6 +3080,26 @@ declare namespace sap {
|
|
|
2946
3080
|
*/
|
|
2947
3081
|
oListener?: object
|
|
2948
3082
|
): this;
|
|
3083
|
+
/**
|
|
3084
|
+
* @EXPERIMENTAL (since 1.107)
|
|
3085
|
+
*
|
|
3086
|
+
* Detaches event handler `fnFunction` from the {@link #event:cardStateChanged cardStateChanged} event of
|
|
3087
|
+
* this `sap.ui.integration.Host`.
|
|
3088
|
+
*
|
|
3089
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
3090
|
+
*
|
|
3091
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3092
|
+
*/
|
|
3093
|
+
detachCardStateChanged(
|
|
3094
|
+
/**
|
|
3095
|
+
* The function to be called, when the event occurs
|
|
3096
|
+
*/
|
|
3097
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
3098
|
+
/**
|
|
3099
|
+
* Context object on which the given function had to be called
|
|
3100
|
+
*/
|
|
3101
|
+
oListener?: object
|
|
3102
|
+
): this;
|
|
2949
3103
|
/**
|
|
2950
3104
|
* @EXPERIMENTAL (since 1.91)
|
|
2951
3105
|
*
|
|
@@ -3033,6 +3187,24 @@ declare namespace sap {
|
|
|
3033
3187
|
changes?: object;
|
|
3034
3188
|
}
|
|
3035
3189
|
): this;
|
|
3190
|
+
/**
|
|
3191
|
+
* @EXPERIMENTAL (since 1.107)
|
|
3192
|
+
*
|
|
3193
|
+
* Fires event {@link #event:cardStateChanged cardStateChanged} to attached listeners.
|
|
3194
|
+
*
|
|
3195
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3196
|
+
*/
|
|
3197
|
+
fireCardStateChanged(
|
|
3198
|
+
/**
|
|
3199
|
+
* Parameters to pass along with the event
|
|
3200
|
+
*/
|
|
3201
|
+
mParameters?: {
|
|
3202
|
+
/**
|
|
3203
|
+
* The card the changes are fired from.
|
|
3204
|
+
*/
|
|
3205
|
+
card?: sap.ui.core.Control;
|
|
3206
|
+
}
|
|
3207
|
+
): this;
|
|
3036
3208
|
/**
|
|
3037
3209
|
* @EXPERIMENTAL (since 1.91)
|
|
3038
3210
|
*
|
|
@@ -3388,6 +3560,8 @@ declare namespace sap {
|
|
|
3388
3560
|
|
|
3389
3561
|
"sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor": undefined;
|
|
3390
3562
|
|
|
3563
|
+
"sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor": undefined;
|
|
3564
|
+
|
|
3391
3565
|
"sap/ui/integration/designtime/baseEditor/PropertyEditors": undefined;
|
|
3392
3566
|
|
|
3393
3567
|
"sap/ui/integration/designtime/baseEditor/util/unset": undefined;
|
|
@@ -3446,6 +3620,8 @@ declare namespace sap {
|
|
|
3446
3620
|
|
|
3447
3621
|
"sap/ui/integration/editor/fields/fragment/Controller": undefined;
|
|
3448
3622
|
|
|
3623
|
+
"sap/ui/integration/editor/fields/GroupField": undefined;
|
|
3624
|
+
|
|
3449
3625
|
"sap/ui/integration/editor/fields/IntegerField": undefined;
|
|
3450
3626
|
|
|
3451
3627
|
"sap/ui/integration/editor/fields/NumberField": undefined;
|
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.
|
|
1
|
+
// For Library Version: 1.107.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
@@ -54,6 +54,8 @@ declare namespace sap {
|
|
|
54
54
|
|
|
55
55
|
"sap/ui/mdc/enum/PersistenceMode": undefined;
|
|
56
56
|
|
|
57
|
+
"sap/ui/mdc/enum/ProcessingStrategy": undefined;
|
|
58
|
+
|
|
57
59
|
"sap/ui/mdc/enum/PropagationReason": undefined;
|
|
58
60
|
|
|
59
61
|
"sap/ui/mdc/enum/SelectType": undefined;
|
|
@@ -172,6 +174,8 @@ declare namespace sap {
|
|
|
172
174
|
|
|
173
175
|
"sap/ui/mdc/p13n/modules/DefaultProviderRegistry": undefined;
|
|
174
176
|
|
|
177
|
+
"sap/ui/mdc/p13n/panels/FilterPanel": undefined;
|
|
178
|
+
|
|
175
179
|
"sap/ui/mdc/p13n/StateUtil": undefined;
|
|
176
180
|
|
|
177
181
|
"sap/ui/mdc/p13n/subcontroller/BaseController": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.107.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -56,9 +56,18 @@ declare namespace sap {
|
|
|
56
56
|
* that may be introduced by other groups (hence this is not an enumeration).
|
|
57
57
|
*
|
|
58
58
|
* **Notes:**
|
|
59
|
-
* - TinyMCE version 3
|
|
60
|
-
* it will load TinyMCE version
|
|
59
|
+
* - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
|
|
60
|
+
* it will load TinyMCE version 6.
|
|
61
61
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
62
|
+
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
63
|
+
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
64
|
+
* value accordingly.
|
|
65
|
+
* - Usage of internal TinyMCE APIs is not recommended, since it might lead to issues upon TinyMCE version
|
|
66
|
+
* update.
|
|
67
|
+
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
68
|
+
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
69
|
+
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
70
|
+
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
62
71
|
*/
|
|
63
72
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
64
73
|
|
|
@@ -235,7 +244,7 @@ declare namespace sap {
|
|
|
235
244
|
* @SINCE 1.48
|
|
236
245
|
*
|
|
237
246
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
238
|
-
* only when the EditorType is
|
|
247
|
+
* only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
239
248
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
240
249
|
* loaded toolbar.
|
|
241
250
|
*/
|
|
@@ -348,7 +357,8 @@ declare namespace sap {
|
|
|
348
357
|
* Below is a list of supported groups and buttons, which can be specified in the configuration objects
|
|
349
358
|
* (format is <>: <>):
|
|
350
359
|
* - font-style: bold, italic, underline, strikethrough
|
|
351
|
-
* - font: fontselect, fontsizeselect, forecolor, backcolor
|
|
360
|
+
* - font: fontfamily (fontselect in TinyMCE5), fontsize (fontsizeselect in TinyMCE5), forecolor, backcolor
|
|
361
|
+
*
|
|
352
362
|
* - clipboard: cut, copy, paste
|
|
353
363
|
* - structure: bullist, numlist, outdent, indent
|
|
354
364
|
* - undo: undo, redo
|
|
@@ -884,7 +894,7 @@ declare namespace sap {
|
|
|
884
894
|
* Gets current value of property {@link #getCustomToolbar customToolbar}.
|
|
885
895
|
*
|
|
886
896
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
887
|
-
* only when the EditorType is
|
|
897
|
+
* only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
888
898
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
889
899
|
* loaded toolbar.
|
|
890
900
|
*
|
|
@@ -926,11 +936,20 @@ declare namespace sap {
|
|
|
926
936
|
* that may be introduced by other groups (hence this is not an enumeration).
|
|
927
937
|
*
|
|
928
938
|
* **Notes:**
|
|
929
|
-
* - TinyMCE version 3
|
|
930
|
-
* it will load TinyMCE version
|
|
939
|
+
* - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
|
|
940
|
+
* it will load TinyMCE version 6.
|
|
931
941
|
* - Any attempts to set this property after the first rendering will not have any effect.
|
|
932
|
-
*
|
|
933
|
-
*
|
|
942
|
+
* - The default value of the property will always resolve to the recommended version by UI5. Due to the
|
|
943
|
+
* different support cycles, we will be constantly getting newer TinyMCE versions and update the default
|
|
944
|
+
* value accordingly.
|
|
945
|
+
* - Usage of internal TinyMCE APIs is not recommended, since it might lead to issues upon TinyMCE version
|
|
946
|
+
* update.
|
|
947
|
+
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
948
|
+
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
949
|
+
* - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
|
|
950
|
+
* from that fact. In addition TinyMCE 4 will be removed in future releases.
|
|
951
|
+
*
|
|
952
|
+
* Default value is `'TinyMCE'`.
|
|
934
953
|
*
|
|
935
954
|
* @returns Value of property `editorType`
|
|
936
955
|
*/
|
|
@@ -1262,7 +1281,7 @@ declare namespace sap {
|
|
|
1262
1281
|
* Sets a new value for property {@link #getCustomToolbar customToolbar}.
|
|
1263
1282
|
*
|
|
1264
1283
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
1265
|
-
* only when the EditorType is
|
|
1284
|
+
* only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
1266
1285
|
* property will have effect only on initial loading. Changing it during runtime will not affect the initially
|
|
1267
1286
|
* loaded toolbar.
|
|
1268
1287
|
*
|
|
@@ -1324,7 +1343,7 @@ declare namespace sap {
|
|
|
1324
1343
|
*/
|
|
1325
1344
|
setEditorType(
|
|
1326
1345
|
/**
|
|
1327
|
-
* Which editor type to be used (currently only TinyMCE 4 and
|
|
1346
|
+
* Which editor type to be used (currently only TinyMCE 4, 5 and 6)
|
|
1328
1347
|
*/
|
|
1329
1348
|
sEditorType?: string
|
|
1330
1349
|
): object;
|
|
@@ -1649,17 +1668,17 @@ declare namespace sap {
|
|
|
1649
1668
|
*/
|
|
1650
1669
|
enum EditorType {
|
|
1651
1670
|
/**
|
|
1652
|
-
* Uses TinyMCE version
|
|
1671
|
+
* Uses latest recommended TinyMCE version Current one is TinyMCE 6
|
|
1653
1672
|
*/
|
|
1654
1673
|
TinyMCE = "TinyMCE",
|
|
1655
|
-
/**
|
|
1656
|
-
* Uses TinyMCE version 4 as editor
|
|
1657
|
-
*/
|
|
1658
|
-
TinyMCE4 = "TinyMCE4",
|
|
1659
1674
|
/**
|
|
1660
1675
|
* Uses TinyMCE version 5 as editor
|
|
1661
1676
|
*/
|
|
1662
1677
|
TinyMCE5 = "TinyMCE5",
|
|
1678
|
+
/**
|
|
1679
|
+
* Uses TinyMCE version 6 as editor
|
|
1680
|
+
*/
|
|
1681
|
+
TinyMCE6 = "TinyMCE6",
|
|
1663
1682
|
}
|
|
1664
1683
|
}
|
|
1665
1684
|
}
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.107.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -644,7 +644,7 @@ declare namespace sap {
|
|
|
644
644
|
* If the column is grouped, this formatter is used to format the value in the group header
|
|
645
645
|
*/
|
|
646
646
|
groupHeaderFormatter?:
|
|
647
|
-
|
|
|
647
|
+
| Function
|
|
648
648
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
649
649
|
| `{${string}}`;
|
|
650
650
|
}
|
|
@@ -1876,7 +1876,7 @@ declare namespace sap {
|
|
|
1876
1876
|
*
|
|
1877
1877
|
* Setting collapseRecursive to true means, that when collapsing a node all subsequent child nodes will
|
|
1878
1878
|
* also be collapsed. This property is only supported with sap.ui.model.odata.v2.ODataModel. **Note:** collapseRecursive
|
|
1879
|
-
* is currently **not** supported if your OData service exposes the hierarchy annotation `hierarchy-descendant-count-for`.
|
|
1879
|
+
* is currently **not** supported if your OData service exposes the hierarchy annotation `hierarchy-node-descendant-count-for`.
|
|
1880
1880
|
* In this case the value of the collapseRecursive property is ignored. For more information about the OData
|
|
1881
1881
|
* hierarchy annotations, please see the **SAP Annotations for OData Version 2.0** specification.
|
|
1882
1882
|
*
|
|
@@ -2000,7 +2000,7 @@ declare namespace sap {
|
|
|
2000
2000
|
*
|
|
2001
2001
|
* @returns Value of property `groupHeaderFormatter`
|
|
2002
2002
|
*/
|
|
2003
|
-
getGroupHeaderFormatter():
|
|
2003
|
+
getGroupHeaderFormatter(): Function;
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Gets current value of property {@link #getInResult inResult}.
|
|
2006
2006
|
*
|
|
@@ -2055,7 +2055,7 @@ declare namespace sap {
|
|
|
2055
2055
|
/**
|
|
2056
2056
|
* New value for property `groupHeaderFormatter`
|
|
2057
2057
|
*/
|
|
2058
|
-
|
|
2058
|
+
fnGroupHeaderFormatter?: Function
|
|
2059
2059
|
): this;
|
|
2060
2060
|
/**
|
|
2061
2061
|
* Sets a new value for property {@link #getInResult inResult}.
|
|
@@ -8615,7 +8615,7 @@ declare namespace sap {
|
|
|
8615
8615
|
*
|
|
8616
8616
|
* Setting collapseRecursive to true means, that when collapsing a node all subsequent child nodes will
|
|
8617
8617
|
* also be collapsed. This property is only supported with sap.ui.model.odata.v2.ODataModel. **Note:** collapseRecursive
|
|
8618
|
-
* is currently **not** supported if your OData service exposes the hierarchy annotation `hierarchy-descendant-count-for`.
|
|
8618
|
+
* is currently **not** supported if your OData service exposes the hierarchy annotation `hierarchy-node-descendant-count-for`.
|
|
8619
8619
|
* In this case the value of the collapseRecursive property is ignored. For more information about the OData
|
|
8620
8620
|
* hierarchy annotations, please see the **SAP Annotations for OData Version 2.0** specification.
|
|
8621
8621
|
*
|
|
@@ -8777,7 +8777,7 @@ declare namespace sap {
|
|
|
8777
8777
|
*
|
|
8778
8778
|
* Setting collapseRecursive to true means, that when collapsing a node all subsequent child nodes will
|
|
8779
8779
|
* also be collapsed. This property is only supported with sap.ui.model.odata.v2.ODataModel. **Note:** collapseRecursive
|
|
8780
|
-
* is currently **not** supported if your OData service exposes the hierarchy annotation `hierarchy-descendant-count-for`.
|
|
8780
|
+
* is currently **not** supported if your OData service exposes the hierarchy annotation `hierarchy-node-descendant-count-for`.
|
|
8781
8781
|
* In this case the value of the collapseRecursive property is ignored. For more information about the OData
|
|
8782
8782
|
* hierarchy annotations, please see the **SAP Annotations for OData Version 2.0** specification.
|
|
8783
8783
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ui.vtm.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED