@sap/ux-specification 1.120.6 → 1.120.8

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 (210) hide show
  1. package/CHANGELOG.md +74 -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 +116 -117
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/package.json +14 -14
  15. package/dist/schemas/v2/ListReportConfig.json +1 -0
  16. package/dist/schemas/v2/ObjectPageConfig.json +2 -0
  17. package/dist/schemas/v2/OverviewPageConfig.json +1158 -88
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +681 -509
  19. package/dist/schemas/v4/ObjectPageConfig.json +12 -12
  20. package/dist/src/api.js +1 -1
  21. package/dist/src/api.js.map +1 -1
  22. package/dist/src/extensionLogger.js.map +1 -1
  23. package/dist/src/project.js.map +1 -1
  24. package/dist/src/specification/schemaAccess.js.map +1 -1
  25. package/dist/src/sync/common/appProvider.js.map +1 -1
  26. package/dist/src/sync/common/decoration/control.js +2 -2
  27. package/dist/src/sync/common/decoration/control.js.map +1 -1
  28. package/dist/src/sync/common/decoration/decorators.js.map +1 -1
  29. package/dist/src/sync/common/decoration/factory.js.map +1 -1
  30. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  31. package/dist/src/sync/common/flexUtils.js +2 -2
  32. package/dist/src/sync/common/flexUtils.js.map +1 -1
  33. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  34. package/dist/src/sync/common/generate/objectPage.js +8 -4
  35. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  36. package/dist/src/sync/common/generate/utils.js +1 -1
  37. package/dist/src/sync/common/generate/utils.js.map +1 -1
  38. package/dist/src/sync/common/import/utils.js.map +1 -1
  39. package/dist/src/sync/common/importProject.js.map +1 -1
  40. package/dist/src/sync/common/utils.js.map +1 -1
  41. package/dist/src/sync/v2/application.js +2 -2
  42. package/dist/src/sync/v2/application.js.map +1 -1
  43. package/dist/src/sync/v2/export/controls/Action.d.ts +2 -2
  44. package/dist/src/sync/v2/export/controls/Action.js +10 -10
  45. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  46. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +1 -1
  47. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  48. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +1 -1
  49. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +1 -1
  50. package/dist/src/sync/v2/export/controls/Card.d.ts +4 -7
  51. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  52. package/dist/src/sync/v2/export/controls/Card.js +61 -17
  53. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  54. package/dist/src/sync/v2/export/controls/Field.js +1 -1
  55. package/dist/src/sync/v2/export/controls/Field.js.map +1 -1
  56. package/dist/src/sync/v2/export/controls/FilterBar.js +6 -6
  57. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  58. package/dist/src/sync/v2/export/controls/FormAction.d.ts +2 -2
  59. package/dist/src/sync/v2/export/controls/FormAction.js +2 -2
  60. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  61. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  62. package/dist/src/sync/v2/export/controls/ObjectPageChart.js +2 -2
  63. package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -1
  64. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +3 -3
  65. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  66. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +2 -2
  67. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -1
  68. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  69. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
  70. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +1 -1
  71. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  72. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +2 -2
  73. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +1 -1
  74. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  75. package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js +5 -5
  76. package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  77. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +1 -1
  78. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  79. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +11 -11
  80. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  81. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +2 -2
  82. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +8 -8
  83. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  84. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +2 -2
  85. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -1
  86. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  87. package/dist/src/sync/v2/export/controls/Table.d.ts +2 -2
  88. package/dist/src/sync/v2/export/controls/Table.js +13 -13
  89. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  90. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +2 -2
  91. package/dist/src/sync/v2/export/controls/TableColumn.js +3 -3
  92. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  93. package/dist/src/sync/v2/export/export.js.map +1 -1
  94. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  95. package/dist/src/sync/v2/export/factory.js +1 -1
  96. package/dist/src/sync/v2/export/factory.js.map +1 -1
  97. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  98. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +2 -2
  99. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  100. package/dist/src/sync/v2/export/pages/ListReport.js +2 -2
  101. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  102. package/dist/src/sync/v2/export/pages/ObjectPage.js +2 -2
  103. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  104. package/dist/src/sync/v2/export/pages/OverviewPage.js +2 -2
  105. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  106. package/dist/src/sync/v2/export/view-controller-generator.js +1 -1
  107. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  108. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  109. package/dist/src/sync/v2/generate/analyticalListReport.js +2 -1
  110. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  111. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  112. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  113. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  114. package/dist/src/sync/v2/generate/objectPage.js +8 -4
  115. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  116. package/dist/src/sync/v2/generate/overviewPage.d.ts +2 -1
  117. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  118. package/dist/src/sync/v2/generate/overviewPage.js +1 -1
  119. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  120. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  121. package/dist/src/sync/v2/generate/utils.js +4 -2
  122. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  123. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  124. package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
  125. package/dist/src/sync/v2/import/app/ovpProvider.js +2 -1
  126. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  127. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  128. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  129. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  130. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  131. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  132. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -4
  133. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  134. package/dist/src/sync/v2/import/pages/overviewPage.js +41 -31
  135. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  136. package/dist/src/sync/v2/import/utils.js.map +1 -1
  137. package/dist/src/sync/v2/types.js +2 -2
  138. package/dist/src/sync/v2/types.js.map +1 -1
  139. package/dist/src/sync/v4/application.js +2 -2
  140. package/dist/src/sync/v4/application.js.map +1 -1
  141. package/dist/src/sync/v4/export/controls/FilterBar.js +4 -4
  142. package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  143. package/dist/src/sync/v4/export/controls/HeaderAction.js +2 -2
  144. package/dist/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  145. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js +2 -2
  146. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +1 -1
  147. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -2
  148. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  149. package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js +4 -4
  150. package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
  151. package/dist/src/sync/v4/export/controls/ObjectPageForm.js +2 -2
  152. package/dist/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  153. package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js +1 -1
  154. package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  155. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +1 -1
  156. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  157. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +3 -3
  158. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  159. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +2 -2
  160. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
  161. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +1 -1
  162. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -1
  163. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +6 -6
  164. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  165. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +4 -4
  166. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  167. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +3 -3
  168. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  169. package/dist/src/sync/v4/export/controls/Table.js +15 -15
  170. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  171. package/dist/src/sync/v4/export/controls/TableColumn.js +9 -9
  172. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  173. package/dist/src/sync/v4/export/controls/ToolBarAction.js +7 -7
  174. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  175. package/dist/src/sync/v4/export/export.js.map +1 -1
  176. package/dist/src/sync/v4/export/exportCustomColumn.js.map +1 -1
  177. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  178. package/dist/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  179. package/dist/src/sync/v4/export/manifest.js +1 -1
  180. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  181. package/dist/src/sync/v4/export/pages/ListReport.js +2 -2
  182. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
  183. package/dist/src/sync/v4/export/pages/ObjectPage.js +2 -2
  184. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
  185. package/dist/src/sync/v4/export/utils.js.map +1 -1
  186. package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  187. package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  188. package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  189. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +5 -1
  190. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  191. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
  192. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  193. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  194. package/dist/src/sync/v4/generate/listReport.js +6 -3
  195. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  196. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  197. package/dist/src/sync/v4/generate/objectPage.js +8 -4
  198. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  199. package/dist/src/sync/v4/import/app/appProvider.js +1 -1
  200. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  201. package/dist/src/sync/v4/import/fragment.js.map +1 -1
  202. package/dist/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  203. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  204. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  205. package/dist/src/sync/v4/import/utils.js.map +1 -1
  206. package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  207. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  208. package/dist/src/sync/v4/utils/macros.js.map +1 -1
  209. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  210. package/package.json +14 -14
@@ -624,7 +624,126 @@
624
624
  "description": "Represents the card with view switch control.",
625
625
  "type": "array",
626
626
  "items": {
627
- "$ref": "#/definitions/TabSetting"
627
+ "additionalProperties": false,
628
+ "type": "object",
629
+ "properties": {
630
+ "annotationPath": {
631
+ "description": "Represents the annotation path",
632
+ "type": "string"
633
+ },
634
+ "selectionAnnotationPath": {
635
+ "description": "Represents the selection annotation path",
636
+ "type": "string"
637
+ },
638
+ "chartAnnotationPath": {
639
+ "description": "Represents the chart annotation path",
640
+ "type": "string"
641
+ },
642
+ "presentationAnnotationPath": {
643
+ "description": "Represents the presentation annotation path",
644
+ "type": "string"
645
+ },
646
+ "dataPointAnnotationPath": {
647
+ "description": "Represents the data point annotation path",
648
+ "type": "string"
649
+ },
650
+ "identificationAnnotationPath": {
651
+ "description": "Represents the identification annotation path",
652
+ "type": "string"
653
+ },
654
+ "dynamicSubtitleAnnotationPath": {
655
+ "description": "Represents the dynamic subtitle annotation path",
656
+ "type": "string"
657
+ },
658
+ "value": {
659
+ "description": "Represents the drop down value to be shown",
660
+ "type": "string"
661
+ },
662
+ "chartProperties": {
663
+ "description": "This property is responsible for setting specific chart settings",
664
+ "type": "object",
665
+ "properties": {
666
+ "plotArea": {
667
+ "$ref": "#/definitions/PlotAreaDef"
668
+ },
669
+ "timeAxis": {
670
+ "$ref": "#/definitions/TimeAxisDef"
671
+ }
672
+ },
673
+ "additionalProperties": false
674
+ },
675
+ "colorPalette": {
676
+ "anyOf": [
677
+ {
678
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
679
+ },
680
+ {
681
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
682
+ "type": "object",
683
+ "properties": {
684
+ "colorPaletteType": {
685
+ "type": "string",
686
+ "const": "StableColoring"
687
+ },
688
+ "dimensionValueToColor": {
689
+ "type": "object",
690
+ "additionalProperties": {
691
+ "type": "string"
692
+ }
693
+ }
694
+ },
695
+ "additionalProperties": false,
696
+ "required": [
697
+ "colorPaletteType",
698
+ "dimensionValueToColor"
699
+ ]
700
+ },
701
+ {
702
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
703
+ "type": "object",
704
+ "properties": {
705
+ "colorPaletteType": {
706
+ "type": "string",
707
+ "const": "MapDimensionValues"
708
+ },
709
+ "dimensionSettings": {
710
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
711
+ "type": "object",
712
+ "additionalProperties": {
713
+ "type": "object",
714
+ "additionalProperties": {
715
+ "type": "object",
716
+ "properties": {
717
+ "color": {
718
+ "$ref": "#/definitions/ChartColor",
719
+ "description": "color contains the value of the color for the particular state"
720
+ },
721
+ "dimensionValue": {
722
+ "type": "string"
723
+ },
724
+ "index": {
725
+ "description": "If the index property is maintained, legends will be positioned in that order",
726
+ "type": "number"
727
+ }
728
+ },
729
+ "additionalProperties": false,
730
+ "required": [
731
+ "color",
732
+ "dimensionValue"
733
+ ]
734
+ }
735
+ }
736
+ }
737
+ },
738
+ "additionalProperties": false,
739
+ "required": [
740
+ "colorPaletteType",
741
+ "dimensionSettings"
742
+ ]
743
+ }
744
+ ]
745
+ }
746
+ }
628
747
  },
629
748
  "artifactType": "Manifest"
630
749
  },
@@ -718,74 +837,6 @@
718
837
  "rows"
719
838
  ]
720
839
  },
721
- "TabSetting": {
722
- "description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
723
- "type": "object",
724
- "additionalProperties": {},
725
- "properties": {
726
- "annotationPath": {
727
- "description": "Represents the annotation path",
728
- "type": "string"
729
- },
730
- "selectionAnnotationPath": {
731
- "description": "Represents the selection annotation path",
732
- "type": "string"
733
- },
734
- "chartAnnotationPath": {
735
- "description": "Represents the chart annotation path",
736
- "type": "string"
737
- },
738
- "presentationAnnotationPath": {
739
- "description": "Represents the presentation annotation path",
740
- "type": "string"
741
- },
742
- "dataPointAnnotationPath": {
743
- "description": "Represents the data point annotation path",
744
- "type": "string"
745
- },
746
- "identificationAnnotationPath": {
747
- "description": "Represents the identification annotation path",
748
- "type": "string"
749
- },
750
- "dynamicSubtitleAnnotationPath": {
751
- "description": "Represents the dynamic subtitle annotation path",
752
- "type": "string"
753
- },
754
- "value": {
755
- "description": "Represents the drop down value to be shown",
756
- "type": "string"
757
- },
758
- "chartProperties": {
759
- "description": "This property is responsible for setting specific chart settings",
760
- "type": "object",
761
- "properties": {
762
- "plotArea": {
763
- "$ref": "#/definitions/PlotAreaDef"
764
- },
765
- "timeAxis": {
766
- "$ref": "#/definitions/TimeAxisDef"
767
- }
768
- },
769
- "additionalProperties": false
770
- },
771
- "colorPalette": {
772
- "description": "Represents the configuration to customize the column stacked chart",
773
- "anyOf": [
774
- {
775
- "type": "array",
776
- "items": {
777
- "type": "object",
778
- "additionalProperties": {}
779
- }
780
- },
781
- {
782
- "type": "object",
783
- "additionalProperties": {}
784
- }
785
- ]
786
- }
787
- }
788
- },
789
840
  "PlotAreaDef": {
790
841
  "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
791
842
  "type": "object",
@@ -828,6 +879,187 @@
828
879
  }
829
880
  }
830
881
  },
882
+ "ColorPaletteSemanticColoringType": {
883
+ "description": "Semantic coloring, up to four colors can be defined",
884
+ "type": "object",
885
+ "properties": {
886
+ "0": {
887
+ "type": "object",
888
+ "properties": {
889
+ "color": {
890
+ "$ref": "#/definitions/ChartColor",
891
+ "description": "color contains the value of the color for the particular state"
892
+ },
893
+ "legendText": {
894
+ "description": "The legend text for the color",
895
+ "type": "string"
896
+ }
897
+ },
898
+ "additionalProperties": false,
899
+ "required": [
900
+ "color",
901
+ "legendText"
902
+ ]
903
+ },
904
+ "1": {
905
+ "type": "object",
906
+ "properties": {
907
+ "color": {
908
+ "$ref": "#/definitions/ChartColor",
909
+ "description": "color contains the value of the color for the particular state"
910
+ },
911
+ "legendText": {
912
+ "description": "The legend text for the color",
913
+ "type": "string"
914
+ }
915
+ },
916
+ "additionalProperties": false,
917
+ "required": [
918
+ "color",
919
+ "legendText"
920
+ ]
921
+ },
922
+ "2": {
923
+ "type": "object",
924
+ "properties": {
925
+ "color": {
926
+ "$ref": "#/definitions/ChartColor",
927
+ "description": "color contains the value of the color for the particular state"
928
+ },
929
+ "legendText": {
930
+ "description": "The legend text for the color",
931
+ "type": "string"
932
+ }
933
+ },
934
+ "additionalProperties": false,
935
+ "required": [
936
+ "color",
937
+ "legendText"
938
+ ]
939
+ },
940
+ "3": {
941
+ "type": "object",
942
+ "properties": {
943
+ "color": {
944
+ "$ref": "#/definitions/ChartColor",
945
+ "description": "color contains the value of the color for the particular state"
946
+ },
947
+ "legendText": {
948
+ "description": "The legend text for the color",
949
+ "type": "string"
950
+ }
951
+ },
952
+ "additionalProperties": false,
953
+ "required": [
954
+ "color",
955
+ "legendText"
956
+ ]
957
+ },
958
+ "colorPaletteType": {
959
+ "type": "string",
960
+ "const": "SemanticColoring"
961
+ }
962
+ },
963
+ "additionalProperties": false,
964
+ "required": [
965
+ "0",
966
+ "1",
967
+ "colorPaletteType"
968
+ ]
969
+ },
970
+ "ChartColor": {
971
+ "enum": [
972
+ "sapUiChartPaletteNoSemDiv1",
973
+ "sapUiChartPaletteNoSemDiv1Dark1",
974
+ "sapUiChartPaletteNoSemDiv1Dark2",
975
+ "sapUiChartPaletteNoSemDiv1Light1",
976
+ "sapUiChartPaletteNoSemDiv1Light2",
977
+ "sapUiChartPaletteNoSemDiv1Light3",
978
+ "sapUiChartPaletteQualitativeHue1",
979
+ "sapUiChartPaletteQualitativeHue10",
980
+ "sapUiChartPaletteQualitativeHue11",
981
+ "sapUiChartPaletteQualitativeHue12",
982
+ "sapUiChartPaletteQualitativeHue13",
983
+ "sapUiChartPaletteQualitativeHue14",
984
+ "sapUiChartPaletteQualitativeHue15",
985
+ "sapUiChartPaletteQualitativeHue16",
986
+ "sapUiChartPaletteQualitativeHue17",
987
+ "sapUiChartPaletteQualitativeHue18",
988
+ "sapUiChartPaletteQualitativeHue19",
989
+ "sapUiChartPaletteQualitativeHue2",
990
+ "sapUiChartPaletteQualitativeHue20",
991
+ "sapUiChartPaletteQualitativeHue21",
992
+ "sapUiChartPaletteQualitativeHue22",
993
+ "sapUiChartPaletteQualitativeHue3",
994
+ "sapUiChartPaletteQualitativeHue4",
995
+ "sapUiChartPaletteQualitativeHue5",
996
+ "sapUiChartPaletteQualitativeHue6",
997
+ "sapUiChartPaletteQualitativeHue7",
998
+ "sapUiChartPaletteQualitativeHue8",
999
+ "sapUiChartPaletteQualitativeHue9",
1000
+ "sapUiChartPaletteSemanticBad",
1001
+ "sapUiChartPaletteSemanticBadDark1",
1002
+ "sapUiChartPaletteSemanticBadDark2",
1003
+ "sapUiChartPaletteSemanticBadLight1",
1004
+ "sapUiChartPaletteSemanticBadLight2",
1005
+ "sapUiChartPaletteSemanticBadLight3",
1006
+ "sapUiChartPaletteSemanticCritical",
1007
+ "sapUiChartPaletteSemanticCriticalDark1",
1008
+ "sapUiChartPaletteSemanticCriticalDark2",
1009
+ "sapUiChartPaletteSemanticCriticalLight1",
1010
+ "sapUiChartPaletteSemanticCriticalLight2",
1011
+ "sapUiChartPaletteSemanticCriticalLight3",
1012
+ "sapUiChartPaletteSemanticGood",
1013
+ "sapUiChartPaletteSemanticGoodDark1",
1014
+ "sapUiChartPaletteSemanticGoodDark2",
1015
+ "sapUiChartPaletteSemanticGoodLight1",
1016
+ "sapUiChartPaletteSemanticGoodLight2",
1017
+ "sapUiChartPaletteSemanticGoodLight3",
1018
+ "sapUiChartPaletteSemanticNeutral",
1019
+ "sapUiChartPaletteSemanticNeutralDark1",
1020
+ "sapUiChartPaletteSemanticNeutralDark2",
1021
+ "sapUiChartPaletteSemanticNeutralLight1",
1022
+ "sapUiChartPaletteSemanticNeutralLight2",
1023
+ "sapUiChartPaletteSemanticNeutralLight3",
1024
+ "sapUiChartPaletteSequentialHue1",
1025
+ "sapUiChartPaletteSequentialHue1Dark1",
1026
+ "sapUiChartPaletteSequentialHue1Dark2",
1027
+ "sapUiChartPaletteSequentialHue1Light1",
1028
+ "sapUiChartPaletteSequentialHue1Light2",
1029
+ "sapUiChartPaletteSequentialHue1Light3",
1030
+ "sapUiChartPaletteSequentialHue2",
1031
+ "sapUiChartPaletteSequentialHue2Dark1",
1032
+ "sapUiChartPaletteSequentialHue2Dark2",
1033
+ "sapUiChartPaletteSequentialHue2Light1",
1034
+ "sapUiChartPaletteSequentialHue2Light2",
1035
+ "sapUiChartPaletteSequentialHue2Light3",
1036
+ "sapUiChartPaletteSequentialHue3",
1037
+ "sapUiChartPaletteSequentialHue3Dark1",
1038
+ "sapUiChartPaletteSequentialHue3Dark2",
1039
+ "sapUiChartPaletteSequentialHue3Light1",
1040
+ "sapUiChartPaletteSequentialHue3Light2",
1041
+ "sapUiChartPaletteSequentialHue3Light3",
1042
+ "sapUiChartPaletteSequentialHue6",
1043
+ "sapUiChartPaletteSequentialHue6Dark1",
1044
+ "sapUiChartPaletteSequentialHue6Dark2",
1045
+ "sapUiChartPaletteSequentialHue6Light1",
1046
+ "sapUiChartPaletteSequentialHue6Light2",
1047
+ "sapUiChartPaletteSequentialHue6Light3",
1048
+ "sapUiChartPaletteSequentialNeutral",
1049
+ "sapUiChartPaletteSequentialNeutralDark1",
1050
+ "sapUiChartPaletteSequentialNeutralDark2",
1051
+ "sapUiChartPaletteSequentialNeutralLight1",
1052
+ "sapUiChartPaletteSequentialNeutralLight2",
1053
+ "sapUiChartPaletteSequentialNeutralLight3",
1054
+ "sapUiChartZeroAxisColor",
1055
+ "sapUiChoroplethRegionBG",
1056
+ "sapUiCriticalElement",
1057
+ "sapUiNegativeElement",
1058
+ "sapUiNeutralElement",
1059
+ "sapUiPositiveElement"
1060
+ ],
1061
+ "type": "string"
1062
+ },
831
1063
  "ListCard": {
832
1064
  "description": "List Card",
833
1065
  "isViewNode": true,
@@ -971,7 +1203,126 @@
971
1203
  "description": "Represents the card with view switch control.",
972
1204
  "type": "array",
973
1205
  "items": {
974
- "$ref": "#/definitions/TabSetting"
1206
+ "additionalProperties": false,
1207
+ "type": "object",
1208
+ "properties": {
1209
+ "annotationPath": {
1210
+ "description": "Represents the annotation path",
1211
+ "type": "string"
1212
+ },
1213
+ "selectionAnnotationPath": {
1214
+ "description": "Represents the selection annotation path",
1215
+ "type": "string"
1216
+ },
1217
+ "chartAnnotationPath": {
1218
+ "description": "Represents the chart annotation path",
1219
+ "type": "string"
1220
+ },
1221
+ "presentationAnnotationPath": {
1222
+ "description": "Represents the presentation annotation path",
1223
+ "type": "string"
1224
+ },
1225
+ "dataPointAnnotationPath": {
1226
+ "description": "Represents the data point annotation path",
1227
+ "type": "string"
1228
+ },
1229
+ "identificationAnnotationPath": {
1230
+ "description": "Represents the identification annotation path",
1231
+ "type": "string"
1232
+ },
1233
+ "dynamicSubtitleAnnotationPath": {
1234
+ "description": "Represents the dynamic subtitle annotation path",
1235
+ "type": "string"
1236
+ },
1237
+ "value": {
1238
+ "description": "Represents the drop down value to be shown",
1239
+ "type": "string"
1240
+ },
1241
+ "chartProperties": {
1242
+ "description": "This property is responsible for setting specific chart settings",
1243
+ "type": "object",
1244
+ "properties": {
1245
+ "plotArea": {
1246
+ "$ref": "#/definitions/PlotAreaDef"
1247
+ },
1248
+ "timeAxis": {
1249
+ "$ref": "#/definitions/TimeAxisDef"
1250
+ }
1251
+ },
1252
+ "additionalProperties": false
1253
+ },
1254
+ "colorPalette": {
1255
+ "anyOf": [
1256
+ {
1257
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1258
+ },
1259
+ {
1260
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1261
+ "type": "object",
1262
+ "properties": {
1263
+ "colorPaletteType": {
1264
+ "type": "string",
1265
+ "const": "StableColoring"
1266
+ },
1267
+ "dimensionValueToColor": {
1268
+ "type": "object",
1269
+ "additionalProperties": {
1270
+ "type": "string"
1271
+ }
1272
+ }
1273
+ },
1274
+ "additionalProperties": false,
1275
+ "required": [
1276
+ "colorPaletteType",
1277
+ "dimensionValueToColor"
1278
+ ]
1279
+ },
1280
+ {
1281
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
1282
+ "type": "object",
1283
+ "properties": {
1284
+ "colorPaletteType": {
1285
+ "type": "string",
1286
+ "const": "MapDimensionValues"
1287
+ },
1288
+ "dimensionSettings": {
1289
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
1290
+ "type": "object",
1291
+ "additionalProperties": {
1292
+ "type": "object",
1293
+ "additionalProperties": {
1294
+ "type": "object",
1295
+ "properties": {
1296
+ "color": {
1297
+ "$ref": "#/definitions/ChartColor",
1298
+ "description": "color contains the value of the color for the particular state"
1299
+ },
1300
+ "dimensionValue": {
1301
+ "type": "string"
1302
+ },
1303
+ "index": {
1304
+ "description": "If the index property is maintained, legends will be positioned in that order",
1305
+ "type": "number"
1306
+ }
1307
+ },
1308
+ "additionalProperties": false,
1309
+ "required": [
1310
+ "color",
1311
+ "dimensionValue"
1312
+ ]
1313
+ }
1314
+ }
1315
+ }
1316
+ },
1317
+ "additionalProperties": false,
1318
+ "required": [
1319
+ "colorPaletteType",
1320
+ "dimensionSettings"
1321
+ ]
1322
+ }
1323
+ ]
1324
+ }
1325
+ }
975
1326
  },
976
1327
  "artifactType": "Manifest"
977
1328
  },
@@ -1170,7 +1521,126 @@
1170
1521
  "description": "Represents the card with view switch control.",
1171
1522
  "type": "array",
1172
1523
  "items": {
1173
- "$ref": "#/definitions/TabSetting"
1524
+ "additionalProperties": false,
1525
+ "type": "object",
1526
+ "properties": {
1527
+ "annotationPath": {
1528
+ "description": "Represents the annotation path",
1529
+ "type": "string"
1530
+ },
1531
+ "selectionAnnotationPath": {
1532
+ "description": "Represents the selection annotation path",
1533
+ "type": "string"
1534
+ },
1535
+ "chartAnnotationPath": {
1536
+ "description": "Represents the chart annotation path",
1537
+ "type": "string"
1538
+ },
1539
+ "presentationAnnotationPath": {
1540
+ "description": "Represents the presentation annotation path",
1541
+ "type": "string"
1542
+ },
1543
+ "dataPointAnnotationPath": {
1544
+ "description": "Represents the data point annotation path",
1545
+ "type": "string"
1546
+ },
1547
+ "identificationAnnotationPath": {
1548
+ "description": "Represents the identification annotation path",
1549
+ "type": "string"
1550
+ },
1551
+ "dynamicSubtitleAnnotationPath": {
1552
+ "description": "Represents the dynamic subtitle annotation path",
1553
+ "type": "string"
1554
+ },
1555
+ "value": {
1556
+ "description": "Represents the drop down value to be shown",
1557
+ "type": "string"
1558
+ },
1559
+ "chartProperties": {
1560
+ "description": "This property is responsible for setting specific chart settings",
1561
+ "type": "object",
1562
+ "properties": {
1563
+ "plotArea": {
1564
+ "$ref": "#/definitions/PlotAreaDef"
1565
+ },
1566
+ "timeAxis": {
1567
+ "$ref": "#/definitions/TimeAxisDef"
1568
+ }
1569
+ },
1570
+ "additionalProperties": false
1571
+ },
1572
+ "colorPalette": {
1573
+ "anyOf": [
1574
+ {
1575
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1576
+ },
1577
+ {
1578
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1579
+ "type": "object",
1580
+ "properties": {
1581
+ "colorPaletteType": {
1582
+ "type": "string",
1583
+ "const": "StableColoring"
1584
+ },
1585
+ "dimensionValueToColor": {
1586
+ "type": "object",
1587
+ "additionalProperties": {
1588
+ "type": "string"
1589
+ }
1590
+ }
1591
+ },
1592
+ "additionalProperties": false,
1593
+ "required": [
1594
+ "colorPaletteType",
1595
+ "dimensionValueToColor"
1596
+ ]
1597
+ },
1598
+ {
1599
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
1600
+ "type": "object",
1601
+ "properties": {
1602
+ "colorPaletteType": {
1603
+ "type": "string",
1604
+ "const": "MapDimensionValues"
1605
+ },
1606
+ "dimensionSettings": {
1607
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
1608
+ "type": "object",
1609
+ "additionalProperties": {
1610
+ "type": "object",
1611
+ "additionalProperties": {
1612
+ "type": "object",
1613
+ "properties": {
1614
+ "color": {
1615
+ "$ref": "#/definitions/ChartColor",
1616
+ "description": "color contains the value of the color for the particular state"
1617
+ },
1618
+ "dimensionValue": {
1619
+ "type": "string"
1620
+ },
1621
+ "index": {
1622
+ "description": "If the index property is maintained, legends will be positioned in that order",
1623
+ "type": "number"
1624
+ }
1625
+ },
1626
+ "additionalProperties": false,
1627
+ "required": [
1628
+ "color",
1629
+ "dimensionValue"
1630
+ ]
1631
+ }
1632
+ }
1633
+ }
1634
+ },
1635
+ "additionalProperties": false,
1636
+ "required": [
1637
+ "colorPaletteType",
1638
+ "dimensionSettings"
1639
+ ]
1640
+ }
1641
+ ]
1642
+ }
1643
+ }
1174
1644
  },
1175
1645
  "artifactType": "Manifest"
1176
1646
  },
@@ -1402,7 +1872,126 @@
1402
1872
  "description": "Represents the card with view switch control.",
1403
1873
  "type": "array",
1404
1874
  "items": {
1405
- "$ref": "#/definitions/TabSetting"
1875
+ "additionalProperties": false,
1876
+ "type": "object",
1877
+ "properties": {
1878
+ "annotationPath": {
1879
+ "description": "Represents the annotation path",
1880
+ "type": "string"
1881
+ },
1882
+ "selectionAnnotationPath": {
1883
+ "description": "Represents the selection annotation path",
1884
+ "type": "string"
1885
+ },
1886
+ "chartAnnotationPath": {
1887
+ "description": "Represents the chart annotation path",
1888
+ "type": "string"
1889
+ },
1890
+ "presentationAnnotationPath": {
1891
+ "description": "Represents the presentation annotation path",
1892
+ "type": "string"
1893
+ },
1894
+ "dataPointAnnotationPath": {
1895
+ "description": "Represents the data point annotation path",
1896
+ "type": "string"
1897
+ },
1898
+ "identificationAnnotationPath": {
1899
+ "description": "Represents the identification annotation path",
1900
+ "type": "string"
1901
+ },
1902
+ "dynamicSubtitleAnnotationPath": {
1903
+ "description": "Represents the dynamic subtitle annotation path",
1904
+ "type": "string"
1905
+ },
1906
+ "value": {
1907
+ "description": "Represents the drop down value to be shown",
1908
+ "type": "string"
1909
+ },
1910
+ "chartProperties": {
1911
+ "description": "This property is responsible for setting specific chart settings",
1912
+ "type": "object",
1913
+ "properties": {
1914
+ "plotArea": {
1915
+ "$ref": "#/definitions/PlotAreaDef"
1916
+ },
1917
+ "timeAxis": {
1918
+ "$ref": "#/definitions/TimeAxisDef"
1919
+ }
1920
+ },
1921
+ "additionalProperties": false
1922
+ },
1923
+ "colorPalette": {
1924
+ "anyOf": [
1925
+ {
1926
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1927
+ },
1928
+ {
1929
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1930
+ "type": "object",
1931
+ "properties": {
1932
+ "colorPaletteType": {
1933
+ "type": "string",
1934
+ "const": "StableColoring"
1935
+ },
1936
+ "dimensionValueToColor": {
1937
+ "type": "object",
1938
+ "additionalProperties": {
1939
+ "type": "string"
1940
+ }
1941
+ }
1942
+ },
1943
+ "additionalProperties": false,
1944
+ "required": [
1945
+ "colorPaletteType",
1946
+ "dimensionValueToColor"
1947
+ ]
1948
+ },
1949
+ {
1950
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
1951
+ "type": "object",
1952
+ "properties": {
1953
+ "colorPaletteType": {
1954
+ "type": "string",
1955
+ "const": "MapDimensionValues"
1956
+ },
1957
+ "dimensionSettings": {
1958
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
1959
+ "type": "object",
1960
+ "additionalProperties": {
1961
+ "type": "object",
1962
+ "additionalProperties": {
1963
+ "type": "object",
1964
+ "properties": {
1965
+ "color": {
1966
+ "$ref": "#/definitions/ChartColor",
1967
+ "description": "color contains the value of the color for the particular state"
1968
+ },
1969
+ "dimensionValue": {
1970
+ "type": "string"
1971
+ },
1972
+ "index": {
1973
+ "description": "If the index property is maintained, legends will be positioned in that order",
1974
+ "type": "number"
1975
+ }
1976
+ },
1977
+ "additionalProperties": false,
1978
+ "required": [
1979
+ "color",
1980
+ "dimensionValue"
1981
+ ]
1982
+ }
1983
+ }
1984
+ }
1985
+ },
1986
+ "additionalProperties": false,
1987
+ "required": [
1988
+ "colorPaletteType",
1989
+ "dimensionSettings"
1990
+ ]
1991
+ }
1992
+ ]
1993
+ }
1994
+ }
1406
1995
  },
1407
1996
  "artifactType": "Manifest"
1408
1997
  },
@@ -1640,7 +2229,126 @@
1640
2229
  "description": "Represents the card with view switch control.",
1641
2230
  "type": "array",
1642
2231
  "items": {
1643
- "$ref": "#/definitions/TabSetting"
2232
+ "additionalProperties": false,
2233
+ "type": "object",
2234
+ "properties": {
2235
+ "annotationPath": {
2236
+ "description": "Represents the annotation path",
2237
+ "type": "string"
2238
+ },
2239
+ "selectionAnnotationPath": {
2240
+ "description": "Represents the selection annotation path",
2241
+ "type": "string"
2242
+ },
2243
+ "chartAnnotationPath": {
2244
+ "description": "Represents the chart annotation path",
2245
+ "type": "string"
2246
+ },
2247
+ "presentationAnnotationPath": {
2248
+ "description": "Represents the presentation annotation path",
2249
+ "type": "string"
2250
+ },
2251
+ "dataPointAnnotationPath": {
2252
+ "description": "Represents the data point annotation path",
2253
+ "type": "string"
2254
+ },
2255
+ "identificationAnnotationPath": {
2256
+ "description": "Represents the identification annotation path",
2257
+ "type": "string"
2258
+ },
2259
+ "dynamicSubtitleAnnotationPath": {
2260
+ "description": "Represents the dynamic subtitle annotation path",
2261
+ "type": "string"
2262
+ },
2263
+ "value": {
2264
+ "description": "Represents the drop down value to be shown",
2265
+ "type": "string"
2266
+ },
2267
+ "chartProperties": {
2268
+ "description": "This property is responsible for setting specific chart settings",
2269
+ "type": "object",
2270
+ "properties": {
2271
+ "plotArea": {
2272
+ "$ref": "#/definitions/PlotAreaDef"
2273
+ },
2274
+ "timeAxis": {
2275
+ "$ref": "#/definitions/TimeAxisDef"
2276
+ }
2277
+ },
2278
+ "additionalProperties": false
2279
+ },
2280
+ "colorPalette": {
2281
+ "anyOf": [
2282
+ {
2283
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
2284
+ },
2285
+ {
2286
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
2287
+ "type": "object",
2288
+ "properties": {
2289
+ "colorPaletteType": {
2290
+ "type": "string",
2291
+ "const": "StableColoring"
2292
+ },
2293
+ "dimensionValueToColor": {
2294
+ "type": "object",
2295
+ "additionalProperties": {
2296
+ "type": "string"
2297
+ }
2298
+ }
2299
+ },
2300
+ "additionalProperties": false,
2301
+ "required": [
2302
+ "colorPaletteType",
2303
+ "dimensionValueToColor"
2304
+ ]
2305
+ },
2306
+ {
2307
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
2308
+ "type": "object",
2309
+ "properties": {
2310
+ "colorPaletteType": {
2311
+ "type": "string",
2312
+ "const": "MapDimensionValues"
2313
+ },
2314
+ "dimensionSettings": {
2315
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
2316
+ "type": "object",
2317
+ "additionalProperties": {
2318
+ "type": "object",
2319
+ "additionalProperties": {
2320
+ "type": "object",
2321
+ "properties": {
2322
+ "color": {
2323
+ "$ref": "#/definitions/ChartColor",
2324
+ "description": "color contains the value of the color for the particular state"
2325
+ },
2326
+ "dimensionValue": {
2327
+ "type": "string"
2328
+ },
2329
+ "index": {
2330
+ "description": "If the index property is maintained, legends will be positioned in that order",
2331
+ "type": "number"
2332
+ }
2333
+ },
2334
+ "additionalProperties": false,
2335
+ "required": [
2336
+ "color",
2337
+ "dimensionValue"
2338
+ ]
2339
+ }
2340
+ }
2341
+ }
2342
+ },
2343
+ "additionalProperties": false,
2344
+ "required": [
2345
+ "colorPaletteType",
2346
+ "dimensionSettings"
2347
+ ]
2348
+ }
2349
+ ]
2350
+ }
2351
+ }
1644
2352
  },
1645
2353
  "artifactType": "Manifest"
1646
2354
  },
@@ -1740,7 +2448,6 @@
1740
2448
  "AnalyticalCardSettings": {
1741
2449
  "displayName": "settings",
1742
2450
  "type": "object",
1743
- "additionalProperties": {},
1744
2451
  "properties": {
1745
2452
  "chartAnnotationPath": {
1746
2453
  "description": "Represents the chart annotation path.",
@@ -1783,20 +2490,82 @@
1783
2490
  },
1784
2491
  "colorPalette": {
1785
2492
  "description": "Color palette for semantic coloring.",
2493
+ "controlProperty": "colorPaletteType",
1786
2494
  "anyOf": [
1787
2495
  {
1788
- "type": "array",
1789
- "items": {
1790
- "type": "object",
1791
- "additionalProperties": {}
1792
- }
2496
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1793
2497
  },
1794
2498
  {
2499
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1795
2500
  "type": "object",
1796
- "additionalProperties": {}
2501
+ "properties": {
2502
+ "colorPaletteType": {
2503
+ "type": "string",
2504
+ "const": "StableColoring"
2505
+ },
2506
+ "dimensionValueToColor": {
2507
+ "type": "object",
2508
+ "additionalProperties": {
2509
+ "type": "string"
2510
+ }
2511
+ }
2512
+ },
2513
+ "additionalProperties": false,
2514
+ "required": [
2515
+ "colorPaletteType",
2516
+ "dimensionValueToColor"
2517
+ ]
2518
+ },
2519
+ {
2520
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
2521
+ "type": "object",
2522
+ "properties": {
2523
+ "colorPaletteType": {
2524
+ "type": "string",
2525
+ "const": "MapDimensionValues"
2526
+ },
2527
+ "dimensionSettings": {
2528
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
2529
+ "type": "object",
2530
+ "additionalProperties": {
2531
+ "type": "object",
2532
+ "additionalProperties": {
2533
+ "type": "object",
2534
+ "properties": {
2535
+ "color": {
2536
+ "$ref": "#/definitions/ChartColor",
2537
+ "description": "color contains the value of the color for the particular state"
2538
+ },
2539
+ "dimensionValue": {
2540
+ "type": "string"
2541
+ },
2542
+ "index": {
2543
+ "description": "If the index property is maintained, legends will be positioned in that order",
2544
+ "type": "number"
2545
+ }
2546
+ },
2547
+ "additionalProperties": false,
2548
+ "required": [
2549
+ "color",
2550
+ "dimensionValue"
2551
+ ]
2552
+ }
2553
+ }
2554
+ }
2555
+ },
2556
+ "additionalProperties": false,
2557
+ "required": [
2558
+ "colorPaletteType",
2559
+ "dimensionSettings"
2560
+ ]
1797
2561
  }
1798
2562
  ]
1799
2563
  },
2564
+ "bEnableStableColors": {
2565
+ "description": "Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors",
2566
+ "type": "boolean",
2567
+ "artifactType": "Manifest"
2568
+ },
1800
2569
  "entitySet": {
1801
2570
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1802
2571
  "type": "string",
@@ -1875,7 +2644,126 @@
1875
2644
  "description": "Represents the card with view switch control.",
1876
2645
  "type": "array",
1877
2646
  "items": {
1878
- "$ref": "#/definitions/TabSetting"
2647
+ "additionalProperties": false,
2648
+ "type": "object",
2649
+ "properties": {
2650
+ "annotationPath": {
2651
+ "description": "Represents the annotation path",
2652
+ "type": "string"
2653
+ },
2654
+ "selectionAnnotationPath": {
2655
+ "description": "Represents the selection annotation path",
2656
+ "type": "string"
2657
+ },
2658
+ "chartAnnotationPath": {
2659
+ "description": "Represents the chart annotation path",
2660
+ "type": "string"
2661
+ },
2662
+ "presentationAnnotationPath": {
2663
+ "description": "Represents the presentation annotation path",
2664
+ "type": "string"
2665
+ },
2666
+ "dataPointAnnotationPath": {
2667
+ "description": "Represents the data point annotation path",
2668
+ "type": "string"
2669
+ },
2670
+ "identificationAnnotationPath": {
2671
+ "description": "Represents the identification annotation path",
2672
+ "type": "string"
2673
+ },
2674
+ "dynamicSubtitleAnnotationPath": {
2675
+ "description": "Represents the dynamic subtitle annotation path",
2676
+ "type": "string"
2677
+ },
2678
+ "value": {
2679
+ "description": "Represents the drop down value to be shown",
2680
+ "type": "string"
2681
+ },
2682
+ "chartProperties": {
2683
+ "description": "This property is responsible for setting specific chart settings",
2684
+ "type": "object",
2685
+ "properties": {
2686
+ "plotArea": {
2687
+ "$ref": "#/definitions/PlotAreaDef"
2688
+ },
2689
+ "timeAxis": {
2690
+ "$ref": "#/definitions/TimeAxisDef"
2691
+ }
2692
+ },
2693
+ "additionalProperties": false
2694
+ },
2695
+ "colorPalette": {
2696
+ "anyOf": [
2697
+ {
2698
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
2699
+ },
2700
+ {
2701
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
2702
+ "type": "object",
2703
+ "properties": {
2704
+ "colorPaletteType": {
2705
+ "type": "string",
2706
+ "const": "StableColoring"
2707
+ },
2708
+ "dimensionValueToColor": {
2709
+ "type": "object",
2710
+ "additionalProperties": {
2711
+ "type": "string"
2712
+ }
2713
+ }
2714
+ },
2715
+ "additionalProperties": false,
2716
+ "required": [
2717
+ "colorPaletteType",
2718
+ "dimensionValueToColor"
2719
+ ]
2720
+ },
2721
+ {
2722
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
2723
+ "type": "object",
2724
+ "properties": {
2725
+ "colorPaletteType": {
2726
+ "type": "string",
2727
+ "const": "MapDimensionValues"
2728
+ },
2729
+ "dimensionSettings": {
2730
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
2731
+ "type": "object",
2732
+ "additionalProperties": {
2733
+ "type": "object",
2734
+ "additionalProperties": {
2735
+ "type": "object",
2736
+ "properties": {
2737
+ "color": {
2738
+ "$ref": "#/definitions/ChartColor",
2739
+ "description": "color contains the value of the color for the particular state"
2740
+ },
2741
+ "dimensionValue": {
2742
+ "type": "string"
2743
+ },
2744
+ "index": {
2745
+ "description": "If the index property is maintained, legends will be positioned in that order",
2746
+ "type": "number"
2747
+ }
2748
+ },
2749
+ "additionalProperties": false,
2750
+ "required": [
2751
+ "color",
2752
+ "dimensionValue"
2753
+ ]
2754
+ }
2755
+ }
2756
+ }
2757
+ },
2758
+ "additionalProperties": false,
2759
+ "required": [
2760
+ "colorPaletteType",
2761
+ "dimensionSettings"
2762
+ ]
2763
+ }
2764
+ ]
2765
+ }
2766
+ }
1879
2767
  },
1880
2768
  "artifactType": "Manifest"
1881
2769
  },
@@ -1929,6 +2817,7 @@
1929
2817
  "artifactType": "Manifest"
1930
2818
  }
1931
2819
  },
2820
+ "additionalProperties": false,
1932
2821
  "required": [
1933
2822
  "title"
1934
2823
  ]
@@ -1991,20 +2880,82 @@
1991
2880
  },
1992
2881
  "colorPalette": {
1993
2882
  "description": "Color palette for semantic coloring.",
2883
+ "controlProperty": "colorPaletteType",
1994
2884
  "anyOf": [
1995
2885
  {
1996
- "type": "array",
1997
- "items": {
1998
- "type": "object",
1999
- "additionalProperties": {}
2000
- }
2886
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
2001
2887
  },
2002
2888
  {
2889
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
2003
2890
  "type": "object",
2004
- "additionalProperties": {}
2891
+ "properties": {
2892
+ "colorPaletteType": {
2893
+ "type": "string",
2894
+ "const": "StableColoring"
2895
+ },
2896
+ "dimensionValueToColor": {
2897
+ "type": "object",
2898
+ "additionalProperties": {
2899
+ "type": "string"
2900
+ }
2901
+ }
2902
+ },
2903
+ "additionalProperties": false,
2904
+ "required": [
2905
+ "colorPaletteType",
2906
+ "dimensionValueToColor"
2907
+ ]
2908
+ },
2909
+ {
2910
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
2911
+ "type": "object",
2912
+ "properties": {
2913
+ "colorPaletteType": {
2914
+ "type": "string",
2915
+ "const": "MapDimensionValues"
2916
+ },
2917
+ "dimensionSettings": {
2918
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
2919
+ "type": "object",
2920
+ "additionalProperties": {
2921
+ "type": "object",
2922
+ "additionalProperties": {
2923
+ "type": "object",
2924
+ "properties": {
2925
+ "color": {
2926
+ "$ref": "#/definitions/ChartColor",
2927
+ "description": "color contains the value of the color for the particular state"
2928
+ },
2929
+ "dimensionValue": {
2930
+ "type": "string"
2931
+ },
2932
+ "index": {
2933
+ "description": "If the index property is maintained, legends will be positioned in that order",
2934
+ "type": "number"
2935
+ }
2936
+ },
2937
+ "additionalProperties": false,
2938
+ "required": [
2939
+ "color",
2940
+ "dimensionValue"
2941
+ ]
2942
+ }
2943
+ }
2944
+ }
2945
+ },
2946
+ "additionalProperties": false,
2947
+ "required": [
2948
+ "colorPaletteType",
2949
+ "dimensionSettings"
2950
+ ]
2005
2951
  }
2006
2952
  ]
2007
2953
  },
2954
+ "bEnableStableColors": {
2955
+ "description": "Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors",
2956
+ "type": "boolean",
2957
+ "artifactType": "Manifest"
2958
+ },
2008
2959
  "entitySet": {
2009
2960
  "description": "Represents the dominant entity set that will be displayed in the given card.",
2010
2961
  "type": "string",
@@ -2083,7 +3034,126 @@
2083
3034
  "description": "Represents the card with view switch control.",
2084
3035
  "type": "array",
2085
3036
  "items": {
2086
- "$ref": "#/definitions/TabSetting"
3037
+ "additionalProperties": false,
3038
+ "type": "object",
3039
+ "properties": {
3040
+ "annotationPath": {
3041
+ "description": "Represents the annotation path",
3042
+ "type": "string"
3043
+ },
3044
+ "selectionAnnotationPath": {
3045
+ "description": "Represents the selection annotation path",
3046
+ "type": "string"
3047
+ },
3048
+ "chartAnnotationPath": {
3049
+ "description": "Represents the chart annotation path",
3050
+ "type": "string"
3051
+ },
3052
+ "presentationAnnotationPath": {
3053
+ "description": "Represents the presentation annotation path",
3054
+ "type": "string"
3055
+ },
3056
+ "dataPointAnnotationPath": {
3057
+ "description": "Represents the data point annotation path",
3058
+ "type": "string"
3059
+ },
3060
+ "identificationAnnotationPath": {
3061
+ "description": "Represents the identification annotation path",
3062
+ "type": "string"
3063
+ },
3064
+ "dynamicSubtitleAnnotationPath": {
3065
+ "description": "Represents the dynamic subtitle annotation path",
3066
+ "type": "string"
3067
+ },
3068
+ "value": {
3069
+ "description": "Represents the drop down value to be shown",
3070
+ "type": "string"
3071
+ },
3072
+ "chartProperties": {
3073
+ "description": "This property is responsible for setting specific chart settings",
3074
+ "type": "object",
3075
+ "properties": {
3076
+ "plotArea": {
3077
+ "$ref": "#/definitions/PlotAreaDef"
3078
+ },
3079
+ "timeAxis": {
3080
+ "$ref": "#/definitions/TimeAxisDef"
3081
+ }
3082
+ },
3083
+ "additionalProperties": false
3084
+ },
3085
+ "colorPalette": {
3086
+ "anyOf": [
3087
+ {
3088
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
3089
+ },
3090
+ {
3091
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
3092
+ "type": "object",
3093
+ "properties": {
3094
+ "colorPaletteType": {
3095
+ "type": "string",
3096
+ "const": "StableColoring"
3097
+ },
3098
+ "dimensionValueToColor": {
3099
+ "type": "object",
3100
+ "additionalProperties": {
3101
+ "type": "string"
3102
+ }
3103
+ }
3104
+ },
3105
+ "additionalProperties": false,
3106
+ "required": [
3107
+ "colorPaletteType",
3108
+ "dimensionValueToColor"
3109
+ ]
3110
+ },
3111
+ {
3112
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
3113
+ "type": "object",
3114
+ "properties": {
3115
+ "colorPaletteType": {
3116
+ "type": "string",
3117
+ "const": "MapDimensionValues"
3118
+ },
3119
+ "dimensionSettings": {
3120
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
3121
+ "type": "object",
3122
+ "additionalProperties": {
3123
+ "type": "object",
3124
+ "additionalProperties": {
3125
+ "type": "object",
3126
+ "properties": {
3127
+ "color": {
3128
+ "$ref": "#/definitions/ChartColor",
3129
+ "description": "color contains the value of the color for the particular state"
3130
+ },
3131
+ "dimensionValue": {
3132
+ "type": "string"
3133
+ },
3134
+ "index": {
3135
+ "description": "If the index property is maintained, legends will be positioned in that order",
3136
+ "type": "number"
3137
+ }
3138
+ },
3139
+ "additionalProperties": false,
3140
+ "required": [
3141
+ "color",
3142
+ "dimensionValue"
3143
+ ]
3144
+ }
3145
+ }
3146
+ }
3147
+ },
3148
+ "additionalProperties": false,
3149
+ "required": [
3150
+ "colorPaletteType",
3151
+ "dimensionSettings"
3152
+ ]
3153
+ }
3154
+ ]
3155
+ }
3156
+ }
2087
3157
  },
2088
3158
  "artifactType": "Manifest"
2089
3159
  },