@sap/ux-specification 1.142.5 → 1.142.7

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 (121) hide show
  1. package/CHANGELOG.md +43 -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-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 +265 -265
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/OverviewPageConfig.json +18 -9
  16. package/dist/schemas/v4/ListReportConfig.json +101 -21
  17. package/dist/schemas/v4/ObjectPageConfig.json +18 -7
  18. package/dist/specification/package.json +5 -5
  19. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +18 -1
  20. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  21. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  22. package/dist/specification/src/sync/common/i18n.json +5 -0
  23. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  24. package/dist/specification/src/sync/v2/export/controls/Fragment.js +18 -6
  25. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  26. package/dist/specification/src/sync/v2/export/view-controller-generator.js +1 -1
  27. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  28. package/dist/specification/src/sync/v2/generate/utils.js +3 -4
  29. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  30. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  31. package/dist/specification/src/sync/v4/application.js +4 -1
  32. package/dist/specification/src/sync/v4/application.js.map +1 -1
  33. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts +38 -0
  34. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts.map +1 -0
  35. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js +86 -0
  36. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js.map +1 -0
  37. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -0
  38. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +23 -4
  40. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  41. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -0
  42. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v4/export/controls/Table.js +64 -19
  44. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  45. package/dist/specification/src/sync/v4/export/controls/index.d.ts +1 -0
  46. package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
  47. package/dist/specification/src/sync/v4/export/controls/index.js +1 -0
  48. package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
  49. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +5 -1
  51. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  52. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts +15 -2
  53. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  54. package/dist/specification/src/sync/v4/export/pages/ListReport.js +33 -1
  55. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  56. package/dist/specification/src/sync/v4/export/utils.d.ts +12 -0
  57. package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v4/export/utils.js +41 -0
  59. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  60. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/generate/actions.js +4 -4
  62. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -1
  63. package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -1
  64. package/dist/specification/src/sync/v4/generate/app.js +8 -0
  65. package/dist/specification/src/sync/v4/generate/app.js.map +1 -1
  66. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +6 -4
  68. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  69. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +10 -7
  70. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  71. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +58 -22
  72. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  73. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  74. package/dist/specification/src/sync/v4/generate/objectPage.js +71 -48
  75. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  76. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts +18 -0
  77. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts.map +1 -0
  78. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js +91 -0
  79. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js.map +1 -0
  80. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts +156 -0
  81. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts.map +1 -0
  82. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js +192 -0
  83. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js.map +1 -0
  84. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  86. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  87. package/dist/specification/src/sync/v4/sync-rules/App.js +9 -1
  88. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  89. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +0 -1
  90. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -1
  91. package/dist/specification/src/sync/v4/sync-rules/index.js +0 -1
  92. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -1
  93. package/dist/specification/src/sync/v4/utils/utils.d.ts +19 -0
  94. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  95. package/dist/specification/src/sync/v4/utils/utils.js +103 -16
  96. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  97. package/dist/types/src/apiTypes.d.ts +29 -1
  98. package/dist/types/src/apiTypes.d.ts.map +1 -1
  99. package/dist/types/src/apiTypes.js.map +1 -1
  100. package/dist/types/src/common/types.d.ts +5 -1
  101. package/dist/types/src/common/types.d.ts.map +1 -1
  102. package/dist/types/src/common/types.js +4 -0
  103. package/dist/types/src/common/types.js.map +1 -1
  104. package/dist/types/src/v4/controls/InlineEdit.d.ts +30 -0
  105. package/dist/types/src/v4/controls/InlineEdit.d.ts.map +1 -0
  106. package/dist/{specification/src/sync/v4/sync-rules/DecoratorClass.js → types/src/v4/controls/InlineEdit.js} +1 -1
  107. package/dist/types/src/v4/controls/InlineEdit.js.map +1 -0
  108. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -0
  109. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  110. package/dist/types/src/v4/controls/Table.d.ts +12 -4
  111. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  112. package/dist/types/src/v4/controls/index.d.ts +1 -0
  113. package/dist/types/src/v4/controls/index.d.ts.map +1 -1
  114. package/dist/types/src/v4/controls/index.js +1 -0
  115. package/dist/types/src/v4/controls/index.js.map +1 -1
  116. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +5 -1
  117. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  118. package/package.json +5 -5
  119. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +0 -2
  120. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +0 -1
  121. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +0 -1
@@ -613,7 +613,8 @@
613
613
  "const": "auto",
614
614
  "type": "string"
615
615
  }
616
- ]
616
+ ],
617
+ "artifactType": "Manifest"
617
618
  },
618
619
  "requireAppAuthorization": {
619
620
  "description": "Define an authorization check at card level.",
@@ -1192,7 +1193,8 @@
1192
1193
  "const": "auto",
1193
1194
  "type": "string"
1194
1195
  }
1195
- ]
1196
+ ],
1197
+ "artifactType": "Manifest"
1196
1198
  },
1197
1199
  "requireAppAuthorization": {
1198
1200
  "description": "Define an authorization check at card level.",
@@ -1510,7 +1512,8 @@
1510
1512
  "const": "auto",
1511
1513
  "type": "string"
1512
1514
  }
1513
- ]
1515
+ ],
1516
+ "artifactType": "Manifest"
1514
1517
  },
1515
1518
  "requireAppAuthorization": {
1516
1519
  "description": "Define an authorization check at card level.",
@@ -1861,7 +1864,8 @@
1861
1864
  "const": "auto",
1862
1865
  "type": "string"
1863
1866
  }
1864
- ]
1867
+ ],
1868
+ "artifactType": "Manifest"
1865
1869
  },
1866
1870
  "requireAppAuthorization": {
1867
1871
  "description": "Define an authorization check at card level.",
@@ -2218,7 +2222,8 @@
2218
2222
  "const": "auto",
2219
2223
  "type": "string"
2220
2224
  }
2221
- ]
2225
+ ],
2226
+ "artifactType": "Manifest"
2222
2227
  },
2223
2228
  "requireAppAuthorization": {
2224
2229
  "description": "Define an authorization check at card level.",
@@ -2559,7 +2564,8 @@
2559
2564
  "dimensionSettings"
2560
2565
  ]
2561
2566
  }
2562
- ]
2567
+ ],
2568
+ "artifactType": "Manifest"
2563
2569
  },
2564
2570
  "bEnableStableColors": {
2565
2571
  "description": "Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.",
@@ -2633,7 +2639,8 @@
2633
2639
  "const": "auto",
2634
2640
  "type": "string"
2635
2641
  }
2636
- ]
2642
+ ],
2643
+ "artifactType": "Manifest"
2637
2644
  },
2638
2645
  "requireAppAuthorization": {
2639
2646
  "description": "Define an authorization check at card level.",
@@ -2949,7 +2956,8 @@
2949
2956
  "dimensionSettings"
2950
2957
  ]
2951
2958
  }
2952
- ]
2959
+ ],
2960
+ "artifactType": "Manifest"
2953
2961
  },
2954
2962
  "bEnableStableColors": {
2955
2963
  "description": "Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.",
@@ -3023,7 +3031,8 @@
3023
3031
  "const": "auto",
3024
3032
  "type": "string"
3025
3033
  }
3026
- ]
3034
+ ],
3035
+ "artifactType": "Manifest"
3027
3036
  },
3028
3037
  "requireAppAuthorization": {
3029
3038
  "description": "Define an authorization check at card level.",
@@ -41,6 +41,19 @@
41
41
  "artifactType": "Manifest",
42
42
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/2a9df06673d34f72b238549d49da8bfb"
43
43
  },
44
+ "inlineEdit": {
45
+ "description": "Inline edit allows users to directly edit a field or a group of fields in the active version without switching the entire object to draft. Inline edit supports the same features as the regular edit mode.",
46
+ "anyOf": [
47
+ {
48
+ "$ref": "#/definitions/InlineEdit"
49
+ },
50
+ {
51
+ "type": "boolean"
52
+ }
53
+ ],
54
+ "artifactType": "Manifest",
55
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466"
56
+ },
44
57
  "$schema": {
45
58
  "type": "string"
46
59
  }
@@ -810,7 +823,9 @@
810
823
  {
811
824
  "type": "boolean"
812
825
  }
813
- ]
826
+ ],
827
+ "artifactType": "Manifest",
828
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
814
829
  },
815
830
  "toolBar": {
816
831
  "$ref": "#/definitions/ToolBar",
@@ -877,13 +892,13 @@
877
892
  "enableMassEdit": {
878
893
  "artifactType": "Manifest",
879
894
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
880
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
895
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
881
896
  "anyOf": [
882
897
  {
883
898
  "type": "object",
884
899
  "properties": {
885
900
  "visibleFields": {
886
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
901
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
887
902
  "artifactType": "Manifest",
888
903
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
889
904
  "type": "array",
@@ -892,7 +907,7 @@
892
907
  }
893
908
  },
894
909
  "ignoredFields": {
895
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
910
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
896
911
  "artifactType": "Manifest",
897
912
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
898
913
  "type": "array",
@@ -902,7 +917,7 @@
902
917
  },
903
918
  "operationGroupingMode": {
904
919
  "$ref": "#/definitions/OperationGroupingMode",
905
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
920
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
906
921
  }
907
922
  },
908
923
  "additionalProperties": false
@@ -938,17 +953,26 @@
938
953
  "column": {
939
954
  "description": "Defines whether the user can add and remove columns to a given table.",
940
955
  "type": "boolean",
941
- "artifactType": "Manifest"
956
+ "artifactType": "Manifest",
957
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
942
958
  },
943
959
  "sort": {
944
960
  "description": "Defines whether the user can sort a given table.",
945
961
  "type": "boolean",
946
- "artifactType": "Manifest"
962
+ "artifactType": "Manifest",
963
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
947
964
  },
948
965
  "filter": {
949
966
  "description": "Defines whether the user can filter data of a given table.",
950
967
  "type": "boolean",
951
- "artifactType": "Manifest"
968
+ "artifactType": "Manifest",
969
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
970
+ },
971
+ "group": {
972
+ "description": "Defines whether the user can group data of a given table.",
973
+ "type": "boolean",
974
+ "artifactType": "Manifest",
975
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
952
976
  }
953
977
  },
954
978
  "additionalProperties": false
@@ -1634,7 +1658,9 @@
1634
1658
  {
1635
1659
  "type": "boolean"
1636
1660
  }
1637
- ]
1661
+ ],
1662
+ "artifactType": "Manifest",
1663
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1638
1664
  },
1639
1665
  "views": {
1640
1666
  "$ref": "#/definitions/MultiTableModeV4"
@@ -1721,13 +1747,13 @@
1721
1747
  "enableMassEdit": {
1722
1748
  "artifactType": "Manifest",
1723
1749
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1724
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1750
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
1725
1751
  "anyOf": [
1726
1752
  {
1727
1753
  "type": "object",
1728
1754
  "properties": {
1729
1755
  "visibleFields": {
1730
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1756
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
1731
1757
  "artifactType": "Manifest",
1732
1758
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1733
1759
  "type": "array",
@@ -1736,7 +1762,7 @@
1736
1762
  }
1737
1763
  },
1738
1764
  "ignoredFields": {
1739
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1765
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
1740
1766
  "artifactType": "Manifest",
1741
1767
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1742
1768
  "type": "array",
@@ -1746,7 +1772,7 @@
1746
1772
  },
1747
1773
  "operationGroupingMode": {
1748
1774
  "$ref": "#/definitions/OperationGroupingMode",
1749
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
1775
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
1750
1776
  }
1751
1777
  },
1752
1778
  "additionalProperties": false
@@ -1771,17 +1797,26 @@
1771
1797
  "column": {
1772
1798
  "description": "Defines whether the user can add and remove columns to a given table.",
1773
1799
  "type": "boolean",
1774
- "artifactType": "Manifest"
1800
+ "artifactType": "Manifest",
1801
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1775
1802
  },
1776
1803
  "sort": {
1777
1804
  "description": "Defines whether the user can sort a given table.",
1778
1805
  "type": "boolean",
1779
- "artifactType": "Manifest"
1806
+ "artifactType": "Manifest",
1807
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1780
1808
  },
1781
1809
  "filter": {
1782
1810
  "description": "Defines whether the user can filter data of a given table.",
1783
1811
  "type": "boolean",
1784
- "artifactType": "Manifest"
1812
+ "artifactType": "Manifest",
1813
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1814
+ },
1815
+ "group": {
1816
+ "description": "Defines whether the user can group data of a given table.",
1817
+ "type": "boolean",
1818
+ "artifactType": "Manifest",
1819
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1785
1820
  }
1786
1821
  },
1787
1822
  "additionalProperties": false
@@ -1854,7 +1889,9 @@
1854
1889
  {
1855
1890
  "type": "boolean"
1856
1891
  }
1857
- ]
1892
+ ],
1893
+ "artifactType": "Manifest",
1894
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1858
1895
  },
1859
1896
  "toolBar": {
1860
1897
  "$ref": "#/definitions/ToolBar",
@@ -1953,13 +1990,13 @@
1953
1990
  "enableMassEdit": {
1954
1991
  "artifactType": "Manifest",
1955
1992
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1956
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1993
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
1957
1994
  "anyOf": [
1958
1995
  {
1959
1996
  "type": "object",
1960
1997
  "properties": {
1961
1998
  "visibleFields": {
1962
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1999
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
1963
2000
  "artifactType": "Manifest",
1964
2001
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1965
2002
  "type": "array",
@@ -1968,7 +2005,7 @@
1968
2005
  }
1969
2006
  },
1970
2007
  "ignoredFields": {
1971
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
2008
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
1972
2009
  "artifactType": "Manifest",
1973
2010
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1974
2011
  "type": "array",
@@ -1978,7 +2015,7 @@
1978
2015
  },
1979
2016
  "operationGroupingMode": {
1980
2017
  "$ref": "#/definitions/OperationGroupingMode",
1981
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
2018
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
1982
2019
  }
1983
2020
  },
1984
2021
  "additionalProperties": false
@@ -2305,6 +2342,49 @@
2305
2342
  "secondary"
2306
2343
  ],
2307
2344
  "type": "string"
2345
+ },
2346
+ "InlineEdit": {
2347
+ "type": "object",
2348
+ "properties": {
2349
+ "enabledFields": {
2350
+ "description": "Array of fields which are inline editable.\nIf empty or undefined, all fields within the page are inline editable except for fields specified in 'Disabled Fields'.\nEach string may be a direct property, a navigation property, or a field group.",
2351
+ "artifactType": "Manifest",
2352
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2353
+ "type": "array",
2354
+ "items": {
2355
+ "type": "string"
2356
+ }
2357
+ },
2358
+ "disabledFields": {
2359
+ "description": "Array of fields which are not inline editable.\nIf empty or undefined, all fields within the page are not inline editable except for those specified in 'Enabled Fields'.\nEach string may be a direct property, a navigation property, or a field group.",
2360
+ "artifactType": "Manifest",
2361
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2362
+ "type": "array",
2363
+ "items": {
2364
+ "type": "string"
2365
+ }
2366
+ },
2367
+ "connectedFields": {
2368
+ "description": "Array of arrays of fields which are edited inline together.\nFields specified in 'Connected Fields' must not be included in 'Enabled Fields' or 'Disabled Fields'.\nMay contain direct properties, navigation properties, or a field group.",
2369
+ "artifactType": "Manifest",
2370
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2371
+ "type": "array",
2372
+ "items": {
2373
+ "anyOf": [
2374
+ {
2375
+ "type": "array",
2376
+ "items": {
2377
+ "type": "string"
2378
+ }
2379
+ },
2380
+ {
2381
+ "type": "string"
2382
+ }
2383
+ ]
2384
+ }
2385
+ }
2386
+ },
2387
+ "additionalProperties": false
2308
2388
  }
2309
2389
  },
2310
2390
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -849,7 +849,9 @@
849
849
  {
850
850
  "type": "boolean"
851
851
  }
852
- ]
852
+ ],
853
+ "artifactType": "Manifest",
854
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
853
855
  },
854
856
  "quickVariantSelection": {
855
857
  "$ref": "#/definitions/QuickVariantSelectionV4OP",
@@ -868,7 +870,7 @@
868
870
  "type": "object",
869
871
  "properties": {
870
872
  "visibleFields": {
871
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
873
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
872
874
  "artifactType": "Manifest",
873
875
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
874
876
  "type": "array",
@@ -877,7 +879,7 @@
877
879
  }
878
880
  },
879
881
  "ignoredFields": {
880
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
882
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
881
883
  "artifactType": "Manifest",
882
884
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
883
885
  "type": "array",
@@ -887,7 +889,7 @@
887
889
  },
888
890
  "operationGroupingMode": {
889
891
  "$ref": "#/definitions/OperationGroupingMode",
890
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
892
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
891
893
  }
892
894
  },
893
895
  "additionalProperties": false
@@ -1537,17 +1539,26 @@
1537
1539
  "column": {
1538
1540
  "description": "Defines whether the user can add and remove columns to a given table.",
1539
1541
  "type": "boolean",
1540
- "artifactType": "Manifest"
1542
+ "artifactType": "Manifest",
1543
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1541
1544
  },
1542
1545
  "sort": {
1543
1546
  "description": "Defines whether the user can sort a given table.",
1544
1547
  "type": "boolean",
1545
- "artifactType": "Manifest"
1548
+ "artifactType": "Manifest",
1549
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1546
1550
  },
1547
1551
  "filter": {
1548
1552
  "description": "Defines whether the user can filter data of a given table.",
1549
1553
  "type": "boolean",
1550
- "artifactType": "Manifest"
1554
+ "artifactType": "Manifest",
1555
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1556
+ },
1557
+ "group": {
1558
+ "description": "Defines whether the user can group data of a given table.",
1559
+ "type": "boolean",
1560
+ "artifactType": "Manifest",
1561
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"
1551
1562
  }
1552
1563
  },
1553
1564
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.142.5",
3
+ "version": "1.142.7",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -50,14 +50,14 @@
50
50
  "publisher": "SAPSE",
51
51
  "license": "SEE LICENSE IN LICENSE",
52
52
  "dependencies": {
53
- "@sap-ux/fe-fpm-writer": "0.43.21",
53
+ "@sap-ux/fe-fpm-writer": "0.43.28",
54
54
  "@sap-ux/vocabularies-types": "0.15.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@sap-ux/annotation-converter": "0.10.21",
58
58
  "@sap-ux/edmx-parser": "0.10.0",
59
- "@sap-ux/project-access": "1.35.20",
60
- "@sap/ux-specification-types": "1.142.5",
59
+ "@sap-ux/project-access": "1.36.3",
60
+ "@sap/ux-specification-types": "1.142.7",
61
61
  "@sapui5/types": "latest-1.142",
62
62
  "@types/d3": "7.4.3",
63
63
  "@types/jquery": "3.5.34",
@@ -67,7 +67,7 @@
67
67
  "@ui5/flexibility-utils": "0.1.3",
68
68
  "@xml-tools/ast": "5.0.5",
69
69
  "@xml-tools/parser": "1.0.11",
70
- "axios": "1.15.0",
70
+ "axios": "1.16.0",
71
71
  "cpy-cli": "7.0.0",
72
72
  "d3": "7.9.0",
73
73
  "deepmerge": "4.3.1",
@@ -56,8 +56,14 @@ import type { Manifest, v4, AndConditionItem, OrConditionItem, AndConditionGroup
56
56
  export type AppContext = {
57
57
  /** The application manifest */
58
58
  manifest: Manifest;
59
+ /** Whether flexible column layout is enabled */
60
+ usesFCL?: boolean;
61
+ /** Whether collaborative draft is enabled (entity has ShareAction in DraftRoot) */
62
+ usesCollaborativeDraft?: boolean;
59
63
  /** Returns the minimum UI5 version for the application */
60
64
  minUI5Version: string;
65
+ /** Whether any List Report page has inlineEdit enabled */
66
+ hasInlineEditEnabled?: boolean;
61
67
  };
62
68
  /**
63
69
  * Page context (sourced from page.config).
@@ -67,7 +73,16 @@ export type AppContext = {
67
73
  * Extend this type when new config properties are added to Page.
68
74
  */
69
75
  export type PageContext = {
70
- [key: string]: unknown;
76
+ /** Whether this is an Analytical List Page */
77
+ isALP?: boolean;
78
+ /** Whether the page has multiple entity sets */
79
+ hasMultipleEntitySets?: boolean;
80
+ /** Whether inlineEdit is currently configured in manifest */
81
+ inlineEditEnabled?: boolean;
82
+ /** Views defined in manifest settings (used for ALP) */
83
+ views?: v4.SapUi5Views;
84
+ /** Default annotation path for the page (used for ALP) */
85
+ defaultAnnotation?: string;
71
86
  };
72
87
  /**
73
88
  * Settings for the Table Class context, taken from manifest.
@@ -81,6 +96,7 @@ export type LRTableContext = {
81
96
  popinLayout?: string;
82
97
  /** Whether the entity/navigation is insertable (based on Capabilities.InsertRestrictions) */
83
98
  isInsertable?: boolean;
99
+ personalization?: v4.PersonalizationType | v4.ViewPersonalizationType;
84
100
  };
85
101
  /**
86
102
  * Settings for the Object Page Table Class context.
@@ -110,6 +126,7 @@ export type OPTableContext = {
110
126
  isInsertable?: boolean;
111
127
  /** Whether the table is in a collection section (affects rowCountMode Tabs restriction) */
112
128
  isCollection?: boolean;
129
+ personalization?: v4.PersonalizationTypeOP;
113
130
  };
114
131
  /**
115
132
  * Symbol used to store the path string within PathNode objects.
@@ -1 +1 @@
1
- {"version":3,"file":"decorator-paths.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"decorator-paths.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"decorator-paths.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"decorator-paths.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"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"}
@@ -52,6 +52,11 @@
52
52
  "PROPERTY_NOT_ALLOWED_FOR_NON_TREE_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the Tree table type.",
53
53
  "ENTITY_NOT_ALLOWED_FOR_NON_TREE_TABLE_TYPE": "The '{{- entityName}}' entity was specified in the `manifest.json` file but this entity is not allowed for the non-Tree table type.",
54
54
  "ENTITY_IS_ALLOWED_ONLY_FOR_CREATION_DIALOG_MODE": "The creationFields entity is allowed only for the CreationDialog mode.",
55
+ "INLINE_EDIT_NOT_SUPPORTED_FOR_FCL": "The 'inlineEdit' property is not supported for applications with a flexible column layout.",
56
+ "INLINE_EDIT_NOT_SUPPORTED_FOR_COLLABORATIVE_DRAFT": "The 'inlineEdit' property is not supported for applications with a collaborative draft.",
57
+ "INLINE_EDIT_NOT_SUPPORTED_FOR_MULTI_ENTITY_SET": "The 'inlineEdit' property is not supported for applications with multiple views based on different entity sets.",
58
+ "INLINE_EDIT_NOT_SUPPORTED_FOR_ANALYTICAL_LIST_PAGE": "The 'inlineEdit' property is not supported for analytical list pages.",
59
+ "FCL_NOT_SUPPORTED_WHEN_INLINE_EDIT_ENABLED": "Flexible column layout is not supported when 'inlineEdit' is configured on a list report page.",
55
60
  "PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the '{{- tableType}}' table type.",
56
61
  "PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the '{{- creationMode}}' creation mode.",
57
62
  "EXPORT_TO_EXCEL_OUTDATED": "The 'exportToExcel' property is deprecated. Use the 'enableExport' property instead.",
@@ -1 +1 @@
1
- {"version":3,"file":"Fragment.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v2/export/controls/Fragment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAoB,gBAAgB,EAAgC,MAAM,6BAA6B,CAAC;AACnH,OAAO,KAAK,EAAiB,QAAQ,EAAmC,MAAM,6BAA6B,CAAC;AAY5G,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,mBAAmB,4BAA4B,CAAC;AAC7D,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAqG3C;;;;;;GAMG;AACH,wBAAgB,mCAAmC,CAC/C,UAAU,EAAE,OAAO,EACnB,QAAQ,UAAa,GACtB,MAAM,GAAG,OAAO,GAAG,SAAS,CAG9B;AAiKD;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACpC,eAAe,EAAE,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,QAAQ,EAAE,GACtB,IAAI,CAcN;AAmVD;;;;;;;GAOG;AACH,wBAAgB,6BAA6B,CACzC,gBAAgB,EAAE,uBAAuB,EACzC,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,EAAE,CAAC,kBAAkB,EAC7B,gBAAgB,EAAE,gBAAgB,GACnC,IAAI,CA0DN;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,GAC5B,MAAM,EAAE,CAAC,cAAc,EACvB,WAAW,MAAM,EACjB,gBAAgB,MAAM,EACtB,2BAA2B,MAAM,KAClC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAuBpD,CAAC"}
1
+ {"version":3,"file":"Fragment.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v2/export/controls/Fragment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAoB,gBAAgB,EAAgC,MAAM,6BAA6B,CAAC;AACnH,OAAO,KAAK,EAAiB,QAAQ,EAAmC,MAAM,6BAA6B,CAAC;AAY5G,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,mBAAmB,4BAA4B,CAAC;AAC7D,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAqG3C;;;;;;GAMG;AACH,wBAAgB,mCAAmC,CAC/C,UAAU,EAAE,OAAO,EACnB,QAAQ,UAAa,GACtB,MAAM,GAAG,OAAO,GAAG,SAAS,CAG9B;AAsKD;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACpC,eAAe,EAAE,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,QAAQ,EAAE,GACtB,IAAI,CAcN;AAmWD;;;;;;;GAOG;AACH,wBAAgB,6BAA6B,CACzC,gBAAgB,EAAE,uBAAuB,EACzC,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,EAAE,CAAC,kBAAkB,EAC7B,gBAAgB,EAAE,gBAAgB,GACnC,IAAI,CA0DN;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,GAC5B,MAAM,EAAE,CAAC,cAAc,EACvB,WAAW,MAAM,EACjB,gBAAgB,MAAM,EACtB,2BAA2B,MAAM,KAClC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,gBAAgB,EAAE,gBAAgB,CAAA;CAuBpD,CAAC"}