@sap/ux-specification 1.102.21 → 1.102.22
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/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +87 -87
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +6 -6
- package/dist/schemas/v2/AnalyticalListPageConfig.json +81 -162
- package/dist/schemas/v2/ListReportConfig.json +81 -162
- package/dist/schemas/v2/ObjectPageConfig.json +1 -1
- package/dist/schemas/v2/OverviewPageConfig.json +80 -161
- package/dist/schemas/v4/ListReportConfig.json +0 -54
- package/dist/schemas/v4/ObjectPageConfig.json +1 -2
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +0 -16
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +1 -103
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +2 -1
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +4 -0
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +6 -6
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.102.
|
|
3
|
+
"version": "1.102.22",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@sap-ux/annotation-converter": "0.5.20",
|
|
58
|
-
"@sap/ux-specification-types": "1.102.
|
|
58
|
+
"@sap/ux-specification-types": "1.102.22",
|
|
59
59
|
"@sap-ux/edmx-parser": "0.5.13",
|
|
60
|
-
"@sapui5/ts-types-esm": "1.102.
|
|
60
|
+
"@sapui5/ts-types-esm": "1.102.16",
|
|
61
61
|
"@types/d3": "7.4.0",
|
|
62
62
|
"@types/jquery": "3.5.16",
|
|
63
|
-
"@types/mem-fs-editor": "7.0.
|
|
63
|
+
"@types/mem-fs-editor": "7.0.3",
|
|
64
64
|
"@types/semver": "7.3.13",
|
|
65
65
|
"@ui5/flexibility-utils": "0.1.3",
|
|
66
66
|
"@xml-tools/ast": "5.0.5",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"mem-fs-editor": "9.7.0",
|
|
79
79
|
"path": "0.12.7",
|
|
80
80
|
"reflect-metadata": "0.1.13",
|
|
81
|
-
"semver": "7.
|
|
82
|
-
"typescript-json-schema": "0.
|
|
81
|
+
"semver": "7.5.0",
|
|
82
|
+
"typescript-json-schema": "0.56.0",
|
|
83
83
|
"xml-js": "1.6.11"
|
|
84
84
|
},
|
|
85
85
|
"husky": {
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
"additionalProperties": false
|
|
422
422
|
},
|
|
423
423
|
"ButtonType": {
|
|
424
|
-
"description": "Different predefined button types for the{@
|
|
424
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
425
425
|
"enum": [
|
|
426
426
|
"Accept",
|
|
427
427
|
"Attention",
|
|
@@ -1117,169 +1117,81 @@
|
|
|
1117
1117
|
"description": "You can use the filter settings to include and exclude specific date range values.",
|
|
1118
1118
|
"type": "array",
|
|
1119
1119
|
"items": {
|
|
1120
|
-
"
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
"
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
"
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
"YEARTODATE",
|
|
1187
|
-
"YESTERDAY"
|
|
1188
|
-
],
|
|
1189
|
-
"type": "string"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
"exclude": {
|
|
1193
|
-
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1194
|
-
"type": "boolean"
|
|
1195
|
-
}
|
|
1196
|
-
},
|
|
1197
|
-
"additionalProperties": false,
|
|
1198
|
-
"required": [
|
|
1199
|
-
"path"
|
|
1200
|
-
]
|
|
1120
|
+
"type": "object",
|
|
1121
|
+
"properties": {
|
|
1122
|
+
"path": {
|
|
1123
|
+
"$ref": "#/definitions/FilterPathType",
|
|
1124
|
+
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
|
|
1125
|
+
},
|
|
1126
|
+
"contains": {
|
|
1127
|
+
"description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
|
|
1128
|
+
"type": "string"
|
|
1129
|
+
},
|
|
1130
|
+
"equals": {
|
|
1131
|
+
"description": "Defines a single value of the standard date range type.",
|
|
1132
|
+
"type": "array",
|
|
1133
|
+
"items": {
|
|
1134
|
+
"enum": [
|
|
1135
|
+
"DATE",
|
|
1136
|
+
"DATERANGE",
|
|
1137
|
+
"DAYS",
|
|
1138
|
+
"FROM",
|
|
1139
|
+
"LAST2WEEKS",
|
|
1140
|
+
"LAST3WEEKS",
|
|
1141
|
+
"LAST4WEEKS",
|
|
1142
|
+
"LAST5WEEKS",
|
|
1143
|
+
"LASTDAYS",
|
|
1144
|
+
"LASTMONTH",
|
|
1145
|
+
"LASTMONTHS",
|
|
1146
|
+
"LASTQUARTER",
|
|
1147
|
+
"LASTQUARTERS",
|
|
1148
|
+
"LASTWEEK",
|
|
1149
|
+
"LASTWEEKS",
|
|
1150
|
+
"LASTYEAR",
|
|
1151
|
+
"LASTYEARS",
|
|
1152
|
+
"MONTH",
|
|
1153
|
+
"NEXT",
|
|
1154
|
+
"NEXT2WEEKS",
|
|
1155
|
+
"NEXT3WEEKS",
|
|
1156
|
+
"NEXT4WEEKS",
|
|
1157
|
+
"NEXT5WEEKS",
|
|
1158
|
+
"NEXTDAYS",
|
|
1159
|
+
"NEXTMONTH",
|
|
1160
|
+
"NEXTMONTHS",
|
|
1161
|
+
"NEXTQUARTER",
|
|
1162
|
+
"NEXTQUARTERS",
|
|
1163
|
+
"NEXTWEEK",
|
|
1164
|
+
"NEXTWEEKS",
|
|
1165
|
+
"NEXTYEARS",
|
|
1166
|
+
"QUARTER",
|
|
1167
|
+
"QUARTER1",
|
|
1168
|
+
"QUARTER2",
|
|
1169
|
+
"QUARTER3",
|
|
1170
|
+
"QUARTER4",
|
|
1171
|
+
"SPECIFICMONTH",
|
|
1172
|
+
"THISMONTH",
|
|
1173
|
+
"THISQUARTER",
|
|
1174
|
+
"THISWEEK",
|
|
1175
|
+
"TO",
|
|
1176
|
+
"TODAY",
|
|
1177
|
+
"TODAYFROMTO",
|
|
1178
|
+
"TOMORROW",
|
|
1179
|
+
"WEEK",
|
|
1180
|
+
"YEAR",
|
|
1181
|
+
"YEARTODATE",
|
|
1182
|
+
"YESTERDAY"
|
|
1183
|
+
],
|
|
1184
|
+
"type": "string"
|
|
1185
|
+
}
|
|
1201
1186
|
},
|
|
1202
|
-
{
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"path": {
|
|
1206
|
-
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset.",
|
|
1207
|
-
"type": "string",
|
|
1208
|
-
"enum": [
|
|
1209
|
-
"key"
|
|
1210
|
-
]
|
|
1211
|
-
},
|
|
1212
|
-
"contains": {
|
|
1213
|
-
"description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
|
|
1214
|
-
"type": "string"
|
|
1215
|
-
},
|
|
1216
|
-
"equals": {
|
|
1217
|
-
"description": "Defines a single value of the standard date range type.",
|
|
1218
|
-
"type": "array",
|
|
1219
|
-
"items": {
|
|
1220
|
-
"enum": [
|
|
1221
|
-
"DATE",
|
|
1222
|
-
"DATERANGE",
|
|
1223
|
-
"DAYS",
|
|
1224
|
-
"FROM",
|
|
1225
|
-
"LAST2WEEKS",
|
|
1226
|
-
"LAST3WEEKS",
|
|
1227
|
-
"LAST4WEEKS",
|
|
1228
|
-
"LAST5WEEKS",
|
|
1229
|
-
"LASTDAYS",
|
|
1230
|
-
"LASTMONTH",
|
|
1231
|
-
"LASTMONTHS",
|
|
1232
|
-
"LASTQUARTER",
|
|
1233
|
-
"LASTQUARTERS",
|
|
1234
|
-
"LASTWEEK",
|
|
1235
|
-
"LASTWEEKS",
|
|
1236
|
-
"LASTYEAR",
|
|
1237
|
-
"LASTYEARS",
|
|
1238
|
-
"MONTH",
|
|
1239
|
-
"NEXT",
|
|
1240
|
-
"NEXT2WEEKS",
|
|
1241
|
-
"NEXT3WEEKS",
|
|
1242
|
-
"NEXT4WEEKS",
|
|
1243
|
-
"NEXT5WEEKS",
|
|
1244
|
-
"NEXTDAYS",
|
|
1245
|
-
"NEXTMONTH",
|
|
1246
|
-
"NEXTMONTHS",
|
|
1247
|
-
"NEXTQUARTER",
|
|
1248
|
-
"NEXTQUARTERS",
|
|
1249
|
-
"NEXTWEEK",
|
|
1250
|
-
"NEXTWEEKS",
|
|
1251
|
-
"NEXTYEARS",
|
|
1252
|
-
"QUARTER",
|
|
1253
|
-
"QUARTER1",
|
|
1254
|
-
"QUARTER2",
|
|
1255
|
-
"QUARTER3",
|
|
1256
|
-
"QUARTER4",
|
|
1257
|
-
"SPECIFICMONTH",
|
|
1258
|
-
"THISMONTH",
|
|
1259
|
-
"THISQUARTER",
|
|
1260
|
-
"THISWEEK",
|
|
1261
|
-
"TO",
|
|
1262
|
-
"TODAY",
|
|
1263
|
-
"TODAYFROMTO",
|
|
1264
|
-
"TOMORROW",
|
|
1265
|
-
"WEEK",
|
|
1266
|
-
"YEAR",
|
|
1267
|
-
"YEARTODATE",
|
|
1268
|
-
"YESTERDAY"
|
|
1269
|
-
],
|
|
1270
|
-
"type": "string"
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
|
-
"exclude": {
|
|
1274
|
-
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1275
|
-
"type": "boolean"
|
|
1276
|
-
}
|
|
1277
|
-
},
|
|
1278
|
-
"additionalProperties": false,
|
|
1279
|
-
"required": [
|
|
1280
|
-
"path"
|
|
1281
|
-
]
|
|
1187
|
+
"exclude": {
|
|
1188
|
+
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1189
|
+
"type": "boolean"
|
|
1282
1190
|
}
|
|
1191
|
+
},
|
|
1192
|
+
"additionalProperties": false,
|
|
1193
|
+
"required": [
|
|
1194
|
+
"path"
|
|
1283
1195
|
]
|
|
1284
1196
|
},
|
|
1285
1197
|
"artifactType": "Manifest"
|
|
@@ -1292,6 +1204,13 @@
|
|
|
1292
1204
|
},
|
|
1293
1205
|
"additionalProperties": false
|
|
1294
1206
|
},
|
|
1207
|
+
"FilterPathType": {
|
|
1208
|
+
"enum": [
|
|
1209
|
+
"category",
|
|
1210
|
+
"key"
|
|
1211
|
+
],
|
|
1212
|
+
"type": "string"
|
|
1213
|
+
},
|
|
1295
1214
|
"DefaultDateRange": {
|
|
1296
1215
|
"type": "object",
|
|
1297
1216
|
"properties": {
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
"additionalProperties": false
|
|
428
428
|
},
|
|
429
429
|
"ButtonType": {
|
|
430
|
-
"description": "Different predefined button types for the{@
|
|
430
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
431
431
|
"enum": [
|
|
432
432
|
"Accept",
|
|
433
433
|
"Attention",
|
|
@@ -1356,169 +1356,81 @@
|
|
|
1356
1356
|
"description": "You can use the filter settings to include and exclude specific date range values.",
|
|
1357
1357
|
"type": "array",
|
|
1358
1358
|
"items": {
|
|
1359
|
-
"
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
"
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
"YEARTODATE",
|
|
1426
|
-
"YESTERDAY"
|
|
1427
|
-
],
|
|
1428
|
-
"type": "string"
|
|
1429
|
-
}
|
|
1430
|
-
},
|
|
1431
|
-
"exclude": {
|
|
1432
|
-
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1433
|
-
"type": "boolean"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
"additionalProperties": false,
|
|
1437
|
-
"required": [
|
|
1438
|
-
"path"
|
|
1439
|
-
]
|
|
1359
|
+
"type": "object",
|
|
1360
|
+
"properties": {
|
|
1361
|
+
"path": {
|
|
1362
|
+
"$ref": "#/definitions/FilterPathType",
|
|
1363
|
+
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
|
|
1364
|
+
},
|
|
1365
|
+
"contains": {
|
|
1366
|
+
"description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
|
|
1367
|
+
"type": "string"
|
|
1368
|
+
},
|
|
1369
|
+
"equals": {
|
|
1370
|
+
"description": "Defines a single value of the standard date range type.",
|
|
1371
|
+
"type": "array",
|
|
1372
|
+
"items": {
|
|
1373
|
+
"enum": [
|
|
1374
|
+
"DATE",
|
|
1375
|
+
"DATERANGE",
|
|
1376
|
+
"DAYS",
|
|
1377
|
+
"FROM",
|
|
1378
|
+
"LAST2WEEKS",
|
|
1379
|
+
"LAST3WEEKS",
|
|
1380
|
+
"LAST4WEEKS",
|
|
1381
|
+
"LAST5WEEKS",
|
|
1382
|
+
"LASTDAYS",
|
|
1383
|
+
"LASTMONTH",
|
|
1384
|
+
"LASTMONTHS",
|
|
1385
|
+
"LASTQUARTER",
|
|
1386
|
+
"LASTQUARTERS",
|
|
1387
|
+
"LASTWEEK",
|
|
1388
|
+
"LASTWEEKS",
|
|
1389
|
+
"LASTYEAR",
|
|
1390
|
+
"LASTYEARS",
|
|
1391
|
+
"MONTH",
|
|
1392
|
+
"NEXT",
|
|
1393
|
+
"NEXT2WEEKS",
|
|
1394
|
+
"NEXT3WEEKS",
|
|
1395
|
+
"NEXT4WEEKS",
|
|
1396
|
+
"NEXT5WEEKS",
|
|
1397
|
+
"NEXTDAYS",
|
|
1398
|
+
"NEXTMONTH",
|
|
1399
|
+
"NEXTMONTHS",
|
|
1400
|
+
"NEXTQUARTER",
|
|
1401
|
+
"NEXTQUARTERS",
|
|
1402
|
+
"NEXTWEEK",
|
|
1403
|
+
"NEXTWEEKS",
|
|
1404
|
+
"NEXTYEARS",
|
|
1405
|
+
"QUARTER",
|
|
1406
|
+
"QUARTER1",
|
|
1407
|
+
"QUARTER2",
|
|
1408
|
+
"QUARTER3",
|
|
1409
|
+
"QUARTER4",
|
|
1410
|
+
"SPECIFICMONTH",
|
|
1411
|
+
"THISMONTH",
|
|
1412
|
+
"THISQUARTER",
|
|
1413
|
+
"THISWEEK",
|
|
1414
|
+
"TO",
|
|
1415
|
+
"TODAY",
|
|
1416
|
+
"TODAYFROMTO",
|
|
1417
|
+
"TOMORROW",
|
|
1418
|
+
"WEEK",
|
|
1419
|
+
"YEAR",
|
|
1420
|
+
"YEARTODATE",
|
|
1421
|
+
"YESTERDAY"
|
|
1422
|
+
],
|
|
1423
|
+
"type": "string"
|
|
1424
|
+
}
|
|
1440
1425
|
},
|
|
1441
|
-
{
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1444
|
-
"path": {
|
|
1445
|
-
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset.",
|
|
1446
|
-
"type": "string",
|
|
1447
|
-
"enum": [
|
|
1448
|
-
"key"
|
|
1449
|
-
]
|
|
1450
|
-
},
|
|
1451
|
-
"contains": {
|
|
1452
|
-
"description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
|
|
1453
|
-
"type": "string"
|
|
1454
|
-
},
|
|
1455
|
-
"equals": {
|
|
1456
|
-
"description": "Defines a single value of the standard date range type.",
|
|
1457
|
-
"type": "array",
|
|
1458
|
-
"items": {
|
|
1459
|
-
"enum": [
|
|
1460
|
-
"DATE",
|
|
1461
|
-
"DATERANGE",
|
|
1462
|
-
"DAYS",
|
|
1463
|
-
"FROM",
|
|
1464
|
-
"LAST2WEEKS",
|
|
1465
|
-
"LAST3WEEKS",
|
|
1466
|
-
"LAST4WEEKS",
|
|
1467
|
-
"LAST5WEEKS",
|
|
1468
|
-
"LASTDAYS",
|
|
1469
|
-
"LASTMONTH",
|
|
1470
|
-
"LASTMONTHS",
|
|
1471
|
-
"LASTQUARTER",
|
|
1472
|
-
"LASTQUARTERS",
|
|
1473
|
-
"LASTWEEK",
|
|
1474
|
-
"LASTWEEKS",
|
|
1475
|
-
"LASTYEAR",
|
|
1476
|
-
"LASTYEARS",
|
|
1477
|
-
"MONTH",
|
|
1478
|
-
"NEXT",
|
|
1479
|
-
"NEXT2WEEKS",
|
|
1480
|
-
"NEXT3WEEKS",
|
|
1481
|
-
"NEXT4WEEKS",
|
|
1482
|
-
"NEXT5WEEKS",
|
|
1483
|
-
"NEXTDAYS",
|
|
1484
|
-
"NEXTMONTH",
|
|
1485
|
-
"NEXTMONTHS",
|
|
1486
|
-
"NEXTQUARTER",
|
|
1487
|
-
"NEXTQUARTERS",
|
|
1488
|
-
"NEXTWEEK",
|
|
1489
|
-
"NEXTWEEKS",
|
|
1490
|
-
"NEXTYEARS",
|
|
1491
|
-
"QUARTER",
|
|
1492
|
-
"QUARTER1",
|
|
1493
|
-
"QUARTER2",
|
|
1494
|
-
"QUARTER3",
|
|
1495
|
-
"QUARTER4",
|
|
1496
|
-
"SPECIFICMONTH",
|
|
1497
|
-
"THISMONTH",
|
|
1498
|
-
"THISQUARTER",
|
|
1499
|
-
"THISWEEK",
|
|
1500
|
-
"TO",
|
|
1501
|
-
"TODAY",
|
|
1502
|
-
"TODAYFROMTO",
|
|
1503
|
-
"TOMORROW",
|
|
1504
|
-
"WEEK",
|
|
1505
|
-
"YEAR",
|
|
1506
|
-
"YEARTODATE",
|
|
1507
|
-
"YESTERDAY"
|
|
1508
|
-
],
|
|
1509
|
-
"type": "string"
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
"exclude": {
|
|
1513
|
-
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1514
|
-
"type": "boolean"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
"additionalProperties": false,
|
|
1518
|
-
"required": [
|
|
1519
|
-
"path"
|
|
1520
|
-
]
|
|
1426
|
+
"exclude": {
|
|
1427
|
+
"description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
1428
|
+
"type": "boolean"
|
|
1521
1429
|
}
|
|
1430
|
+
},
|
|
1431
|
+
"additionalProperties": false,
|
|
1432
|
+
"required": [
|
|
1433
|
+
"path"
|
|
1522
1434
|
]
|
|
1523
1435
|
},
|
|
1524
1436
|
"artifactType": "Manifest"
|
|
@@ -1531,6 +1443,13 @@
|
|
|
1531
1443
|
},
|
|
1532
1444
|
"additionalProperties": false
|
|
1533
1445
|
},
|
|
1446
|
+
"FilterPathType": {
|
|
1447
|
+
"enum": [
|
|
1448
|
+
"category",
|
|
1449
|
+
"key"
|
|
1450
|
+
],
|
|
1451
|
+
"type": "string"
|
|
1452
|
+
},
|
|
1534
1453
|
"DefaultDateRange": {
|
|
1535
1454
|
"type": "object",
|
|
1536
1455
|
"properties": {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"additionalProperties": false
|
|
178
178
|
},
|
|
179
179
|
"ButtonType": {
|
|
180
|
-
"description": "Different predefined button types for the{@
|
|
180
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
181
181
|
"enum": [
|
|
182
182
|
"Accept",
|
|
183
183
|
"Attention",
|