@sap/ux-specification 1.136.1 → 1.136.3

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 (46) hide show
  1. package/CHANGELOG.md +32 -2
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +83 -83
  14. package/dist/index-min.js.map +3 -3
  15. package/dist/schemas/v4/BuildingBlocksConfig.json +46 -42
  16. package/dist/schemas/v4/ListReportConfig.json +136 -0
  17. package/dist/schemas/v4/ObjectPageConfig.json +136 -0
  18. package/dist/specification/package.json +3 -3
  19. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  20. package/dist/specification/src/sync/common/utils.js +14 -3
  21. package/dist/specification/src/sync/common/utils.js.map +1 -1
  22. package/dist/specification/src/sync/v2/generate/listReport.js +1 -1
  23. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  24. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -0
  25. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  26. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +12 -0
  27. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  28. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +20 -0
  29. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  30. package/dist/specification/src/sync/v4/export/controls/Table.js +82 -0
  31. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  32. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  33. package/dist/specification/src/sync/v4/generate/listReport.js +6 -0
  34. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  35. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  36. package/dist/specification/src/sync/v4/generate/objectPage.js +5 -0
  37. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  38. package/dist/specification/src/sync/v4/utils/utils.d.ts +8 -0
  39. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  40. package/dist/specification/src/sync/v4/utils/utils.js +36 -5
  41. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  42. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +5 -1
  43. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  44. package/dist/types/src/v4/controls/Table.d.ts +29 -0
  45. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  46. package/package.json +3 -3
@@ -203,7 +203,7 @@
203
203
  },
204
204
  "value": {
205
205
  "type": "string",
206
- "description": "This is used to optionally provide an external value that comes from a different model than the oData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
206
+ "description": "This is used to optionally provide an external value that comes from a different model than the OData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
207
207
  "artifactType": "XMLProperty",
208
208
  "metadata": {
209
209
  "type": "Property"
@@ -1139,7 +1139,7 @@
1139
1139
  },
1140
1140
  "value": {
1141
1141
  "type": "string",
1142
- "description": "This is used to optionally provide an external value that comes from a different model than the oData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
1142
+ "description": "This is used to optionally provide an external value that comes from a different model than the OData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
1143
1143
  "artifactType": "XMLProperty",
1144
1144
  "metadata": {
1145
1145
  "type": "Property"
@@ -2323,6 +2323,14 @@
2323
2323
  "type": "Property"
2324
2324
  }
2325
2325
  },
2326
+ "availability": {
2327
+ "type": "string",
2328
+ "description": "The column availability\nAllowed values are `Default`, `Adaptation`, `Hidden`\n",
2329
+ "artifactType": "XMLProperty",
2330
+ "metadata": {
2331
+ "type": "Property"
2332
+ }
2333
+ },
2326
2334
  "header": {
2327
2335
  "type": "string",
2328
2336
  "description": "The text that will be displayed for this column header",
@@ -2377,6 +2385,22 @@
2377
2385
  "type": "Property"
2378
2386
  }
2379
2387
  },
2388
+ "required": {
2389
+ "type": "boolean",
2390
+ "description": "Determines if the information in the column is required.",
2391
+ "artifactType": "XMLProperty",
2392
+ "metadata": {
2393
+ "type": "Property"
2394
+ }
2395
+ },
2396
+ "tooltip": {
2397
+ "type": "string",
2398
+ "description": "Determines the text displayed for the column tooltip",
2399
+ "artifactType": "XMLProperty",
2400
+ "metadata": {
2401
+ "type": "Property"
2402
+ }
2403
+ },
2380
2404
  "width": {
2381
2405
  "type": "string",
2382
2406
  "description": "Determines the column's width.\nAllowed values are 'auto', 'value', and 'inherit', according to sap.ui.core.CSSSize\n",
@@ -2485,6 +2509,14 @@
2485
2509
  "isViewNode": true,
2486
2510
  "type": "object",
2487
2511
  "properties": {
2512
+ "availability": {
2513
+ "type": "string",
2514
+ "description": "The column availability\nAllowed values are `Default`, `Adaptation`, `Hidden``\n",
2515
+ "artifactType": "XMLProperty",
2516
+ "metadata": {
2517
+ "type": "Property"
2518
+ }
2519
+ },
2488
2520
  "horizontalAlign": {
2489
2521
  "type": "string",
2490
2522
  "description": "Aligns the header as well as the content horizontally",
@@ -2878,17 +2910,10 @@
2878
2910
  }
2879
2911
  },
2880
2912
  "selectionLimit": {
2881
- "anyOf": [
2882
- {
2883
- "type": "number"
2884
- },
2885
- {
2886
- "type": "string",
2887
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
2888
- }
2889
- ],
2890
- "description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
2913
+ "$ref": "#/definitions/int",
2914
+ "description": "selectionLimit",
2891
2915
  "artifactType": "XMLProperty",
2916
+ "isViewNode": true,
2892
2917
  "metadata": {
2893
2918
  "type": "Property"
2894
2919
  }
@@ -3255,17 +3280,10 @@
3255
3280
  }
3256
3281
  },
3257
3282
  "selectionLimit": {
3258
- "anyOf": [
3259
- {
3260
- "type": "number"
3261
- },
3262
- {
3263
- "type": "string",
3264
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
3265
- }
3266
- ],
3267
- "description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
3283
+ "$ref": "#/definitions/int",
3284
+ "description": "selectionLimit",
3268
3285
  "artifactType": "XMLProperty",
3286
+ "isViewNode": true,
3269
3287
  "metadata": {
3270
3288
  "type": "Property"
3271
3289
  }
@@ -3734,17 +3752,10 @@
3734
3752
  }
3735
3753
  },
3736
3754
  "selectionLimit": {
3737
- "anyOf": [
3738
- {
3739
- "type": "number"
3740
- },
3741
- {
3742
- "type": "string",
3743
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
3744
- }
3745
- ],
3746
- "description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
3755
+ "$ref": "#/definitions/int",
3756
+ "description": "selectionLimit",
3747
3757
  "artifactType": "XMLProperty",
3758
+ "isViewNode": true,
3748
3759
  "metadata": {
3749
3760
  "type": "Property"
3750
3761
  }
@@ -4142,17 +4153,10 @@
4142
4153
  }
4143
4154
  },
4144
4155
  "selectionLimit": {
4145
- "anyOf": [
4146
- {
4147
- "type": "number"
4148
- },
4149
- {
4150
- "type": "string",
4151
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
4152
- }
4153
- ],
4154
- "description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
4156
+ "$ref": "#/definitions/int",
4157
+ "description": "selectionLimit",
4155
4158
  "artifactType": "XMLProperty",
4159
+ "isViewNode": true,
4156
4160
  "metadata": {
4157
4161
  "type": "Property"
4158
4162
  }
@@ -603,6 +603,40 @@
603
603
  "type": "boolean",
604
604
  "artifactType": "Manifest",
605
605
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
606
+ },
607
+ "enableMassEdit": {
608
+ "artifactType": "Manifest",
609
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
610
+ "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
611
+ "anyOf": [
612
+ {
613
+ "type": "object",
614
+ "properties": {
615
+ "visibleFields": {
616
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
617
+ "artifactType": "Manifest",
618
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
619
+ "type": "array",
620
+ "items": {
621
+ "type": "string"
622
+ }
623
+ },
624
+ "ignoredFields": {
625
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
626
+ "artifactType": "Manifest",
627
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
628
+ "type": "array",
629
+ "items": {
630
+ "type": "string"
631
+ }
632
+ }
633
+ },
634
+ "additionalProperties": false
635
+ },
636
+ {
637
+ "type": "boolean"
638
+ }
639
+ ]
606
640
  }
607
641
  },
608
642
  "additionalProperties": false,
@@ -1097,6 +1131,40 @@
1097
1131
  "type": "boolean",
1098
1132
  "artifactType": "Manifest",
1099
1133
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
1134
+ },
1135
+ "enableMassEdit": {
1136
+ "artifactType": "Manifest",
1137
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1138
+ "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1139
+ "anyOf": [
1140
+ {
1141
+ "type": "object",
1142
+ "properties": {
1143
+ "visibleFields": {
1144
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1145
+ "artifactType": "Manifest",
1146
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1147
+ "type": "array",
1148
+ "items": {
1149
+ "type": "string"
1150
+ }
1151
+ },
1152
+ "ignoredFields": {
1153
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1154
+ "artifactType": "Manifest",
1155
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1156
+ "type": "array",
1157
+ "items": {
1158
+ "type": "string"
1159
+ }
1160
+ }
1161
+ },
1162
+ "additionalProperties": false
1163
+ },
1164
+ {
1165
+ "type": "boolean"
1166
+ }
1167
+ ]
1100
1168
  }
1101
1169
  },
1102
1170
  "additionalProperties": false
@@ -1264,6 +1332,40 @@
1264
1332
  "type": "boolean",
1265
1333
  "artifactType": "Manifest",
1266
1334
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
1335
+ },
1336
+ "enableMassEdit": {
1337
+ "artifactType": "Manifest",
1338
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1339
+ "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1340
+ "anyOf": [
1341
+ {
1342
+ "type": "object",
1343
+ "properties": {
1344
+ "visibleFields": {
1345
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1346
+ "artifactType": "Manifest",
1347
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1348
+ "type": "array",
1349
+ "items": {
1350
+ "type": "string"
1351
+ }
1352
+ },
1353
+ "ignoredFields": {
1354
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1355
+ "artifactType": "Manifest",
1356
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1357
+ "type": "array",
1358
+ "items": {
1359
+ "type": "string"
1360
+ }
1361
+ }
1362
+ },
1363
+ "additionalProperties": false
1364
+ },
1365
+ {
1366
+ "type": "boolean"
1367
+ }
1368
+ ]
1267
1369
  }
1268
1370
  },
1269
1371
  "additionalProperties": false,
@@ -1318,6 +1420,40 @@
1318
1420
  "description": "Each chart can be based on a different entitySet.",
1319
1421
  "type": "string",
1320
1422
  "artifactType": "Manifest"
1423
+ },
1424
+ "enableMassEdit": {
1425
+ "artifactType": "Manifest",
1426
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1427
+ "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1428
+ "anyOf": [
1429
+ {
1430
+ "type": "object",
1431
+ "properties": {
1432
+ "visibleFields": {
1433
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1434
+ "artifactType": "Manifest",
1435
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1436
+ "type": "array",
1437
+ "items": {
1438
+ "type": "string"
1439
+ }
1440
+ },
1441
+ "ignoredFields": {
1442
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1443
+ "artifactType": "Manifest",
1444
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1445
+ "type": "array",
1446
+ "items": {
1447
+ "type": "string"
1448
+ }
1449
+ }
1450
+ },
1451
+ "additionalProperties": false
1452
+ },
1453
+ {
1454
+ "type": "boolean"
1455
+ }
1456
+ ]
1321
1457
  }
1322
1458
  },
1323
1459
  "additionalProperties": false,
@@ -627,6 +627,40 @@
627
627
  "columns": {
628
628
  "$ref": "#/definitions/GenericColumnsOP"
629
629
  },
630
+ "enableMassEdit": {
631
+ "artifactType": "Manifest",
632
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
633
+ "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
634
+ "anyOf": [
635
+ {
636
+ "type": "object",
637
+ "properties": {
638
+ "visibleFields": {
639
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
640
+ "artifactType": "Manifest",
641
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
642
+ "type": "array",
643
+ "items": {
644
+ "type": "string"
645
+ }
646
+ },
647
+ "ignoredFields": {
648
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
649
+ "artifactType": "Manifest",
650
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
651
+ "type": "array",
652
+ "items": {
653
+ "type": "string"
654
+ }
655
+ }
656
+ },
657
+ "additionalProperties": false
658
+ },
659
+ {
660
+ "type": "boolean"
661
+ }
662
+ ]
663
+ },
630
664
  "selectionMode": {
631
665
  "$ref": "#/definitions/SelectionMode",
632
666
  "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
@@ -1137,6 +1171,40 @@
1137
1171
  "columns": {
1138
1172
  "$ref": "#/definitions/GenericColumnsOP"
1139
1173
  },
1174
+ "enableMassEdit": {
1175
+ "artifactType": "Manifest",
1176
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1177
+ "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1178
+ "anyOf": [
1179
+ {
1180
+ "type": "object",
1181
+ "properties": {
1182
+ "visibleFields": {
1183
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1184
+ "artifactType": "Manifest",
1185
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1186
+ "type": "array",
1187
+ "items": {
1188
+ "type": "string"
1189
+ }
1190
+ },
1191
+ "ignoredFields": {
1192
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1193
+ "artifactType": "Manifest",
1194
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1195
+ "type": "array",
1196
+ "items": {
1197
+ "type": "string"
1198
+ }
1199
+ }
1200
+ },
1201
+ "additionalProperties": false
1202
+ },
1203
+ {
1204
+ "type": "boolean"
1205
+ }
1206
+ ]
1207
+ },
1140
1208
  "selectionMode": {
1141
1209
  "$ref": "#/definitions/SelectionMode",
1142
1210
  "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
@@ -1241,6 +1309,40 @@
1241
1309
  "columns": {
1242
1310
  "$ref": "#/definitions/GenericColumnsOP"
1243
1311
  },
1312
+ "enableMassEdit": {
1313
+ "artifactType": "Manifest",
1314
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1315
+ "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1316
+ "anyOf": [
1317
+ {
1318
+ "type": "object",
1319
+ "properties": {
1320
+ "visibleFields": {
1321
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1322
+ "artifactType": "Manifest",
1323
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1324
+ "type": "array",
1325
+ "items": {
1326
+ "type": "string"
1327
+ }
1328
+ },
1329
+ "ignoredFields": {
1330
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1331
+ "artifactType": "Manifest",
1332
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1333
+ "type": "array",
1334
+ "items": {
1335
+ "type": "string"
1336
+ }
1337
+ }
1338
+ },
1339
+ "additionalProperties": false
1340
+ },
1341
+ {
1342
+ "type": "boolean"
1343
+ }
1344
+ ]
1345
+ },
1244
1346
  "selectionMode": {
1245
1347
  "$ref": "#/definitions/SelectionMode",
1246
1348
  "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
@@ -1333,6 +1435,40 @@
1333
1435
  "columns": {
1334
1436
  "$ref": "#/definitions/GenericColumnsOP"
1335
1437
  },
1438
+ "enableMassEdit": {
1439
+ "artifactType": "Manifest",
1440
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1441
+ "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1442
+ "anyOf": [
1443
+ {
1444
+ "type": "object",
1445
+ "properties": {
1446
+ "visibleFields": {
1447
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1448
+ "artifactType": "Manifest",
1449
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1450
+ "type": "array",
1451
+ "items": {
1452
+ "type": "string"
1453
+ }
1454
+ },
1455
+ "ignoredFields": {
1456
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1457
+ "artifactType": "Manifest",
1458
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1459
+ "type": "array",
1460
+ "items": {
1461
+ "type": "string"
1462
+ }
1463
+ }
1464
+ },
1465
+ "additionalProperties": false
1466
+ },
1467
+ {
1468
+ "type": "boolean"
1469
+ }
1470
+ ]
1471
+ },
1336
1472
  "selectionMode": {
1337
1473
  "$ref": "#/definitions/SelectionMode",
1338
1474
  "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.136.1",
3
+ "version": "1.136.3",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "devDependencies": {
56
56
  "@sap-ux/annotation-converter": "0.10.3",
57
57
  "@sap-ux/edmx-parser": "0.8.2",
58
- "@sap/ux-specification-types": "1.136.1",
58
+ "@sap/ux-specification-types": "1.136.3",
59
59
  "@sapui5/types": "latest-1.136",
60
60
  "@types/d3": "7.4.3",
61
61
  "@types/jquery": "3.5.32",
@@ -63,7 +63,7 @@
63
63
  "@ui5/flexibility-utils": "0.1.3",
64
64
  "@xml-tools/ast": "5.0.5",
65
65
  "@xml-tools/parser": "1.0.11",
66
- "axios": "1.10.0",
66
+ "axios": "1.11.0",
67
67
  "copyfiles": "2.4.1",
68
68
  "d3": "7.9.0",
69
69
  "deepmerge": "4.3.1",
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/utils.ts"],"names":[],"mappings":"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"}
@@ -1466,6 +1466,15 @@ function fillArrayFromPropertyDefinition(propertyDefinition, currentConfigObject
1466
1466
  }
1467
1467
  return definitionArray;
1468
1468
  }
1469
+ /**
1470
+ * Extracts and returns the annotation type by removing a predefined vocabulary prefix from the given UIAnnotationType.
1471
+ *
1472
+ * @param {UIAnnotationTypes} type - The annotation type which includes the vocabulary prefix to be removed.
1473
+ * @returns {string} The processed annotation type with the vocabulary prefix removed.
1474
+ */
1475
+ function extractUIAnnotationType(type) {
1476
+ return type.replace(ux_specification_types_1.UIVOCABULARYDOT, '');
1477
+ }
1469
1478
  /**
1470
1479
  * Determines the next definition to be handled, based on the definition array.
1471
1480
  * It also creates the Metadata instance for the next definition, to subsequently access metadata like the syncRule.
@@ -1489,9 +1498,11 @@ function determineNextDefinitionFromDefinitionArray(definitionArray, appSchema,
1489
1498
  if (definitionArray.length) {
1490
1499
  const lastDefinition = definitionArray[definitionArray.length - 1];
1491
1500
  nextDefinition.targetDefinition = appSchema['definitions'][lastDefinition];
1492
- // check for existence of nextDefinition?.targetDefinition?.['properties'] is necessary only for the action groups
1493
- // as they have action definitions as a property and these definitions must be processed
1494
- if ((!nextDefinition?.targetDefinition?.['properties'] && nextDefinition?.targetDefinition?.['$ref']) ||
1501
+ // Action groups contain action definitions as properties, and these definitions require processing.
1502
+ // This is why we don't use the ref in the action group definition.
1503
+ if ((nextDefinition?.targetDefinition?.['dataType'] !==
1504
+ extractUIAnnotationType("com.sap.vocabularies.UI.v1.DataFieldForActionGroup" /* UIAnnotationTypes.DataFieldForActionGroup */) &&
1505
+ nextDefinition?.targetDefinition?.['$ref']) ||
1495
1506
  nextDefinition?.targetDefinition?.['type'] === 'array') {
1496
1507
  nextDefinition = getNextTargetDefinition(appSchema, title, currentConfigObject, nextDefinition.targetDefinition, key, factory, pageType);
1497
1508
  return nextDefinition;