@sap/ux-specification 1.96.46 → 1.96.48
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 +65 -1
- package/dist/documentation/runDocu-min.js +19 -15
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
- package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
- package/dist/documentation/v2/v2-ListReport.html +18 -6
- package/dist/documentation/v2/v2-ObjectPage.html +18 -6
- package/dist/documentation/v2/v2-OverviewPage.html +18 -6
- package/dist/documentation/v4/v4-ApplicationV4.html +18 -6
- package/dist/documentation/v4/v4-BuildingBlocks.html +18 -6
- package/dist/documentation/v4/v4-FreestylePage.html +18 -6
- package/dist/documentation/v4/v4-ListReport.html +18 -6
- package/dist/documentation/v4/v4-ObjectPage.html +18 -6
- package/dist/index-min.js +150 -138
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +26 -25
- package/dist/schemas/v2/AnalyticalListPageConfig.json +8 -16
- package/dist/schemas/v2/ApplicationV2.json +3 -4
- package/dist/schemas/v2/ListReportConfig.json +11 -25
- package/dist/schemas/v2/ObjectPageConfig.json +53 -70
- package/dist/schemas/v2/OverviewPageConfig.json +8 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +48 -34
- package/dist/schemas/v4/ObjectPageConfig.json +36 -33
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +1 -0
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +9 -2
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +13 -5
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +7 -0
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +23 -7
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +5 -2
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +20 -10
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +8 -7
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +16 -9
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +9 -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 +13 -3
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js +1 -1
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +1 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +5 -3
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +37 -32
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +41 -18
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +5 -6
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +7 -28
- 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 +20 -31
- 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 +4 -30
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +15 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +69 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +2 -3
- 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 +15 -11
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +71 -57
- package/dist/src/sync/v4/import/app/appProvider.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 +25 -22
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +24 -19
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +1 -1
- package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/import/utils.js +4 -4
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -2
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +3 -3
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +27 -26
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"defaultPath": {
|
|
39
39
|
"$ref": "#/definitions/DefaultPathType",
|
|
40
|
-
"description": "
|
|
40
|
+
"description": "Allows you to set the initial view mode\n\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
|
|
41
41
|
"artifactType": "Manifest"
|
|
42
42
|
},
|
|
43
43
|
"$schema": {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"type": "string"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
|
-
"description": "
|
|
106
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
107
107
|
"artifactType": "Manifest"
|
|
108
108
|
},
|
|
109
109
|
"enabled": {
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"type": "string"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
122
|
-
"description": "
|
|
122
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
123
123
|
"artifactType": "Manifest"
|
|
124
124
|
}
|
|
125
125
|
},
|
|
@@ -176,12 +176,12 @@
|
|
|
176
176
|
},
|
|
177
177
|
"initialLayout": {
|
|
178
178
|
"$ref": "#/definitions/InitialLayoutType",
|
|
179
|
-
"description": "
|
|
179
|
+
"description": "Allows you to specify the default filter mode on the initial load.",
|
|
180
180
|
"artifactType": "Manifest"
|
|
181
181
|
},
|
|
182
182
|
"layout": {
|
|
183
183
|
"$ref": "#/definitions/LayoutType",
|
|
184
|
-
"description": "
|
|
184
|
+
"description": "Allows you to specify the layout of the filter bar.\n\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes.",
|
|
185
185
|
"artifactType": "Manifest"
|
|
186
186
|
}
|
|
187
187
|
},
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"properties": {
|
|
221
221
|
"availability": {
|
|
222
222
|
"$ref": "#/definitions/Availability",
|
|
223
|
-
"description": "Defines where the selection field should be shown.\
|
|
223
|
+
"description": "Defines where the selection field should be shown.\n\n- Default: The filter field is shown by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field is initially not shown but is only available under Adapt Filters.\n- Hidden: The filter field is not visible in the filter bar or within the Adapt Filters dialog.",
|
|
224
224
|
"artifactType": "Manifest"
|
|
225
225
|
},
|
|
226
226
|
"visualFilterValueList": {
|
|
@@ -334,12 +334,13 @@
|
|
|
334
334
|
"type": "object",
|
|
335
335
|
"properties": {
|
|
336
336
|
"navigateToInstance": {
|
|
337
|
-
"description": "By default,
|
|
337
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
338
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
338
339
|
"type": "boolean",
|
|
339
340
|
"artifactType": "Manifest"
|
|
340
341
|
},
|
|
341
342
|
"enableAutoScroll": {
|
|
342
|
-
"description": "
|
|
343
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
343
344
|
"type": "boolean",
|
|
344
345
|
"artifactType": "Manifest"
|
|
345
346
|
}
|
|
@@ -383,7 +384,7 @@
|
|
|
383
384
|
"type": "string"
|
|
384
385
|
}
|
|
385
386
|
],
|
|
386
|
-
"description": "
|
|
387
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
387
388
|
"artifactType": "Manifest"
|
|
388
389
|
},
|
|
389
390
|
"enabled": {
|
|
@@ -399,7 +400,7 @@
|
|
|
399
400
|
"type": "string"
|
|
400
401
|
}
|
|
401
402
|
],
|
|
402
|
-
"description": "
|
|
403
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
403
404
|
"artifactType": "Manifest"
|
|
404
405
|
}
|
|
405
406
|
},
|
|
@@ -439,7 +440,7 @@
|
|
|
439
440
|
},
|
|
440
441
|
"initialLoad": {
|
|
441
442
|
"$ref": "#/definitions/InitialLoadType",
|
|
442
|
-
"description": "
|
|
443
|
+
"description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button."
|
|
443
444
|
},
|
|
444
445
|
"personalization": {
|
|
445
446
|
"$ref": "#/definitions/ViewPersonalizationType",
|
|
@@ -458,18 +459,19 @@
|
|
|
458
459
|
},
|
|
459
460
|
"selectionMode": {
|
|
460
461
|
"$ref": "#/definitions/SelectionMode",
|
|
461
|
-
"description": "
|
|
462
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar."
|
|
462
463
|
},
|
|
463
464
|
"selectAll": {
|
|
464
465
|
"description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
|
|
465
466
|
"type": "boolean"
|
|
466
467
|
},
|
|
467
468
|
"selectionLimit": {
|
|
468
|
-
"description": "
|
|
469
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
469
470
|
"type": "number"
|
|
470
471
|
},
|
|
471
472
|
"enableExport": {
|
|
472
|
-
"description": "
|
|
473
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
474
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
473
475
|
"type": "boolean"
|
|
474
476
|
},
|
|
475
477
|
"quickVariantSelection": {
|
|
@@ -477,7 +479,8 @@
|
|
|
477
479
|
"description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."
|
|
478
480
|
},
|
|
479
481
|
"condensedTableLayout": {
|
|
480
|
-
"description": "
|
|
482
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
483
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
481
484
|
"type": "boolean"
|
|
482
485
|
}
|
|
483
486
|
},
|
|
@@ -599,7 +602,7 @@
|
|
|
599
602
|
"type": "string"
|
|
600
603
|
}
|
|
601
604
|
],
|
|
602
|
-
"description": "
|
|
605
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
603
606
|
"artifactType": "Manifest"
|
|
604
607
|
},
|
|
605
608
|
"enabled": {
|
|
@@ -615,7 +618,7 @@
|
|
|
615
618
|
"type": "string"
|
|
616
619
|
}
|
|
617
620
|
],
|
|
618
|
-
"description": "
|
|
621
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
619
622
|
"artifactType": "Manifest"
|
|
620
623
|
}
|
|
621
624
|
},
|
|
@@ -666,7 +669,8 @@
|
|
|
666
669
|
"type": "object",
|
|
667
670
|
"properties": {
|
|
668
671
|
"width": {
|
|
669
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
672
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
673
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
670
674
|
"type": "string",
|
|
671
675
|
"artifactType": "Manifest"
|
|
672
676
|
},
|
|
@@ -689,7 +693,8 @@
|
|
|
689
693
|
"artifactType": "Manifest"
|
|
690
694
|
},
|
|
691
695
|
"width": {
|
|
692
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
696
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
697
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
693
698
|
"type": "string",
|
|
694
699
|
"artifactType": "Manifest"
|
|
695
700
|
},
|
|
@@ -705,12 +710,13 @@
|
|
|
705
710
|
"type": "object",
|
|
706
711
|
"properties": {
|
|
707
712
|
"navigateToInstance": {
|
|
708
|
-
"description": "By default,
|
|
713
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
714
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
709
715
|
"type": "boolean",
|
|
710
716
|
"artifactType": "Manifest"
|
|
711
717
|
},
|
|
712
718
|
"enableAutoScroll": {
|
|
713
|
-
"description": "
|
|
719
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
714
720
|
"type": "boolean",
|
|
715
721
|
"artifactType": "Manifest"
|
|
716
722
|
}
|
|
@@ -734,8 +740,9 @@
|
|
|
734
740
|
"type": "string"
|
|
735
741
|
},
|
|
736
742
|
"width": {
|
|
737
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
743
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
738
744
|
"artifactType": "Manifest",
|
|
745
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
739
746
|
"type": "string"
|
|
740
747
|
},
|
|
741
748
|
"template": {
|
|
@@ -870,7 +877,7 @@
|
|
|
870
877
|
},
|
|
871
878
|
"initialLoad": {
|
|
872
879
|
"$ref": "#/definitions/InitialLoadType",
|
|
873
|
-
"description": "
|
|
880
|
+
"description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.",
|
|
874
881
|
"artifactType": "Manifest"
|
|
875
882
|
},
|
|
876
883
|
"personalization": {
|
|
@@ -895,7 +902,7 @@
|
|
|
895
902
|
},
|
|
896
903
|
"selectionMode": {
|
|
897
904
|
"$ref": "#/definitions/SelectionMode",
|
|
898
|
-
"description": "
|
|
905
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
|
|
899
906
|
"artifactType": "Manifest"
|
|
900
907
|
},
|
|
901
908
|
"selectAll": {
|
|
@@ -904,12 +911,13 @@
|
|
|
904
911
|
"artifactType": "Manifest"
|
|
905
912
|
},
|
|
906
913
|
"selectionLimit": {
|
|
907
|
-
"description": "
|
|
914
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
908
915
|
"type": "number",
|
|
909
916
|
"artifactType": "Manifest"
|
|
910
917
|
},
|
|
911
918
|
"enableExport": {
|
|
912
|
-
"description": "
|
|
919
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
920
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
913
921
|
"type": "boolean",
|
|
914
922
|
"artifactType": "Manifest"
|
|
915
923
|
},
|
|
@@ -919,7 +927,8 @@
|
|
|
919
927
|
"artifactType": "Manifest"
|
|
920
928
|
},
|
|
921
929
|
"condensedTableLayout": {
|
|
922
|
-
"description": "
|
|
930
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
931
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
923
932
|
"type": "boolean",
|
|
924
933
|
"artifactType": "Manifest"
|
|
925
934
|
}
|
|
@@ -1042,7 +1051,7 @@
|
|
|
1042
1051
|
},
|
|
1043
1052
|
"selectionMode": {
|
|
1044
1053
|
"$ref": "#/definitions/SelectionMode",
|
|
1045
|
-
"description": "
|
|
1054
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
|
|
1046
1055
|
"artifactType": "Manifest"
|
|
1047
1056
|
},
|
|
1048
1057
|
"selectAll": {
|
|
@@ -1051,12 +1060,13 @@
|
|
|
1051
1060
|
"artifactType": "Manifest"
|
|
1052
1061
|
},
|
|
1053
1062
|
"selectionLimit": {
|
|
1054
|
-
"description": "
|
|
1063
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
1055
1064
|
"type": "number",
|
|
1056
1065
|
"artifactType": "Manifest"
|
|
1057
1066
|
},
|
|
1058
1067
|
"enableExport": {
|
|
1059
|
-
"description": "
|
|
1068
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
1069
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
1060
1070
|
"type": "boolean",
|
|
1061
1071
|
"artifactType": "Manifest"
|
|
1062
1072
|
},
|
|
@@ -1066,7 +1076,8 @@
|
|
|
1066
1076
|
"artifactType": "Manifest"
|
|
1067
1077
|
},
|
|
1068
1078
|
"condensedTableLayout": {
|
|
1069
|
-
"description": "
|
|
1079
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
1080
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
1070
1081
|
"type": "boolean",
|
|
1071
1082
|
"artifactType": "Manifest"
|
|
1072
1083
|
}
|
|
@@ -1205,7 +1216,8 @@
|
|
|
1205
1216
|
"type": "object",
|
|
1206
1217
|
"properties": {
|
|
1207
1218
|
"width": {
|
|
1208
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1219
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1220
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1209
1221
|
"type": "string",
|
|
1210
1222
|
"artifactType": "Manifest"
|
|
1211
1223
|
},
|
|
@@ -1228,7 +1240,8 @@
|
|
|
1228
1240
|
"artifactType": "Manifest"
|
|
1229
1241
|
},
|
|
1230
1242
|
"width": {
|
|
1231
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1243
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1244
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1232
1245
|
"type": "string",
|
|
1233
1246
|
"artifactType": "Manifest"
|
|
1234
1247
|
},
|
|
@@ -1257,8 +1270,9 @@
|
|
|
1257
1270
|
"type": "string"
|
|
1258
1271
|
},
|
|
1259
1272
|
"width": {
|
|
1260
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1273
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1261
1274
|
"artifactType": "Manifest",
|
|
1275
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1262
1276
|
"type": "string"
|
|
1263
1277
|
},
|
|
1264
1278
|
"template": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"variantManagement": {
|
|
11
11
|
"$ref": "#/definitions/VariantManagementTypeObjectPage",
|
|
12
|
-
"description": "
|
|
12
|
+
"description": "Allows you to enable and disable variant management for tables.\n\n- None (default): No variant management is possible by default.\n- Control: Individual personalization for each control is possible.",
|
|
13
13
|
"artifactType": "Manifest"
|
|
14
14
|
},
|
|
15
15
|
"sections": {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"type": "string"
|
|
113
113
|
}
|
|
114
114
|
],
|
|
115
|
-
"description": "
|
|
115
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
116
116
|
"artifactType": "Manifest"
|
|
117
117
|
},
|
|
118
118
|
"enabled": {
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"type": "string"
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
|
-
"description": "
|
|
133
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
134
134
|
"artifactType": "Manifest"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
@@ -181,12 +181,13 @@
|
|
|
181
181
|
"type": "object",
|
|
182
182
|
"properties": {
|
|
183
183
|
"navigateToInstance": {
|
|
184
|
-
"description": "By default,
|
|
184
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
185
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
185
186
|
"type": "boolean",
|
|
186
187
|
"artifactType": "Manifest"
|
|
187
188
|
},
|
|
188
189
|
"enableAutoScroll": {
|
|
189
|
-
"description": "
|
|
190
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
190
191
|
"type": "boolean",
|
|
191
192
|
"artifactType": "Manifest"
|
|
192
193
|
}
|
|
@@ -233,11 +234,10 @@
|
|
|
233
234
|
"type": "object",
|
|
234
235
|
"properties": {
|
|
235
236
|
"designtime": {
|
|
236
|
-
"description": "
|
|
237
|
+
"description": "Allows you to define which settings are available for key user adaptation at design time.",
|
|
238
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53.html https://ui5.sap.com/sdk/#/topic/de9fd55c69af4b46863f5d26b5d796c4.html",
|
|
237
239
|
"type": "string",
|
|
238
|
-
"
|
|
239
|
-
"not-adaptable-visibility"
|
|
240
|
-
],
|
|
240
|
+
"const": "not-adaptable-visibility",
|
|
241
241
|
"artifactType": "Manifest"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"properties": {
|
|
317
317
|
"sectionLayout": {
|
|
318
318
|
"$ref": "#/definitions/SectionLayoutType",
|
|
319
|
-
"description": "
|
|
319
|
+
"description": "Allows you to define the layout of the sections.\n\n- Page (default): In this mode, all the sections and subsections are added to the same page.\n- Tabs: In this mode, the sections are represented as tabs under the header facet.",
|
|
320
320
|
"artifactType": "Manifest"
|
|
321
321
|
}
|
|
322
322
|
},
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
},
|
|
420
420
|
"selectionMode": {
|
|
421
421
|
"$ref": "#/definitions/SelectionMode",
|
|
422
|
-
"description": "
|
|
422
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
|
|
423
423
|
"artifactType": "Manifest"
|
|
424
424
|
},
|
|
425
425
|
"selectAll": {
|
|
@@ -428,17 +428,19 @@
|
|
|
428
428
|
"artifactType": "Manifest"
|
|
429
429
|
},
|
|
430
430
|
"selectionLimit": {
|
|
431
|
-
"description": "
|
|
431
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
432
432
|
"type": "number",
|
|
433
433
|
"artifactType": "Manifest"
|
|
434
434
|
},
|
|
435
435
|
"enableExport": {
|
|
436
|
-
"description": "
|
|
436
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
437
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
437
438
|
"type": "boolean",
|
|
438
439
|
"artifactType": "Manifest"
|
|
439
440
|
},
|
|
440
441
|
"condensedTableLayout": {
|
|
441
|
-
"description": "
|
|
442
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
443
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
442
444
|
"type": "boolean",
|
|
443
445
|
"artifactType": "Manifest"
|
|
444
446
|
}
|
|
@@ -533,7 +535,7 @@
|
|
|
533
535
|
"type": "string"
|
|
534
536
|
}
|
|
535
537
|
],
|
|
536
|
-
"description": "
|
|
538
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
537
539
|
"artifactType": "Manifest"
|
|
538
540
|
},
|
|
539
541
|
"enabled": {
|
|
@@ -551,7 +553,7 @@
|
|
|
551
553
|
"type": "string"
|
|
552
554
|
}
|
|
553
555
|
],
|
|
554
|
-
"description": "
|
|
556
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
555
557
|
"artifactType": "Manifest"
|
|
556
558
|
}
|
|
557
559
|
},
|
|
@@ -685,7 +687,8 @@
|
|
|
685
687
|
"type": "object",
|
|
686
688
|
"properties": {
|
|
687
689
|
"width": {
|
|
688
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
690
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
691
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
689
692
|
"type": "string",
|
|
690
693
|
"artifactType": "Manifest"
|
|
691
694
|
},
|
|
@@ -711,7 +714,8 @@
|
|
|
711
714
|
"type": "object",
|
|
712
715
|
"properties": {
|
|
713
716
|
"width": {
|
|
714
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
717
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
718
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
715
719
|
"type": "string",
|
|
716
720
|
"artifactType": "Manifest"
|
|
717
721
|
},
|
|
@@ -738,8 +742,9 @@
|
|
|
738
742
|
"type": "string"
|
|
739
743
|
},
|
|
740
744
|
"width": {
|
|
741
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
745
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
742
746
|
"artifactType": "Manifest",
|
|
747
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
743
748
|
"type": "string"
|
|
744
749
|
},
|
|
745
750
|
"template": {
|
|
@@ -902,7 +907,7 @@
|
|
|
902
907
|
"type": "string"
|
|
903
908
|
}
|
|
904
909
|
],
|
|
905
|
-
"description": "
|
|
910
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
906
911
|
"artifactType": "Manifest"
|
|
907
912
|
},
|
|
908
913
|
"enabled": {
|
|
@@ -920,7 +925,7 @@
|
|
|
920
925
|
"type": "string"
|
|
921
926
|
}
|
|
922
927
|
],
|
|
923
|
-
"description": "
|
|
928
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
924
929
|
"artifactType": "Manifest"
|
|
925
930
|
}
|
|
926
931
|
},
|
|
@@ -945,12 +950,13 @@
|
|
|
945
950
|
"type": "object",
|
|
946
951
|
"properties": {
|
|
947
952
|
"navigateToInstance": {
|
|
948
|
-
"description": "By default,
|
|
953
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
954
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
949
955
|
"type": "boolean",
|
|
950
956
|
"artifactType": "Manifest"
|
|
951
957
|
},
|
|
952
958
|
"enableAutoScroll": {
|
|
953
|
-
"description": "
|
|
959
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
954
960
|
"type": "boolean",
|
|
955
961
|
"artifactType": "Manifest"
|
|
956
962
|
}
|
|
@@ -1135,9 +1141,7 @@
|
|
|
1135
1141
|
"properties": {
|
|
1136
1142
|
"className": {
|
|
1137
1143
|
"type": "string",
|
|
1138
|
-
"
|
|
1139
|
-
"sap.ui.core.Fragment"
|
|
1140
|
-
]
|
|
1144
|
+
"const": "sap.ui.core.Fragment"
|
|
1141
1145
|
},
|
|
1142
1146
|
"fragmentName": {
|
|
1143
1147
|
"type": "string"
|
|
@@ -1153,9 +1157,7 @@
|
|
|
1153
1157
|
},
|
|
1154
1158
|
"type": {
|
|
1155
1159
|
"type": "string",
|
|
1156
|
-
"
|
|
1157
|
-
"XML"
|
|
1158
|
-
]
|
|
1160
|
+
"const": "XML"
|
|
1159
1161
|
},
|
|
1160
1162
|
"title": {
|
|
1161
1163
|
"description": "The label of the custom section, preferrable as an i18n key",
|
|
@@ -1230,7 +1232,7 @@
|
|
|
1230
1232
|
"type": "string"
|
|
1231
1233
|
}
|
|
1232
1234
|
],
|
|
1233
|
-
"description": "
|
|
1235
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
1234
1236
|
"artifactType": "Manifest"
|
|
1235
1237
|
},
|
|
1236
1238
|
"enabled": {
|
|
@@ -1248,7 +1250,7 @@
|
|
|
1248
1250
|
"type": "string"
|
|
1249
1251
|
}
|
|
1250
1252
|
],
|
|
1251
|
-
"description": "
|
|
1253
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
1252
1254
|
"artifactType": "Manifest"
|
|
1253
1255
|
}
|
|
1254
1256
|
},
|
|
@@ -1292,12 +1294,13 @@
|
|
|
1292
1294
|
"type": "object",
|
|
1293
1295
|
"properties": {
|
|
1294
1296
|
"navigateToInstance": {
|
|
1295
|
-
"description": "By default,
|
|
1297
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
1298
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
1296
1299
|
"type": "boolean",
|
|
1297
1300
|
"artifactType": "Manifest"
|
|
1298
1301
|
},
|
|
1299
1302
|
"enableAutoScroll": {
|
|
1300
|
-
"description": "
|
|
1303
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
1301
1304
|
"type": "boolean",
|
|
1302
1305
|
"artifactType": "Manifest"
|
|
1303
1306
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAUvE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,WAAY,MAAM,iBAAiB,MAAM,EAAE,KAAG,MAElF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,WAAY,MAAM,iBAAiB,MAAM,EAAE,eAAe,MAAM,EAAE,KAAG,MAEtG,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,cAAe,MAAM,SAAS,MAAM,KAAG,MASnE,CAAC;AAEF,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAQ/C;AAED;gEACgE;AAChE,oBAAY,YAAY;IACpB,QAAQ,mBAAmB;IAC3B,WAAW,yBAAyB;CACvC;AAED;gEACgE;AAChE,oBAAY,cAAc;IACtB,QAAQ,uCAAuC;IAC/C,WAAW,uCAAuC;CACrD;AA6BD;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB,WACrB,MAAM,iBACC,MAAM,EAAE,eACV,MAAM,EAAE,gBACP,mBAAmB,SAC1B,MAAM,KACd,MA4BF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBACpB,MAAM,EAAE;gBACR,MAAM,GAAG,SAAS;sBAAoB,MAAM,GAAG,SAAS;cAAY,MAAM;CAc1F,CAAC;
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAUvE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,WAAY,MAAM,iBAAiB,MAAM,EAAE,KAAG,MAElF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,WAAY,MAAM,iBAAiB,MAAM,EAAE,eAAe,MAAM,EAAE,KAAG,MAEtG,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,cAAe,MAAM,SAAS,MAAM,KAAG,MASnE,CAAC;AAEF,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAQ/C;AAED;gEACgE;AAChE,oBAAY,YAAY;IACpB,QAAQ,mBAAmB;IAC3B,WAAW,yBAAyB;CACvC;AAED;gEACgE;AAChE,oBAAY,cAAc;IACtB,QAAQ,uCAAuC;IAC/C,WAAW,uCAAuC;CACrD;AA6BD;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB,WACrB,MAAM,iBACC,MAAM,EAAE,eACV,MAAM,EAAE,gBACP,mBAAmB,SAC1B,MAAM,KACd,MA4BF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBACpB,MAAM,EAAE;gBACR,MAAM,GAAG,SAAS;sBAAoB,MAAM,GAAG,SAAS;cAAY,MAAM;CAc1F,CAAC;AA0EF,eAAO,MAAM,kCAAkC,WAAY,MAAM,cAAc,MAAM,gBAAgB,MAAM,KAAG,IAE7G,CAAC;AAEF,eAAO,MAAM,kCAAkC,WAAY,MAAM,cAAc,MAAM,gBAAgB,MAAM,KAAG,IAG7G,CAAC;AAEF,eAAO,MAAM,oCAAoC,WACrC,MAAM,cACF,MAAM,gBACJ,MAAM,KACrB,IAGF,CAAC"}
|
|
@@ -191,6 +191,7 @@ const addPatternForBindingChangeOfEnum = (schema, definition, propertyName, bind
|
|
|
191
191
|
const description = originalDefinition.description ? originalDefinition.description : targetDefinition.description;
|
|
192
192
|
const pattern = determinePattern(targetDefinition);
|
|
193
193
|
if (targetDefinition['type'] && targetDefinition['type'] === 'boolean') {
|
|
194
|
+
//Always an enum, always with more than one value
|
|
194
195
|
resultDefinition = { enum: [false, true] };
|
|
195
196
|
}
|
|
196
197
|
if (bindingValues && resultDefinition['enum']) {
|