@sap/ux-specification 1.84.25 → 1.84.29

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 (155) hide show
  1. package/CHANGELOG.md +84 -8
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/styleDocu.css +4 -5
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  5. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  6. package/dist/documentation/v2/v2-ListReport.html +1 -1
  7. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  8. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  9. package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
  10. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  11. package/dist/documentation/v4/v4-ListReport.html +1 -1
  12. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  13. package/dist/index-min.js +1 -1
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +31 -38
  15. package/dist/schemas/v2/ListReportConfig.json +38 -28
  16. package/dist/schemas/v2/ObjectPageConfig.json +183 -48
  17. package/dist/schemas/v2/OverviewPageConfig.json +258 -196
  18. package/dist/schemas/v4/AnalyticalListPageConfig.json +23 -25
  19. package/dist/schemas/v4/ListReportConfig.json +23 -25
  20. package/dist/schemas/v4/ObjectPageConfig.json +2 -48
  21. package/dist/scripts/extractDocu.js +18 -8
  22. package/dist/scripts/extractDocu.js.map +1 -1
  23. package/dist/scripts/runDocu.js +105 -89
  24. package/dist/scripts/runDocu.js.map +1 -1
  25. package/dist/scripts/to-json-schema.js +11 -2
  26. package/dist/scripts/to-json-schema.js.map +1 -1
  27. package/dist/specification/v2/index-min.js +1 -1
  28. package/dist/src/specification/v2/controls/{FormAction.d.ts → Action.d.ts} +29 -2
  29. package/dist/src/specification/v2/controls/{FormAction.js → Action.js} +1 -1
  30. package/dist/src/specification/v2/controls/Action.js.map +1 -0
  31. package/dist/src/specification/v2/controls/Card.d.ts +20 -72
  32. package/dist/src/specification/v2/controls/Card.js.map +1 -1
  33. package/dist/src/specification/v2/controls/FilterBar.d.ts +4 -0
  34. package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +2 -2
  35. package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.d.ts → ObjectPageFooterAction.d.ts} +5 -4
  36. package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.js → ObjectPageFooterAction.js} +1 -1
  37. package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +1 -0
  38. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
  39. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
  40. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -0
  41. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
  42. package/dist/src/specification/v2/controls/Table.d.ts +6 -9
  43. package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -2
  44. package/dist/src/specification/v2/controls/index.d.ts +8 -9
  45. package/dist/src/specification/v2/controls/index.js +3 -3
  46. package/dist/src/specification/v2/controls/index.js.map +1 -1
  47. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -9
  48. package/dist/src/specification/v4/controls/Table.d.ts +4 -5
  49. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +8 -19
  50. package/dist/src/sync/common/generate/index.d.ts +1 -0
  51. package/dist/src/sync/common/generate/index.js +1 -0
  52. package/dist/src/sync/common/generate/index.js.map +1 -1
  53. package/dist/src/sync/common/generate/objectPage.js +22 -17
  54. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  55. package/dist/src/sync/common/generate/utils.d.ts +59 -0
  56. package/dist/src/sync/common/generate/utils.js +192 -0
  57. package/dist/src/sync/common/generate/utils.js.map +1 -0
  58. package/dist/src/sync/common/importProject.js +8 -8
  59. package/dist/src/sync/common/importProject.js.map +1 -1
  60. package/dist/src/sync/common/utils.d.ts +3 -30
  61. package/dist/src/sync/common/utils.js +15 -113
  62. package/dist/src/sync/common/utils.js.map +1 -1
  63. package/dist/src/sync/v2/export/controls/Action.d.ts +13 -0
  64. package/dist/src/sync/v2/export/controls/Action.js +74 -0
  65. package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
  66. package/dist/src/sync/v2/export/controls/Card.d.ts +3 -7
  67. package/dist/src/sync/v2/export/controls/Card.js +15 -43
  68. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  69. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +1 -0
  70. package/dist/src/sync/v2/export/controls/FilterBar.js +10 -0
  71. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  72. package/dist/src/sync/v2/export/controls/Fragment.js +5 -4
  73. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  74. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +8 -0
  75. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +62 -0
  76. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
  77. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +11 -29
  78. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  79. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +4 -1
  80. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +15 -0
  81. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  82. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +8 -0
  83. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +59 -0
  84. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
  85. package/dist/src/sync/v2/export/controls/Table.d.ts +5 -4
  86. package/dist/src/sync/v2/export/controls/Table.js +16 -21
  87. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  88. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -0
  89. package/dist/src/sync/v2/export/controls/ToolBar.js +6 -0
  90. package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
  91. package/dist/src/sync/v2/export/controls/index.d.ts +12 -8
  92. package/dist/src/sync/v2/export/controls/index.js +12 -8
  93. package/dist/src/sync/v2/export/controls/index.js.map +1 -1
  94. package/dist/src/sync/v2/export/export.js +1 -1
  95. package/dist/src/sync/v2/export/export.js.map +1 -1
  96. package/dist/src/sync/v2/export/exportPage.js +3 -2
  97. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  98. package/dist/src/sync/v2/generate/analyticalListReport.js +6 -3
  99. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  100. package/dist/src/sync/v2/generate/listReport.d.ts +8 -0
  101. package/dist/src/sync/v2/generate/listReport.js +17 -3
  102. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  103. package/dist/src/sync/v2/generate/objectPage.d.ts +0 -1
  104. package/dist/src/sync/v2/generate/objectPage.js +204 -122
  105. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  106. package/dist/src/sync/v2/generate/utils.d.ts +3 -3
  107. package/dist/src/sync/v2/generate/utils.js +22 -14
  108. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  109. package/dist/src/sync/v2/import/common/index.d.ts +8 -1
  110. package/dist/src/sync/v2/import/common/index.js +107 -43
  111. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  112. package/dist/src/sync/v2/import/pages/listReport.js +31 -0
  113. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  114. package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
  115. package/dist/src/sync/v2/import/pages/objectPage.js +305 -240
  116. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  117. package/dist/src/sync/v2/import/utils.d.ts +1 -1
  118. package/dist/src/sync/v2/import/utils.js +2 -2
  119. package/dist/src/sync/v2/import/utils.js.map +1 -1
  120. package/dist/src/sync/v2/types.d.ts +21 -2
  121. package/dist/src/sync/v2/types.js +7 -0
  122. package/dist/src/sync/v2/types.js.map +1 -1
  123. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +2 -8
  124. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +3 -68
  125. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  126. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +3 -2
  127. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -10
  128. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  129. package/dist/src/sync/v4/export/controls/Table.d.ts +1 -8
  130. package/dist/src/sync/v4/export/controls/Table.js +2 -75
  131. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  132. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +3 -1
  133. package/dist/src/sync/v4/export/controls/TableColumn.js +5 -2
  134. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  135. package/dist/src/sync/v4/export/export.js +21 -14
  136. package/dist/src/sync/v4/export/export.js.map +1 -1
  137. package/dist/src/sync/v4/export/types.d.ts +1 -0
  138. package/dist/src/sync/v4/generate/listReport.d.ts +2 -1
  139. package/dist/src/sync/v4/generate/listReport.js +47 -1
  140. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  141. package/dist/src/sync/v4/generate/objectPage.js +100 -50
  142. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  143. package/dist/src/sync/v4/import/app/appProvider.js +2 -2
  144. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  145. package/dist/src/sync/v4/import/pages/listReport.d.ts +1 -3
  146. package/dist/src/sync/v4/import/pages/listReport.js +27 -17
  147. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  148. package/dist/src/sync/v4/import/pages/objectPage.js +10 -12
  149. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  150. package/dist/src/sync/v4/utils/utils.d.ts +1 -8
  151. package/dist/src/sync/v4/utils/utils.js +31 -53
  152. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  153. package/package.json +7 -4
  154. package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
  155. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
@@ -491,10 +491,6 @@
491
491
  "type": "object",
492
492
  "additionalProperties": {},
493
493
  "properties": {
494
- "entitySet": {
495
- "description": "Represents the dominant entity set that will be displayed in the given card.",
496
- "type": "string"
497
- },
498
494
  "itemText": {
499
495
  "description": "Represents the user defined string in placeholder card.",
500
496
  "type": "string"
@@ -641,6 +637,10 @@
641
637
  }
642
638
  ]
643
639
  },
640
+ "entitySet": {
641
+ "description": "Represents the dominant entity set that will be displayed in the given card.",
642
+ "type": "string"
643
+ },
644
644
  "title": {
645
645
  "description": "The language-dependent title of the card, used in the card header.",
646
646
  "i18nClassification": "TIT: Title of the card, used in the card header",
@@ -709,8 +709,25 @@
709
709
  ]
710
710
  },
711
711
  "requireAppAuthorization": {
712
- "description": "Define an authorization check at card level",
712
+ "description": "Define an authorization check at card level.",
713
713
  "type": "string"
714
+ },
715
+ "tabs": {
716
+ "description": "Represents the card with view switch control.",
717
+ "type": "array",
718
+ "items": [
719
+ {
720
+ "$ref": "#/definitions/TabSetting"
721
+ }
722
+ ],
723
+ "minItems": 1,
724
+ "additionalItems": {
725
+ "$ref": "#/definitions/TabSetting"
726
+ }
727
+ },
728
+ "addODataSelect": {
729
+ "description": "add $Select parameter in data fetch URL",
730
+ "type": "boolean"
714
731
  }
715
732
  },
716
733
  "required": [
@@ -756,6 +773,70 @@
756
773
  },
757
774
  "additionalProperties": false
758
775
  },
776
+ "TabSetting": {
777
+ "type": "object",
778
+ "additionalProperties": {},
779
+ "properties": {
780
+ "annotationPath": {
781
+ "description": "Represents the annotation path.",
782
+ "type": "string"
783
+ },
784
+ "selectionAnnotationPath": {
785
+ "description": "Represents the selection annotation path.",
786
+ "type": "string"
787
+ },
788
+ "chartAnnotationPath": {
789
+ "description": "Represents the chart annotation path.",
790
+ "type": "string"
791
+ },
792
+ "presentationAnnotationPath": {
793
+ "description": "Represents the presentation annotation path.",
794
+ "type": "string"
795
+ },
796
+ "dataPointAnnotationPath": {
797
+ "description": "Represents the data point annotation path.",
798
+ "type": "string"
799
+ },
800
+ "identificationAnnotationPath": {
801
+ "description": "Represents the identification annotation path.",
802
+ "type": "string"
803
+ },
804
+ "dynamicSubtitleAnnotationPath": {
805
+ "description": "Represents the dynamic subtitle annotation path",
806
+ "type": "string"
807
+ },
808
+ "value": {
809
+ "description": "Represents the drop down value to be shown",
810
+ "type": "string"
811
+ },
812
+ "chartProperties": {
813
+ "description": "This property is responsible for setting specific chart settings.",
814
+ "type": "object",
815
+ "properties": {
816
+ "plotArea": {
817
+ "$ref": "#/definitions/PlotAreaDef"
818
+ }
819
+ },
820
+ "additionalProperties": false
821
+ },
822
+ "colorPalette": {
823
+ "description": "Represents the configuration to customize the column stacked chart.",
824
+ "anyOf": [
825
+ {
826
+ "type": "array",
827
+ "items": {
828
+ "type": "object",
829
+ "additionalProperties": {}
830
+ }
831
+ },
832
+ {
833
+ "type": "object",
834
+ "additionalProperties": {}
835
+ }
836
+ ]
837
+ }
838
+ }
839
+ },
759
840
  "ListCard": {
760
841
  "description": "List Card",
761
842
  "isViewNode": true,
@@ -780,20 +861,6 @@
780
861
  "$ref": "#/definitions/ListCardSettings",
781
862
  "description": "Represents the properties that are passed to the list card.",
782
863
  "artifactType": "Manifest"
783
- },
784
- "tabs": {
785
- "description": "Represents the List Card with view switch control.",
786
- "type": "array",
787
- "items": [
788
- {
789
- "$ref": "#/definitions/TabSetting"
790
- }
791
- ],
792
- "minItems": 1,
793
- "additionalItems": {
794
- "$ref": "#/definitions/TabSetting"
795
- },
796
- "artifactType": "Manifest"
797
864
  }
798
865
  },
799
866
  "additionalProperties": false,
@@ -807,10 +874,6 @@
807
874
  "displayName": "settings",
808
875
  "type": "object",
809
876
  "properties": {
810
- "entitySet": {
811
- "description": "Represents the dominant entity set that will be displayed in the given card.",
812
- "type": "string"
813
- },
814
877
  "listFlavor": {
815
878
  "$ref": "#/definitions/ListFlavorType",
816
879
  "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
@@ -835,27 +898,18 @@
835
898
  "$ref": "#/definitions/SortOrderType",
836
899
  "description": "Defines the sort order."
837
900
  },
838
- "addODataSelect": {
839
- "description": "add $Select parameter in data fetch URL",
840
- "type": "boolean"
841
- },
842
- "tabs": {
843
- "description": "Represents the card with view switch control.\nThis property doesn't exist in the app descriptor json schema for settings, but is there on the card level next to the template.\nHowever, in the reference application it is in the settings of a sap.ovp.cards.list.",
844
- "type": "array",
845
- "items": [
846
- {
847
- "$ref": "#/definitions/TabSetting"
848
- }
849
- ],
850
- "minItems": 1,
851
- "additionalItems": {
852
- "$ref": "#/definitions/TabSetting"
853
- }
854
- },
855
901
  "dataPointAnnotationPath": {
856
902
  "description": "Represents the data point annotation path.",
857
903
  "type": "string"
858
904
  },
905
+ "showLineItemDetail": {
906
+ "description": "Flag for show line item detail in list and table card.",
907
+ "type": "boolean"
908
+ },
909
+ "entitySet": {
910
+ "description": "Represents the dominant entity set that will be displayed in the given card.",
911
+ "type": "string"
912
+ },
859
913
  "title": {
860
914
  "description": "The language-dependent title of the card, used in the card header.",
861
915
  "i18nClassification": "TIT: Title of the card, used in the card header",
@@ -924,13 +978,29 @@
924
978
  ]
925
979
  },
926
980
  "requireAppAuthorization": {
927
- "description": "Define an authorization check at card level",
981
+ "description": "Define an authorization check at card level.",
928
982
  "type": "string"
983
+ },
984
+ "tabs": {
985
+ "description": "Represents the card with view switch control.",
986
+ "type": "array",
987
+ "items": [
988
+ {
989
+ "$ref": "#/definitions/TabSetting"
990
+ }
991
+ ],
992
+ "minItems": 1,
993
+ "additionalItems": {
994
+ "$ref": "#/definitions/TabSetting"
995
+ }
996
+ },
997
+ "addODataSelect": {
998
+ "description": "add $Select parameter in data fetch URL",
999
+ "type": "boolean"
929
1000
  }
930
1001
  },
931
1002
  "additionalProperties": false,
932
1003
  "required": [
933
- "entitySet",
934
1004
  "title"
935
1005
  ]
936
1006
  },
@@ -956,70 +1026,6 @@
956
1026
  ],
957
1027
  "type": "string"
958
1028
  },
959
- "TabSetting": {
960
- "type": "object",
961
- "additionalProperties": {},
962
- "properties": {
963
- "annotationPath": {
964
- "description": "Represents the annotation path.",
965
- "type": "string"
966
- },
967
- "selectionAnnotationPath": {
968
- "description": "Represents the selection annotation path.",
969
- "type": "string"
970
- },
971
- "chartAnnotationPath": {
972
- "description": "Represents the chart annotation path.",
973
- "type": "string"
974
- },
975
- "presentationAnnotationPath": {
976
- "description": "Represents the presentation annotation path.",
977
- "type": "string"
978
- },
979
- "dataPointAnnotationPath": {
980
- "description": "Represents the data point annotation path.",
981
- "type": "string"
982
- },
983
- "identificationAnnotationPath": {
984
- "description": "Represents the identification annotation path.",
985
- "type": "string"
986
- },
987
- "dynamicSubtitleAnnotationPath": {
988
- "description": "Represents the dynamic subtitle annotation path",
989
- "type": "string"
990
- },
991
- "value": {
992
- "description": "Represents the drop down value to be shown",
993
- "type": "string"
994
- },
995
- "chartProperties": {
996
- "description": "This property is responsible for setting specific chart settings.",
997
- "type": "object",
998
- "properties": {
999
- "plotArea": {
1000
- "$ref": "#/definitions/PlotAreaDef"
1001
- }
1002
- },
1003
- "additionalProperties": false
1004
- },
1005
- "colorPalette": {
1006
- "description": "Represents the configuration to customize the column stacked chart.",
1007
- "anyOf": [
1008
- {
1009
- "type": "array",
1010
- "items": {
1011
- "type": "object",
1012
- "additionalProperties": {}
1013
- }
1014
- },
1015
- {
1016
- "type": "object",
1017
- "additionalProperties": {}
1018
- }
1019
- ]
1020
- }
1021
- }
1022
- },
1023
1029
  "StackCard": {
1024
1030
  "description": "Stack Card",
1025
1031
  "isViewNode": true,
@@ -1056,10 +1062,6 @@
1056
1062
  "displayName": "settings",
1057
1063
  "type": "object",
1058
1064
  "properties": {
1059
- "entitySet": {
1060
- "description": "Represents the dominant entity set that will be displayed in the given card.",
1061
- "type": "string"
1062
- },
1063
1065
  "itemText": {
1064
1066
  "description": "Represents the user defined string in placeholder card.",
1065
1067
  "type": "string"
@@ -1083,6 +1085,10 @@
1083
1085
  },
1084
1086
  "additionalProperties": false
1085
1087
  },
1088
+ "entitySet": {
1089
+ "description": "Represents the dominant entity set that will be displayed in the given card.",
1090
+ "type": "string"
1091
+ },
1086
1092
  "title": {
1087
1093
  "description": "The language-dependent title of the card, used in the card header.",
1088
1094
  "i18nClassification": "TIT: Title of the card, used in the card header",
@@ -1151,13 +1157,29 @@
1151
1157
  ]
1152
1158
  },
1153
1159
  "requireAppAuthorization": {
1154
- "description": "Define an authorization check at card level",
1160
+ "description": "Define an authorization check at card level.",
1155
1161
  "type": "string"
1162
+ },
1163
+ "tabs": {
1164
+ "description": "Represents the card with view switch control.",
1165
+ "type": "array",
1166
+ "items": [
1167
+ {
1168
+ "$ref": "#/definitions/TabSetting"
1169
+ }
1170
+ ],
1171
+ "minItems": 1,
1172
+ "additionalItems": {
1173
+ "$ref": "#/definitions/TabSetting"
1174
+ }
1175
+ },
1176
+ "addODataSelect": {
1177
+ "description": "add $Select parameter in data fetch URL",
1178
+ "type": "boolean"
1156
1179
  }
1157
1180
  },
1158
1181
  "additionalProperties": false,
1159
1182
  "required": [
1160
- "entitySet",
1161
1183
  "title"
1162
1184
  ]
1163
1185
  },
@@ -1196,20 +1218,6 @@
1196
1218
  "displayName": "settings",
1197
1219
  "type": "object",
1198
1220
  "properties": {
1199
- "entitySet": {
1200
- "description": "entitySet represents the entity set that will be displayed in this card.",
1201
- "type": "string"
1202
- },
1203
- "title": {
1204
- "description": "title represents the language-dependent title of the card, as used in the card header.",
1205
- "i18nClassification": "TIT: Title of the card, used in the card header",
1206
- "type": "string"
1207
- },
1208
- "subTitle": {
1209
- "description": "YOu can define the language-dependent subtitle of the card, as used in the card header.",
1210
- "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1211
- "type": "string"
1212
- },
1213
1221
  "targetUri": {
1214
1222
  "description": "The targetUri is a URI defining the link to a quick view, related application or external resource.",
1215
1223
  "type": "string"
@@ -1230,8 +1238,45 @@
1230
1238
  "description": "headerAnnotationPath represents the path to a HeaderInfo annotation.",
1231
1239
  "type": "string"
1232
1240
  },
1241
+ "staticContent": {
1242
+ "description": "staticContent represents the static content of a static link list card.",
1243
+ "type": "array",
1244
+ "items": {
1245
+ "$ref": "#/definitions/StaticContent"
1246
+ }
1247
+ },
1248
+ "annotationPath": {
1249
+ "description": "Represents the annotation path.",
1250
+ "type": "string"
1251
+ },
1252
+ "entitySet": {
1253
+ "description": "Represents the dominant entity set that will be displayed in the given card.",
1254
+ "type": "string"
1255
+ },
1256
+ "title": {
1257
+ "description": "The language-dependent title of the card, used in the card header.",
1258
+ "i18nClassification": "TIT: Title of the card, used in the card header",
1259
+ "type": "string"
1260
+ },
1261
+ "subTitle": {
1262
+ "description": "The language-dependent subtitle of the card, used in the card header.",
1263
+ "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1264
+ "type": "string"
1265
+ },
1233
1266
  "identificationAnnotationPath": {
1234
- "description": "identificationAnnotationPath represents the path to an Identification annotation.",
1267
+ "description": "Represents the identification annotation path.",
1268
+ "type": "string"
1269
+ },
1270
+ "selectionAnnotationPath": {
1271
+ "description": "Represents the selection annotation path.",
1272
+ "type": "string"
1273
+ },
1274
+ "presentationAnnotationPath": {
1275
+ "description": "Represents the presentation annotation path.",
1276
+ "type": "string"
1277
+ },
1278
+ "category": {
1279
+ "description": "The category of the card, as used in the card header.",
1235
1280
  "type": "string"
1236
1281
  },
1237
1282
  "defaultSpan": {
@@ -1275,20 +1320,26 @@
1275
1320
  }
1276
1321
  ]
1277
1322
  },
1278
- "staticContent": {
1279
- "description": "staticContent represents the static content of a static link list card.",
1280
- "type": "array",
1281
- "items": {
1282
- "$ref": "#/definitions/StaticContent"
1283
- }
1284
- },
1285
1323
  "requireAppAuthorization": {
1286
- "description": "Define an authorization check at card level",
1324
+ "description": "Define an authorization check at card level.",
1287
1325
  "type": "string"
1288
1326
  },
1289
- "annotationPath": {
1290
- "description": "Represents the annotation path.",
1291
- "type": "string"
1327
+ "tabs": {
1328
+ "description": "Represents the card with view switch control.",
1329
+ "type": "array",
1330
+ "items": [
1331
+ {
1332
+ "$ref": "#/definitions/TabSetting"
1333
+ }
1334
+ ],
1335
+ "minItems": 1,
1336
+ "additionalItems": {
1337
+ "$ref": "#/definitions/TabSetting"
1338
+ }
1339
+ },
1340
+ "addODataSelect": {
1341
+ "description": "add $Select parameter in data fetch URL",
1342
+ "type": "boolean"
1292
1343
  }
1293
1344
  },
1294
1345
  "additionalProperties": false,
@@ -1372,20 +1423,6 @@
1372
1423
  "description": "Represents the properties that are passed to the table card.",
1373
1424
  "artifactType": "Manifest"
1374
1425
  },
1375
- "tabs": {
1376
- "description": "Represents the card with view switch control.",
1377
- "type": "array",
1378
- "items": [
1379
- {
1380
- "$ref": "#/definitions/TabSetting"
1381
- }
1382
- ],
1383
- "minItems": 1,
1384
- "additionalItems": {
1385
- "$ref": "#/definitions/TabSetting"
1386
- },
1387
- "artifactType": "Manifest"
1388
- },
1389
1426
  "disableTableCardFlexibility": {
1390
1427
  "description": "If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.\nIf you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.",
1391
1428
  "type": "boolean",
@@ -1403,10 +1440,6 @@
1403
1440
  "displayName": "settings",
1404
1441
  "type": "object",
1405
1442
  "properties": {
1406
- "entitySet": {
1407
- "description": "Represents the dominant entity set that will be displayed in the given card.",
1408
- "type": "string"
1409
- },
1410
1443
  "annotationPath": {
1411
1444
  "description": "Represents the annotation path.",
1412
1445
  "type": "string"
@@ -1439,18 +1472,13 @@
1439
1472
  "$ref": "#/definitions/SortOrderType",
1440
1473
  "description": "Defines the sort order."
1441
1474
  },
1442
- "tabs": {
1443
- "description": "Represents the card with view switch control.",
1444
- "type": "array",
1445
- "items": [
1446
- {
1447
- "$ref": "#/definitions/TabSetting"
1448
- }
1449
- ],
1450
- "minItems": 1,
1451
- "additionalItems": {
1452
- "$ref": "#/definitions/TabSetting"
1453
- }
1475
+ "showLineItemDetail": {
1476
+ "description": "Flag for show line item detail in list and table card.",
1477
+ "type": "boolean"
1478
+ },
1479
+ "entitySet": {
1480
+ "description": "Represents the dominant entity set that will be displayed in the given card.",
1481
+ "type": "string"
1454
1482
  },
1455
1483
  "title": {
1456
1484
  "description": "The language-dependent title of the card, used in the card header.",
@@ -1520,13 +1548,29 @@
1520
1548
  ]
1521
1549
  },
1522
1550
  "requireAppAuthorization": {
1523
- "description": "Define an authorization check at card level",
1551
+ "description": "Define an authorization check at card level.",
1524
1552
  "type": "string"
1553
+ },
1554
+ "tabs": {
1555
+ "description": "Represents the card with view switch control.",
1556
+ "type": "array",
1557
+ "items": [
1558
+ {
1559
+ "$ref": "#/definitions/TabSetting"
1560
+ }
1561
+ ],
1562
+ "minItems": 1,
1563
+ "additionalItems": {
1564
+ "$ref": "#/definitions/TabSetting"
1565
+ }
1566
+ },
1567
+ "addODataSelect": {
1568
+ "description": "add $Select parameter in data fetch URL",
1569
+ "type": "boolean"
1525
1570
  }
1526
1571
  },
1527
1572
  "additionalProperties": false,
1528
1573
  "required": [
1529
- "entitySet",
1530
1574
  "title"
1531
1575
  ]
1532
1576
  },
@@ -1560,20 +1604,6 @@
1560
1604
  "$ref": "#/definitions/AnalyticalCardSettingsv4"
1561
1605
  }
1562
1606
  ]
1563
- },
1564
- "tabs": {
1565
- "description": "Represents the Analytical Card with view switch control.",
1566
- "type": "array",
1567
- "items": [
1568
- {
1569
- "$ref": "#/definitions/TabSetting"
1570
- }
1571
- ],
1572
- "minItems": 1,
1573
- "additionalItems": {
1574
- "$ref": "#/definitions/TabSetting"
1575
- },
1576
- "artifactType": "Manifest"
1577
1607
  }
1578
1608
  },
1579
1609
  "additionalProperties": false,
@@ -1587,10 +1617,6 @@
1587
1617
  "displayName": "settings",
1588
1618
  "type": "object",
1589
1619
  "properties": {
1590
- "entitySet": {
1591
- "description": "Represents the dominant entity set that will be displayed in the given card.",
1592
- "type": "string"
1593
- },
1594
1620
  "chartAnnotationPath": {
1595
1621
  "description": "Represents the chart annotation path.",
1596
1622
  "type": "string"
@@ -1603,6 +1629,10 @@
1603
1629
  "description": "Represents things like people, number of items.",
1604
1630
  "type": "string"
1605
1631
  },
1632
+ "entitySet": {
1633
+ "description": "Represents the dominant entity set that will be displayed in the given card.",
1634
+ "type": "string"
1635
+ },
1606
1636
  "title": {
1607
1637
  "description": "The language-dependent title of the card, used in the card header.",
1608
1638
  "i18nClassification": "TIT: Title of the card, used in the card header",
@@ -1671,13 +1701,29 @@
1671
1701
  ]
1672
1702
  },
1673
1703
  "requireAppAuthorization": {
1674
- "description": "Define an authorization check at card level",
1704
+ "description": "Define an authorization check at card level.",
1675
1705
  "type": "string"
1706
+ },
1707
+ "tabs": {
1708
+ "description": "Represents the card with view switch control.",
1709
+ "type": "array",
1710
+ "items": [
1711
+ {
1712
+ "$ref": "#/definitions/TabSetting"
1713
+ }
1714
+ ],
1715
+ "minItems": 1,
1716
+ "additionalItems": {
1717
+ "$ref": "#/definitions/TabSetting"
1718
+ }
1719
+ },
1720
+ "addODataSelect": {
1721
+ "description": "add $Select parameter in data fetch URL",
1722
+ "type": "boolean"
1676
1723
  }
1677
1724
  },
1678
1725
  "additionalProperties": false,
1679
1726
  "required": [
1680
- "entitySet",
1681
1727
  "title"
1682
1728
  ]
1683
1729
  },
@@ -1688,10 +1734,6 @@
1688
1734
  "measureAggregate": {
1689
1735
  "$ref": "#/definitions/MeasureAggregateSettings"
1690
1736
  },
1691
- "entitySet": {
1692
- "description": "Represents the dominant entity set that will be displayed in the given card.",
1693
- "type": "string"
1694
- },
1695
1737
  "chartAnnotationPath": {
1696
1738
  "description": "Represents the chart annotation path.",
1697
1739
  "type": "string"
@@ -1704,6 +1746,10 @@
1704
1746
  "description": "Represents things like people, number of items.",
1705
1747
  "type": "string"
1706
1748
  },
1749
+ "entitySet": {
1750
+ "description": "Represents the dominant entity set that will be displayed in the given card.",
1751
+ "type": "string"
1752
+ },
1707
1753
  "title": {
1708
1754
  "description": "The language-dependent title of the card, used in the card header.",
1709
1755
  "i18nClassification": "TIT: Title of the card, used in the card header",
@@ -1772,13 +1818,29 @@
1772
1818
  ]
1773
1819
  },
1774
1820
  "requireAppAuthorization": {
1775
- "description": "Define an authorization check at card level",
1821
+ "description": "Define an authorization check at card level.",
1776
1822
  "type": "string"
1823
+ },
1824
+ "tabs": {
1825
+ "description": "Represents the card with view switch control.",
1826
+ "type": "array",
1827
+ "items": [
1828
+ {
1829
+ "$ref": "#/definitions/TabSetting"
1830
+ }
1831
+ ],
1832
+ "minItems": 1,
1833
+ "additionalItems": {
1834
+ "$ref": "#/definitions/TabSetting"
1835
+ }
1836
+ },
1837
+ "addODataSelect": {
1838
+ "description": "add $Select parameter in data fetch URL",
1839
+ "type": "boolean"
1777
1840
  }
1778
1841
  },
1779
1842
  "additionalProperties": false,
1780
1843
  "required": [
1781
- "entitySet",
1782
1844
  "title"
1783
1845
  ]
1784
1846
  },