@sap/ux-specification 1.108.25 → 1.108.27

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 (198) 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 +13 -13
  15. package/dist/schemas/v2/OverviewPageConfig.json +1158 -88
  16. package/dist/schemas/v4/ObjectPageConfig.json +12 -12
  17. package/dist/src/api.js +1 -1
  18. package/dist/src/api.js.map +1 -1
  19. package/dist/src/extensionLogger.js.map +1 -1
  20. package/dist/src/project.js.map +1 -1
  21. package/dist/src/specification/schemaAccess.js.map +1 -1
  22. package/dist/src/sync/common/appProvider.js.map +1 -1
  23. package/dist/src/sync/common/decoration/control.js +2 -2
  24. package/dist/src/sync/common/decoration/control.js.map +1 -1
  25. package/dist/src/sync/common/decoration/decorators.js.map +1 -1
  26. package/dist/src/sync/common/decoration/factory.js.map +1 -1
  27. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  28. package/dist/src/sync/common/flexUtils.js +2 -2
  29. package/dist/src/sync/common/flexUtils.js.map +1 -1
  30. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  31. package/dist/src/sync/common/generate/objectPage.js +8 -4
  32. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  33. package/dist/src/sync/common/generate/utils.js +1 -1
  34. package/dist/src/sync/common/generate/utils.js.map +1 -1
  35. package/dist/src/sync/common/import/utils.js.map +1 -1
  36. package/dist/src/sync/common/importProject.js.map +1 -1
  37. package/dist/src/sync/common/utils.js.map +1 -1
  38. package/dist/src/sync/v2/application.js +2 -2
  39. package/dist/src/sync/v2/application.js.map +1 -1
  40. package/dist/src/sync/v2/export/controls/Action.js +10 -10
  41. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  42. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +1 -1
  43. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  44. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +1 -1
  45. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +1 -1
  46. package/dist/src/sync/v2/export/controls/Card.d.ts +4 -7
  47. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  48. package/dist/src/sync/v2/export/controls/Card.js +61 -17
  49. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  50. package/dist/src/sync/v2/export/controls/Field.js +1 -1
  51. package/dist/src/sync/v2/export/controls/Field.js.map +1 -1
  52. package/dist/src/sync/v2/export/controls/FilterBar.js +6 -6
  53. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  54. package/dist/src/sync/v2/export/controls/FormAction.js +2 -2
  55. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  56. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  57. package/dist/src/sync/v2/export/controls/ObjectPageChart.js +2 -2
  58. package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -1
  59. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +3 -3
  60. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  61. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -1
  62. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  63. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +1 -1
  64. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  65. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +1 -1
  66. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  67. package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js +5 -5
  68. package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  69. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +1 -1
  70. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  71. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +11 -11
  72. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  73. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +8 -8
  74. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  75. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -1
  76. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  77. package/dist/src/sync/v2/export/controls/Table.js +13 -13
  78. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  79. package/dist/src/sync/v2/export/controls/TableColumn.js +3 -3
  80. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  81. package/dist/src/sync/v2/export/export.js.map +1 -1
  82. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  83. package/dist/src/sync/v2/export/factory.js +1 -1
  84. package/dist/src/sync/v2/export/factory.js.map +1 -1
  85. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  86. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +2 -2
  87. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  88. package/dist/src/sync/v2/export/pages/ListReport.js +2 -2
  89. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  90. package/dist/src/sync/v2/export/pages/ObjectPage.js +2 -2
  91. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  92. package/dist/src/sync/v2/export/pages/OverviewPage.js +2 -2
  93. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  94. package/dist/src/sync/v2/export/view-controller-generator.js +1 -1
  95. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  96. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  97. package/dist/src/sync/v2/generate/analyticalListReport.js +2 -1
  98. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  99. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  100. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  101. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  102. package/dist/src/sync/v2/generate/objectPage.js +8 -4
  103. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  104. package/dist/src/sync/v2/generate/overviewPage.d.ts +2 -1
  105. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  106. package/dist/src/sync/v2/generate/overviewPage.js +1 -1
  107. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  108. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  109. package/dist/src/sync/v2/generate/utils.js +4 -2
  110. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  111. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  112. package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
  113. package/dist/src/sync/v2/import/app/ovpProvider.js +2 -1
  114. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  115. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  116. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  117. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  118. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  119. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  120. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -4
  121. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  122. package/dist/src/sync/v2/import/pages/overviewPage.js +41 -31
  123. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  124. package/dist/src/sync/v2/import/utils.js.map +1 -1
  125. package/dist/src/sync/v2/types.js +2 -2
  126. package/dist/src/sync/v2/types.js.map +1 -1
  127. package/dist/src/sync/v4/application.js +2 -2
  128. package/dist/src/sync/v4/application.js.map +1 -1
  129. package/dist/src/sync/v4/export/controls/FilterBar.js +4 -4
  130. package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  131. package/dist/src/sync/v4/export/controls/HeaderAction.js +2 -2
  132. package/dist/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  133. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js +2 -2
  134. package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +1 -1
  135. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -2
  136. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  137. package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js +4 -4
  138. package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
  139. package/dist/src/sync/v4/export/controls/ObjectPageForm.js +2 -2
  140. package/dist/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  141. package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js +1 -1
  142. package/dist/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  143. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +1 -1
  144. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  145. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +3 -3
  146. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  147. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +2 -2
  148. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
  149. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +1 -1
  150. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -1
  151. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +6 -6
  152. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  153. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +4 -4
  154. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  155. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +3 -3
  156. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  157. package/dist/src/sync/v4/export/controls/Table.js +15 -15
  158. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  159. package/dist/src/sync/v4/export/controls/TableColumn.js +9 -9
  160. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  161. package/dist/src/sync/v4/export/controls/ToolBarAction.js +7 -7
  162. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  163. package/dist/src/sync/v4/export/export.js.map +1 -1
  164. package/dist/src/sync/v4/export/exportCustomColumn.js.map +1 -1
  165. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  166. package/dist/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  167. package/dist/src/sync/v4/export/manifest.js +1 -1
  168. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  169. package/dist/src/sync/v4/export/pages/ListReport.js +2 -2
  170. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
  171. package/dist/src/sync/v4/export/pages/ObjectPage.js +2 -2
  172. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
  173. package/dist/src/sync/v4/export/utils.js.map +1 -1
  174. package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  175. package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  176. package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  177. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +5 -1
  178. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  179. package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
  180. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  181. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  182. package/dist/src/sync/v4/generate/listReport.js +6 -3
  183. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  184. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  185. package/dist/src/sync/v4/generate/objectPage.js +8 -4
  186. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  187. package/dist/src/sync/v4/import/app/appProvider.js +1 -1
  188. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  189. package/dist/src/sync/v4/import/fragment.js.map +1 -1
  190. package/dist/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  191. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  192. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  193. package/dist/src/sync/v4/import/utils.js.map +1 -1
  194. package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  195. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  196. package/dist/src/sync/v4/utils/macros.js.map +1 -1
  197. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  198. package/package.json +13 -13
@@ -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
  },
@@ -713,74 +832,6 @@
713
832
  "rows"
714
833
  ]
715
834
  },
716
- "TabSetting": {
717
- "description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
718
- "type": "object",
719
- "additionalProperties": {},
720
- "properties": {
721
- "annotationPath": {
722
- "description": "Represents the annotation path",
723
- "type": "string"
724
- },
725
- "selectionAnnotationPath": {
726
- "description": "Represents the selection annotation path",
727
- "type": "string"
728
- },
729
- "chartAnnotationPath": {
730
- "description": "Represents the chart annotation path",
731
- "type": "string"
732
- },
733
- "presentationAnnotationPath": {
734
- "description": "Represents the presentation annotation path",
735
- "type": "string"
736
- },
737
- "dataPointAnnotationPath": {
738
- "description": "Represents the data point annotation path",
739
- "type": "string"
740
- },
741
- "identificationAnnotationPath": {
742
- "description": "Represents the identification annotation path",
743
- "type": "string"
744
- },
745
- "dynamicSubtitleAnnotationPath": {
746
- "description": "Represents the dynamic subtitle annotation path",
747
- "type": "string"
748
- },
749
- "value": {
750
- "description": "Represents the drop down value to be shown",
751
- "type": "string"
752
- },
753
- "chartProperties": {
754
- "description": "This property is responsible for setting specific chart settings",
755
- "type": "object",
756
- "properties": {
757
- "plotArea": {
758
- "$ref": "#/definitions/PlotAreaDef"
759
- },
760
- "timeAxis": {
761
- "$ref": "#/definitions/TimeAxisDef"
762
- }
763
- },
764
- "additionalProperties": false
765
- },
766
- "colorPalette": {
767
- "description": "Represents the configuration to customize the column stacked chart",
768
- "anyOf": [
769
- {
770
- "type": "array",
771
- "items": {
772
- "type": "object",
773
- "additionalProperties": {}
774
- }
775
- },
776
- {
777
- "type": "object",
778
- "additionalProperties": {}
779
- }
780
- ]
781
- }
782
- }
783
- },
784
835
  "PlotAreaDef": {
785
836
  "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
786
837
  "type": "object",
@@ -823,6 +874,187 @@
823
874
  }
824
875
  }
825
876
  },
877
+ "ColorPaletteSemanticColoringType": {
878
+ "description": "Semantic coloring, up to four colors can be defined",
879
+ "type": "object",
880
+ "properties": {
881
+ "0": {
882
+ "type": "object",
883
+ "properties": {
884
+ "color": {
885
+ "$ref": "#/definitions/ChartColor",
886
+ "description": "color contains the value of the color for the particular state"
887
+ },
888
+ "legendText": {
889
+ "description": "The legend text for the color",
890
+ "type": "string"
891
+ }
892
+ },
893
+ "additionalProperties": false,
894
+ "required": [
895
+ "color",
896
+ "legendText"
897
+ ]
898
+ },
899
+ "1": {
900
+ "type": "object",
901
+ "properties": {
902
+ "color": {
903
+ "$ref": "#/definitions/ChartColor",
904
+ "description": "color contains the value of the color for the particular state"
905
+ },
906
+ "legendText": {
907
+ "description": "The legend text for the color",
908
+ "type": "string"
909
+ }
910
+ },
911
+ "additionalProperties": false,
912
+ "required": [
913
+ "color",
914
+ "legendText"
915
+ ]
916
+ },
917
+ "2": {
918
+ "type": "object",
919
+ "properties": {
920
+ "color": {
921
+ "$ref": "#/definitions/ChartColor",
922
+ "description": "color contains the value of the color for the particular state"
923
+ },
924
+ "legendText": {
925
+ "description": "The legend text for the color",
926
+ "type": "string"
927
+ }
928
+ },
929
+ "additionalProperties": false,
930
+ "required": [
931
+ "color",
932
+ "legendText"
933
+ ]
934
+ },
935
+ "3": {
936
+ "type": "object",
937
+ "properties": {
938
+ "color": {
939
+ "$ref": "#/definitions/ChartColor",
940
+ "description": "color contains the value of the color for the particular state"
941
+ },
942
+ "legendText": {
943
+ "description": "The legend text for the color",
944
+ "type": "string"
945
+ }
946
+ },
947
+ "additionalProperties": false,
948
+ "required": [
949
+ "color",
950
+ "legendText"
951
+ ]
952
+ },
953
+ "colorPaletteType": {
954
+ "type": "string",
955
+ "const": "SemanticColoring"
956
+ }
957
+ },
958
+ "additionalProperties": false,
959
+ "required": [
960
+ "0",
961
+ "1",
962
+ "colorPaletteType"
963
+ ]
964
+ },
965
+ "ChartColor": {
966
+ "enum": [
967
+ "sapUiChartPaletteNoSemDiv1",
968
+ "sapUiChartPaletteNoSemDiv1Dark1",
969
+ "sapUiChartPaletteNoSemDiv1Dark2",
970
+ "sapUiChartPaletteNoSemDiv1Light1",
971
+ "sapUiChartPaletteNoSemDiv1Light2",
972
+ "sapUiChartPaletteNoSemDiv1Light3",
973
+ "sapUiChartPaletteQualitativeHue1",
974
+ "sapUiChartPaletteQualitativeHue10",
975
+ "sapUiChartPaletteQualitativeHue11",
976
+ "sapUiChartPaletteQualitativeHue12",
977
+ "sapUiChartPaletteQualitativeHue13",
978
+ "sapUiChartPaletteQualitativeHue14",
979
+ "sapUiChartPaletteQualitativeHue15",
980
+ "sapUiChartPaletteQualitativeHue16",
981
+ "sapUiChartPaletteQualitativeHue17",
982
+ "sapUiChartPaletteQualitativeHue18",
983
+ "sapUiChartPaletteQualitativeHue19",
984
+ "sapUiChartPaletteQualitativeHue2",
985
+ "sapUiChartPaletteQualitativeHue20",
986
+ "sapUiChartPaletteQualitativeHue21",
987
+ "sapUiChartPaletteQualitativeHue22",
988
+ "sapUiChartPaletteQualitativeHue3",
989
+ "sapUiChartPaletteQualitativeHue4",
990
+ "sapUiChartPaletteQualitativeHue5",
991
+ "sapUiChartPaletteQualitativeHue6",
992
+ "sapUiChartPaletteQualitativeHue7",
993
+ "sapUiChartPaletteQualitativeHue8",
994
+ "sapUiChartPaletteQualitativeHue9",
995
+ "sapUiChartPaletteSemanticBad",
996
+ "sapUiChartPaletteSemanticBadDark1",
997
+ "sapUiChartPaletteSemanticBadDark2",
998
+ "sapUiChartPaletteSemanticBadLight1",
999
+ "sapUiChartPaletteSemanticBadLight2",
1000
+ "sapUiChartPaletteSemanticBadLight3",
1001
+ "sapUiChartPaletteSemanticCritical",
1002
+ "sapUiChartPaletteSemanticCriticalDark1",
1003
+ "sapUiChartPaletteSemanticCriticalDark2",
1004
+ "sapUiChartPaletteSemanticCriticalLight1",
1005
+ "sapUiChartPaletteSemanticCriticalLight2",
1006
+ "sapUiChartPaletteSemanticCriticalLight3",
1007
+ "sapUiChartPaletteSemanticGood",
1008
+ "sapUiChartPaletteSemanticGoodDark1",
1009
+ "sapUiChartPaletteSemanticGoodDark2",
1010
+ "sapUiChartPaletteSemanticGoodLight1",
1011
+ "sapUiChartPaletteSemanticGoodLight2",
1012
+ "sapUiChartPaletteSemanticGoodLight3",
1013
+ "sapUiChartPaletteSemanticNeutral",
1014
+ "sapUiChartPaletteSemanticNeutralDark1",
1015
+ "sapUiChartPaletteSemanticNeutralDark2",
1016
+ "sapUiChartPaletteSemanticNeutralLight1",
1017
+ "sapUiChartPaletteSemanticNeutralLight2",
1018
+ "sapUiChartPaletteSemanticNeutralLight3",
1019
+ "sapUiChartPaletteSequentialHue1",
1020
+ "sapUiChartPaletteSequentialHue1Dark1",
1021
+ "sapUiChartPaletteSequentialHue1Dark2",
1022
+ "sapUiChartPaletteSequentialHue1Light1",
1023
+ "sapUiChartPaletteSequentialHue1Light2",
1024
+ "sapUiChartPaletteSequentialHue1Light3",
1025
+ "sapUiChartPaletteSequentialHue2",
1026
+ "sapUiChartPaletteSequentialHue2Dark1",
1027
+ "sapUiChartPaletteSequentialHue2Dark2",
1028
+ "sapUiChartPaletteSequentialHue2Light1",
1029
+ "sapUiChartPaletteSequentialHue2Light2",
1030
+ "sapUiChartPaletteSequentialHue2Light3",
1031
+ "sapUiChartPaletteSequentialHue3",
1032
+ "sapUiChartPaletteSequentialHue3Dark1",
1033
+ "sapUiChartPaletteSequentialHue3Dark2",
1034
+ "sapUiChartPaletteSequentialHue3Light1",
1035
+ "sapUiChartPaletteSequentialHue3Light2",
1036
+ "sapUiChartPaletteSequentialHue3Light3",
1037
+ "sapUiChartPaletteSequentialHue6",
1038
+ "sapUiChartPaletteSequentialHue6Dark1",
1039
+ "sapUiChartPaletteSequentialHue6Dark2",
1040
+ "sapUiChartPaletteSequentialHue6Light1",
1041
+ "sapUiChartPaletteSequentialHue6Light2",
1042
+ "sapUiChartPaletteSequentialHue6Light3",
1043
+ "sapUiChartPaletteSequentialNeutral",
1044
+ "sapUiChartPaletteSequentialNeutralDark1",
1045
+ "sapUiChartPaletteSequentialNeutralDark2",
1046
+ "sapUiChartPaletteSequentialNeutralLight1",
1047
+ "sapUiChartPaletteSequentialNeutralLight2",
1048
+ "sapUiChartPaletteSequentialNeutralLight3",
1049
+ "sapUiChartZeroAxisColor",
1050
+ "sapUiChoroplethRegionBG",
1051
+ "sapUiCriticalElement",
1052
+ "sapUiNegativeElement",
1053
+ "sapUiNeutralElement",
1054
+ "sapUiPositiveElement"
1055
+ ],
1056
+ "type": "string"
1057
+ },
826
1058
  "ListCard": {
827
1059
  "description": "List Card",
828
1060
  "isViewNode": true,
@@ -961,7 +1193,126 @@
961
1193
  "description": "Represents the card with view switch control.",
962
1194
  "type": "array",
963
1195
  "items": {
964
- "$ref": "#/definitions/TabSetting"
1196
+ "additionalProperties": false,
1197
+ "type": "object",
1198
+ "properties": {
1199
+ "annotationPath": {
1200
+ "description": "Represents the annotation path",
1201
+ "type": "string"
1202
+ },
1203
+ "selectionAnnotationPath": {
1204
+ "description": "Represents the selection annotation path",
1205
+ "type": "string"
1206
+ },
1207
+ "chartAnnotationPath": {
1208
+ "description": "Represents the chart annotation path",
1209
+ "type": "string"
1210
+ },
1211
+ "presentationAnnotationPath": {
1212
+ "description": "Represents the presentation annotation path",
1213
+ "type": "string"
1214
+ },
1215
+ "dataPointAnnotationPath": {
1216
+ "description": "Represents the data point annotation path",
1217
+ "type": "string"
1218
+ },
1219
+ "identificationAnnotationPath": {
1220
+ "description": "Represents the identification annotation path",
1221
+ "type": "string"
1222
+ },
1223
+ "dynamicSubtitleAnnotationPath": {
1224
+ "description": "Represents the dynamic subtitle annotation path",
1225
+ "type": "string"
1226
+ },
1227
+ "value": {
1228
+ "description": "Represents the drop down value to be shown",
1229
+ "type": "string"
1230
+ },
1231
+ "chartProperties": {
1232
+ "description": "This property is responsible for setting specific chart settings",
1233
+ "type": "object",
1234
+ "properties": {
1235
+ "plotArea": {
1236
+ "$ref": "#/definitions/PlotAreaDef"
1237
+ },
1238
+ "timeAxis": {
1239
+ "$ref": "#/definitions/TimeAxisDef"
1240
+ }
1241
+ },
1242
+ "additionalProperties": false
1243
+ },
1244
+ "colorPalette": {
1245
+ "anyOf": [
1246
+ {
1247
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1248
+ },
1249
+ {
1250
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1251
+ "type": "object",
1252
+ "properties": {
1253
+ "colorPaletteType": {
1254
+ "type": "string",
1255
+ "const": "StableColoring"
1256
+ },
1257
+ "dimensionValueToColor": {
1258
+ "type": "object",
1259
+ "additionalProperties": {
1260
+ "type": "string"
1261
+ }
1262
+ }
1263
+ },
1264
+ "additionalProperties": false,
1265
+ "required": [
1266
+ "colorPaletteType",
1267
+ "dimensionValueToColor"
1268
+ ]
1269
+ },
1270
+ {
1271
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
1272
+ "type": "object",
1273
+ "properties": {
1274
+ "colorPaletteType": {
1275
+ "type": "string",
1276
+ "const": "MapDimensionValues"
1277
+ },
1278
+ "dimensionSettings": {
1279
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
1280
+ "type": "object",
1281
+ "additionalProperties": {
1282
+ "type": "object",
1283
+ "additionalProperties": {
1284
+ "type": "object",
1285
+ "properties": {
1286
+ "color": {
1287
+ "$ref": "#/definitions/ChartColor",
1288
+ "description": "color contains the value of the color for the particular state"
1289
+ },
1290
+ "dimensionValue": {
1291
+ "type": "string"
1292
+ },
1293
+ "index": {
1294
+ "description": "If the index property is maintained, legends will be positioned in that order",
1295
+ "type": "number"
1296
+ }
1297
+ },
1298
+ "additionalProperties": false,
1299
+ "required": [
1300
+ "color",
1301
+ "dimensionValue"
1302
+ ]
1303
+ }
1304
+ }
1305
+ }
1306
+ },
1307
+ "additionalProperties": false,
1308
+ "required": [
1309
+ "colorPaletteType",
1310
+ "dimensionSettings"
1311
+ ]
1312
+ }
1313
+ ]
1314
+ }
1315
+ }
965
1316
  },
966
1317
  "artifactType": "Manifest"
967
1318
  },
@@ -1155,7 +1506,126 @@
1155
1506
  "description": "Represents the card with view switch control.",
1156
1507
  "type": "array",
1157
1508
  "items": {
1158
- "$ref": "#/definitions/TabSetting"
1509
+ "additionalProperties": false,
1510
+ "type": "object",
1511
+ "properties": {
1512
+ "annotationPath": {
1513
+ "description": "Represents the annotation path",
1514
+ "type": "string"
1515
+ },
1516
+ "selectionAnnotationPath": {
1517
+ "description": "Represents the selection annotation path",
1518
+ "type": "string"
1519
+ },
1520
+ "chartAnnotationPath": {
1521
+ "description": "Represents the chart annotation path",
1522
+ "type": "string"
1523
+ },
1524
+ "presentationAnnotationPath": {
1525
+ "description": "Represents the presentation annotation path",
1526
+ "type": "string"
1527
+ },
1528
+ "dataPointAnnotationPath": {
1529
+ "description": "Represents the data point annotation path",
1530
+ "type": "string"
1531
+ },
1532
+ "identificationAnnotationPath": {
1533
+ "description": "Represents the identification annotation path",
1534
+ "type": "string"
1535
+ },
1536
+ "dynamicSubtitleAnnotationPath": {
1537
+ "description": "Represents the dynamic subtitle annotation path",
1538
+ "type": "string"
1539
+ },
1540
+ "value": {
1541
+ "description": "Represents the drop down value to be shown",
1542
+ "type": "string"
1543
+ },
1544
+ "chartProperties": {
1545
+ "description": "This property is responsible for setting specific chart settings",
1546
+ "type": "object",
1547
+ "properties": {
1548
+ "plotArea": {
1549
+ "$ref": "#/definitions/PlotAreaDef"
1550
+ },
1551
+ "timeAxis": {
1552
+ "$ref": "#/definitions/TimeAxisDef"
1553
+ }
1554
+ },
1555
+ "additionalProperties": false
1556
+ },
1557
+ "colorPalette": {
1558
+ "anyOf": [
1559
+ {
1560
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1561
+ },
1562
+ {
1563
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1564
+ "type": "object",
1565
+ "properties": {
1566
+ "colorPaletteType": {
1567
+ "type": "string",
1568
+ "const": "StableColoring"
1569
+ },
1570
+ "dimensionValueToColor": {
1571
+ "type": "object",
1572
+ "additionalProperties": {
1573
+ "type": "string"
1574
+ }
1575
+ }
1576
+ },
1577
+ "additionalProperties": false,
1578
+ "required": [
1579
+ "colorPaletteType",
1580
+ "dimensionValueToColor"
1581
+ ]
1582
+ },
1583
+ {
1584
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
1585
+ "type": "object",
1586
+ "properties": {
1587
+ "colorPaletteType": {
1588
+ "type": "string",
1589
+ "const": "MapDimensionValues"
1590
+ },
1591
+ "dimensionSettings": {
1592
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
1593
+ "type": "object",
1594
+ "additionalProperties": {
1595
+ "type": "object",
1596
+ "additionalProperties": {
1597
+ "type": "object",
1598
+ "properties": {
1599
+ "color": {
1600
+ "$ref": "#/definitions/ChartColor",
1601
+ "description": "color contains the value of the color for the particular state"
1602
+ },
1603
+ "dimensionValue": {
1604
+ "type": "string"
1605
+ },
1606
+ "index": {
1607
+ "description": "If the index property is maintained, legends will be positioned in that order",
1608
+ "type": "number"
1609
+ }
1610
+ },
1611
+ "additionalProperties": false,
1612
+ "required": [
1613
+ "color",
1614
+ "dimensionValue"
1615
+ ]
1616
+ }
1617
+ }
1618
+ }
1619
+ },
1620
+ "additionalProperties": false,
1621
+ "required": [
1622
+ "colorPaletteType",
1623
+ "dimensionSettings"
1624
+ ]
1625
+ }
1626
+ ]
1627
+ }
1628
+ }
1159
1629
  },
1160
1630
  "artifactType": "Manifest"
1161
1631
  },
@@ -1382,7 +1852,126 @@
1382
1852
  "description": "Represents the card with view switch control.",
1383
1853
  "type": "array",
1384
1854
  "items": {
1385
- "$ref": "#/definitions/TabSetting"
1855
+ "additionalProperties": false,
1856
+ "type": "object",
1857
+ "properties": {
1858
+ "annotationPath": {
1859
+ "description": "Represents the annotation path",
1860
+ "type": "string"
1861
+ },
1862
+ "selectionAnnotationPath": {
1863
+ "description": "Represents the selection annotation path",
1864
+ "type": "string"
1865
+ },
1866
+ "chartAnnotationPath": {
1867
+ "description": "Represents the chart annotation path",
1868
+ "type": "string"
1869
+ },
1870
+ "presentationAnnotationPath": {
1871
+ "description": "Represents the presentation annotation path",
1872
+ "type": "string"
1873
+ },
1874
+ "dataPointAnnotationPath": {
1875
+ "description": "Represents the data point annotation path",
1876
+ "type": "string"
1877
+ },
1878
+ "identificationAnnotationPath": {
1879
+ "description": "Represents the identification annotation path",
1880
+ "type": "string"
1881
+ },
1882
+ "dynamicSubtitleAnnotationPath": {
1883
+ "description": "Represents the dynamic subtitle annotation path",
1884
+ "type": "string"
1885
+ },
1886
+ "value": {
1887
+ "description": "Represents the drop down value to be shown",
1888
+ "type": "string"
1889
+ },
1890
+ "chartProperties": {
1891
+ "description": "This property is responsible for setting specific chart settings",
1892
+ "type": "object",
1893
+ "properties": {
1894
+ "plotArea": {
1895
+ "$ref": "#/definitions/PlotAreaDef"
1896
+ },
1897
+ "timeAxis": {
1898
+ "$ref": "#/definitions/TimeAxisDef"
1899
+ }
1900
+ },
1901
+ "additionalProperties": false
1902
+ },
1903
+ "colorPalette": {
1904
+ "anyOf": [
1905
+ {
1906
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1907
+ },
1908
+ {
1909
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1910
+ "type": "object",
1911
+ "properties": {
1912
+ "colorPaletteType": {
1913
+ "type": "string",
1914
+ "const": "StableColoring"
1915
+ },
1916
+ "dimensionValueToColor": {
1917
+ "type": "object",
1918
+ "additionalProperties": {
1919
+ "type": "string"
1920
+ }
1921
+ }
1922
+ },
1923
+ "additionalProperties": false,
1924
+ "required": [
1925
+ "colorPaletteType",
1926
+ "dimensionValueToColor"
1927
+ ]
1928
+ },
1929
+ {
1930
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
1931
+ "type": "object",
1932
+ "properties": {
1933
+ "colorPaletteType": {
1934
+ "type": "string",
1935
+ "const": "MapDimensionValues"
1936
+ },
1937
+ "dimensionSettings": {
1938
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
1939
+ "type": "object",
1940
+ "additionalProperties": {
1941
+ "type": "object",
1942
+ "additionalProperties": {
1943
+ "type": "object",
1944
+ "properties": {
1945
+ "color": {
1946
+ "$ref": "#/definitions/ChartColor",
1947
+ "description": "color contains the value of the color for the particular state"
1948
+ },
1949
+ "dimensionValue": {
1950
+ "type": "string"
1951
+ },
1952
+ "index": {
1953
+ "description": "If the index property is maintained, legends will be positioned in that order",
1954
+ "type": "number"
1955
+ }
1956
+ },
1957
+ "additionalProperties": false,
1958
+ "required": [
1959
+ "color",
1960
+ "dimensionValue"
1961
+ ]
1962
+ }
1963
+ }
1964
+ }
1965
+ },
1966
+ "additionalProperties": false,
1967
+ "required": [
1968
+ "colorPaletteType",
1969
+ "dimensionSettings"
1970
+ ]
1971
+ }
1972
+ ]
1973
+ }
1974
+ }
1386
1975
  },
1387
1976
  "artifactType": "Manifest"
1388
1977
  },
@@ -1610,7 +2199,126 @@
1610
2199
  "description": "Represents the card with view switch control.",
1611
2200
  "type": "array",
1612
2201
  "items": {
1613
- "$ref": "#/definitions/TabSetting"
2202
+ "additionalProperties": false,
2203
+ "type": "object",
2204
+ "properties": {
2205
+ "annotationPath": {
2206
+ "description": "Represents the annotation path",
2207
+ "type": "string"
2208
+ },
2209
+ "selectionAnnotationPath": {
2210
+ "description": "Represents the selection annotation path",
2211
+ "type": "string"
2212
+ },
2213
+ "chartAnnotationPath": {
2214
+ "description": "Represents the chart annotation path",
2215
+ "type": "string"
2216
+ },
2217
+ "presentationAnnotationPath": {
2218
+ "description": "Represents the presentation annotation path",
2219
+ "type": "string"
2220
+ },
2221
+ "dataPointAnnotationPath": {
2222
+ "description": "Represents the data point annotation path",
2223
+ "type": "string"
2224
+ },
2225
+ "identificationAnnotationPath": {
2226
+ "description": "Represents the identification annotation path",
2227
+ "type": "string"
2228
+ },
2229
+ "dynamicSubtitleAnnotationPath": {
2230
+ "description": "Represents the dynamic subtitle annotation path",
2231
+ "type": "string"
2232
+ },
2233
+ "value": {
2234
+ "description": "Represents the drop down value to be shown",
2235
+ "type": "string"
2236
+ },
2237
+ "chartProperties": {
2238
+ "description": "This property is responsible for setting specific chart settings",
2239
+ "type": "object",
2240
+ "properties": {
2241
+ "plotArea": {
2242
+ "$ref": "#/definitions/PlotAreaDef"
2243
+ },
2244
+ "timeAxis": {
2245
+ "$ref": "#/definitions/TimeAxisDef"
2246
+ }
2247
+ },
2248
+ "additionalProperties": false
2249
+ },
2250
+ "colorPalette": {
2251
+ "anyOf": [
2252
+ {
2253
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
2254
+ },
2255
+ {
2256
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
2257
+ "type": "object",
2258
+ "properties": {
2259
+ "colorPaletteType": {
2260
+ "type": "string",
2261
+ "const": "StableColoring"
2262
+ },
2263
+ "dimensionValueToColor": {
2264
+ "type": "object",
2265
+ "additionalProperties": {
2266
+ "type": "string"
2267
+ }
2268
+ }
2269
+ },
2270
+ "additionalProperties": false,
2271
+ "required": [
2272
+ "colorPaletteType",
2273
+ "dimensionValueToColor"
2274
+ ]
2275
+ },
2276
+ {
2277
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
2278
+ "type": "object",
2279
+ "properties": {
2280
+ "colorPaletteType": {
2281
+ "type": "string",
2282
+ "const": "MapDimensionValues"
2283
+ },
2284
+ "dimensionSettings": {
2285
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
2286
+ "type": "object",
2287
+ "additionalProperties": {
2288
+ "type": "object",
2289
+ "additionalProperties": {
2290
+ "type": "object",
2291
+ "properties": {
2292
+ "color": {
2293
+ "$ref": "#/definitions/ChartColor",
2294
+ "description": "color contains the value of the color for the particular state"
2295
+ },
2296
+ "dimensionValue": {
2297
+ "type": "string"
2298
+ },
2299
+ "index": {
2300
+ "description": "If the index property is maintained, legends will be positioned in that order",
2301
+ "type": "number"
2302
+ }
2303
+ },
2304
+ "additionalProperties": false,
2305
+ "required": [
2306
+ "color",
2307
+ "dimensionValue"
2308
+ ]
2309
+ }
2310
+ }
2311
+ }
2312
+ },
2313
+ "additionalProperties": false,
2314
+ "required": [
2315
+ "colorPaletteType",
2316
+ "dimensionSettings"
2317
+ ]
2318
+ }
2319
+ ]
2320
+ }
2321
+ }
1614
2322
  },
1615
2323
  "artifactType": "Manifest"
1616
2324
  },
@@ -1705,7 +2413,6 @@
1705
2413
  "AnalyticalCardSettings": {
1706
2414
  "displayName": "settings",
1707
2415
  "type": "object",
1708
- "additionalProperties": {},
1709
2416
  "properties": {
1710
2417
  "chartAnnotationPath": {
1711
2418
  "description": "Represents the chart annotation path.",
@@ -1743,20 +2450,82 @@
1743
2450
  },
1744
2451
  "colorPalette": {
1745
2452
  "description": "Color palette for semantic coloring.",
2453
+ "controlProperty": "colorPaletteType",
1746
2454
  "anyOf": [
1747
2455
  {
1748
- "type": "array",
1749
- "items": {
1750
- "type": "object",
1751
- "additionalProperties": {}
1752
- }
2456
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1753
2457
  },
1754
2458
  {
2459
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1755
2460
  "type": "object",
1756
- "additionalProperties": {}
2461
+ "properties": {
2462
+ "colorPaletteType": {
2463
+ "type": "string",
2464
+ "const": "StableColoring"
2465
+ },
2466
+ "dimensionValueToColor": {
2467
+ "type": "object",
2468
+ "additionalProperties": {
2469
+ "type": "string"
2470
+ }
2471
+ }
2472
+ },
2473
+ "additionalProperties": false,
2474
+ "required": [
2475
+ "colorPaletteType",
2476
+ "dimensionValueToColor"
2477
+ ]
2478
+ },
2479
+ {
2480
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
2481
+ "type": "object",
2482
+ "properties": {
2483
+ "colorPaletteType": {
2484
+ "type": "string",
2485
+ "const": "MapDimensionValues"
2486
+ },
2487
+ "dimensionSettings": {
2488
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
2489
+ "type": "object",
2490
+ "additionalProperties": {
2491
+ "type": "object",
2492
+ "additionalProperties": {
2493
+ "type": "object",
2494
+ "properties": {
2495
+ "color": {
2496
+ "$ref": "#/definitions/ChartColor",
2497
+ "description": "color contains the value of the color for the particular state"
2498
+ },
2499
+ "dimensionValue": {
2500
+ "type": "string"
2501
+ },
2502
+ "index": {
2503
+ "description": "If the index property is maintained, legends will be positioned in that order",
2504
+ "type": "number"
2505
+ }
2506
+ },
2507
+ "additionalProperties": false,
2508
+ "required": [
2509
+ "color",
2510
+ "dimensionValue"
2511
+ ]
2512
+ }
2513
+ }
2514
+ }
2515
+ },
2516
+ "additionalProperties": false,
2517
+ "required": [
2518
+ "colorPaletteType",
2519
+ "dimensionSettings"
2520
+ ]
1757
2521
  }
1758
2522
  ]
1759
2523
  },
2524
+ "bEnableStableColors": {
2525
+ "description": "Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors",
2526
+ "type": "boolean",
2527
+ "artifactType": "Manifest"
2528
+ },
1760
2529
  "entitySet": {
1761
2530
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1762
2531
  "type": "string",
@@ -1835,7 +2604,126 @@
1835
2604
  "description": "Represents the card with view switch control.",
1836
2605
  "type": "array",
1837
2606
  "items": {
1838
- "$ref": "#/definitions/TabSetting"
2607
+ "additionalProperties": false,
2608
+ "type": "object",
2609
+ "properties": {
2610
+ "annotationPath": {
2611
+ "description": "Represents the annotation path",
2612
+ "type": "string"
2613
+ },
2614
+ "selectionAnnotationPath": {
2615
+ "description": "Represents the selection annotation path",
2616
+ "type": "string"
2617
+ },
2618
+ "chartAnnotationPath": {
2619
+ "description": "Represents the chart annotation path",
2620
+ "type": "string"
2621
+ },
2622
+ "presentationAnnotationPath": {
2623
+ "description": "Represents the presentation annotation path",
2624
+ "type": "string"
2625
+ },
2626
+ "dataPointAnnotationPath": {
2627
+ "description": "Represents the data point annotation path",
2628
+ "type": "string"
2629
+ },
2630
+ "identificationAnnotationPath": {
2631
+ "description": "Represents the identification annotation path",
2632
+ "type": "string"
2633
+ },
2634
+ "dynamicSubtitleAnnotationPath": {
2635
+ "description": "Represents the dynamic subtitle annotation path",
2636
+ "type": "string"
2637
+ },
2638
+ "value": {
2639
+ "description": "Represents the drop down value to be shown",
2640
+ "type": "string"
2641
+ },
2642
+ "chartProperties": {
2643
+ "description": "This property is responsible for setting specific chart settings",
2644
+ "type": "object",
2645
+ "properties": {
2646
+ "plotArea": {
2647
+ "$ref": "#/definitions/PlotAreaDef"
2648
+ },
2649
+ "timeAxis": {
2650
+ "$ref": "#/definitions/TimeAxisDef"
2651
+ }
2652
+ },
2653
+ "additionalProperties": false
2654
+ },
2655
+ "colorPalette": {
2656
+ "anyOf": [
2657
+ {
2658
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
2659
+ },
2660
+ {
2661
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
2662
+ "type": "object",
2663
+ "properties": {
2664
+ "colorPaletteType": {
2665
+ "type": "string",
2666
+ "const": "StableColoring"
2667
+ },
2668
+ "dimensionValueToColor": {
2669
+ "type": "object",
2670
+ "additionalProperties": {
2671
+ "type": "string"
2672
+ }
2673
+ }
2674
+ },
2675
+ "additionalProperties": false,
2676
+ "required": [
2677
+ "colorPaletteType",
2678
+ "dimensionValueToColor"
2679
+ ]
2680
+ },
2681
+ {
2682
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
2683
+ "type": "object",
2684
+ "properties": {
2685
+ "colorPaletteType": {
2686
+ "type": "string",
2687
+ "const": "MapDimensionValues"
2688
+ },
2689
+ "dimensionSettings": {
2690
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
2691
+ "type": "object",
2692
+ "additionalProperties": {
2693
+ "type": "object",
2694
+ "additionalProperties": {
2695
+ "type": "object",
2696
+ "properties": {
2697
+ "color": {
2698
+ "$ref": "#/definitions/ChartColor",
2699
+ "description": "color contains the value of the color for the particular state"
2700
+ },
2701
+ "dimensionValue": {
2702
+ "type": "string"
2703
+ },
2704
+ "index": {
2705
+ "description": "If the index property is maintained, legends will be positioned in that order",
2706
+ "type": "number"
2707
+ }
2708
+ },
2709
+ "additionalProperties": false,
2710
+ "required": [
2711
+ "color",
2712
+ "dimensionValue"
2713
+ ]
2714
+ }
2715
+ }
2716
+ }
2717
+ },
2718
+ "additionalProperties": false,
2719
+ "required": [
2720
+ "colorPaletteType",
2721
+ "dimensionSettings"
2722
+ ]
2723
+ }
2724
+ ]
2725
+ }
2726
+ }
1839
2727
  },
1840
2728
  "artifactType": "Manifest"
1841
2729
  },
@@ -1884,6 +2772,7 @@
1884
2772
  "artifactType": "Manifest"
1885
2773
  }
1886
2774
  },
2775
+ "additionalProperties": false,
1887
2776
  "required": [
1888
2777
  "title"
1889
2778
  ]
@@ -1941,20 +2830,82 @@
1941
2830
  },
1942
2831
  "colorPalette": {
1943
2832
  "description": "Color palette for semantic coloring.",
2833
+ "controlProperty": "colorPaletteType",
1944
2834
  "anyOf": [
1945
2835
  {
1946
- "type": "array",
1947
- "items": {
1948
- "type": "object",
1949
- "additionalProperties": {}
1950
- }
2836
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
1951
2837
  },
1952
2838
  {
2839
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
1953
2840
  "type": "object",
1954
- "additionalProperties": {}
2841
+ "properties": {
2842
+ "colorPaletteType": {
2843
+ "type": "string",
2844
+ "const": "StableColoring"
2845
+ },
2846
+ "dimensionValueToColor": {
2847
+ "type": "object",
2848
+ "additionalProperties": {
2849
+ "type": "string"
2850
+ }
2851
+ }
2852
+ },
2853
+ "additionalProperties": false,
2854
+ "required": [
2855
+ "colorPaletteType",
2856
+ "dimensionValueToColor"
2857
+ ]
2858
+ },
2859
+ {
2860
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
2861
+ "type": "object",
2862
+ "properties": {
2863
+ "colorPaletteType": {
2864
+ "type": "string",
2865
+ "const": "MapDimensionValues"
2866
+ },
2867
+ "dimensionSettings": {
2868
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
2869
+ "type": "object",
2870
+ "additionalProperties": {
2871
+ "type": "object",
2872
+ "additionalProperties": {
2873
+ "type": "object",
2874
+ "properties": {
2875
+ "color": {
2876
+ "$ref": "#/definitions/ChartColor",
2877
+ "description": "color contains the value of the color for the particular state"
2878
+ },
2879
+ "dimensionValue": {
2880
+ "type": "string"
2881
+ },
2882
+ "index": {
2883
+ "description": "If the index property is maintained, legends will be positioned in that order",
2884
+ "type": "number"
2885
+ }
2886
+ },
2887
+ "additionalProperties": false,
2888
+ "required": [
2889
+ "color",
2890
+ "dimensionValue"
2891
+ ]
2892
+ }
2893
+ }
2894
+ }
2895
+ },
2896
+ "additionalProperties": false,
2897
+ "required": [
2898
+ "colorPaletteType",
2899
+ "dimensionSettings"
2900
+ ]
1955
2901
  }
1956
2902
  ]
1957
2903
  },
2904
+ "bEnableStableColors": {
2905
+ "description": "Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors",
2906
+ "type": "boolean",
2907
+ "artifactType": "Manifest"
2908
+ },
1958
2909
  "entitySet": {
1959
2910
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1960
2911
  "type": "string",
@@ -2033,7 +2984,126 @@
2033
2984
  "description": "Represents the card with view switch control.",
2034
2985
  "type": "array",
2035
2986
  "items": {
2036
- "$ref": "#/definitions/TabSetting"
2987
+ "additionalProperties": false,
2988
+ "type": "object",
2989
+ "properties": {
2990
+ "annotationPath": {
2991
+ "description": "Represents the annotation path",
2992
+ "type": "string"
2993
+ },
2994
+ "selectionAnnotationPath": {
2995
+ "description": "Represents the selection annotation path",
2996
+ "type": "string"
2997
+ },
2998
+ "chartAnnotationPath": {
2999
+ "description": "Represents the chart annotation path",
3000
+ "type": "string"
3001
+ },
3002
+ "presentationAnnotationPath": {
3003
+ "description": "Represents the presentation annotation path",
3004
+ "type": "string"
3005
+ },
3006
+ "dataPointAnnotationPath": {
3007
+ "description": "Represents the data point annotation path",
3008
+ "type": "string"
3009
+ },
3010
+ "identificationAnnotationPath": {
3011
+ "description": "Represents the identification annotation path",
3012
+ "type": "string"
3013
+ },
3014
+ "dynamicSubtitleAnnotationPath": {
3015
+ "description": "Represents the dynamic subtitle annotation path",
3016
+ "type": "string"
3017
+ },
3018
+ "value": {
3019
+ "description": "Represents the drop down value to be shown",
3020
+ "type": "string"
3021
+ },
3022
+ "chartProperties": {
3023
+ "description": "This property is responsible for setting specific chart settings",
3024
+ "type": "object",
3025
+ "properties": {
3026
+ "plotArea": {
3027
+ "$ref": "#/definitions/PlotAreaDef"
3028
+ },
3029
+ "timeAxis": {
3030
+ "$ref": "#/definitions/TimeAxisDef"
3031
+ }
3032
+ },
3033
+ "additionalProperties": false
3034
+ },
3035
+ "colorPalette": {
3036
+ "anyOf": [
3037
+ {
3038
+ "$ref": "#/definitions/ColorPaletteSemanticColoringType"
3039
+ },
3040
+ {
3041
+ "description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
3042
+ "type": "object",
3043
+ "properties": {
3044
+ "colorPaletteType": {
3045
+ "type": "string",
3046
+ "const": "StableColoring"
3047
+ },
3048
+ "dimensionValueToColor": {
3049
+ "type": "object",
3050
+ "additionalProperties": {
3051
+ "type": "string"
3052
+ }
3053
+ }
3054
+ },
3055
+ "additionalProperties": false,
3056
+ "required": [
3057
+ "colorPaletteType",
3058
+ "dimensionValueToColor"
3059
+ ]
3060
+ },
3061
+ {
3062
+ "description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
3063
+ "type": "object",
3064
+ "properties": {
3065
+ "colorPaletteType": {
3066
+ "type": "string",
3067
+ "const": "MapDimensionValues"
3068
+ },
3069
+ "dimensionSettings": {
3070
+ "description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
3071
+ "type": "object",
3072
+ "additionalProperties": {
3073
+ "type": "object",
3074
+ "additionalProperties": {
3075
+ "type": "object",
3076
+ "properties": {
3077
+ "color": {
3078
+ "$ref": "#/definitions/ChartColor",
3079
+ "description": "color contains the value of the color for the particular state"
3080
+ },
3081
+ "dimensionValue": {
3082
+ "type": "string"
3083
+ },
3084
+ "index": {
3085
+ "description": "If the index property is maintained, legends will be positioned in that order",
3086
+ "type": "number"
3087
+ }
3088
+ },
3089
+ "additionalProperties": false,
3090
+ "required": [
3091
+ "color",
3092
+ "dimensionValue"
3093
+ ]
3094
+ }
3095
+ }
3096
+ }
3097
+ },
3098
+ "additionalProperties": false,
3099
+ "required": [
3100
+ "colorPaletteType",
3101
+ "dimensionSettings"
3102
+ ]
3103
+ }
3104
+ ]
3105
+ }
3106
+ }
2037
3107
  },
2038
3108
  "artifactType": "Manifest"
2039
3109
  },