@sap/ux-specification 1.90.15 → 1.90.19
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 +99 -11
- 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 +148 -40
- package/dist/schemas/v2/ListReportConfig.json +162 -32
- package/dist/schemas/v2/ObjectPageConfig.json +252 -56
- package/dist/schemas/v2/OverviewPageConfig.json +298 -196
- package/dist/schemas/v4/AnalyticalListPageConfig.json +46 -70
- package/dist/schemas/v4/ListReportConfig.json +46 -70
- package/dist/schemas/v4/ObjectPageConfig.json +49 -76
- 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 +31 -37
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/specification/v4/index-min.js +1 -1
- package/dist/src/api.js +9 -9
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +5 -2
- package/dist/src/specification/schemaAccess.js +1 -3
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/specification/v2/controls/Action.d.ts +71 -0
- package/dist/src/specification/v2/controls/{FormAction.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 +48 -6
- package/dist/src/specification/v2/controls/FilterBar.js +24 -0
- package/dist/src/specification/v2/controls/FilterBar.js.map +1 -1
- package/dist/src/specification/v2/controls/Footer.d.ts +20 -0
- package/dist/src/specification/v2/controls/{ObjectPageFooter.js → Footer.js} +1 -1
- package/dist/src/specification/v2/controls/Footer.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +4 -0
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +13 -10
- package/dist/src/specification/v2/controls/Table.js.map +1 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -8
- package/dist/src/specification/v2/controls/index.d.ts +8 -10
- package/dist/src/specification/v2/controls/index.js +2 -2
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -1
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +3 -2
- package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +2 -2
- package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +7 -7
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +5 -6
- package/dist/src/specification/v4/controls/Table.d.ts +3 -7
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +51 -13
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +6 -0
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
- 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/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +11 -1
- package/dist/src/sync/common/decoration/control.js +29 -3
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/decoration/factory.js +2 -4
- package/dist/src/sync/common/decoration/factory.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.d.ts +8 -0
- package/dist/src/sync/common/generate/objectPage.js +28 -12
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +67 -0
- package/dist/src/sync/common/generate/utils.js +221 -0
- package/dist/src/sync/common/generate/utils.js.map +1 -0
- package/dist/src/sync/common/i18n.json +2 -0
- package/dist/src/sync/common/import/utils.d.ts +8 -1
- package/dist/src/sync/common/import/utils.js +14 -3
- package/dist/src/sync/common/import/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.js +19 -28
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +29 -15
- package/dist/src/sync/common/types.js +25 -1
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +6 -33
- package/dist/src/sync/common/utils.js +25 -131
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +29 -0
- package/dist/src/sync/v2/export/controls/Action.js +127 -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 +36 -22
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.js +3 -2
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +244 -168
- 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/ObjectPageHeaderAction.js +11 -29
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +4 -4
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +3 -1
- 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 +61 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.d.ts +4 -4
- 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 +18 -2
- package/dist/src/sync/v2/export/controls/TableColumn.js +126 -1
- 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 +134 -111
- 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/manifest.js +2 -5
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +2 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +3 -0
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -2
- package/dist/src/sync/v2/export/pages/ListReport.js +3 -0
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.d.ts +16 -21
- package/dist/src/sync/v2/export/view-controller-generator.js +20 -36
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +16 -8
- 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 +26 -6
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +1 -6
- package/dist/src/sync/v2/generate/objectPage.js +208 -126
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +16 -12
- package/dist/src/sync/v2/generate/utils.js +235 -98
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +29 -4
- package/dist/src/sync/v2/import/common/index.js +330 -56
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.js +3 -2
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +27 -5
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +0 -5
- package/dist/src/sync/v2/import/pages/listReport.js +21 -100
- 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 +443 -303
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +4 -6
- package/dist/src/sync/v2/import/utils.js +32 -11
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +28 -2
- package/dist/src/sync/v2/types.js +14 -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 +4 -7
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -33
- 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 -6
- package/dist/src/sync/v4/export/controls/TableColumn.js +3 -33
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts +5 -1
- package/dist/src/sync/v4/export/controls/ToolBar.js +3 -0
- package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -1
- package/dist/src/sync/v4/export/export.js +36 -25
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +2 -2
- package/dist/src/sync/v4/export/pages/ListReport.d.ts +2 -2
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
- package/dist/src/sync/v4/export/types.d.ts +4 -0
- package/dist/src/sync/v4/generate/generate.d.ts +4 -2
- package/dist/src/sync/v4/generate/generate.js +15 -6
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +9 -7
- package/dist/src/sync/v4/generate/listReport.js +93 -22
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +111 -81
- 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/analyticalListPage.d.ts +2 -2
- package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -1
- package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +4 -6
- package/dist/src/sync/v4/import/pages/listReport.js +57 -36
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
- package/dist/src/sync/v4/import/pages/objectPage.js +21 -18
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.js +6 -5
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +15 -2
- package/dist/src/sync/v4/utils/utils.js +65 -26
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/test/unit/utils.test.d.ts +1 -1
- package/package.json +11 -10
- package/dist/src/specification/v2/controls/FormAction.d.ts +0 -27
- package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +0 -11
- package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.d.ts +0 -27
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js +0 -3
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
- package/dist/test/test-utils/metadataParser.d.ts +0 -19
|
@@ -454,10 +454,50 @@
|
|
|
454
454
|
}
|
|
455
455
|
]
|
|
456
456
|
}
|
|
457
|
+
},
|
|
458
|
+
"defaultValue": {
|
|
459
|
+
"description": "You can set a default value for semantic date range.",
|
|
460
|
+
"type": "object",
|
|
461
|
+
"properties": {
|
|
462
|
+
"operation": {
|
|
463
|
+
"$ref": "#/definitions/DefaultDateRangeValueType",
|
|
464
|
+
"description": "The operation property is the value that will be set for semantic date range."
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"additionalProperties": false,
|
|
468
|
+
"required": [
|
|
469
|
+
"operation"
|
|
470
|
+
]
|
|
457
471
|
}
|
|
458
472
|
},
|
|
459
473
|
"additionalProperties": false
|
|
460
474
|
},
|
|
475
|
+
"DefaultDateRangeValueType": {
|
|
476
|
+
"enum": [
|
|
477
|
+
"DATETOYEAR",
|
|
478
|
+
"LAST2WEEKS",
|
|
479
|
+
"LAST3WEEKS",
|
|
480
|
+
"LAST4WEEKS",
|
|
481
|
+
"LAST5WEEKS",
|
|
482
|
+
"LASTMONTH",
|
|
483
|
+
"LASTQUARTER",
|
|
484
|
+
"LASTWEEK",
|
|
485
|
+
"LASTYEAR",
|
|
486
|
+
"QUARTER1",
|
|
487
|
+
"QUARTER2",
|
|
488
|
+
"QUARTER3",
|
|
489
|
+
"QUARTER4",
|
|
490
|
+
"THISMONTH",
|
|
491
|
+
"THISQUARTER",
|
|
492
|
+
"THISWEEK",
|
|
493
|
+
"THISYEAR",
|
|
494
|
+
"TODAY",
|
|
495
|
+
"TOMORROW",
|
|
496
|
+
"YEARTODATE",
|
|
497
|
+
"YESTERDAY"
|
|
498
|
+
],
|
|
499
|
+
"type": "string"
|
|
500
|
+
},
|
|
461
501
|
"CustomCard": {
|
|
462
502
|
"description": "Custom Card",
|
|
463
503
|
"isViewNode": true,
|
|
@@ -491,10 +531,6 @@
|
|
|
491
531
|
"type": "object",
|
|
492
532
|
"additionalProperties": {},
|
|
493
533
|
"properties": {
|
|
494
|
-
"entitySet": {
|
|
495
|
-
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
496
|
-
"type": "string"
|
|
497
|
-
},
|
|
498
534
|
"itemText": {
|
|
499
535
|
"description": "Represents the user defined string in placeholder card.",
|
|
500
536
|
"type": "string"
|
|
@@ -641,6 +677,10 @@
|
|
|
641
677
|
}
|
|
642
678
|
]
|
|
643
679
|
},
|
|
680
|
+
"entitySet": {
|
|
681
|
+
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
682
|
+
"type": "string"
|
|
683
|
+
},
|
|
644
684
|
"title": {
|
|
645
685
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
646
686
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
@@ -709,8 +749,25 @@
|
|
|
709
749
|
]
|
|
710
750
|
},
|
|
711
751
|
"requireAppAuthorization": {
|
|
712
|
-
"description": "Define an authorization check at card level",
|
|
752
|
+
"description": "Define an authorization check at card level.",
|
|
713
753
|
"type": "string"
|
|
754
|
+
},
|
|
755
|
+
"tabs": {
|
|
756
|
+
"description": "Represents the card with view switch control.",
|
|
757
|
+
"type": "array",
|
|
758
|
+
"items": [
|
|
759
|
+
{
|
|
760
|
+
"$ref": "#/definitions/TabSetting"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"minItems": 1,
|
|
764
|
+
"additionalItems": {
|
|
765
|
+
"$ref": "#/definitions/TabSetting"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"addODataSelect": {
|
|
769
|
+
"description": "add $Select parameter in data fetch URL",
|
|
770
|
+
"type": "boolean"
|
|
714
771
|
}
|
|
715
772
|
},
|
|
716
773
|
"required": [
|
|
@@ -756,6 +813,70 @@
|
|
|
756
813
|
},
|
|
757
814
|
"additionalProperties": false
|
|
758
815
|
},
|
|
816
|
+
"TabSetting": {
|
|
817
|
+
"type": "object",
|
|
818
|
+
"additionalProperties": {},
|
|
819
|
+
"properties": {
|
|
820
|
+
"annotationPath": {
|
|
821
|
+
"description": "Represents the annotation path.",
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
"selectionAnnotationPath": {
|
|
825
|
+
"description": "Represents the selection annotation path.",
|
|
826
|
+
"type": "string"
|
|
827
|
+
},
|
|
828
|
+
"chartAnnotationPath": {
|
|
829
|
+
"description": "Represents the chart annotation path.",
|
|
830
|
+
"type": "string"
|
|
831
|
+
},
|
|
832
|
+
"presentationAnnotationPath": {
|
|
833
|
+
"description": "Represents the presentation annotation path.",
|
|
834
|
+
"type": "string"
|
|
835
|
+
},
|
|
836
|
+
"dataPointAnnotationPath": {
|
|
837
|
+
"description": "Represents the data point annotation path.",
|
|
838
|
+
"type": "string"
|
|
839
|
+
},
|
|
840
|
+
"identificationAnnotationPath": {
|
|
841
|
+
"description": "Represents the identification annotation path.",
|
|
842
|
+
"type": "string"
|
|
843
|
+
},
|
|
844
|
+
"dynamicSubtitleAnnotationPath": {
|
|
845
|
+
"description": "Represents the dynamic subtitle annotation path",
|
|
846
|
+
"type": "string"
|
|
847
|
+
},
|
|
848
|
+
"value": {
|
|
849
|
+
"description": "Represents the drop down value to be shown",
|
|
850
|
+
"type": "string"
|
|
851
|
+
},
|
|
852
|
+
"chartProperties": {
|
|
853
|
+
"description": "This property is responsible for setting specific chart settings.",
|
|
854
|
+
"type": "object",
|
|
855
|
+
"properties": {
|
|
856
|
+
"plotArea": {
|
|
857
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"additionalProperties": false
|
|
861
|
+
},
|
|
862
|
+
"colorPalette": {
|
|
863
|
+
"description": "Represents the configuration to customize the column stacked chart.",
|
|
864
|
+
"anyOf": [
|
|
865
|
+
{
|
|
866
|
+
"type": "array",
|
|
867
|
+
"items": {
|
|
868
|
+
"type": "object",
|
|
869
|
+
"additionalProperties": {}
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"type": "object",
|
|
874
|
+
"additionalProperties": {}
|
|
875
|
+
}
|
|
876
|
+
]
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
759
880
|
"ListCard": {
|
|
760
881
|
"description": "List Card",
|
|
761
882
|
"isViewNode": true,
|
|
@@ -780,20 +901,6 @@
|
|
|
780
901
|
"$ref": "#/definitions/ListCardSettings",
|
|
781
902
|
"description": "Represents the properties that are passed to the list card.",
|
|
782
903
|
"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
904
|
}
|
|
798
905
|
},
|
|
799
906
|
"additionalProperties": false,
|
|
@@ -807,10 +914,6 @@
|
|
|
807
914
|
"displayName": "settings",
|
|
808
915
|
"type": "object",
|
|
809
916
|
"properties": {
|
|
810
|
-
"entitySet": {
|
|
811
|
-
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
812
|
-
"type": "string"
|
|
813
|
-
},
|
|
814
917
|
"listFlavor": {
|
|
815
918
|
"$ref": "#/definitions/ListFlavorType",
|
|
816
919
|
"description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
|
|
@@ -835,27 +938,18 @@
|
|
|
835
938
|
"$ref": "#/definitions/SortOrderType",
|
|
836
939
|
"description": "Defines the sort order."
|
|
837
940
|
},
|
|
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
941
|
"dataPointAnnotationPath": {
|
|
856
942
|
"description": "Represents the data point annotation path.",
|
|
857
943
|
"type": "string"
|
|
858
944
|
},
|
|
945
|
+
"showLineItemDetail": {
|
|
946
|
+
"description": "Flag for show line item detail in list and table card.",
|
|
947
|
+
"type": "boolean"
|
|
948
|
+
},
|
|
949
|
+
"entitySet": {
|
|
950
|
+
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
951
|
+
"type": "string"
|
|
952
|
+
},
|
|
859
953
|
"title": {
|
|
860
954
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
861
955
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
@@ -924,13 +1018,29 @@
|
|
|
924
1018
|
]
|
|
925
1019
|
},
|
|
926
1020
|
"requireAppAuthorization": {
|
|
927
|
-
"description": "Define an authorization check at card level",
|
|
1021
|
+
"description": "Define an authorization check at card level.",
|
|
928
1022
|
"type": "string"
|
|
1023
|
+
},
|
|
1024
|
+
"tabs": {
|
|
1025
|
+
"description": "Represents the card with view switch control.",
|
|
1026
|
+
"type": "array",
|
|
1027
|
+
"items": [
|
|
1028
|
+
{
|
|
1029
|
+
"$ref": "#/definitions/TabSetting"
|
|
1030
|
+
}
|
|
1031
|
+
],
|
|
1032
|
+
"minItems": 1,
|
|
1033
|
+
"additionalItems": {
|
|
1034
|
+
"$ref": "#/definitions/TabSetting"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"addODataSelect": {
|
|
1038
|
+
"description": "add $Select parameter in data fetch URL",
|
|
1039
|
+
"type": "boolean"
|
|
929
1040
|
}
|
|
930
1041
|
},
|
|
931
1042
|
"additionalProperties": false,
|
|
932
1043
|
"required": [
|
|
933
|
-
"entitySet",
|
|
934
1044
|
"title"
|
|
935
1045
|
]
|
|
936
1046
|
},
|
|
@@ -956,70 +1066,6 @@
|
|
|
956
1066
|
],
|
|
957
1067
|
"type": "string"
|
|
958
1068
|
},
|
|
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
1069
|
"StackCard": {
|
|
1024
1070
|
"description": "Stack Card",
|
|
1025
1071
|
"isViewNode": true,
|
|
@@ -1056,10 +1102,6 @@
|
|
|
1056
1102
|
"displayName": "settings",
|
|
1057
1103
|
"type": "object",
|
|
1058
1104
|
"properties": {
|
|
1059
|
-
"entitySet": {
|
|
1060
|
-
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1061
|
-
"type": "string"
|
|
1062
|
-
},
|
|
1063
1105
|
"itemText": {
|
|
1064
1106
|
"description": "Represents the user defined string in placeholder card.",
|
|
1065
1107
|
"type": "string"
|
|
@@ -1083,6 +1125,10 @@
|
|
|
1083
1125
|
},
|
|
1084
1126
|
"additionalProperties": false
|
|
1085
1127
|
},
|
|
1128
|
+
"entitySet": {
|
|
1129
|
+
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1130
|
+
"type": "string"
|
|
1131
|
+
},
|
|
1086
1132
|
"title": {
|
|
1087
1133
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1088
1134
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
@@ -1151,13 +1197,29 @@
|
|
|
1151
1197
|
]
|
|
1152
1198
|
},
|
|
1153
1199
|
"requireAppAuthorization": {
|
|
1154
|
-
"description": "Define an authorization check at card level",
|
|
1200
|
+
"description": "Define an authorization check at card level.",
|
|
1155
1201
|
"type": "string"
|
|
1202
|
+
},
|
|
1203
|
+
"tabs": {
|
|
1204
|
+
"description": "Represents the card with view switch control.",
|
|
1205
|
+
"type": "array",
|
|
1206
|
+
"items": [
|
|
1207
|
+
{
|
|
1208
|
+
"$ref": "#/definitions/TabSetting"
|
|
1209
|
+
}
|
|
1210
|
+
],
|
|
1211
|
+
"minItems": 1,
|
|
1212
|
+
"additionalItems": {
|
|
1213
|
+
"$ref": "#/definitions/TabSetting"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"addODataSelect": {
|
|
1217
|
+
"description": "add $Select parameter in data fetch URL",
|
|
1218
|
+
"type": "boolean"
|
|
1156
1219
|
}
|
|
1157
1220
|
},
|
|
1158
1221
|
"additionalProperties": false,
|
|
1159
1222
|
"required": [
|
|
1160
|
-
"entitySet",
|
|
1161
1223
|
"title"
|
|
1162
1224
|
]
|
|
1163
1225
|
},
|
|
@@ -1197,20 +1259,6 @@
|
|
|
1197
1259
|
"displayName": "settings",
|
|
1198
1260
|
"type": "object",
|
|
1199
1261
|
"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
1262
|
"targetUri": {
|
|
1215
1263
|
"description": "The targetUri is a URI defining the link to a quick view, related application or external resource.",
|
|
1216
1264
|
"type": "string"
|
|
@@ -1231,8 +1279,45 @@
|
|
|
1231
1279
|
"description": "headerAnnotationPath represents the path to a HeaderInfo annotation.",
|
|
1232
1280
|
"type": "string"
|
|
1233
1281
|
},
|
|
1282
|
+
"staticContent": {
|
|
1283
|
+
"description": "staticContent represents the static content of a static link list card.",
|
|
1284
|
+
"type": "array",
|
|
1285
|
+
"items": {
|
|
1286
|
+
"$ref": "#/definitions/StaticContent"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"annotationPath": {
|
|
1290
|
+
"description": "Represents the annotation path.",
|
|
1291
|
+
"type": "string"
|
|
1292
|
+
},
|
|
1293
|
+
"entitySet": {
|
|
1294
|
+
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1295
|
+
"type": "string"
|
|
1296
|
+
},
|
|
1297
|
+
"title": {
|
|
1298
|
+
"description": "The language-dependent title of the card, used in the card header.",
|
|
1299
|
+
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1300
|
+
"type": "string"
|
|
1301
|
+
},
|
|
1302
|
+
"subTitle": {
|
|
1303
|
+
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1304
|
+
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1305
|
+
"type": "string"
|
|
1306
|
+
},
|
|
1234
1307
|
"identificationAnnotationPath": {
|
|
1235
|
-
"description": "
|
|
1308
|
+
"description": "Represents the identification annotation path.",
|
|
1309
|
+
"type": "string"
|
|
1310
|
+
},
|
|
1311
|
+
"selectionAnnotationPath": {
|
|
1312
|
+
"description": "Represents the selection annotation path.",
|
|
1313
|
+
"type": "string"
|
|
1314
|
+
},
|
|
1315
|
+
"presentationAnnotationPath": {
|
|
1316
|
+
"description": "Represents the presentation annotation path.",
|
|
1317
|
+
"type": "string"
|
|
1318
|
+
},
|
|
1319
|
+
"category": {
|
|
1320
|
+
"description": "The category of the card, as used in the card header.",
|
|
1236
1321
|
"type": "string"
|
|
1237
1322
|
},
|
|
1238
1323
|
"defaultSpan": {
|
|
@@ -1276,20 +1361,26 @@
|
|
|
1276
1361
|
}
|
|
1277
1362
|
]
|
|
1278
1363
|
},
|
|
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
1364
|
"requireAppAuthorization": {
|
|
1287
|
-
"description": "Define an authorization check at card level",
|
|
1365
|
+
"description": "Define an authorization check at card level.",
|
|
1288
1366
|
"type": "string"
|
|
1289
1367
|
},
|
|
1290
|
-
"
|
|
1291
|
-
"description": "Represents the
|
|
1292
|
-
"type": "
|
|
1368
|
+
"tabs": {
|
|
1369
|
+
"description": "Represents the card with view switch control.",
|
|
1370
|
+
"type": "array",
|
|
1371
|
+
"items": [
|
|
1372
|
+
{
|
|
1373
|
+
"$ref": "#/definitions/TabSetting"
|
|
1374
|
+
}
|
|
1375
|
+
],
|
|
1376
|
+
"minItems": 1,
|
|
1377
|
+
"additionalItems": {
|
|
1378
|
+
"$ref": "#/definitions/TabSetting"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"addODataSelect": {
|
|
1382
|
+
"description": "add $Select parameter in data fetch URL",
|
|
1383
|
+
"type": "boolean"
|
|
1293
1384
|
}
|
|
1294
1385
|
},
|
|
1295
1386
|
"additionalProperties": false,
|
|
@@ -1373,20 +1464,6 @@
|
|
|
1373
1464
|
"description": "Represents the properties that are passed to the table card.",
|
|
1374
1465
|
"artifactType": "Manifest"
|
|
1375
1466
|
},
|
|
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
1467
|
"disableTableCardFlexibility": {
|
|
1391
1468
|
"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
1469
|
"type": "boolean",
|
|
@@ -1404,10 +1481,6 @@
|
|
|
1404
1481
|
"displayName": "settings",
|
|
1405
1482
|
"type": "object",
|
|
1406
1483
|
"properties": {
|
|
1407
|
-
"entitySet": {
|
|
1408
|
-
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1409
|
-
"type": "string"
|
|
1410
|
-
},
|
|
1411
1484
|
"annotationPath": {
|
|
1412
1485
|
"description": "Represents the annotation path.",
|
|
1413
1486
|
"type": "string"
|
|
@@ -1440,18 +1513,13 @@
|
|
|
1440
1513
|
"$ref": "#/definitions/SortOrderType",
|
|
1441
1514
|
"description": "Defines the sort order."
|
|
1442
1515
|
},
|
|
1443
|
-
"
|
|
1444
|
-
"description": "
|
|
1445
|
-
"type": "
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
],
|
|
1451
|
-
"minItems": 1,
|
|
1452
|
-
"additionalItems": {
|
|
1453
|
-
"$ref": "#/definitions/TabSetting"
|
|
1454
|
-
}
|
|
1516
|
+
"showLineItemDetail": {
|
|
1517
|
+
"description": "Flag for show line item detail in list and table card.",
|
|
1518
|
+
"type": "boolean"
|
|
1519
|
+
},
|
|
1520
|
+
"entitySet": {
|
|
1521
|
+
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1522
|
+
"type": "string"
|
|
1455
1523
|
},
|
|
1456
1524
|
"title": {
|
|
1457
1525
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
@@ -1521,13 +1589,29 @@
|
|
|
1521
1589
|
]
|
|
1522
1590
|
},
|
|
1523
1591
|
"requireAppAuthorization": {
|
|
1524
|
-
"description": "Define an authorization check at card level",
|
|
1592
|
+
"description": "Define an authorization check at card level.",
|
|
1525
1593
|
"type": "string"
|
|
1594
|
+
},
|
|
1595
|
+
"tabs": {
|
|
1596
|
+
"description": "Represents the card with view switch control.",
|
|
1597
|
+
"type": "array",
|
|
1598
|
+
"items": [
|
|
1599
|
+
{
|
|
1600
|
+
"$ref": "#/definitions/TabSetting"
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1603
|
+
"minItems": 1,
|
|
1604
|
+
"additionalItems": {
|
|
1605
|
+
"$ref": "#/definitions/TabSetting"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
"addODataSelect": {
|
|
1609
|
+
"description": "add $Select parameter in data fetch URL",
|
|
1610
|
+
"type": "boolean"
|
|
1526
1611
|
}
|
|
1527
1612
|
},
|
|
1528
1613
|
"additionalProperties": false,
|
|
1529
1614
|
"required": [
|
|
1530
|
-
"entitySet",
|
|
1531
1615
|
"title"
|
|
1532
1616
|
]
|
|
1533
1617
|
},
|
|
@@ -1561,20 +1645,6 @@
|
|
|
1561
1645
|
"$ref": "#/definitions/AnalyticalCardSettingsv4"
|
|
1562
1646
|
}
|
|
1563
1647
|
]
|
|
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
1648
|
}
|
|
1579
1649
|
},
|
|
1580
1650
|
"additionalProperties": false,
|
|
@@ -1588,10 +1658,6 @@
|
|
|
1588
1658
|
"displayName": "settings",
|
|
1589
1659
|
"type": "object",
|
|
1590
1660
|
"properties": {
|
|
1591
|
-
"entitySet": {
|
|
1592
|
-
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1593
|
-
"type": "string"
|
|
1594
|
-
},
|
|
1595
1661
|
"chartAnnotationPath": {
|
|
1596
1662
|
"description": "Represents the chart annotation path.",
|
|
1597
1663
|
"type": "string"
|
|
@@ -1604,6 +1670,10 @@
|
|
|
1604
1670
|
"description": "Represents things like people, number of items.",
|
|
1605
1671
|
"type": "string"
|
|
1606
1672
|
},
|
|
1673
|
+
"entitySet": {
|
|
1674
|
+
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1675
|
+
"type": "string"
|
|
1676
|
+
},
|
|
1607
1677
|
"title": {
|
|
1608
1678
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1609
1679
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
@@ -1672,13 +1742,29 @@
|
|
|
1672
1742
|
]
|
|
1673
1743
|
},
|
|
1674
1744
|
"requireAppAuthorization": {
|
|
1675
|
-
"description": "Define an authorization check at card level",
|
|
1745
|
+
"description": "Define an authorization check at card level.",
|
|
1676
1746
|
"type": "string"
|
|
1747
|
+
},
|
|
1748
|
+
"tabs": {
|
|
1749
|
+
"description": "Represents the card with view switch control.",
|
|
1750
|
+
"type": "array",
|
|
1751
|
+
"items": [
|
|
1752
|
+
{
|
|
1753
|
+
"$ref": "#/definitions/TabSetting"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"minItems": 1,
|
|
1757
|
+
"additionalItems": {
|
|
1758
|
+
"$ref": "#/definitions/TabSetting"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
"addODataSelect": {
|
|
1762
|
+
"description": "add $Select parameter in data fetch URL",
|
|
1763
|
+
"type": "boolean"
|
|
1677
1764
|
}
|
|
1678
1765
|
},
|
|
1679
1766
|
"additionalProperties": false,
|
|
1680
1767
|
"required": [
|
|
1681
|
-
"entitySet",
|
|
1682
1768
|
"title"
|
|
1683
1769
|
]
|
|
1684
1770
|
},
|
|
@@ -1689,10 +1775,6 @@
|
|
|
1689
1775
|
"measureAggregate": {
|
|
1690
1776
|
"$ref": "#/definitions/MeasureAggregateSettings"
|
|
1691
1777
|
},
|
|
1692
|
-
"entitySet": {
|
|
1693
|
-
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1694
|
-
"type": "string"
|
|
1695
|
-
},
|
|
1696
1778
|
"chartAnnotationPath": {
|
|
1697
1779
|
"description": "Represents the chart annotation path.",
|
|
1698
1780
|
"type": "string"
|
|
@@ -1705,6 +1787,10 @@
|
|
|
1705
1787
|
"description": "Represents things like people, number of items.",
|
|
1706
1788
|
"type": "string"
|
|
1707
1789
|
},
|
|
1790
|
+
"entitySet": {
|
|
1791
|
+
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1792
|
+
"type": "string"
|
|
1793
|
+
},
|
|
1708
1794
|
"title": {
|
|
1709
1795
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1710
1796
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
@@ -1773,13 +1859,29 @@
|
|
|
1773
1859
|
]
|
|
1774
1860
|
},
|
|
1775
1861
|
"requireAppAuthorization": {
|
|
1776
|
-
"description": "Define an authorization check at card level",
|
|
1862
|
+
"description": "Define an authorization check at card level.",
|
|
1777
1863
|
"type": "string"
|
|
1864
|
+
},
|
|
1865
|
+
"tabs": {
|
|
1866
|
+
"description": "Represents the card with view switch control.",
|
|
1867
|
+
"type": "array",
|
|
1868
|
+
"items": [
|
|
1869
|
+
{
|
|
1870
|
+
"$ref": "#/definitions/TabSetting"
|
|
1871
|
+
}
|
|
1872
|
+
],
|
|
1873
|
+
"minItems": 1,
|
|
1874
|
+
"additionalItems": {
|
|
1875
|
+
"$ref": "#/definitions/TabSetting"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"addODataSelect": {
|
|
1879
|
+
"description": "add $Select parameter in data fetch URL",
|
|
1880
|
+
"type": "boolean"
|
|
1778
1881
|
}
|
|
1779
1882
|
},
|
|
1780
1883
|
"additionalProperties": false,
|
|
1781
1884
|
"required": [
|
|
1782
|
-
"entitySet",
|
|
1783
1885
|
"title"
|
|
1784
1886
|
]
|
|
1785
1887
|
},
|