@sap/ux-specification 1.84.61 → 1.84.63

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.
@@ -1113,169 +1113,81 @@
1113
1113
  "description": "You can use the filter settings to include and exclude specific date range values.",
1114
1114
  "type": "array",
1115
1115
  "items": {
1116
- "anyOf": [
1117
- {
1118
- "type": "object",
1119
- "properties": {
1120
- "path": {
1121
- "description": "Choose 'key' to define filter values for single values of the date range type, or 'category' to filter by a whole subset.",
1122
- "type": "string",
1123
- "enum": [
1124
- "category"
1125
- ]
1126
- },
1127
- "contains": {
1128
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1129
- "type": "string"
1130
- },
1131
- "equals": {
1132
- "description": "Defines a single value of the standard date range type.",
1133
- "type": "array",
1134
- "items": {
1135
- "enum": [
1136
- "DATE",
1137
- "DATERANGE",
1138
- "DAYS",
1139
- "FROM",
1140
- "LAST2WEEKS",
1141
- "LAST3WEEKS",
1142
- "LAST4WEEKS",
1143
- "LAST5WEEKS",
1144
- "LASTDAYS",
1145
- "LASTMONTH",
1146
- "LASTMONTHS",
1147
- "LASTQUARTER",
1148
- "LASTQUARTERS",
1149
- "LASTWEEK",
1150
- "LASTWEEKS",
1151
- "LASTYEAR",
1152
- "LASTYEARS",
1153
- "MONTH",
1154
- "NEXT",
1155
- "NEXT2WEEKS",
1156
- "NEXT3WEEKS",
1157
- "NEXT4WEEKS",
1158
- "NEXT5WEEKS",
1159
- "NEXTDAYS",
1160
- "NEXTMONTH",
1161
- "NEXTMONTHS",
1162
- "NEXTQUARTER",
1163
- "NEXTQUARTERS",
1164
- "NEXTWEEK",
1165
- "NEXTWEEKS",
1166
- "NEXTYEARS",
1167
- "QUARTER",
1168
- "QUARTER1",
1169
- "QUARTER2",
1170
- "QUARTER3",
1171
- "QUARTER4",
1172
- "SPECIFICMONTH",
1173
- "THISMONTH",
1174
- "THISQUARTER",
1175
- "THISWEEK",
1176
- "TO",
1177
- "TODAY",
1178
- "TODAYFROMTO",
1179
- "TOMORROW",
1180
- "WEEK",
1181
- "YEAR",
1182
- "YEARTODATE",
1183
- "YESTERDAY"
1184
- ],
1185
- "type": "string"
1186
- }
1187
- },
1188
- "exclude": {
1189
- "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.",
1190
- "type": "boolean"
1191
- }
1192
- },
1193
- "additionalProperties": false,
1194
- "required": [
1195
- "path"
1196
- ]
1116
+ "type": "object",
1117
+ "properties": {
1118
+ "path": {
1119
+ "$ref": "#/definitions/FilterPathType",
1120
+ "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
1121
+ },
1122
+ "contains": {
1123
+ "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1124
+ "type": "string"
1125
+ },
1126
+ "equals": {
1127
+ "description": "Defines a single value of the standard date range type.",
1128
+ "type": "array",
1129
+ "items": {
1130
+ "enum": [
1131
+ "DATE",
1132
+ "DATERANGE",
1133
+ "DAYS",
1134
+ "FROM",
1135
+ "LAST2WEEKS",
1136
+ "LAST3WEEKS",
1137
+ "LAST4WEEKS",
1138
+ "LAST5WEEKS",
1139
+ "LASTDAYS",
1140
+ "LASTMONTH",
1141
+ "LASTMONTHS",
1142
+ "LASTQUARTER",
1143
+ "LASTQUARTERS",
1144
+ "LASTWEEK",
1145
+ "LASTWEEKS",
1146
+ "LASTYEAR",
1147
+ "LASTYEARS",
1148
+ "MONTH",
1149
+ "NEXT",
1150
+ "NEXT2WEEKS",
1151
+ "NEXT3WEEKS",
1152
+ "NEXT4WEEKS",
1153
+ "NEXT5WEEKS",
1154
+ "NEXTDAYS",
1155
+ "NEXTMONTH",
1156
+ "NEXTMONTHS",
1157
+ "NEXTQUARTER",
1158
+ "NEXTQUARTERS",
1159
+ "NEXTWEEK",
1160
+ "NEXTWEEKS",
1161
+ "NEXTYEARS",
1162
+ "QUARTER",
1163
+ "QUARTER1",
1164
+ "QUARTER2",
1165
+ "QUARTER3",
1166
+ "QUARTER4",
1167
+ "SPECIFICMONTH",
1168
+ "THISMONTH",
1169
+ "THISQUARTER",
1170
+ "THISWEEK",
1171
+ "TO",
1172
+ "TODAY",
1173
+ "TODAYFROMTO",
1174
+ "TOMORROW",
1175
+ "WEEK",
1176
+ "YEAR",
1177
+ "YEARTODATE",
1178
+ "YESTERDAY"
1179
+ ],
1180
+ "type": "string"
1181
+ }
1197
1182
  },
1198
- {
1199
- "type": "object",
1200
- "properties": {
1201
- "path": {
1202
- "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset.",
1203
- "type": "string",
1204
- "enum": [
1205
- "key"
1206
- ]
1207
- },
1208
- "contains": {
1209
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1210
- "type": "string"
1211
- },
1212
- "equals": {
1213
- "description": "Defines a single value of the standard date range type.",
1214
- "type": "array",
1215
- "items": {
1216
- "enum": [
1217
- "DATE",
1218
- "DATERANGE",
1219
- "DAYS",
1220
- "FROM",
1221
- "LAST2WEEKS",
1222
- "LAST3WEEKS",
1223
- "LAST4WEEKS",
1224
- "LAST5WEEKS",
1225
- "LASTDAYS",
1226
- "LASTMONTH",
1227
- "LASTMONTHS",
1228
- "LASTQUARTER",
1229
- "LASTQUARTERS",
1230
- "LASTWEEK",
1231
- "LASTWEEKS",
1232
- "LASTYEAR",
1233
- "LASTYEARS",
1234
- "MONTH",
1235
- "NEXT",
1236
- "NEXT2WEEKS",
1237
- "NEXT3WEEKS",
1238
- "NEXT4WEEKS",
1239
- "NEXT5WEEKS",
1240
- "NEXTDAYS",
1241
- "NEXTMONTH",
1242
- "NEXTMONTHS",
1243
- "NEXTQUARTER",
1244
- "NEXTQUARTERS",
1245
- "NEXTWEEK",
1246
- "NEXTWEEKS",
1247
- "NEXTYEARS",
1248
- "QUARTER",
1249
- "QUARTER1",
1250
- "QUARTER2",
1251
- "QUARTER3",
1252
- "QUARTER4",
1253
- "SPECIFICMONTH",
1254
- "THISMONTH",
1255
- "THISQUARTER",
1256
- "THISWEEK",
1257
- "TO",
1258
- "TODAY",
1259
- "TODAYFROMTO",
1260
- "TOMORROW",
1261
- "WEEK",
1262
- "YEAR",
1263
- "YEARTODATE",
1264
- "YESTERDAY"
1265
- ],
1266
- "type": "string"
1267
- }
1268
- },
1269
- "exclude": {
1270
- "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.",
1271
- "type": "boolean"
1272
- }
1273
- },
1274
- "additionalProperties": false,
1275
- "required": [
1276
- "path"
1277
- ]
1183
+ "exclude": {
1184
+ "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.",
1185
+ "type": "boolean"
1278
1186
  }
1187
+ },
1188
+ "additionalProperties": false,
1189
+ "required": [
1190
+ "path"
1279
1191
  ]
1280
1192
  },
1281
1193
  "artifactType": "Manifest"
@@ -1283,6 +1195,13 @@
1283
1195
  },
1284
1196
  "additionalProperties": false
1285
1197
  },
1198
+ "FilterPathType": {
1199
+ "enum": [
1200
+ "category",
1201
+ "key"
1202
+ ],
1203
+ "type": "string"
1204
+ },
1286
1205
  "ChartSettings": {
1287
1206
  "description": "Chart",
1288
1207
  "isViewNode": true,
@@ -1335,169 +1335,81 @@
1335
1335
  "description": "You can use the filter settings to include and exclude specific date range values.",
1336
1336
  "type": "array",
1337
1337
  "items": {
1338
- "anyOf": [
1339
- {
1340
- "type": "object",
1341
- "properties": {
1342
- "path": {
1343
- "description": "Choose 'key' to define filter values for single values of the date range type, or 'category' to filter by a whole subset.",
1344
- "type": "string",
1345
- "enum": [
1346
- "category"
1347
- ]
1348
- },
1349
- "contains": {
1350
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1351
- "type": "string"
1352
- },
1353
- "equals": {
1354
- "description": "Defines a single value of the standard date range type.",
1355
- "type": "array",
1356
- "items": {
1357
- "enum": [
1358
- "DATE",
1359
- "DATERANGE",
1360
- "DAYS",
1361
- "FROM",
1362
- "LAST2WEEKS",
1363
- "LAST3WEEKS",
1364
- "LAST4WEEKS",
1365
- "LAST5WEEKS",
1366
- "LASTDAYS",
1367
- "LASTMONTH",
1368
- "LASTMONTHS",
1369
- "LASTQUARTER",
1370
- "LASTQUARTERS",
1371
- "LASTWEEK",
1372
- "LASTWEEKS",
1373
- "LASTYEAR",
1374
- "LASTYEARS",
1375
- "MONTH",
1376
- "NEXT",
1377
- "NEXT2WEEKS",
1378
- "NEXT3WEEKS",
1379
- "NEXT4WEEKS",
1380
- "NEXT5WEEKS",
1381
- "NEXTDAYS",
1382
- "NEXTMONTH",
1383
- "NEXTMONTHS",
1384
- "NEXTQUARTER",
1385
- "NEXTQUARTERS",
1386
- "NEXTWEEK",
1387
- "NEXTWEEKS",
1388
- "NEXTYEARS",
1389
- "QUARTER",
1390
- "QUARTER1",
1391
- "QUARTER2",
1392
- "QUARTER3",
1393
- "QUARTER4",
1394
- "SPECIFICMONTH",
1395
- "THISMONTH",
1396
- "THISQUARTER",
1397
- "THISWEEK",
1398
- "TO",
1399
- "TODAY",
1400
- "TODAYFROMTO",
1401
- "TOMORROW",
1402
- "WEEK",
1403
- "YEAR",
1404
- "YEARTODATE",
1405
- "YESTERDAY"
1406
- ],
1407
- "type": "string"
1408
- }
1409
- },
1410
- "exclude": {
1411
- "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.",
1412
- "type": "boolean"
1413
- }
1414
- },
1415
- "additionalProperties": false,
1416
- "required": [
1417
- "path"
1418
- ]
1338
+ "type": "object",
1339
+ "properties": {
1340
+ "path": {
1341
+ "$ref": "#/definitions/FilterPathType",
1342
+ "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
1343
+ },
1344
+ "contains": {
1345
+ "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1346
+ "type": "string"
1347
+ },
1348
+ "equals": {
1349
+ "description": "Defines a single value of the standard date range type.",
1350
+ "type": "array",
1351
+ "items": {
1352
+ "enum": [
1353
+ "DATE",
1354
+ "DATERANGE",
1355
+ "DAYS",
1356
+ "FROM",
1357
+ "LAST2WEEKS",
1358
+ "LAST3WEEKS",
1359
+ "LAST4WEEKS",
1360
+ "LAST5WEEKS",
1361
+ "LASTDAYS",
1362
+ "LASTMONTH",
1363
+ "LASTMONTHS",
1364
+ "LASTQUARTER",
1365
+ "LASTQUARTERS",
1366
+ "LASTWEEK",
1367
+ "LASTWEEKS",
1368
+ "LASTYEAR",
1369
+ "LASTYEARS",
1370
+ "MONTH",
1371
+ "NEXT",
1372
+ "NEXT2WEEKS",
1373
+ "NEXT3WEEKS",
1374
+ "NEXT4WEEKS",
1375
+ "NEXT5WEEKS",
1376
+ "NEXTDAYS",
1377
+ "NEXTMONTH",
1378
+ "NEXTMONTHS",
1379
+ "NEXTQUARTER",
1380
+ "NEXTQUARTERS",
1381
+ "NEXTWEEK",
1382
+ "NEXTWEEKS",
1383
+ "NEXTYEARS",
1384
+ "QUARTER",
1385
+ "QUARTER1",
1386
+ "QUARTER2",
1387
+ "QUARTER3",
1388
+ "QUARTER4",
1389
+ "SPECIFICMONTH",
1390
+ "THISMONTH",
1391
+ "THISQUARTER",
1392
+ "THISWEEK",
1393
+ "TO",
1394
+ "TODAY",
1395
+ "TODAYFROMTO",
1396
+ "TOMORROW",
1397
+ "WEEK",
1398
+ "YEAR",
1399
+ "YEARTODATE",
1400
+ "YESTERDAY"
1401
+ ],
1402
+ "type": "string"
1403
+ }
1419
1404
  },
1420
- {
1421
- "type": "object",
1422
- "properties": {
1423
- "path": {
1424
- "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset.",
1425
- "type": "string",
1426
- "enum": [
1427
- "key"
1428
- ]
1429
- },
1430
- "contains": {
1431
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1432
- "type": "string"
1433
- },
1434
- "equals": {
1435
- "description": "Defines a single value of the standard date range type.",
1436
- "type": "array",
1437
- "items": {
1438
- "enum": [
1439
- "DATE",
1440
- "DATERANGE",
1441
- "DAYS",
1442
- "FROM",
1443
- "LAST2WEEKS",
1444
- "LAST3WEEKS",
1445
- "LAST4WEEKS",
1446
- "LAST5WEEKS",
1447
- "LASTDAYS",
1448
- "LASTMONTH",
1449
- "LASTMONTHS",
1450
- "LASTQUARTER",
1451
- "LASTQUARTERS",
1452
- "LASTWEEK",
1453
- "LASTWEEKS",
1454
- "LASTYEAR",
1455
- "LASTYEARS",
1456
- "MONTH",
1457
- "NEXT",
1458
- "NEXT2WEEKS",
1459
- "NEXT3WEEKS",
1460
- "NEXT4WEEKS",
1461
- "NEXT5WEEKS",
1462
- "NEXTDAYS",
1463
- "NEXTMONTH",
1464
- "NEXTMONTHS",
1465
- "NEXTQUARTER",
1466
- "NEXTQUARTERS",
1467
- "NEXTWEEK",
1468
- "NEXTWEEKS",
1469
- "NEXTYEARS",
1470
- "QUARTER",
1471
- "QUARTER1",
1472
- "QUARTER2",
1473
- "QUARTER3",
1474
- "QUARTER4",
1475
- "SPECIFICMONTH",
1476
- "THISMONTH",
1477
- "THISQUARTER",
1478
- "THISWEEK",
1479
- "TO",
1480
- "TODAY",
1481
- "TODAYFROMTO",
1482
- "TOMORROW",
1483
- "WEEK",
1484
- "YEAR",
1485
- "YEARTODATE",
1486
- "YESTERDAY"
1487
- ],
1488
- "type": "string"
1489
- }
1490
- },
1491
- "exclude": {
1492
- "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.",
1493
- "type": "boolean"
1494
- }
1495
- },
1496
- "additionalProperties": false,
1497
- "required": [
1498
- "path"
1499
- ]
1405
+ "exclude": {
1406
+ "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.",
1407
+ "type": "boolean"
1500
1408
  }
1409
+ },
1410
+ "additionalProperties": false,
1411
+ "required": [
1412
+ "path"
1501
1413
  ]
1502
1414
  },
1503
1415
  "artifactType": "Manifest"
@@ -1505,6 +1417,13 @@
1505
1417
  },
1506
1418
  "additionalProperties": false
1507
1419
  },
1420
+ "FilterPathType": {
1421
+ "enum": [
1422
+ "category",
1423
+ "key"
1424
+ ],
1425
+ "type": "string"
1426
+ },
1508
1427
  "GenericFooter": {
1509
1428
  "description": "Footer",
1510
1429
  "isViewNode": true,