@sap/ux-specification 1.84.78 → 1.84.79

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 (51) hide show
  1. package/CHANGELOG.md +38 -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-ListReport.html +2 -2
  9. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  10. package/dist/index-min.js +23 -23
  11. package/dist/index-min.js.map +3 -3
  12. package/dist/package.json +6 -6
  13. package/dist/schemas/v2/OverviewPageConfig.json +541 -327
  14. package/dist/src/extensionLogger.d.ts.map +1 -1
  15. package/dist/src/extensionLogger.js +6 -1
  16. package/dist/src/extensionLogger.js.map +1 -1
  17. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  18. package/dist/src/sync/common/distTagEvaluator.js +1 -1
  19. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  20. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  21. package/dist/src/sync/common/importProject.js +2 -8
  22. package/dist/src/sync/common/importProject.js.map +1 -1
  23. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  24. package/dist/src/sync/v2/generate/analyticalListReport.js +1 -4
  25. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  26. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
  27. package/dist/src/sync/v2/generate/generate.js +1 -4
  28. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  29. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  30. package/dist/src/sync/v2/generate/listReport.js +9 -9
  31. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  32. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  33. package/dist/src/sync/v2/import/pages/listReport.js +1 -4
  34. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  35. package/dist/src/sync/v2/types.d.ts +1 -0
  36. package/dist/src/sync/v2/types.d.ts.map +1 -1
  37. package/dist/src/sync/v2/types.js +2 -1
  38. package/dist/src/sync/v2/types.js.map +1 -1
  39. package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
  40. package/dist/src/sync/v4/generate/generate.js +1 -4
  41. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  42. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  43. package/dist/src/sync/v4/generate/listReport.js +6 -10
  44. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  45. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  46. package/dist/src/sync/v4/generate/objectPage.js +1 -4
  47. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  48. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  49. package/dist/src/sync/v4/import/pages/listReport.js +1 -4
  50. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  51. package/package.json +6 -6
@@ -391,7 +391,7 @@
391
391
  "artifactType": "Manifest"
392
392
  },
393
393
  "settings": {
394
- "$ref": "#/definitions/CustomCardSettings",
394
+ "$ref": "#/definitions/CommonCardSettings",
395
395
  "description": "Represents the properties that are passed to the custom card.",
396
396
  "artifactType": "Manifest"
397
397
  }
@@ -402,173 +402,56 @@
402
402
  "template"
403
403
  ]
404
404
  },
405
- "CustomCardSettings": {
405
+ "CommonCardSettings": {
406
406
  "displayName": "settings",
407
407
  "type": "object",
408
- "additionalProperties": {},
409
408
  "properties": {
410
- "itemText": {
411
- "description": "Represents the user defined string in placeholder card.",
412
- "type": "string"
413
- },
414
- "valueSelectionInfo": {
415
- "description": "Represents things like people, number of items.",
416
- "type": "string"
417
- },
418
- "staticContent": {
419
- "description": "Represents the static content that will be displayed in this card.",
420
- "type": "array",
421
- "items": {
422
- "type": "object",
423
- "additionalProperties": {}
424
- }
425
- },
426
- "listFlavor": {
427
- "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
428
- "enum": [
429
- "bar",
430
- "carousel",
431
- "standard"
432
- ],
433
- "type": "string"
434
- },
435
- "listType": {
436
- "description": "Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card.",
437
- "enum": [
438
- "condensed",
439
- "extended"
440
- ],
441
- "type": "string"
442
- },
443
- "sortBy": {
444
- "description": "Represents the sort key for the entity set.",
445
- "type": "string"
446
- },
447
- "sortOrder": {
448
- "description": "Represents the sort order for the entity set.",
449
- "enum": [
450
- "ascending",
451
- "descending"
452
- ],
453
- "type": "string"
454
- },
455
- "annotationPath": {
456
- "description": "Represents the annotation path.",
457
- "type": "string"
458
- },
459
- "chartAnnotationPath": {
460
- "description": "Represents the chart annotation path.",
461
- "type": "string"
462
- },
463
- "dataPointAnnotationPath": {
464
- "description": "Represents the data point annotation path.",
465
- "type": "string"
466
- },
467
- "kpiAnnotationPath": {
468
- "description": "Represents the KPI annotation path.",
469
- "type": "string"
470
- },
471
- "selectionPresentationAnnotationPath": {
472
- "description": "Represents the selection presentation annotation path.",
473
- "type": "string"
474
- },
475
- "dynamicSubtitleAnnotationPath": {
476
- "description": "Represents the dynamic subtitle annotation path.",
477
- "type": "string"
478
- },
479
- "ignoreSapText": {
480
- "description": "Represents the flag to indicate priority of number formatting over sap text.",
481
- "type": "boolean"
482
- },
483
- "objectStreamCardsSettings": {
484
- "$ref": "#/definitions/ObjectStreamCardsSettingsDef",
485
- "description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards."
486
- },
487
- "enableLocaleCurrencyFormatting": {
488
- "description": "Represents the flag to indicate the use of object number/smart field.",
489
- "type": "boolean"
490
- },
491
- "navigation": {
492
- "$ref": "#/definitions/CustomCardNavigationType",
493
- "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
494
- },
495
- "showFilterInHeader": {
496
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
497
- "type": "boolean"
498
- },
499
- "showSortingInHeader": {
500
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
501
- "type": "boolean"
502
- },
503
- "imageSupported": {
504
- "description": "Flag for enabling images in a condensed list card.",
505
- "type": "boolean"
506
- },
507
- "showLineItemDetail": {
508
- "description": "Flag for show line item detail in list and table card.",
509
- "type": "boolean"
510
- },
511
- "showLabelText": {
512
- "description": "This property is responsible for showing and hiding text labels on the geo spots.",
513
- "type": "boolean"
514
- },
515
- "customParams": {
516
- "description": "This property is responsible for passing custom parameters present in the entity set to the navigating application.",
517
- "type": "string"
518
- },
519
- "chartProperties": {
520
- "description": "This property is responsible for setting specific chart settings.",
521
- "type": "object",
522
- "properties": {
523
- "plotArea": {
524
- "$ref": "#/definitions/PlotAreaDef"
525
- },
526
- "timeAxis": {
527
- "$ref": "#/definitions/TimeAxisDef"
528
- }
529
- },
530
- "additionalProperties": false
531
- },
532
- "colorPalette": {
533
- "description": "Represents the configuration to customize the column stacked chart.",
534
- "anyOf": [
535
- {
536
- "type": "array",
537
- "items": {
538
- "type": "object",
539
- "additionalProperties": {}
540
- }
541
- },
542
- {
543
- "type": "object",
544
- "additionalProperties": {}
545
- }
546
- ]
547
- },
548
409
  "entitySet": {
549
410
  "description": "Represents the dominant entity set that will be displayed in the given card.",
550
- "type": "string"
411
+ "type": "string",
412
+ "artifactType": "Manifest"
551
413
  },
552
414
  "title": {
553
415
  "description": "The language-dependent title of the card, used in the card header.",
554
416
  "i18nClassification": "TIT: Title of the card, used in the card header",
555
- "type": "string"
417
+ "type": "string",
418
+ "artifactType": "Manifest"
556
419
  },
557
420
  "subTitle": {
558
421
  "description": "The language-dependent subtitle of the card, used in the card header.",
559
422
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
423
+ "type": "string",
424
+ "artifactType": "Manifest"
425
+ },
426
+ "annotationPath": {
427
+ "description": "Represents the annotation path.",
560
428
  "type": "string"
561
429
  },
562
430
  "identificationAnnotationPath": {
563
431
  "description": "Represents the identification annotation path.",
432
+ "type": "string",
433
+ "artifactType": "Manifest"
434
+ },
435
+ "dataPointAnnotationPath": {
436
+ "description": "Represents the data point annotation path.",
564
437
  "type": "string"
565
438
  },
566
439
  "selectionAnnotationPath": {
567
440
  "description": "Represents the selection annotation path.",
568
- "type": "string"
441
+ "type": "string",
442
+ "artifactType": "Manifest"
569
443
  },
570
444
  "presentationAnnotationPath": {
571
445
  "description": "Represents the presentation annotation path.",
446
+ "type": "string",
447
+ "artifactType": "Manifest"
448
+ },
449
+ "selectionPresentationAnnotationPath": {
450
+ "description": "Represents the selection presentation annotation path.",
451
+ "type": "string"
452
+ },
453
+ "kpiAnnotationPath": {
454
+ "description": "Represents the KPI annotation path.",
572
455
  "type": "string"
573
456
  },
574
457
  "category": {
@@ -616,7 +499,8 @@
616
499
  },
617
500
  "requireAppAuthorization": {
618
501
  "description": "Define an authorization check at card level.",
619
- "type": "string"
502
+ "type": "string",
503
+ "artifactType": "Manifest"
620
504
  },
621
505
  "tabs": {
622
506
  "description": "Represents the card with view switch control.",
@@ -629,110 +513,51 @@
629
513
  "minItems": 1,
630
514
  "additionalItems": {
631
515
  "$ref": "#/definitions/TabSetting"
632
- }
516
+ },
517
+ "artifactType": "Manifest"
633
518
  },
634
519
  "addODataSelect": {
635
520
  "description": "add $Select parameter in data fetch URL",
636
- "type": "boolean"
637
- }
638
- },
639
- "required": [
640
- "title"
641
- ]
642
- },
643
- "ObjectStreamCardsSettingsDef": {
644
- "description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards",
645
- "type": "object",
646
- "additionalProperties": {},
647
- "properties": {
648
- "showFirstActionInFooter": {
649
- "description": "Represents the flag to show first action in footer of the Quickview cards",
650
- "type": "boolean"
521
+ "type": "boolean",
522
+ "artifactType": "Manifest"
651
523
  },
652
- "customActions": {
653
- "description": "Represents the custom actions in the Quick View Cards",
654
- "minItems": 1,
655
- "type": "array",
656
- "items": [
657
- {
658
- "$ref": "#/definitions/CustomActionsSetting"
659
- }
524
+ "sortBy": {
525
+ "description": "Defines the property by which the list shall be sorted.",
526
+ "type": "string"
527
+ },
528
+ "sortOrder": {
529
+ "description": "Sort order (ascending or descending)",
530
+ "enum": [
531
+ "ascending",
532
+ "descending"
660
533
  ],
661
- "additionalItems": {
662
- "$ref": "#/definitions/CustomActionsSetting"
663
- }
664
- }
665
- }
666
- },
667
- "CustomActionsSetting": {
668
- "description": "Represents the properties for the custom actions in the Quick View Cards",
669
- "type": "object",
670
- "additionalProperties": {},
671
- "properties": {
672
- "text": {
673
- "description": "Text displayed for extended actions in Quick View",
674
534
  "type": "string"
675
535
  },
676
- "press": {
677
- "description": "Name of the press handler for extended actions in Quick View",
536
+ "dynamicSubtitleAnnotationPath": {
537
+ "description": "Represents the dynamic subtitle annotation path.",
678
538
  "type": "string"
679
539
  },
680
- "position": {
681
- "description": "Position of extended actions in Quick View",
682
- "type": "number"
683
- }
684
- }
685
- },
686
- "CustomCardNavigationType": {
687
- "enum": [
688
- "chartNav",
689
- "dataPointNav",
690
- "headerNav",
691
- "noHeaderNav"
692
- ],
693
- "type": "string"
694
- },
695
- "PlotAreaDef": {
696
- "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
697
- "type": "object",
698
- "properties": {
699
- "isSmoothed": {
700
- "description": "Represents whether smoother curves are required or not",
540
+ "enableLocaleCurrencyFormatting": {
541
+ "description": "Represents the flag to indicate the use of object number/smart field.",
701
542
  "type": "boolean"
702
543
  },
703
- "markerSize": {
704
- "description": "Represents the size of the markers in scatter plots",
705
- "type": "number"
544
+ "showFilterInHeader": {
545
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
546
+ "type": "boolean"
706
547
  },
707
- "dataLabel": {
708
- "description": "dataLabel is a parent property that defines other properties for type",
709
- "type": "object",
710
- "properties": {
711
- "type": {
712
- "description": "Defines whether to display percentage values or actual counts in the donut chart",
713
- "enum": [
714
- "percentage",
715
- "value"
716
- ],
717
- "type": "string"
718
- }
719
- },
720
- "additionalProperties": false
548
+ "showSortingInHeader": {
549
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
550
+ "type": "boolean"
551
+ },
552
+ "customParams": {
553
+ "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
554
+ "type": "string"
721
555
  }
722
556
  },
723
- "additionalProperties": false
724
- },
725
- "TimeAxisDef": {
726
- "description": "Represents the configuration to customize the time axis",
727
- "type": "object",
728
- "additionalProperties": {},
729
- "properties": {
730
- "levels": {
731
- "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
732
- "type": "array",
733
- "items": {}
734
- }
735
- }
557
+ "additionalProperties": false,
558
+ "required": [
559
+ "title"
560
+ ]
736
561
  },
737
562
  "TabSetting": {
738
563
  "description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
@@ -783,22 +608,64 @@
783
608
  }
784
609
  },
785
610
  "additionalProperties": false
786
- },
787
- "colorPalette": {
788
- "description": "Represents the configuration to customize the column stacked chart",
789
- "anyOf": [
790
- {
791
- "type": "array",
792
- "items": {
793
- "type": "object",
794
- "additionalProperties": {}
795
- }
796
- },
797
- {
798
- "type": "object",
799
- "additionalProperties": {}
800
- }
801
- ]
611
+ },
612
+ "colorPalette": {
613
+ "description": "Represents the configuration to customize the column stacked chart",
614
+ "anyOf": [
615
+ {
616
+ "type": "array",
617
+ "items": {
618
+ "type": "object",
619
+ "additionalProperties": {}
620
+ }
621
+ },
622
+ {
623
+ "type": "object",
624
+ "additionalProperties": {}
625
+ }
626
+ ]
627
+ }
628
+ }
629
+ },
630
+ "PlotAreaDef": {
631
+ "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
632
+ "type": "object",
633
+ "properties": {
634
+ "isSmoothed": {
635
+ "description": "Represents whether smoother curves are required or not",
636
+ "type": "boolean"
637
+ },
638
+ "markerSize": {
639
+ "description": "Represents the size of the markers in scatter plots",
640
+ "type": "number"
641
+ },
642
+ "dataLabel": {
643
+ "description": "dataLabel is a parent property that defines other properties for type",
644
+ "type": "object",
645
+ "properties": {
646
+ "type": {
647
+ "description": "Defines whether to display percentage values or actual counts in the donut chart",
648
+ "enum": [
649
+ "percentage",
650
+ "value"
651
+ ],
652
+ "type": "string"
653
+ }
654
+ },
655
+ "additionalProperties": false
656
+ }
657
+ },
658
+ "additionalProperties": false
659
+ },
660
+ "TimeAxisDef": {
661
+ "description": "Represents the configuration to customize the time axis",
662
+ "type": "object",
663
+ "additionalProperties": {},
664
+ "properties": {
665
+ "levels": {
666
+ "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
667
+ "type": "array",
668
+ "items": {}
802
669
  }
803
670
  }
804
671
  },
@@ -847,30 +714,18 @@
847
714
  "$ref": "#/definitions/ListTypeType",
848
715
  "description": "Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."
849
716
  },
850
- "annotationPath": {
851
- "description": "Represents the annotation path.",
852
- "type": "string"
717
+ "showLineItemDetail": {
718
+ "description": "Flag for show line item detail in list and table card.",
719
+ "type": "boolean"
720
+ },
721
+ "imageSupported": {
722
+ "description": "Flag for enabling images in a condensed list card.",
723
+ "type": "boolean"
853
724
  },
854
725
  "valueSelectionInfo": {
855
726
  "description": "Represents things like people, number of items.",
856
727
  "type": "string"
857
728
  },
858
- "sortBy": {
859
- "description": "Defines the property by which the list shall be sorted.",
860
- "type": "string"
861
- },
862
- "sortOrder": {
863
- "$ref": "#/definitions/SortOrderType",
864
- "description": "Defines the sort order."
865
- },
866
- "dataPointAnnotationPath": {
867
- "description": "Represents the data point annotation path.",
868
- "type": "string"
869
- },
870
- "showLineItemDetail": {
871
- "description": "Flag for show line item detail in list and table card.",
872
- "type": "boolean"
873
- },
874
729
  "entitySet": {
875
730
  "description": "Represents the dominant entity set that will be displayed in the given card.",
876
731
  "type": "string"
@@ -885,10 +740,18 @@
885
740
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
886
741
  "type": "string"
887
742
  },
743
+ "annotationPath": {
744
+ "description": "Represents the annotation path.",
745
+ "type": "string"
746
+ },
888
747
  "identificationAnnotationPath": {
889
748
  "description": "Represents the identification annotation path.",
890
749
  "type": "string"
891
750
  },
751
+ "dataPointAnnotationPath": {
752
+ "description": "Represents the data point annotation path.",
753
+ "type": "string"
754
+ },
892
755
  "selectionAnnotationPath": {
893
756
  "description": "Represents the selection annotation path.",
894
757
  "type": "string"
@@ -897,6 +760,14 @@
897
760
  "description": "Represents the presentation annotation path.",
898
761
  "type": "string"
899
762
  },
763
+ "selectionPresentationAnnotationPath": {
764
+ "description": "Represents the selection presentation annotation path.",
765
+ "type": "string"
766
+ },
767
+ "kpiAnnotationPath": {
768
+ "description": "Represents the KPI annotation path.",
769
+ "type": "string"
770
+ },
900
771
  "category": {
901
772
  "description": "The category of the card, as used in the card header.",
902
773
  "type": "string"
@@ -960,6 +831,38 @@
960
831
  "addODataSelect": {
961
832
  "description": "add $Select parameter in data fetch URL",
962
833
  "type": "boolean"
834
+ },
835
+ "sortBy": {
836
+ "description": "Defines the property by which the list shall be sorted.",
837
+ "type": "string"
838
+ },
839
+ "sortOrder": {
840
+ "description": "Sort order (ascending or descending)",
841
+ "enum": [
842
+ "ascending",
843
+ "descending"
844
+ ],
845
+ "type": "string"
846
+ },
847
+ "dynamicSubtitleAnnotationPath": {
848
+ "description": "Represents the dynamic subtitle annotation path.",
849
+ "type": "string"
850
+ },
851
+ "enableLocaleCurrencyFormatting": {
852
+ "description": "Represents the flag to indicate the use of object number/smart field.",
853
+ "type": "boolean"
854
+ },
855
+ "showFilterInHeader": {
856
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
857
+ "type": "boolean"
858
+ },
859
+ "showSortingInHeader": {
860
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
861
+ "type": "boolean"
862
+ },
863
+ "customParams": {
864
+ "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
865
+ "type": "string"
963
866
  }
964
867
  },
965
868
  "additionalProperties": false,
@@ -982,13 +885,6 @@
982
885
  ],
983
886
  "type": "string"
984
887
  },
985
- "SortOrderType": {
986
- "enum": [
987
- "ascending",
988
- "descending"
989
- ],
990
- "type": "string"
991
- },
992
888
  "StackCard": {
993
889
  "description": "Stack Card",
994
890
  "isViewNode": true,
@@ -1049,10 +945,18 @@
1049
945
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1050
946
  "type": "string"
1051
947
  },
948
+ "annotationPath": {
949
+ "description": "Represents the annotation path.",
950
+ "type": "string"
951
+ },
1052
952
  "identificationAnnotationPath": {
1053
953
  "description": "Represents the identification annotation path.",
1054
954
  "type": "string"
1055
955
  },
956
+ "dataPointAnnotationPath": {
957
+ "description": "Represents the data point annotation path.",
958
+ "type": "string"
959
+ },
1056
960
  "selectionAnnotationPath": {
1057
961
  "description": "Represents the selection annotation path.",
1058
962
  "type": "string"
@@ -1061,6 +965,14 @@
1061
965
  "description": "Represents the presentation annotation path.",
1062
966
  "type": "string"
1063
967
  },
968
+ "selectionPresentationAnnotationPath": {
969
+ "description": "Represents the selection presentation annotation path.",
970
+ "type": "string"
971
+ },
972
+ "kpiAnnotationPath": {
973
+ "description": "Represents the KPI annotation path.",
974
+ "type": "string"
975
+ },
1064
976
  "category": {
1065
977
  "description": "The category of the card, as used in the card header.",
1066
978
  "type": "string"
@@ -1124,6 +1036,38 @@
1124
1036
  "addODataSelect": {
1125
1037
  "description": "add $Select parameter in data fetch URL",
1126
1038
  "type": "boolean"
1039
+ },
1040
+ "sortBy": {
1041
+ "description": "Defines the property by which the list shall be sorted.",
1042
+ "type": "string"
1043
+ },
1044
+ "sortOrder": {
1045
+ "description": "Sort order (ascending or descending)",
1046
+ "enum": [
1047
+ "ascending",
1048
+ "descending"
1049
+ ],
1050
+ "type": "string"
1051
+ },
1052
+ "dynamicSubtitleAnnotationPath": {
1053
+ "description": "Represents the dynamic subtitle annotation path.",
1054
+ "type": "string"
1055
+ },
1056
+ "enableLocaleCurrencyFormatting": {
1057
+ "description": "Represents the flag to indicate the use of object number/smart field.",
1058
+ "type": "boolean"
1059
+ },
1060
+ "showFilterInHeader": {
1061
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1062
+ "type": "boolean"
1063
+ },
1064
+ "showSortingInHeader": {
1065
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1066
+ "type": "boolean"
1067
+ },
1068
+ "customParams": {
1069
+ "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1070
+ "type": "string"
1127
1071
  }
1128
1072
  },
1129
1073
  "additionalProperties": false,
@@ -1131,6 +1075,49 @@
1131
1075
  "title"
1132
1076
  ]
1133
1077
  },
1078
+ "ObjectStreamCardsSettingsDef": {
1079
+ "description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards",
1080
+ "type": "object",
1081
+ "additionalProperties": {},
1082
+ "properties": {
1083
+ "showFirstActionInFooter": {
1084
+ "description": "Represents the flag to show first action in footer of the Quickview cards",
1085
+ "type": "boolean"
1086
+ },
1087
+ "customActions": {
1088
+ "description": "Represents the custom actions in the Quick View Cards",
1089
+ "minItems": 1,
1090
+ "type": "array",
1091
+ "items": [
1092
+ {
1093
+ "$ref": "#/definitions/CustomActionsSetting"
1094
+ }
1095
+ ],
1096
+ "additionalItems": {
1097
+ "$ref": "#/definitions/CustomActionsSetting"
1098
+ }
1099
+ }
1100
+ }
1101
+ },
1102
+ "CustomActionsSetting": {
1103
+ "description": "Represents the properties for the custom actions in the Quick View Cards",
1104
+ "type": "object",
1105
+ "additionalProperties": {},
1106
+ "properties": {
1107
+ "text": {
1108
+ "description": "Text displayed for extended actions in Quick View",
1109
+ "type": "string"
1110
+ },
1111
+ "press": {
1112
+ "description": "Name of the press handler for extended actions in Quick View",
1113
+ "type": "string"
1114
+ },
1115
+ "position": {
1116
+ "description": "Position of extended actions in Quick View",
1117
+ "type": "number"
1118
+ }
1119
+ }
1120
+ },
1134
1121
  "LinklistCard": {
1135
1122
  "description": "Link List Card",
1136
1123
  "isViewNode": true,
@@ -1172,14 +1159,6 @@
1172
1159
  "$ref": "#/definitions/LinkListFlavorType",
1173
1160
  "description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
1174
1161
  },
1175
- "sortBy": {
1176
- "description": "sortBy defines the property by which the list shall be sorted.",
1177
- "type": "string"
1178
- },
1179
- "sortOrder": {
1180
- "$ref": "#/definitions/SortOrderType",
1181
- "description": "sortOrder defines the sort order. Valid values are 'ascending' or 'descending'"
1182
- },
1183
1162
  "headerAnnotationPath": {
1184
1163
  "description": "headerAnnotationPath represents the path to a HeaderInfo annotation.",
1185
1164
  "type": "string"
@@ -1191,10 +1170,6 @@
1191
1170
  "$ref": "#/definitions/StaticContent"
1192
1171
  }
1193
1172
  },
1194
- "annotationPath": {
1195
- "description": "Represents the annotation path.",
1196
- "type": "string"
1197
- },
1198
1173
  "entitySet": {
1199
1174
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1200
1175
  "type": "string"
@@ -1209,10 +1184,18 @@
1209
1184
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1210
1185
  "type": "string"
1211
1186
  },
1187
+ "annotationPath": {
1188
+ "description": "Represents the annotation path.",
1189
+ "type": "string"
1190
+ },
1212
1191
  "identificationAnnotationPath": {
1213
1192
  "description": "Represents the identification annotation path.",
1214
1193
  "type": "string"
1215
1194
  },
1195
+ "dataPointAnnotationPath": {
1196
+ "description": "Represents the data point annotation path.",
1197
+ "type": "string"
1198
+ },
1216
1199
  "selectionAnnotationPath": {
1217
1200
  "description": "Represents the selection annotation path.",
1218
1201
  "type": "string"
@@ -1221,6 +1204,14 @@
1221
1204
  "description": "Represents the presentation annotation path.",
1222
1205
  "type": "string"
1223
1206
  },
1207
+ "selectionPresentationAnnotationPath": {
1208
+ "description": "Represents the selection presentation annotation path.",
1209
+ "type": "string"
1210
+ },
1211
+ "kpiAnnotationPath": {
1212
+ "description": "Represents the KPI annotation path.",
1213
+ "type": "string"
1214
+ },
1224
1215
  "category": {
1225
1216
  "description": "The category of the card, as used in the card header.",
1226
1217
  "type": "string"
@@ -1284,6 +1275,38 @@
1284
1275
  "addODataSelect": {
1285
1276
  "description": "add $Select parameter in data fetch URL",
1286
1277
  "type": "boolean"
1278
+ },
1279
+ "sortBy": {
1280
+ "description": "Defines the property by which the list shall be sorted.",
1281
+ "type": "string"
1282
+ },
1283
+ "sortOrder": {
1284
+ "description": "Sort order (ascending or descending)",
1285
+ "enum": [
1286
+ "ascending",
1287
+ "descending"
1288
+ ],
1289
+ "type": "string"
1290
+ },
1291
+ "dynamicSubtitleAnnotationPath": {
1292
+ "description": "Represents the dynamic subtitle annotation path.",
1293
+ "type": "string"
1294
+ },
1295
+ "enableLocaleCurrencyFormatting": {
1296
+ "description": "Represents the flag to indicate the use of object number/smart field.",
1297
+ "type": "boolean"
1298
+ },
1299
+ "showFilterInHeader": {
1300
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1301
+ "type": "boolean"
1302
+ },
1303
+ "showSortingInHeader": {
1304
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1305
+ "type": "boolean"
1306
+ },
1307
+ "customParams": {
1308
+ "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1309
+ "type": "string"
1287
1310
  }
1288
1311
  },
1289
1312
  "additionalProperties": false,
@@ -1384,42 +1407,14 @@
1384
1407
  "displayName": "settings",
1385
1408
  "type": "object",
1386
1409
  "properties": {
1387
- "annotationPath": {
1388
- "description": "Represents the annotation path.",
1389
- "type": "string"
1390
- },
1391
- "listFlavor": {
1392
- "$ref": "#/definitions/ListFlavorType",
1393
- "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
1394
- },
1395
- "listType": {
1396
- "$ref": "#/definitions/ListTypeType",
1397
- "description": "Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."
1398
- },
1399
- "dataPointAnnotationPath": {
1400
- "description": "Represents the data point annotation path.",
1401
- "type": "string"
1402
- },
1403
- "selectionPresentationAnnotationPath": {
1404
- "description": "Represents the selection presentation annotation path.",
1405
- "type": "string"
1410
+ "showLineItemDetail": {
1411
+ "description": "Flag for show line item detail in list and table card.",
1412
+ "type": "boolean"
1406
1413
  },
1407
1414
  "valueSelectionInfo": {
1408
1415
  "description": "Represents things like people, number of items.",
1409
1416
  "type": "string"
1410
1417
  },
1411
- "sortBy": {
1412
- "description": "Defines the property by which the list shall be sorted.",
1413
- "type": "string"
1414
- },
1415
- "sortOrder": {
1416
- "$ref": "#/definitions/SortOrderType",
1417
- "description": "Defines the sort order."
1418
- },
1419
- "showLineItemDetail": {
1420
- "description": "Flag for show line item detail in list and table card.",
1421
- "type": "boolean"
1422
- },
1423
1418
  "entitySet": {
1424
1419
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1425
1420
  "type": "string"
@@ -1434,10 +1429,18 @@
1434
1429
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1435
1430
  "type": "string"
1436
1431
  },
1432
+ "annotationPath": {
1433
+ "description": "Represents the annotation path.",
1434
+ "type": "string"
1435
+ },
1437
1436
  "identificationAnnotationPath": {
1438
1437
  "description": "Represents the identification annotation path.",
1439
1438
  "type": "string"
1440
1439
  },
1440
+ "dataPointAnnotationPath": {
1441
+ "description": "Represents the data point annotation path.",
1442
+ "type": "string"
1443
+ },
1441
1444
  "selectionAnnotationPath": {
1442
1445
  "description": "Represents the selection annotation path.",
1443
1446
  "type": "string"
@@ -1446,6 +1449,14 @@
1446
1449
  "description": "Represents the presentation annotation path.",
1447
1450
  "type": "string"
1448
1451
  },
1452
+ "selectionPresentationAnnotationPath": {
1453
+ "description": "Represents the selection presentation annotation path.",
1454
+ "type": "string"
1455
+ },
1456
+ "kpiAnnotationPath": {
1457
+ "description": "Represents the KPI annotation path.",
1458
+ "type": "string"
1459
+ },
1449
1460
  "category": {
1450
1461
  "description": "The category of the card, as used in the card header.",
1451
1462
  "type": "string"
@@ -1509,6 +1520,38 @@
1509
1520
  "addODataSelect": {
1510
1521
  "description": "add $Select parameter in data fetch URL",
1511
1522
  "type": "boolean"
1523
+ },
1524
+ "sortBy": {
1525
+ "description": "Defines the property by which the list shall be sorted.",
1526
+ "type": "string"
1527
+ },
1528
+ "sortOrder": {
1529
+ "description": "Sort order (ascending or descending)",
1530
+ "enum": [
1531
+ "ascending",
1532
+ "descending"
1533
+ ],
1534
+ "type": "string"
1535
+ },
1536
+ "dynamicSubtitleAnnotationPath": {
1537
+ "description": "Represents the dynamic subtitle annotation path.",
1538
+ "type": "string"
1539
+ },
1540
+ "enableLocaleCurrencyFormatting": {
1541
+ "description": "Represents the flag to indicate the use of object number/smart field.",
1542
+ "type": "boolean"
1543
+ },
1544
+ "showFilterInHeader": {
1545
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1546
+ "type": "boolean"
1547
+ },
1548
+ "showSortingInHeader": {
1549
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1550
+ "type": "boolean"
1551
+ },
1552
+ "customParams": {
1553
+ "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1554
+ "type": "string"
1512
1555
  }
1513
1556
  },
1514
1557
  "additionalProperties": false,
@@ -1558,19 +1601,53 @@
1558
1601
  "AnalyticalCardSettings": {
1559
1602
  "displayName": "settings",
1560
1603
  "type": "object",
1604
+ "additionalProperties": {},
1561
1605
  "properties": {
1562
1606
  "chartAnnotationPath": {
1563
1607
  "description": "Represents the chart annotation path.",
1564
1608
  "type": "string"
1565
1609
  },
1566
- "dataPointAnnotationPath": {
1567
- "description": "Represents the data point annotation path.",
1568
- "type": "string"
1610
+ "ignoreSapText": {
1611
+ "description": "Represents the flag to indicate priority of number formatting over sap text.",
1612
+ "type": "boolean"
1613
+ },
1614
+ "navigation": {
1615
+ "$ref": "#/definitions/CardNavigationType",
1616
+ "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
1569
1617
  },
1570
1618
  "valueSelectionInfo": {
1571
1619
  "description": "Represents things like people, number of items.",
1572
1620
  "type": "string"
1573
1621
  },
1622
+ "chartProperties": {
1623
+ "description": "This property is responsible for setting specific chart settings.",
1624
+ "type": "object",
1625
+ "properties": {
1626
+ "plotArea": {
1627
+ "$ref": "#/definitions/PlotAreaDef"
1628
+ },
1629
+ "timeAxis": {
1630
+ "$ref": "#/definitions/TimeAxisDef"
1631
+ }
1632
+ },
1633
+ "additionalProperties": false
1634
+ },
1635
+ "colorPalette": {
1636
+ "description": "Color palette for semantic coloring.",
1637
+ "anyOf": [
1638
+ {
1639
+ "type": "array",
1640
+ "items": {
1641
+ "type": "object",
1642
+ "additionalProperties": {}
1643
+ }
1644
+ },
1645
+ {
1646
+ "type": "object",
1647
+ "additionalProperties": {}
1648
+ }
1649
+ ]
1650
+ },
1574
1651
  "entitySet": {
1575
1652
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1576
1653
  "type": "string"
@@ -1585,10 +1662,18 @@
1585
1662
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1586
1663
  "type": "string"
1587
1664
  },
1665
+ "annotationPath": {
1666
+ "description": "Represents the annotation path.",
1667
+ "type": "string"
1668
+ },
1588
1669
  "identificationAnnotationPath": {
1589
1670
  "description": "Represents the identification annotation path.",
1590
1671
  "type": "string"
1591
1672
  },
1673
+ "dataPointAnnotationPath": {
1674
+ "description": "Represents the data point annotation path.",
1675
+ "type": "string"
1676
+ },
1592
1677
  "selectionAnnotationPath": {
1593
1678
  "description": "Represents the selection annotation path.",
1594
1679
  "type": "string"
@@ -1597,6 +1682,14 @@
1597
1682
  "description": "Represents the presentation annotation path.",
1598
1683
  "type": "string"
1599
1684
  },
1685
+ "selectionPresentationAnnotationPath": {
1686
+ "description": "Represents the selection presentation annotation path.",
1687
+ "type": "string"
1688
+ },
1689
+ "kpiAnnotationPath": {
1690
+ "description": "Represents the KPI annotation path.",
1691
+ "type": "string"
1692
+ },
1600
1693
  "category": {
1601
1694
  "description": "The category of the card, as used in the card header.",
1602
1695
  "type": "string"
@@ -1660,13 +1753,53 @@
1660
1753
  "addODataSelect": {
1661
1754
  "description": "add $Select parameter in data fetch URL",
1662
1755
  "type": "boolean"
1756
+ },
1757
+ "sortBy": {
1758
+ "description": "Defines the property by which the list shall be sorted.",
1759
+ "type": "string"
1760
+ },
1761
+ "sortOrder": {
1762
+ "description": "Sort order (ascending or descending)",
1763
+ "enum": [
1764
+ "ascending",
1765
+ "descending"
1766
+ ],
1767
+ "type": "string"
1768
+ },
1769
+ "dynamicSubtitleAnnotationPath": {
1770
+ "description": "Represents the dynamic subtitle annotation path.",
1771
+ "type": "string"
1772
+ },
1773
+ "enableLocaleCurrencyFormatting": {
1774
+ "description": "Represents the flag to indicate the use of object number/smart field.",
1775
+ "type": "boolean"
1776
+ },
1777
+ "showFilterInHeader": {
1778
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1779
+ "type": "boolean"
1780
+ },
1781
+ "showSortingInHeader": {
1782
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1783
+ "type": "boolean"
1784
+ },
1785
+ "customParams": {
1786
+ "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1787
+ "type": "string"
1663
1788
  }
1664
1789
  },
1665
- "additionalProperties": false,
1666
1790
  "required": [
1667
1791
  "title"
1668
1792
  ]
1669
1793
  },
1794
+ "CardNavigationType": {
1795
+ "enum": [
1796
+ "chartNav",
1797
+ "dataPointNav",
1798
+ "headerNav",
1799
+ "noHeaderNav"
1800
+ ],
1801
+ "type": "string"
1802
+ },
1670
1803
  "AnalyticalCardSettingsv4": {
1671
1804
  "displayName": "settings",
1672
1805
  "type": "object",
@@ -1678,14 +1811,47 @@
1678
1811
  "description": "Represents the chart annotation path.",
1679
1812
  "type": "string"
1680
1813
  },
1681
- "dataPointAnnotationPath": {
1682
- "description": "Represents the data point annotation path.",
1683
- "type": "string"
1814
+ "ignoreSapText": {
1815
+ "description": "Represents the flag to indicate priority of number formatting over sap text.",
1816
+ "type": "boolean"
1817
+ },
1818
+ "navigation": {
1819
+ "$ref": "#/definitions/CardNavigationType",
1820
+ "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
1684
1821
  },
1685
1822
  "valueSelectionInfo": {
1686
1823
  "description": "Represents things like people, number of items.",
1687
1824
  "type": "string"
1688
1825
  },
1826
+ "chartProperties": {
1827
+ "description": "This property is responsible for setting specific chart settings.",
1828
+ "type": "object",
1829
+ "properties": {
1830
+ "plotArea": {
1831
+ "$ref": "#/definitions/PlotAreaDef"
1832
+ },
1833
+ "timeAxis": {
1834
+ "$ref": "#/definitions/TimeAxisDef"
1835
+ }
1836
+ },
1837
+ "additionalProperties": false
1838
+ },
1839
+ "colorPalette": {
1840
+ "description": "Color palette for semantic coloring.",
1841
+ "anyOf": [
1842
+ {
1843
+ "type": "array",
1844
+ "items": {
1845
+ "type": "object",
1846
+ "additionalProperties": {}
1847
+ }
1848
+ },
1849
+ {
1850
+ "type": "object",
1851
+ "additionalProperties": {}
1852
+ }
1853
+ ]
1854
+ },
1689
1855
  "entitySet": {
1690
1856
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1691
1857
  "type": "string"
@@ -1700,10 +1866,18 @@
1700
1866
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1701
1867
  "type": "string"
1702
1868
  },
1869
+ "annotationPath": {
1870
+ "description": "Represents the annotation path.",
1871
+ "type": "string"
1872
+ },
1703
1873
  "identificationAnnotationPath": {
1704
1874
  "description": "Represents the identification annotation path.",
1705
1875
  "type": "string"
1706
1876
  },
1877
+ "dataPointAnnotationPath": {
1878
+ "description": "Represents the data point annotation path.",
1879
+ "type": "string"
1880
+ },
1707
1881
  "selectionAnnotationPath": {
1708
1882
  "description": "Represents the selection annotation path.",
1709
1883
  "type": "string"
@@ -1712,6 +1886,14 @@
1712
1886
  "description": "Represents the presentation annotation path.",
1713
1887
  "type": "string"
1714
1888
  },
1889
+ "selectionPresentationAnnotationPath": {
1890
+ "description": "Represents the selection presentation annotation path.",
1891
+ "type": "string"
1892
+ },
1893
+ "kpiAnnotationPath": {
1894
+ "description": "Represents the KPI annotation path.",
1895
+ "type": "string"
1896
+ },
1715
1897
  "category": {
1716
1898
  "description": "The category of the card, as used in the card header.",
1717
1899
  "type": "string"
@@ -1775,6 +1957,38 @@
1775
1957
  "addODataSelect": {
1776
1958
  "description": "add $Select parameter in data fetch URL",
1777
1959
  "type": "boolean"
1960
+ },
1961
+ "sortBy": {
1962
+ "description": "Defines the property by which the list shall be sorted.",
1963
+ "type": "string"
1964
+ },
1965
+ "sortOrder": {
1966
+ "description": "Sort order (ascending or descending)",
1967
+ "enum": [
1968
+ "ascending",
1969
+ "descending"
1970
+ ],
1971
+ "type": "string"
1972
+ },
1973
+ "dynamicSubtitleAnnotationPath": {
1974
+ "description": "Represents the dynamic subtitle annotation path.",
1975
+ "type": "string"
1976
+ },
1977
+ "enableLocaleCurrencyFormatting": {
1978
+ "description": "Represents the flag to indicate the use of object number/smart field.",
1979
+ "type": "boolean"
1980
+ },
1981
+ "showFilterInHeader": {
1982
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1983
+ "type": "boolean"
1984
+ },
1985
+ "showSortingInHeader": {
1986
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1987
+ "type": "boolean"
1988
+ },
1989
+ "customParams": {
1990
+ "description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
1991
+ "type": "string"
1778
1992
  }
1779
1993
  },
1780
1994
  "additionalProperties": false,