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