@sap/ux-specification 1.124.7 → 1.124.9

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 (39) hide show
  1. package/CHANGELOG.md +58 -0
  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-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +67 -67
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/schemas/v4/BuildingBlocksConfig.json +239 -202
  15. package/dist/specification/package.json +3 -3
  16. package/dist/specification/scripts/macros/corrections.d.ts +1 -0
  17. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  18. package/dist/specification/scripts/macros/corrections.js +17 -1
  19. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  20. package/dist/specification/scripts/macros/types.d.ts +2 -0
  21. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  22. package/dist/specification/src/api.js +2 -2
  23. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  24. package/dist/specification/src/sync/common/utils.js +3 -1
  25. package/dist/specification/src/sync/common/utils.js.map +1 -1
  26. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  27. package/dist/specification/src/sync/v4/export/export.js +30 -6
  28. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  29. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +12 -1
  30. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  31. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +1 -0
  32. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  33. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  34. package/dist/specification/src/sync/v4/export/manifest.js +2 -0
  35. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  36. package/dist/types/src/apiTypes.d.ts +7 -1
  37. package/dist/types/src/apiTypes.d.ts.map +1 -1
  38. package/dist/types/src/apiTypes.js.map +1 -1
  39. package/package.json +3 -3
@@ -735,15 +735,6 @@
735
735
  "type": "Property"
736
736
  }
737
737
  },
738
- "formatOptions": {
739
- "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
740
- "description": "formatOptions",
741
- "artifactType": "XMLProperty",
742
- "isViewNode": true,
743
- "metadata": {
744
- "type": "Property"
745
- }
746
- },
747
738
  "metaPath": {
748
739
  "type": "string",
749
740
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
@@ -784,6 +775,17 @@
784
775
  "type": "Property"
785
776
  }
786
777
  },
778
+ "formatOptions": {
779
+ "type": "object",
780
+ "additionalProperties": {
781
+ "$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
782
+ },
783
+ "isViewNode": true,
784
+ "metadata": {
785
+ "path": [],
786
+ "type": "Aggregation"
787
+ }
788
+ },
787
789
  "change": {
788
790
  "type": "string",
789
791
  "description": "An event containing details is triggered when the value of the field is changed.",
@@ -828,15 +830,6 @@
828
830
  "type": "Property"
829
831
  }
830
832
  },
831
- "formatOptions": {
832
- "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
833
- "description": "formatOptions",
834
- "artifactType": "XMLProperty",
835
- "isViewNode": true,
836
- "metadata": {
837
- "type": "Property"
838
- }
839
- },
840
833
  "metaPath": {
841
834
  "type": "string",
842
835
  "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
@@ -877,6 +870,17 @@
877
870
  "type": "Property"
878
871
  }
879
872
  },
873
+ "formatOptions": {
874
+ "type": "object",
875
+ "additionalProperties": {
876
+ "$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
877
+ },
878
+ "isViewNode": true,
879
+ "metadata": {
880
+ "path": [],
881
+ "type": "Aggregation"
882
+ }
883
+ },
880
884
  "change": {
881
885
  "type": "string",
882
886
  "description": "An event containing details is triggered when the value of the field is changed.",
@@ -900,6 +904,159 @@
900
904
  "type": "Control"
901
905
  }
902
906
  },
907
+ "sap.fe.macros.field.FieldFormatOptions": {
908
+ "description": "Additional format options for the field.",
909
+ "isViewNode": true,
910
+ "type": "object",
911
+ "properties": {
912
+ "dateTimePattern": {
913
+ "type": "string",
914
+ "description": "Property for defining a custom pattern for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
915
+ "artifactType": "XMLProperty",
916
+ "metadata": {
917
+ "type": "Property"
918
+ }
919
+ },
920
+ "dateTimeStyle": {
921
+ "type": "string",
922
+ "description": "Property for defining the display style for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
923
+ "artifactType": "XMLProperty",
924
+ "metadata": {
925
+ "type": "Property"
926
+ },
927
+ "enum": [
928
+ "short",
929
+ "medium",
930
+ "long",
931
+ "full"
932
+ ]
933
+ },
934
+ "displayMode": {
935
+ "type": "string",
936
+ "description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
937
+ "artifactType": "XMLProperty",
938
+ "metadata": {
939
+ "type": "Property"
940
+ },
941
+ "enum": [
942
+ "Description",
943
+ "DescriptionValue",
944
+ "Value",
945
+ "ValueDescription"
946
+ ]
947
+ },
948
+ "fieldEditStyle": {
949
+ "type": "string",
950
+ "description": "Determines how the field should be rendered, e.g. as radio buttons. \nIf not all prerequisites are met, the field will default back to the standard rendering.\n",
951
+ "artifactType": "XMLProperty",
952
+ "metadata": {
953
+ "type": "Property"
954
+ },
955
+ "const": "RadioButtons"
956
+ },
957
+ "measureDisplayMode": {
958
+ "type": "string",
959
+ "description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
960
+ "artifactType": "XMLProperty",
961
+ "metadata": {
962
+ "type": "Property"
963
+ },
964
+ "enum": [
965
+ "Hidden",
966
+ "ReadOnly"
967
+ ]
968
+ },
969
+ "radioButtonsHorizontalLayout": {
970
+ "type": "boolean",
971
+ "description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
972
+ "artifactType": "XMLProperty",
973
+ "metadata": {
974
+ "type": "Property"
975
+ }
976
+ },
977
+ "showDate": {
978
+ "type": "boolean",
979
+ "description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
980
+ "artifactType": "XMLProperty",
981
+ "metadata": {
982
+ "type": "Property"
983
+ }
984
+ },
985
+ "showTime": {
986
+ "type": "boolean",
987
+ "description": "Defines if the time part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
988
+ "artifactType": "XMLProperty",
989
+ "metadata": {
990
+ "type": "Property"
991
+ }
992
+ },
993
+ "showTimezone": {
994
+ "type": "boolean",
995
+ "description": "Defines if the timezone part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
996
+ "artifactType": "XMLProperty",
997
+ "metadata": {
998
+ "type": "Property"
999
+ }
1000
+ },
1001
+ "textExpandBehaviorDisplay": {
1002
+ "type": "string",
1003
+ "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
1004
+ "artifactType": "XMLProperty",
1005
+ "metadata": {
1006
+ "type": "Property"
1007
+ },
1008
+ "enum": [
1009
+ "InPlace",
1010
+ "Popover"
1011
+ ]
1012
+ },
1013
+ "textLinesEdit": {
1014
+ "type": "number",
1015
+ "description": "Maximum number of lines for multiline texts in edit mode.\n",
1016
+ "artifactType": "XMLProperty",
1017
+ "metadata": {
1018
+ "type": "Property"
1019
+ }
1020
+ },
1021
+ "textMaxCharactersDisplay": {
1022
+ "type": "number",
1023
+ "description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
1024
+ "artifactType": "XMLProperty",
1025
+ "metadata": {
1026
+ "type": "Property"
1027
+ }
1028
+ },
1029
+ "textMaxLength": {
1030
+ "type": "number",
1031
+ "description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
1032
+ "artifactType": "XMLProperty",
1033
+ "metadata": {
1034
+ "type": "Property"
1035
+ }
1036
+ },
1037
+ "textMaxLines": {
1038
+ "type": "number",
1039
+ "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
1040
+ "artifactType": "XMLProperty",
1041
+ "metadata": {
1042
+ "type": "Property"
1043
+ }
1044
+ },
1045
+ "id": {
1046
+ "type": "string",
1047
+ "description": "Unique id of control",
1048
+ "artifactType": "XMLProperty",
1049
+ "metadata": {
1050
+ "type": "Property"
1051
+ }
1052
+ }
1053
+ },
1054
+ "additionalProperties": false,
1055
+ "metadata": {
1056
+ "path": [],
1057
+ "type": "Control"
1058
+ }
1059
+ },
903
1060
  "sap.fe.macros.filterBar.FilterBar": {
904
1061
  "description": "Usage example:\n\nsap.ui.require([\"sap/fe/macros/filterBar/FilterBar\"], function(FilterBar) {\n\t ...\n\t new FilterBar(\"MyFilterBar\", {metaPath:\"@com.sap.vocabularies.UI.v1.SelectionFields\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the FilterBar that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
905
1062
  "isViewNode": true,
@@ -2066,6 +2223,22 @@
2066
2223
  "Fixed"
2067
2224
  ]
2068
2225
  },
2226
+ "scrollThreshold": {
2227
+ "anyOf": [
2228
+ {
2229
+ "type": "number"
2230
+ },
2231
+ {
2232
+ "type": "string",
2233
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
2234
+ }
2235
+ ],
2236
+ "description": "Defines how many additional data records are requested from the back-end system when the user scrolls vertically in the table.",
2237
+ "artifactType": "XMLProperty",
2238
+ "metadata": {
2239
+ "type": "Property"
2240
+ }
2241
+ },
2069
2242
  "selectionMode": {
2070
2243
  "type": "string",
2071
2244
  "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
@@ -2146,17 +2319,6 @@
2146
2319
  "type": "Aggregation"
2147
2320
  }
2148
2321
  },
2149
- "noData": {
2150
- "type": "object",
2151
- "additionalProperties": {
2152
- "$ref": "#/definitions/sap.m.IllustratedMessage"
2153
- },
2154
- "isViewNode": true,
2155
- "metadata": {
2156
- "path": [],
2157
- "type": "Aggregation"
2158
- }
2159
- },
2160
2322
  "beforeRebindTable": {
2161
2323
  "type": "string",
2162
2324
  "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
@@ -2379,6 +2541,22 @@
2379
2541
  "Fixed"
2380
2542
  ]
2381
2543
  },
2544
+ "scrollThreshold": {
2545
+ "anyOf": [
2546
+ {
2547
+ "type": "number"
2548
+ },
2549
+ {
2550
+ "type": "string",
2551
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
2552
+ }
2553
+ ],
2554
+ "description": "Defines how many additional data records are requested from the back-end system when the user scrolls vertically in the table.",
2555
+ "artifactType": "XMLProperty",
2556
+ "metadata": {
2557
+ "type": "Property"
2558
+ }
2559
+ },
2382
2560
  "selectionMode": {
2383
2561
  "type": "string",
2384
2562
  "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
@@ -2455,17 +2633,6 @@
2455
2633
  "type": "Aggregation"
2456
2634
  }
2457
2635
  },
2458
- "noData": {
2459
- "type": "object",
2460
- "additionalProperties": {
2461
- "$ref": "#/definitions/sap.m.IllustratedMessage"
2462
- },
2463
- "isViewNode": true,
2464
- "metadata": {
2465
- "path": [],
2466
- "type": "Aggregation"
2467
- }
2468
- },
2469
2636
  "beforeRebindTable": {
2470
2637
  "type": "string",
2471
2638
  "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
@@ -2778,6 +2945,22 @@
2778
2945
  "Fixed"
2779
2946
  ]
2780
2947
  },
2948
+ "scrollThreshold": {
2949
+ "anyOf": [
2950
+ {
2951
+ "type": "number"
2952
+ },
2953
+ {
2954
+ "type": "string",
2955
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
2956
+ }
2957
+ ],
2958
+ "description": "Defines how many additional data records are requested from the back-end system when the user scrolls vertically in the table.",
2959
+ "artifactType": "XMLProperty",
2960
+ "metadata": {
2961
+ "type": "Property"
2962
+ }
2963
+ },
2781
2964
  "selectionMode": {
2782
2965
  "type": "string",
2783
2966
  "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
@@ -2850,17 +3033,6 @@
2850
3033
  "type": "Aggregation"
2851
3034
  }
2852
3035
  },
2853
- "noData": {
2854
- "type": "object",
2855
- "additionalProperties": {
2856
- "$ref": "#/definitions/sap.m.IllustratedMessage"
2857
- },
2858
- "isViewNode": true,
2859
- "metadata": {
2860
- "path": [],
2861
- "type": "Aggregation"
2862
- }
2863
- },
2864
3036
  "beforeRebindTable": {
2865
3037
  "type": "string",
2866
3038
  "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
@@ -3106,6 +3278,22 @@
3106
3278
  "Fixed"
3107
3279
  ]
3108
3280
  },
3281
+ "scrollThreshold": {
3282
+ "anyOf": [
3283
+ {
3284
+ "type": "number"
3285
+ },
3286
+ {
3287
+ "type": "string",
3288
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
3289
+ }
3290
+ ],
3291
+ "description": "Defines how many additional data records are requested from the back-end system when the user scrolls vertically in the table.",
3292
+ "artifactType": "XMLProperty",
3293
+ "metadata": {
3294
+ "type": "Property"
3295
+ }
3296
+ },
3109
3297
  "selectionMode": {
3110
3298
  "type": "string",
3111
3299
  "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
@@ -3178,17 +3366,6 @@
3178
3366
  "type": "Aggregation"
3179
3367
  }
3180
3368
  },
3181
- "noData": {
3182
- "type": "object",
3183
- "additionalProperties": {
3184
- "$ref": "#/definitions/sap.m.IllustratedMessage"
3185
- },
3186
- "isViewNode": true,
3187
- "metadata": {
3188
- "path": [],
3189
- "type": "Aggregation"
3190
- }
3191
- },
3192
3369
  "beforeRebindTable": {
3193
3370
  "type": "string",
3194
3371
  "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
@@ -3350,146 +3527,6 @@
3350
3527
  "defaultAggregation": "actions"
3351
3528
  }
3352
3529
  },
3353
- "sap.fe.macros.FieldFormatOptions": {
3354
- "description": "Additional format options for the field.",
3355
- "isViewNode": true,
3356
- "type": "object",
3357
- "properties": {
3358
- "dateTimePattern": {
3359
- "type": "string",
3360
- "description": "Property for defining a custom pattern for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
3361
- "artifactType": "XMLProperty",
3362
- "metadata": {
3363
- "type": "Property"
3364
- }
3365
- },
3366
- "dateTimeStyle": {
3367
- "$ref": "#/definitions/sap.fe.core.templating.UIFormatters.DateTimeStyle",
3368
- "description": "dateTimeStyle",
3369
- "artifactType": "XMLProperty",
3370
- "isViewNode": true,
3371
- "metadata": {
3372
- "type": "Property"
3373
- }
3374
- },
3375
- "displayMode": {
3376
- "type": "string",
3377
- "description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
3378
- "artifactType": "XMLProperty",
3379
- "metadata": {
3380
- "type": "Property"
3381
- },
3382
- "enum": [
3383
- "Description",
3384
- "DescriptionValue",
3385
- "Value",
3386
- "ValueDescription"
3387
- ]
3388
- },
3389
- "fieldEditStyle": {
3390
- "$ref": "#/definitions/sap.fe.macros.field.FieldAPI.FieldEditStyle",
3391
- "description": "fieldEditStyle",
3392
- "artifactType": "XMLProperty",
3393
- "isViewNode": true,
3394
- "metadata": {
3395
- "type": "Property"
3396
- }
3397
- },
3398
- "measureDisplayMode": {
3399
- "type": "string",
3400
- "description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
3401
- "artifactType": "XMLProperty",
3402
- "metadata": {
3403
- "type": "Property"
3404
- },
3405
- "enum": [
3406
- "Hidden",
3407
- "ReadOnly"
3408
- ]
3409
- },
3410
- "radioButtonsHorizontalLayout": {
3411
- "type": "boolean",
3412
- "description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
3413
- "artifactType": "XMLProperty",
3414
- "metadata": {
3415
- "type": "Property"
3416
- }
3417
- },
3418
- "showDate": {
3419
- "type": "boolean",
3420
- "description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
3421
- "artifactType": "XMLProperty",
3422
- "metadata": {
3423
- "type": "Property"
3424
- }
3425
- },
3426
- "showTime": {
3427
- "type": "boolean",
3428
- "description": "Defines if the time part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
3429
- "artifactType": "XMLProperty",
3430
- "metadata": {
3431
- "type": "Property"
3432
- }
3433
- },
3434
- "showTimezone": {
3435
- "type": "boolean",
3436
- "description": "Defines if the timezone part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
3437
- "artifactType": "XMLProperty",
3438
- "metadata": {
3439
- "type": "Property"
3440
- }
3441
- },
3442
- "textExpandBehaviorDisplay": {
3443
- "type": "string",
3444
- "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
3445
- "artifactType": "XMLProperty",
3446
- "metadata": {
3447
- "type": "Property"
3448
- },
3449
- "enum": [
3450
- "InPlace",
3451
- "Popover"
3452
- ]
3453
- },
3454
- "textLinesEdit": {
3455
- "type": "number",
3456
- "description": "Maximum number of lines for multiline texts in edit mode.\n",
3457
- "artifactType": "XMLProperty",
3458
- "metadata": {
3459
- "type": "Property"
3460
- }
3461
- },
3462
- "textMaxCharactersDisplay": {
3463
- "type": "number",
3464
- "description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
3465
- "artifactType": "XMLProperty",
3466
- "metadata": {
3467
- "type": "Property"
3468
- }
3469
- },
3470
- "textMaxLength": {
3471
- "type": "number",
3472
- "description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
3473
- "artifactType": "XMLProperty",
3474
- "metadata": {
3475
- "type": "Property"
3476
- }
3477
- },
3478
- "textMaxLines": {
3479
- "type": "number",
3480
- "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
3481
- "artifactType": "XMLProperty",
3482
- "metadata": {
3483
- "type": "Property"
3484
- }
3485
- }
3486
- },
3487
- "additionalProperties": false,
3488
- "metadata": {
3489
- "path": [],
3490
- "type": "Control"
3491
- }
3492
- },
3493
3530
  "sap.fe.macros.share.ShareOptions": {
3494
3531
  "description": "Share Options.",
3495
3532
  "isViewNode": true,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.124.7",
3
+ "version": "1.124.9",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -49,13 +49,13 @@
49
49
  "publisher": "SAPSE",
50
50
  "license": "SEE LICENSE IN LICENSE",
51
51
  "dependencies": {
52
- "@sap-ux/fe-fpm-writer": "0.31.21",
52
+ "@sap-ux/fe-fpm-writer": "0.31.25",
53
53
  "@sap-ux/vocabularies-types": "0.12.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sap-ux/annotation-converter": "0.9.11",
57
57
  "@sap-ux/edmx-parser": "0.8.2",
58
- "@sap/ux-specification-types": "1.124.7",
58
+ "@sap/ux-specification-types": "1.124.9",
59
59
  "@sapui5/types": "latest-1.124",
60
60
  "@types/d3": "7.4.3",
61
61
  "@types/jquery": "3.5.31",
@@ -2,6 +2,7 @@ import type { MacrosAPI, UI5Aggregation, UI5Symbol, UI5Property } from './types'
2
2
  interface APICorrection {
3
3
  defaultAggregation?: string;
4
4
  aggregations?: UI5Aggregation[];
5
+ removeAggregations?: string[];
5
6
  properties?: UI5Property[];
6
7
  metadata?: UI5Symbol;
7
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"corrections.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAA8B,WAAW,EAAE,MAAM,SAAS,CAAC;AAG7G,UAAU,aAAa;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,UAAU,CAAC,EAAE,WAAW,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAuF5D,CAAC;AA8HF;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI,CAuBrD"}
1
+ {"version":3,"file":"corrections.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAA8B,WAAW,EAAE,MAAM,SAAS,CAAC;AAG7G,UAAU,aAAa;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,UAAU,CAAC,EAAE,WAAW,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAiG5D,CAAC;AAsIF;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI,CAuBrD"}
@@ -6,7 +6,17 @@ const types_1 = require("./types");
6
6
  const ux_specification_types_1 = require("@sap/ux-specification-types");
7
7
  exports.macrosCorrection = {
8
8
  'sap.fe.macros.Table': {
9
- defaultAggregation: 'columns'
9
+ defaultAggregation: 'columns',
10
+ removeAggregations: ['noData']
11
+ },
12
+ 'sap.fe.macros.table.Table': {
13
+ removeAggregations: ['noData']
14
+ },
15
+ 'sap.fe.macros.TreeTable': {
16
+ removeAggregations: ['noData']
17
+ },
18
+ 'sap.fe.macros.table.TreeTable': {
19
+ removeAggregations: ['noData']
10
20
  },
11
21
  'sap.fe.macros.ActionGroup': {
12
22
  defaultAggregation: 'actions',
@@ -146,6 +156,12 @@ function applyCorrectionForNode(node, correction) {
146
156
  node.aggregations.push(aggregation);
147
157
  }
148
158
  }
159
+ for (const aggregation of correction.removeAggregations || []) {
160
+ const aggregationIndex = node.aggregations.findIndex((existingAggregation) => existingAggregation.name === aggregation);
161
+ if (aggregationIndex !== -1) {
162
+ node.aggregations.splice(aggregationIndex);
163
+ }
164
+ }
149
165
  for (const property of correction.properties || []) {
150
166
  // missing properties case
151
167
  if (!node.properties.some((existingProperty) => existingProperty.name === property.name)) {
@@ -1 +1 @@
1
- {"version":3,"file":"corrections.js","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"corrections.js","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"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"}
@@ -83,5 +83,7 @@ export interface UI5Aggregation extends UI5PropertyCore {
83
83
  cardinality: string;
84
84
  linkEnabled: true;
85
85
  type: string | string[];
86
+ bindable?: boolean;
87
+ altTypes?: string[];
86
88
  }
87
89
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/types.ts"],"names":[],"mappings":"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"}