@sap/ux-specification 1.96.35 → 1.96.37

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.
Files changed (91) hide show
  1. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  2. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  3. package/dist/documentation/v2/v2-ListReport.html +2 -2
  4. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  5. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  6. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  7. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  8. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  9. package/dist/documentation/v4/v4-ListReport.html +2 -2
  10. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  11. package/dist/index-min.js +99 -99
  12. package/dist/index-min.js.map +3 -3
  13. package/dist/package.json +8 -8
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +81 -162
  15. package/dist/schemas/v2/ListReportConfig.json +81 -162
  16. package/dist/schemas/v2/ObjectPageConfig.json +1 -1
  17. package/dist/schemas/v2/OverviewPageConfig.json +80 -161
  18. package/dist/schemas/v4/ListReportConfig.json +0 -54
  19. package/dist/schemas/v4/ObjectPageConfig.json +1 -2
  20. package/dist/src/api.d.ts.map +1 -1
  21. package/dist/src/api.js +2 -2
  22. package/dist/src/api.js.map +1 -1
  23. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  24. package/dist/src/sync/common/importProject.js +4 -3
  25. package/dist/src/sync/common/importProject.js.map +1 -1
  26. package/dist/src/sync/common/utils.d.ts +7 -0
  27. package/dist/src/sync/common/utils.d.ts.map +1 -1
  28. package/dist/src/sync/common/utils.js +24 -1
  29. package/dist/src/sync/common/utils.js.map +1 -1
  30. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  31. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  32. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -0
  33. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  34. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +15 -0
  35. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  36. package/dist/src/sync/v4/export/controls/Table.d.ts +0 -16
  37. package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  38. package/dist/src/sync/v4/export/controls/Table.js +1 -103
  39. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  40. package/dist/src/sync/v4/export/export.d.ts.map +1 -1
  41. package/dist/src/sync/v4/export/export.js +6 -1
  42. package/dist/src/sync/v4/export/export.js.map +1 -1
  43. package/dist/src/sync/v4/export/fpmCustomPage.d.ts +8 -0
  44. package/dist/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  45. package/dist/src/sync/v4/export/fpmCustomPage.js +65 -22
  46. package/dist/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  47. package/dist/src/sync/v4/export/types.d.ts +2 -1
  48. package/dist/src/sync/v4/export/types.d.ts.map +1 -1
  49. package/dist/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +2 -2
  50. package/dist/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  51. package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts +3 -3
  52. package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  53. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +44 -9
  54. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  55. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.d.ts +12 -0
  56. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.d.ts.map +1 -0
  57. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.js +48 -0
  58. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.js.map +1 -0
  59. package/dist/src/sync/v4/generate/generate.d.ts +4 -1
  60. package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
  61. package/dist/src/sync/v4/generate/generate.js +9 -5
  62. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  63. package/dist/src/sync/v4/generate/index.d.ts +1 -1
  64. package/dist/src/sync/v4/generate/index.d.ts.map +1 -1
  65. package/dist/src/sync/v4/generate/index.js +2 -2
  66. package/dist/src/sync/v4/generate/index.js.map +1 -1
  67. package/dist/src/sync/v4/generate/objectPage.d.ts +2 -1
  68. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  69. package/dist/src/sync/v4/generate/objectPage.js +12 -2
  70. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  71. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  72. package/dist/src/sync/v4/import/app/appProvider.js +1 -0
  73. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  74. package/dist/src/sync/v4/import/pages/fpmCustomPage.d.ts +18 -1
  75. package/dist/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  76. package/dist/src/sync/v4/import/pages/fpmCustomPage.js +56 -15
  77. package/dist/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  78. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  79. package/dist/src/sync/v4/import/pages/objectPage.js +27 -11
  80. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  81. package/dist/src/sync/v4/types.d.ts +4 -3
  82. package/dist/src/sync/v4/types.d.ts.map +1 -1
  83. package/dist/src/sync/v4/utils/macros.d.ts +6 -0
  84. package/dist/src/sync/v4/utils/macros.d.ts.map +1 -1
  85. package/dist/src/sync/v4/utils/macros.js +30 -7
  86. package/dist/src/sync/v4/utils/macros.js.map +1 -1
  87. package/dist/src/sync/v4/utils/utils.d.ts +25 -7
  88. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  89. package/dist/src/sync/v4/utils/utils.js +53 -19
  90. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  91. package/package.json +8 -8
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.96.35",
3
+ "version": "1.96.37",
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.96.35",
58
+ "@sap/ux-specification-types": "1.96.37",
59
59
  "@sap-ux/edmx-parser": "0.5.13",
60
- "@sapui5/ts-types-esm": "1.96.18",
60
+ "@sapui5/ts-types-esm": "1.96.20",
61
61
  "@types/d3": "7.4.0",
62
62
  "@types/jquery": "3.5.16",
63
- "@types/mem-fs-editor": "7.0.2",
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",
@@ -68,18 +68,18 @@
68
68
  "ajv": "6.12.6",
69
69
  "axios": "0.27.2",
70
70
  "cpy-cli": "3.1.1",
71
- "d3": "7.8.2",
71
+ "d3": "7.8.4",
72
72
  "deepmerge": "4.3.1",
73
73
  "ejs": "3.1.9",
74
- "excel4node": "1.8.0",
74
+ "excel4node": "1.8.1",
75
75
  "i18next": "20.6.1",
76
76
  "jquery": "3.6.4",
77
77
  "lodash.unset": "4.5.2",
78
78
  "mem-fs-editor": "9.7.0",
79
79
  "path": "0.12.7",
80
80
  "reflect-metadata": "0.1.13",
81
- "semver": "7.3.8",
82
- "typescript-json-schema": "0.53.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": {
@@ -420,7 +420,7 @@
420
420
  "additionalProperties": false
421
421
  },
422
422
  "ButtonType": {
423
- "description": "Different predefined button types for the{@linksap.m.Button sap.m.Button}.",
423
+ "description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
424
424
  "enum": [
425
425
  "Accept",
426
426
  "Attention",
@@ -1116,169 +1116,81 @@
1116
1116
  "description": "You can use the filter settings to include and exclude specific date range values.",
1117
1117
  "type": "array",
1118
1118
  "items": {
1119
- "anyOf": [
1120
- {
1121
- "type": "object",
1122
- "properties": {
1123
- "path": {
1124
- "description": "Choose 'key' to define filter values for single values of the date range type, or 'category' to filter by a whole subset.",
1125
- "type": "string",
1126
- "enum": [
1127
- "category"
1128
- ]
1129
- },
1130
- "contains": {
1131
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1132
- "type": "string"
1133
- },
1134
- "equals": {
1135
- "description": "Defines a single value of the standard date range type.",
1136
- "type": "array",
1137
- "items": {
1138
- "enum": [
1139
- "DATE",
1140
- "DATERANGE",
1141
- "DAYS",
1142
- "FROM",
1143
- "LAST2WEEKS",
1144
- "LAST3WEEKS",
1145
- "LAST4WEEKS",
1146
- "LAST5WEEKS",
1147
- "LASTDAYS",
1148
- "LASTMONTH",
1149
- "LASTMONTHS",
1150
- "LASTQUARTER",
1151
- "LASTQUARTERS",
1152
- "LASTWEEK",
1153
- "LASTWEEKS",
1154
- "LASTYEAR",
1155
- "LASTYEARS",
1156
- "MONTH",
1157
- "NEXT",
1158
- "NEXT2WEEKS",
1159
- "NEXT3WEEKS",
1160
- "NEXT4WEEKS",
1161
- "NEXT5WEEKS",
1162
- "NEXTDAYS",
1163
- "NEXTMONTH",
1164
- "NEXTMONTHS",
1165
- "NEXTQUARTER",
1166
- "NEXTQUARTERS",
1167
- "NEXTWEEK",
1168
- "NEXTWEEKS",
1169
- "NEXTYEARS",
1170
- "QUARTER",
1171
- "QUARTER1",
1172
- "QUARTER2",
1173
- "QUARTER3",
1174
- "QUARTER4",
1175
- "SPECIFICMONTH",
1176
- "THISMONTH",
1177
- "THISQUARTER",
1178
- "THISWEEK",
1179
- "TO",
1180
- "TODAY",
1181
- "TODAYFROMTO",
1182
- "TOMORROW",
1183
- "WEEK",
1184
- "YEAR",
1185
- "YEARTODATE",
1186
- "YESTERDAY"
1187
- ],
1188
- "type": "string"
1189
- }
1190
- },
1191
- "exclude": {
1192
- "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.",
1193
- "type": "boolean"
1194
- }
1195
- },
1196
- "additionalProperties": false,
1197
- "required": [
1198
- "path"
1199
- ]
1119
+ "type": "object",
1120
+ "properties": {
1121
+ "path": {
1122
+ "$ref": "#/definitions/FilterPathType",
1123
+ "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
1124
+ },
1125
+ "contains": {
1126
+ "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1127
+ "type": "string"
1128
+ },
1129
+ "equals": {
1130
+ "description": "Defines a single value of the standard date range type.",
1131
+ "type": "array",
1132
+ "items": {
1133
+ "enum": [
1134
+ "DATE",
1135
+ "DATERANGE",
1136
+ "DAYS",
1137
+ "FROM",
1138
+ "LAST2WEEKS",
1139
+ "LAST3WEEKS",
1140
+ "LAST4WEEKS",
1141
+ "LAST5WEEKS",
1142
+ "LASTDAYS",
1143
+ "LASTMONTH",
1144
+ "LASTMONTHS",
1145
+ "LASTQUARTER",
1146
+ "LASTQUARTERS",
1147
+ "LASTWEEK",
1148
+ "LASTWEEKS",
1149
+ "LASTYEAR",
1150
+ "LASTYEARS",
1151
+ "MONTH",
1152
+ "NEXT",
1153
+ "NEXT2WEEKS",
1154
+ "NEXT3WEEKS",
1155
+ "NEXT4WEEKS",
1156
+ "NEXT5WEEKS",
1157
+ "NEXTDAYS",
1158
+ "NEXTMONTH",
1159
+ "NEXTMONTHS",
1160
+ "NEXTQUARTER",
1161
+ "NEXTQUARTERS",
1162
+ "NEXTWEEK",
1163
+ "NEXTWEEKS",
1164
+ "NEXTYEARS",
1165
+ "QUARTER",
1166
+ "QUARTER1",
1167
+ "QUARTER2",
1168
+ "QUARTER3",
1169
+ "QUARTER4",
1170
+ "SPECIFICMONTH",
1171
+ "THISMONTH",
1172
+ "THISQUARTER",
1173
+ "THISWEEK",
1174
+ "TO",
1175
+ "TODAY",
1176
+ "TODAYFROMTO",
1177
+ "TOMORROW",
1178
+ "WEEK",
1179
+ "YEAR",
1180
+ "YEARTODATE",
1181
+ "YESTERDAY"
1182
+ ],
1183
+ "type": "string"
1184
+ }
1200
1185
  },
1201
- {
1202
- "type": "object",
1203
- "properties": {
1204
- "path": {
1205
- "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset.",
1206
- "type": "string",
1207
- "enum": [
1208
- "key"
1209
- ]
1210
- },
1211
- "contains": {
1212
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1213
- "type": "string"
1214
- },
1215
- "equals": {
1216
- "description": "Defines a single value of the standard date range type.",
1217
- "type": "array",
1218
- "items": {
1219
- "enum": [
1220
- "DATE",
1221
- "DATERANGE",
1222
- "DAYS",
1223
- "FROM",
1224
- "LAST2WEEKS",
1225
- "LAST3WEEKS",
1226
- "LAST4WEEKS",
1227
- "LAST5WEEKS",
1228
- "LASTDAYS",
1229
- "LASTMONTH",
1230
- "LASTMONTHS",
1231
- "LASTQUARTER",
1232
- "LASTQUARTERS",
1233
- "LASTWEEK",
1234
- "LASTWEEKS",
1235
- "LASTYEAR",
1236
- "LASTYEARS",
1237
- "MONTH",
1238
- "NEXT",
1239
- "NEXT2WEEKS",
1240
- "NEXT3WEEKS",
1241
- "NEXT4WEEKS",
1242
- "NEXT5WEEKS",
1243
- "NEXTDAYS",
1244
- "NEXTMONTH",
1245
- "NEXTMONTHS",
1246
- "NEXTQUARTER",
1247
- "NEXTQUARTERS",
1248
- "NEXTWEEK",
1249
- "NEXTWEEKS",
1250
- "NEXTYEARS",
1251
- "QUARTER",
1252
- "QUARTER1",
1253
- "QUARTER2",
1254
- "QUARTER3",
1255
- "QUARTER4",
1256
- "SPECIFICMONTH",
1257
- "THISMONTH",
1258
- "THISQUARTER",
1259
- "THISWEEK",
1260
- "TO",
1261
- "TODAY",
1262
- "TODAYFROMTO",
1263
- "TOMORROW",
1264
- "WEEK",
1265
- "YEAR",
1266
- "YEARTODATE",
1267
- "YESTERDAY"
1268
- ],
1269
- "type": "string"
1270
- }
1271
- },
1272
- "exclude": {
1273
- "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.",
1274
- "type": "boolean"
1275
- }
1276
- },
1277
- "additionalProperties": false,
1278
- "required": [
1279
- "path"
1280
- ]
1186
+ "exclude": {
1187
+ "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.",
1188
+ "type": "boolean"
1281
1189
  }
1190
+ },
1191
+ "additionalProperties": false,
1192
+ "required": [
1193
+ "path"
1282
1194
  ]
1283
1195
  },
1284
1196
  "artifactType": "Manifest"
@@ -1291,6 +1203,13 @@
1291
1203
  },
1292
1204
  "additionalProperties": false
1293
1205
  },
1206
+ "FilterPathType": {
1207
+ "enum": [
1208
+ "category",
1209
+ "key"
1210
+ ],
1211
+ "type": "string"
1212
+ },
1294
1213
  "DefaultDateRange": {
1295
1214
  "type": "object",
1296
1215
  "properties": {
@@ -431,7 +431,7 @@
431
431
  "additionalProperties": false
432
432
  },
433
433
  "ButtonType": {
434
- "description": "Different predefined button types for the{@linksap.m.Button sap.m.Button}.",
434
+ "description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
435
435
  "enum": [
436
436
  "Accept",
437
437
  "Attention",
@@ -1343,169 +1343,81 @@
1343
1343
  "description": "You can use the filter settings to include and exclude specific date range values.",
1344
1344
  "type": "array",
1345
1345
  "items": {
1346
- "anyOf": [
1347
- {
1348
- "type": "object",
1349
- "properties": {
1350
- "path": {
1351
- "description": "Choose 'key' to define filter values for single values of the date range type, or 'category' to filter by a whole subset.",
1352
- "type": "string",
1353
- "enum": [
1354
- "category"
1355
- ]
1356
- },
1357
- "contains": {
1358
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1359
- "type": "string"
1360
- },
1361
- "equals": {
1362
- "description": "Defines a single value of the standard date range type.",
1363
- "type": "array",
1364
- "items": {
1365
- "enum": [
1366
- "DATE",
1367
- "DATERANGE",
1368
- "DAYS",
1369
- "FROM",
1370
- "LAST2WEEKS",
1371
- "LAST3WEEKS",
1372
- "LAST4WEEKS",
1373
- "LAST5WEEKS",
1374
- "LASTDAYS",
1375
- "LASTMONTH",
1376
- "LASTMONTHS",
1377
- "LASTQUARTER",
1378
- "LASTQUARTERS",
1379
- "LASTWEEK",
1380
- "LASTWEEKS",
1381
- "LASTYEAR",
1382
- "LASTYEARS",
1383
- "MONTH",
1384
- "NEXT",
1385
- "NEXT2WEEKS",
1386
- "NEXT3WEEKS",
1387
- "NEXT4WEEKS",
1388
- "NEXT5WEEKS",
1389
- "NEXTDAYS",
1390
- "NEXTMONTH",
1391
- "NEXTMONTHS",
1392
- "NEXTQUARTER",
1393
- "NEXTQUARTERS",
1394
- "NEXTWEEK",
1395
- "NEXTWEEKS",
1396
- "NEXTYEARS",
1397
- "QUARTER",
1398
- "QUARTER1",
1399
- "QUARTER2",
1400
- "QUARTER3",
1401
- "QUARTER4",
1402
- "SPECIFICMONTH",
1403
- "THISMONTH",
1404
- "THISQUARTER",
1405
- "THISWEEK",
1406
- "TO",
1407
- "TODAY",
1408
- "TODAYFROMTO",
1409
- "TOMORROW",
1410
- "WEEK",
1411
- "YEAR",
1412
- "YEARTODATE",
1413
- "YESTERDAY"
1414
- ],
1415
- "type": "string"
1416
- }
1417
- },
1418
- "exclude": {
1419
- "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.",
1420
- "type": "boolean"
1421
- }
1422
- },
1423
- "additionalProperties": false,
1424
- "required": [
1425
- "path"
1426
- ]
1346
+ "type": "object",
1347
+ "properties": {
1348
+ "path": {
1349
+ "$ref": "#/definitions/FilterPathType",
1350
+ "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
1351
+ },
1352
+ "contains": {
1353
+ "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1354
+ "type": "string"
1355
+ },
1356
+ "equals": {
1357
+ "description": "Defines a single value of the standard date range type.",
1358
+ "type": "array",
1359
+ "items": {
1360
+ "enum": [
1361
+ "DATE",
1362
+ "DATERANGE",
1363
+ "DAYS",
1364
+ "FROM",
1365
+ "LAST2WEEKS",
1366
+ "LAST3WEEKS",
1367
+ "LAST4WEEKS",
1368
+ "LAST5WEEKS",
1369
+ "LASTDAYS",
1370
+ "LASTMONTH",
1371
+ "LASTMONTHS",
1372
+ "LASTQUARTER",
1373
+ "LASTQUARTERS",
1374
+ "LASTWEEK",
1375
+ "LASTWEEKS",
1376
+ "LASTYEAR",
1377
+ "LASTYEARS",
1378
+ "MONTH",
1379
+ "NEXT",
1380
+ "NEXT2WEEKS",
1381
+ "NEXT3WEEKS",
1382
+ "NEXT4WEEKS",
1383
+ "NEXT5WEEKS",
1384
+ "NEXTDAYS",
1385
+ "NEXTMONTH",
1386
+ "NEXTMONTHS",
1387
+ "NEXTQUARTER",
1388
+ "NEXTQUARTERS",
1389
+ "NEXTWEEK",
1390
+ "NEXTWEEKS",
1391
+ "NEXTYEARS",
1392
+ "QUARTER",
1393
+ "QUARTER1",
1394
+ "QUARTER2",
1395
+ "QUARTER3",
1396
+ "QUARTER4",
1397
+ "SPECIFICMONTH",
1398
+ "THISMONTH",
1399
+ "THISQUARTER",
1400
+ "THISWEEK",
1401
+ "TO",
1402
+ "TODAY",
1403
+ "TODAYFROMTO",
1404
+ "TOMORROW",
1405
+ "WEEK",
1406
+ "YEAR",
1407
+ "YEARTODATE",
1408
+ "YESTERDAY"
1409
+ ],
1410
+ "type": "string"
1411
+ }
1427
1412
  },
1428
- {
1429
- "type": "object",
1430
- "properties": {
1431
- "path": {
1432
- "description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset.",
1433
- "type": "string",
1434
- "enum": [
1435
- "key"
1436
- ]
1437
- },
1438
- "contains": {
1439
- "description": "The 'contains' string specifies a filter describing a set of values of the date range type.",
1440
- "type": "string"
1441
- },
1442
- "equals": {
1443
- "description": "Defines a single value of the standard date range type.",
1444
- "type": "array",
1445
- "items": {
1446
- "enum": [
1447
- "DATE",
1448
- "DATERANGE",
1449
- "DAYS",
1450
- "FROM",
1451
- "LAST2WEEKS",
1452
- "LAST3WEEKS",
1453
- "LAST4WEEKS",
1454
- "LAST5WEEKS",
1455
- "LASTDAYS",
1456
- "LASTMONTH",
1457
- "LASTMONTHS",
1458
- "LASTQUARTER",
1459
- "LASTQUARTERS",
1460
- "LASTWEEK",
1461
- "LASTWEEKS",
1462
- "LASTYEAR",
1463
- "LASTYEARS",
1464
- "MONTH",
1465
- "NEXT",
1466
- "NEXT2WEEKS",
1467
- "NEXT3WEEKS",
1468
- "NEXT4WEEKS",
1469
- "NEXT5WEEKS",
1470
- "NEXTDAYS",
1471
- "NEXTMONTH",
1472
- "NEXTMONTHS",
1473
- "NEXTQUARTER",
1474
- "NEXTQUARTERS",
1475
- "NEXTWEEK",
1476
- "NEXTWEEKS",
1477
- "NEXTYEARS",
1478
- "QUARTER",
1479
- "QUARTER1",
1480
- "QUARTER2",
1481
- "QUARTER3",
1482
- "QUARTER4",
1483
- "SPECIFICMONTH",
1484
- "THISMONTH",
1485
- "THISQUARTER",
1486
- "THISWEEK",
1487
- "TO",
1488
- "TODAY",
1489
- "TODAYFROMTO",
1490
- "TOMORROW",
1491
- "WEEK",
1492
- "YEAR",
1493
- "YEARTODATE",
1494
- "YESTERDAY"
1495
- ],
1496
- "type": "string"
1497
- }
1498
- },
1499
- "exclude": {
1500
- "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.",
1501
- "type": "boolean"
1502
- }
1503
- },
1504
- "additionalProperties": false,
1505
- "required": [
1506
- "path"
1507
- ]
1413
+ "exclude": {
1414
+ "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.",
1415
+ "type": "boolean"
1508
1416
  }
1417
+ },
1418
+ "additionalProperties": false,
1419
+ "required": [
1420
+ "path"
1509
1421
  ]
1510
1422
  },
1511
1423
  "artifactType": "Manifest"
@@ -1518,6 +1430,13 @@
1518
1430
  },
1519
1431
  "additionalProperties": false
1520
1432
  },
1433
+ "FilterPathType": {
1434
+ "enum": [
1435
+ "category",
1436
+ "key"
1437
+ ],
1438
+ "type": "string"
1439
+ },
1521
1440
  "DefaultDateRange": {
1522
1441
  "type": "object",
1523
1442
  "properties": {
@@ -177,7 +177,7 @@
177
177
  "additionalProperties": false
178
178
  },
179
179
  "ButtonType": {
180
- "description": "Different predefined button types for the{@linksap.m.Button sap.m.Button}.",
180
+ "description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
181
181
  "enum": [
182
182
  "Accept",
183
183
  "Attention",