@sap/ux-specification 1.84.75 → 1.84.77
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 +77 -1
- package/dist/documentation/runDocu-min.js +5 -5
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/styleDocu.css +3 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +33 -33
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +9 -9
- package/dist/schemas/v2/ObjectPageConfig.json +0 -19
- package/dist/schemas/v2/OverviewPageConfig.json +114 -74
- package/dist/schemas/v4/ObjectPageConfig.json +2 -0
- package/dist/src/api.js +1 -1
- package/dist/src/api.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +3 -1
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +1 -3
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +6 -5
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +8 -15
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +3 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts +5 -5
- package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +9 -10
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/src/sync/v4/export/export.js +11 -16
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts +4 -4
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +19 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +8 -9
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.d.ts.map +1 -1
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +3 -2
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/package.json +9 -9
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.77",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"main": "dist/index-min.js",
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
13
|
+
"node": ">= 18.0.0 < 19.0.0 || >= 20.0.0 < 21.0.0 || >= 22.0.0",
|
|
14
14
|
"yarn": ">=1.22.19 < 2"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"publisher": "SAPSE",
|
|
51
51
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@sap-ux/vocabularies-types": "0.
|
|
53
|
+
"@sap-ux/vocabularies-types": "0.10.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.
|
|
57
|
-
"@sap/ux-specification-types": "1.84.
|
|
58
|
-
"@sap-ux/edmx-parser": "0.
|
|
59
|
-
"@sapui5/ts-types": "1.84.
|
|
60
|
-
"@types/d3": "7.4.
|
|
61
|
-
"@types/jquery": "3.5.
|
|
56
|
+
"@sap-ux/annotation-converter": "0.8.0",
|
|
57
|
+
"@sap/ux-specification-types": "1.84.77",
|
|
58
|
+
"@sap-ux/edmx-parser": "0.7.0",
|
|
59
|
+
"@sapui5/ts-types": "1.84.38",
|
|
60
|
+
"@types/d3": "7.4.2",
|
|
61
|
+
"@types/jquery": "3.5.25",
|
|
62
62
|
"@ui5/flexibility-utils": "0.1.3",
|
|
63
63
|
"ajv": "6.12.6",
|
|
64
64
|
"axios": "0.27.2",
|
|
@@ -1525,25 +1525,6 @@
|
|
|
1525
1525
|
"type": "object",
|
|
1526
1526
|
"properties": {},
|
|
1527
1527
|
"additionalProperties": true
|
|
1528
|
-
},
|
|
1529
|
-
"visible": {
|
|
1530
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1531
|
-
"anyOf": [
|
|
1532
|
-
{
|
|
1533
|
-
"enum": [
|
|
1534
|
-
false,
|
|
1535
|
-
true,
|
|
1536
|
-
"{ui>/editable}",
|
|
1537
|
-
"{= !${ui>/editable}}"
|
|
1538
|
-
]
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"type": "string"
|
|
1542
|
-
}
|
|
1543
|
-
],
|
|
1544
|
-
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1545
|
-
"artifactType": "FlexChange",
|
|
1546
|
-
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1547
1528
|
}
|
|
1548
1529
|
},
|
|
1549
1530
|
"additionalProperties": false
|
|
@@ -481,19 +481,8 @@
|
|
|
481
481
|
"type": "boolean"
|
|
482
482
|
},
|
|
483
483
|
"objectStreamCardsSettings": {
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"properties": {
|
|
487
|
-
"showFirstActionInFooter": {
|
|
488
|
-
"description": "If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false.",
|
|
489
|
-
"type": "boolean"
|
|
490
|
-
},
|
|
491
|
-
"annotationPath": {
|
|
492
|
-
"description": "Represents the annotation path.",
|
|
493
|
-
"type": "string"
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"additionalProperties": false
|
|
484
|
+
"$ref": "#/definitions/ObjectStreamCardsSettingsDef",
|
|
485
|
+
"description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards."
|
|
497
486
|
},
|
|
498
487
|
"enableLocaleCurrencyFormatting": {
|
|
499
488
|
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
@@ -533,6 +522,9 @@
|
|
|
533
522
|
"properties": {
|
|
534
523
|
"plotArea": {
|
|
535
524
|
"$ref": "#/definitions/PlotAreaDef"
|
|
525
|
+
},
|
|
526
|
+
"timeAxis": {
|
|
527
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
536
528
|
}
|
|
537
529
|
},
|
|
538
530
|
"additionalProperties": false
|
|
@@ -590,23 +582,23 @@
|
|
|
590
582
|
"type": "object",
|
|
591
583
|
"properties": {
|
|
592
584
|
"cols": {
|
|
593
|
-
"description": "Represents the
|
|
585
|
+
"description": "Represents the number of the number of grid columns",
|
|
594
586
|
"type": "number"
|
|
595
587
|
},
|
|
596
588
|
"rows": {
|
|
597
|
-
"description": "Represents the number of
|
|
589
|
+
"description": "Represents the number of the number of grid rows",
|
|
598
590
|
"type": "number"
|
|
599
591
|
},
|
|
600
592
|
"showOnlyHeader": {
|
|
601
|
-
"description": "
|
|
593
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
602
594
|
"type": "boolean"
|
|
603
595
|
},
|
|
604
596
|
"minimumTitleRow": {
|
|
605
|
-
"description": "
|
|
597
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
606
598
|
"type": "number"
|
|
607
599
|
},
|
|
608
600
|
"minimumSubTitleRow": {
|
|
609
|
-
"description": "
|
|
601
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
610
602
|
"type": "number"
|
|
611
603
|
}
|
|
612
604
|
},
|
|
@@ -648,6 +640,49 @@
|
|
|
648
640
|
"title"
|
|
649
641
|
]
|
|
650
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"
|
|
651
|
+
},
|
|
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
|
+
}
|
|
660
|
+
],
|
|
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
|
+
"type": "string"
|
|
675
|
+
},
|
|
676
|
+
"press": {
|
|
677
|
+
"description": "Name of the press handler for extended actions in Quick View",
|
|
678
|
+
"type": "string"
|
|
679
|
+
},
|
|
680
|
+
"position": {
|
|
681
|
+
"description": "Position of extended actions in Quick View",
|
|
682
|
+
"type": "number"
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
},
|
|
651
686
|
"CustomCardNavigationType": {
|
|
652
687
|
"enum": [
|
|
653
688
|
"chartNav",
|
|
@@ -658,23 +693,23 @@
|
|
|
658
693
|
"type": "string"
|
|
659
694
|
},
|
|
660
695
|
"PlotAreaDef": {
|
|
661
|
-
"description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size
|
|
696
|
+
"description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
|
|
662
697
|
"type": "object",
|
|
663
698
|
"properties": {
|
|
664
699
|
"isSmoothed": {
|
|
665
|
-
"description": "
|
|
700
|
+
"description": "Represents whether smoother curves are required or not",
|
|
666
701
|
"type": "boolean"
|
|
667
702
|
},
|
|
668
703
|
"markerSize": {
|
|
669
|
-
"description": "
|
|
704
|
+
"description": "Represents the size of the markers in scatter plots",
|
|
670
705
|
"type": "number"
|
|
671
706
|
},
|
|
672
707
|
"dataLabel": {
|
|
673
|
-
"description": "dataLabel is a parent property that defines other properties for type
|
|
708
|
+
"description": "dataLabel is a parent property that defines other properties for type",
|
|
674
709
|
"type": "object",
|
|
675
710
|
"properties": {
|
|
676
711
|
"type": {
|
|
677
|
-
"description": "
|
|
712
|
+
"description": "Defines whether to display percentage values or actual counts in the donut chart",
|
|
678
713
|
"enum": [
|
|
679
714
|
"percentage",
|
|
680
715
|
"value"
|
|
@@ -687,32 +722,45 @@
|
|
|
687
722
|
},
|
|
688
723
|
"additionalProperties": false
|
|
689
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
|
+
}
|
|
736
|
+
},
|
|
690
737
|
"TabSetting": {
|
|
738
|
+
"description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
|
|
691
739
|
"type": "object",
|
|
692
740
|
"additionalProperties": {},
|
|
693
741
|
"properties": {
|
|
694
742
|
"annotationPath": {
|
|
695
|
-
"description": "Represents the annotation path
|
|
743
|
+
"description": "Represents the annotation path",
|
|
696
744
|
"type": "string"
|
|
697
745
|
},
|
|
698
746
|
"selectionAnnotationPath": {
|
|
699
|
-
"description": "Represents the selection annotation path
|
|
747
|
+
"description": "Represents the selection annotation path",
|
|
700
748
|
"type": "string"
|
|
701
749
|
},
|
|
702
750
|
"chartAnnotationPath": {
|
|
703
|
-
"description": "Represents the chart annotation path
|
|
751
|
+
"description": "Represents the chart annotation path",
|
|
704
752
|
"type": "string"
|
|
705
753
|
},
|
|
706
754
|
"presentationAnnotationPath": {
|
|
707
|
-
"description": "Represents the presentation annotation path
|
|
755
|
+
"description": "Represents the presentation annotation path",
|
|
708
756
|
"type": "string"
|
|
709
757
|
},
|
|
710
758
|
"dataPointAnnotationPath": {
|
|
711
|
-
"description": "Represents the data point annotation path
|
|
759
|
+
"description": "Represents the data point annotation path",
|
|
712
760
|
"type": "string"
|
|
713
761
|
},
|
|
714
762
|
"identificationAnnotationPath": {
|
|
715
|
-
"description": "Represents the identification annotation path
|
|
763
|
+
"description": "Represents the identification annotation path",
|
|
716
764
|
"type": "string"
|
|
717
765
|
},
|
|
718
766
|
"dynamicSubtitleAnnotationPath": {
|
|
@@ -724,17 +772,20 @@
|
|
|
724
772
|
"type": "string"
|
|
725
773
|
},
|
|
726
774
|
"chartProperties": {
|
|
727
|
-
"description": "This property is responsible for setting specific chart settings
|
|
775
|
+
"description": "This property is responsible for setting specific chart settings",
|
|
728
776
|
"type": "object",
|
|
729
777
|
"properties": {
|
|
730
778
|
"plotArea": {
|
|
731
779
|
"$ref": "#/definitions/PlotAreaDef"
|
|
780
|
+
},
|
|
781
|
+
"timeAxis": {
|
|
782
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
732
783
|
}
|
|
733
784
|
},
|
|
734
785
|
"additionalProperties": false
|
|
735
786
|
},
|
|
736
787
|
"colorPalette": {
|
|
737
|
-
"description": "Represents the configuration to customize the column stacked chart
|
|
788
|
+
"description": "Represents the configuration to customize the column stacked chart",
|
|
738
789
|
"anyOf": [
|
|
739
790
|
{
|
|
740
791
|
"type": "array",
|
|
@@ -857,23 +908,23 @@
|
|
|
857
908
|
"type": "object",
|
|
858
909
|
"properties": {
|
|
859
910
|
"cols": {
|
|
860
|
-
"description": "Represents the
|
|
911
|
+
"description": "Represents the number of the number of grid columns",
|
|
861
912
|
"type": "number"
|
|
862
913
|
},
|
|
863
914
|
"rows": {
|
|
864
|
-
"description": "Represents the number of
|
|
915
|
+
"description": "Represents the number of the number of grid rows",
|
|
865
916
|
"type": "number"
|
|
866
917
|
},
|
|
867
918
|
"showOnlyHeader": {
|
|
868
|
-
"description": "
|
|
919
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
869
920
|
"type": "boolean"
|
|
870
921
|
},
|
|
871
922
|
"minimumTitleRow": {
|
|
872
|
-
"description": "
|
|
923
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
873
924
|
"type": "number"
|
|
874
925
|
},
|
|
875
926
|
"minimumSubTitleRow": {
|
|
876
|
-
"description": "
|
|
927
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
877
928
|
"type": "number"
|
|
878
929
|
}
|
|
879
930
|
},
|
|
@@ -981,19 +1032,8 @@
|
|
|
981
1032
|
"type": "string"
|
|
982
1033
|
},
|
|
983
1034
|
"objectStreamCardsSettings": {
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
"properties": {
|
|
987
|
-
"showFirstActionInFooter": {
|
|
988
|
-
"description": "If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false.",
|
|
989
|
-
"type": "boolean"
|
|
990
|
-
},
|
|
991
|
-
"annotationPath": {
|
|
992
|
-
"description": "Represents the annotation path.",
|
|
993
|
-
"type": "string"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
"additionalProperties": false
|
|
1035
|
+
"$ref": "#/definitions/ObjectStreamCardsSettingsDef",
|
|
1036
|
+
"description": "Configures additional settings for the cards displayed in the object stream."
|
|
997
1037
|
},
|
|
998
1038
|
"entitySet": {
|
|
999
1039
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
@@ -1032,23 +1072,23 @@
|
|
|
1032
1072
|
"type": "object",
|
|
1033
1073
|
"properties": {
|
|
1034
1074
|
"cols": {
|
|
1035
|
-
"description": "Represents the
|
|
1075
|
+
"description": "Represents the number of the number of grid columns",
|
|
1036
1076
|
"type": "number"
|
|
1037
1077
|
},
|
|
1038
1078
|
"rows": {
|
|
1039
|
-
"description": "Represents the number of
|
|
1079
|
+
"description": "Represents the number of the number of grid rows",
|
|
1040
1080
|
"type": "number"
|
|
1041
1081
|
},
|
|
1042
1082
|
"showOnlyHeader": {
|
|
1043
|
-
"description": "
|
|
1083
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1044
1084
|
"type": "boolean"
|
|
1045
1085
|
},
|
|
1046
1086
|
"minimumTitleRow": {
|
|
1047
|
-
"description": "
|
|
1087
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1048
1088
|
"type": "number"
|
|
1049
1089
|
},
|
|
1050
1090
|
"minimumSubTitleRow": {
|
|
1051
|
-
"description": "
|
|
1091
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1052
1092
|
"type": "number"
|
|
1053
1093
|
}
|
|
1054
1094
|
},
|
|
@@ -1192,23 +1232,23 @@
|
|
|
1192
1232
|
"type": "object",
|
|
1193
1233
|
"properties": {
|
|
1194
1234
|
"cols": {
|
|
1195
|
-
"description": "Represents the
|
|
1235
|
+
"description": "Represents the number of the number of grid columns",
|
|
1196
1236
|
"type": "number"
|
|
1197
1237
|
},
|
|
1198
1238
|
"rows": {
|
|
1199
|
-
"description": "Represents the number of
|
|
1239
|
+
"description": "Represents the number of the number of grid rows",
|
|
1200
1240
|
"type": "number"
|
|
1201
1241
|
},
|
|
1202
1242
|
"showOnlyHeader": {
|
|
1203
|
-
"description": "
|
|
1243
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1204
1244
|
"type": "boolean"
|
|
1205
1245
|
},
|
|
1206
1246
|
"minimumTitleRow": {
|
|
1207
|
-
"description": "
|
|
1247
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1208
1248
|
"type": "number"
|
|
1209
1249
|
},
|
|
1210
1250
|
"minimumSubTitleRow": {
|
|
1211
|
-
"description": "
|
|
1251
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1212
1252
|
"type": "number"
|
|
1213
1253
|
}
|
|
1214
1254
|
},
|
|
@@ -1417,23 +1457,23 @@
|
|
|
1417
1457
|
"type": "object",
|
|
1418
1458
|
"properties": {
|
|
1419
1459
|
"cols": {
|
|
1420
|
-
"description": "Represents the
|
|
1460
|
+
"description": "Represents the number of the number of grid columns",
|
|
1421
1461
|
"type": "number"
|
|
1422
1462
|
},
|
|
1423
1463
|
"rows": {
|
|
1424
|
-
"description": "Represents the number of
|
|
1464
|
+
"description": "Represents the number of the number of grid rows",
|
|
1425
1465
|
"type": "number"
|
|
1426
1466
|
},
|
|
1427
1467
|
"showOnlyHeader": {
|
|
1428
|
-
"description": "
|
|
1468
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1429
1469
|
"type": "boolean"
|
|
1430
1470
|
},
|
|
1431
1471
|
"minimumTitleRow": {
|
|
1432
|
-
"description": "
|
|
1472
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1433
1473
|
"type": "number"
|
|
1434
1474
|
},
|
|
1435
1475
|
"minimumSubTitleRow": {
|
|
1436
|
-
"description": "
|
|
1476
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1437
1477
|
"type": "number"
|
|
1438
1478
|
}
|
|
1439
1479
|
},
|
|
@@ -1568,23 +1608,23 @@
|
|
|
1568
1608
|
"type": "object",
|
|
1569
1609
|
"properties": {
|
|
1570
1610
|
"cols": {
|
|
1571
|
-
"description": "Represents the
|
|
1611
|
+
"description": "Represents the number of the number of grid columns",
|
|
1572
1612
|
"type": "number"
|
|
1573
1613
|
},
|
|
1574
1614
|
"rows": {
|
|
1575
|
-
"description": "Represents the number of
|
|
1615
|
+
"description": "Represents the number of the number of grid rows",
|
|
1576
1616
|
"type": "number"
|
|
1577
1617
|
},
|
|
1578
1618
|
"showOnlyHeader": {
|
|
1579
|
-
"description": "
|
|
1619
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1580
1620
|
"type": "boolean"
|
|
1581
1621
|
},
|
|
1582
1622
|
"minimumTitleRow": {
|
|
1583
|
-
"description": "
|
|
1623
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1584
1624
|
"type": "number"
|
|
1585
1625
|
},
|
|
1586
1626
|
"minimumSubTitleRow": {
|
|
1587
|
-
"description": "
|
|
1627
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1588
1628
|
"type": "number"
|
|
1589
1629
|
}
|
|
1590
1630
|
},
|
|
@@ -1683,23 +1723,23 @@
|
|
|
1683
1723
|
"type": "object",
|
|
1684
1724
|
"properties": {
|
|
1685
1725
|
"cols": {
|
|
1686
|
-
"description": "Represents the
|
|
1726
|
+
"description": "Represents the number of the number of grid columns",
|
|
1687
1727
|
"type": "number"
|
|
1688
1728
|
},
|
|
1689
1729
|
"rows": {
|
|
1690
|
-
"description": "Represents the number of
|
|
1730
|
+
"description": "Represents the number of the number of grid rows",
|
|
1691
1731
|
"type": "number"
|
|
1692
1732
|
},
|
|
1693
1733
|
"showOnlyHeader": {
|
|
1694
|
-
"description": "
|
|
1734
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1695
1735
|
"type": "boolean"
|
|
1696
1736
|
},
|
|
1697
1737
|
"minimumTitleRow": {
|
|
1698
|
-
"description": "
|
|
1738
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1699
1739
|
"type": "number"
|
|
1700
1740
|
},
|
|
1701
1741
|
"minimumSubTitleRow": {
|
|
1702
|
-
"description": "
|
|
1742
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1703
1743
|
"type": "number"
|
|
1704
1744
|
}
|
|
1705
1745
|
},
|
|
@@ -637,6 +637,7 @@
|
|
|
637
637
|
"relatedFacet": {
|
|
638
638
|
"description": "Use the key of another facet/section as a placement anchor.",
|
|
639
639
|
"artifactType": "Manifest",
|
|
640
|
+
"displayName": "Anchor",
|
|
640
641
|
"type": "string"
|
|
641
642
|
},
|
|
642
643
|
"relativePosition": {
|
|
@@ -672,6 +673,7 @@
|
|
|
672
673
|
]
|
|
673
674
|
},
|
|
674
675
|
"SectionPosition": {
|
|
676
|
+
"displayName": "Placement",
|
|
675
677
|
"enum": [
|
|
676
678
|
"After",
|
|
677
679
|
"Before"
|
package/dist/src/api.js
CHANGED
package/dist/src/api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/generate/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAC3G,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAqB,iBAAiB,EAAE,MAAM,4CAA4C,CAAC;AAClG,OAAO,KAAK,EAAE,UAAU,EAAuB,MAAM,wBAAwB,CAAC;AAC9E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAQ5D,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1F,OAAO,EAAE,cAAc,EAA0C,MAAM,6BAA6B,CAAC;AAGrG;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,iBAAiB,EAAE,UAAU,QAWnF;AAED;;;;;GAKG;AACH,wBAAgB,0BAA0B,CACtC,UAAU,EAAE,UAAU,EACtB,gBAAgB,EAAE,iBAAiB,EAAE,EACrC,QAAQ,EAAE,UAAU,GACrB,IAAI,CAkBN;AAED;;;;;GAKG;AACH,wBAAgB,0BAA0B,CACtC,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,UAAU,EACrB,cAAc,EAAE,MAAM,GACvB,IAAI,CAIN;AAED;;;;;GAKG;AACH,wBAAgB,yBAAyB,CAAC,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,GAAG,IAAI,CAInH;AAED;;;;;GAKG;AACH,wBAAgB,0BAA0B,CACtC,eAAe,EAAE,iBAAiB,EAClC,SAAS,EAAE,UAAU,EACrB,cAAc,EAAE,MAAM,GACvB,IAAI,CAWN;AAED;;;;;;;GAOG;AACH,wBAAgB,gCAAgC,CAC5C,SAAS,EAAE,UAAU,EACrB,kBAAkB,EAAE,MAAM,EAAE,EAC5B,aAAa,EAAE,YAAY,EAAE,EAC7B,YAAY,EAAE,KAAK,CAAC,MAAM,IAAI,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC,GACxD,IAAI,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/generate/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -105,9 +105,10 @@ function addDefinitionForRelatedFacetKeys(appSchema, sectionDefinitions, facetSe
|
|
|
105
105
|
// Loop acceptable properties in received order and find first entry with value
|
|
106
106
|
const propertyName = idProperties.find((property) => !!section[property]);
|
|
107
107
|
const schemaIdForSection = section[propertyName];
|
|
108
|
+
const label = section.label || section.title;
|
|
108
109
|
return {
|
|
109
110
|
const: schemaIdForSection,
|
|
110
|
-
...(
|
|
111
|
+
...(label && { description: label }),
|
|
111
112
|
...(section.custom && { custom: section.custom })
|
|
112
113
|
};
|
|
113
114
|
});
|
|
@@ -126,6 +127,7 @@ function addDefinitionForRelatedFacetKeys(appSchema, sectionDefinitions, facetSe
|
|
|
126
127
|
definition.properties['relatedFacet'] = {
|
|
127
128
|
anyOf: [
|
|
128
129
|
{
|
|
130
|
+
...(typeof property === 'object' ? property : undefined),
|
|
129
131
|
$ref: `${__1.DEFINITION_LINK_PREFIX}${ux_specification_types_1.DefinitionName.RelatedFacetKeys}`
|
|
130
132
|
},
|
|
131
133
|
property
|