@sap/ux-specification 1.108.14 → 1.108.15
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 +38 -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-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.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 +95 -95
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +8 -8
- package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -4
- package/dist/schemas/v2/ApplicationV2.json +2 -1
- package/dist/schemas/v2/ListReportConfig.json +4 -4
- package/dist/schemas/v2/ObjectPageConfig.json +24 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +50 -35
- package/dist/schemas/v4/ObjectPageConfig.json +33 -24
- 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/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/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/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.js +28 -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 +1 -2
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +8 -8
|
@@ -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
|
},
|
|
@@ -161,8 +161,9 @@
|
|
|
161
161
|
"type": "object",
|
|
162
162
|
"properties": {
|
|
163
163
|
"hideFilterBar": {
|
|
164
|
-
"description": "
|
|
164
|
+
"description": "Allows you to hide the filter bar.",
|
|
165
165
|
"artifactType": "Manifest",
|
|
166
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bd7590569c74c61a0124c6e370030f6",
|
|
166
167
|
"type": "boolean"
|
|
167
168
|
},
|
|
168
169
|
"selectionFields": {
|
|
@@ -181,12 +182,12 @@
|
|
|
181
182
|
},
|
|
182
183
|
"initialLayout": {
|
|
183
184
|
"$ref": "#/definitions/InitialLayoutType",
|
|
184
|
-
"description": "
|
|
185
|
+
"description": "Allows you to specify the default filter mode on the initial load.",
|
|
185
186
|
"artifactType": "Manifest"
|
|
186
187
|
},
|
|
187
188
|
"layout": {
|
|
188
189
|
"$ref": "#/definitions/LayoutType",
|
|
189
|
-
"description": "
|
|
190
|
+
"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.",
|
|
190
191
|
"artifactType": "Manifest"
|
|
191
192
|
}
|
|
192
193
|
},
|
|
@@ -225,7 +226,7 @@
|
|
|
225
226
|
"properties": {
|
|
226
227
|
"availability": {
|
|
227
228
|
"$ref": "#/definitions/Availability",
|
|
228
|
-
"description": "Defines where the selection field should be shown.\
|
|
229
|
+
"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.",
|
|
229
230
|
"artifactType": "Manifest"
|
|
230
231
|
},
|
|
231
232
|
"visualFilterValueList": {
|
|
@@ -339,12 +340,13 @@
|
|
|
339
340
|
"type": "object",
|
|
340
341
|
"properties": {
|
|
341
342
|
"navigateToInstance": {
|
|
342
|
-
"description": "By default,
|
|
343
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
344
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
343
345
|
"type": "boolean",
|
|
344
346
|
"artifactType": "Manifest"
|
|
345
347
|
},
|
|
346
348
|
"enableAutoScroll": {
|
|
347
|
-
"description": "
|
|
349
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
348
350
|
"type": "boolean",
|
|
349
351
|
"artifactType": "Manifest"
|
|
350
352
|
}
|
|
@@ -388,7 +390,7 @@
|
|
|
388
390
|
"type": "string"
|
|
389
391
|
}
|
|
390
392
|
],
|
|
391
|
-
"description": "
|
|
393
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
392
394
|
"artifactType": "Manifest"
|
|
393
395
|
},
|
|
394
396
|
"enabled": {
|
|
@@ -404,7 +406,7 @@
|
|
|
404
406
|
"type": "string"
|
|
405
407
|
}
|
|
406
408
|
],
|
|
407
|
-
"description": "
|
|
409
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
408
410
|
"artifactType": "Manifest"
|
|
409
411
|
}
|
|
410
412
|
},
|
|
@@ -444,7 +446,7 @@
|
|
|
444
446
|
},
|
|
445
447
|
"initialLoad": {
|
|
446
448
|
"$ref": "#/definitions/InitialLoadType",
|
|
447
|
-
"description": "
|
|
449
|
+
"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."
|
|
448
450
|
},
|
|
449
451
|
"personalization": {
|
|
450
452
|
"$ref": "#/definitions/ViewPersonalizationType",
|
|
@@ -463,18 +465,19 @@
|
|
|
463
465
|
},
|
|
464
466
|
"selectionMode": {
|
|
465
467
|
"$ref": "#/definitions/SelectionMode",
|
|
466
|
-
"description": "
|
|
468
|
+
"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."
|
|
467
469
|
},
|
|
468
470
|
"selectAll": {
|
|
469
471
|
"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.",
|
|
470
472
|
"type": "boolean"
|
|
471
473
|
},
|
|
472
474
|
"selectionLimit": {
|
|
473
|
-
"description": "
|
|
475
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
474
476
|
"type": "number"
|
|
475
477
|
},
|
|
476
478
|
"enableExport": {
|
|
477
|
-
"description": "
|
|
479
|
+
"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.",
|
|
480
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
478
481
|
"type": "boolean"
|
|
479
482
|
},
|
|
480
483
|
"quickVariantSelection": {
|
|
@@ -482,7 +485,8 @@
|
|
|
482
485
|
"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."
|
|
483
486
|
},
|
|
484
487
|
"condensedTableLayout": {
|
|
485
|
-
"description": "
|
|
488
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
489
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
486
490
|
"type": "boolean"
|
|
487
491
|
}
|
|
488
492
|
},
|
|
@@ -604,7 +608,7 @@
|
|
|
604
608
|
"type": "string"
|
|
605
609
|
}
|
|
606
610
|
],
|
|
607
|
-
"description": "
|
|
611
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
608
612
|
"artifactType": "Manifest"
|
|
609
613
|
},
|
|
610
614
|
"enabled": {
|
|
@@ -620,7 +624,7 @@
|
|
|
620
624
|
"type": "string"
|
|
621
625
|
}
|
|
622
626
|
],
|
|
623
|
-
"description": "
|
|
627
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
624
628
|
"artifactType": "Manifest"
|
|
625
629
|
}
|
|
626
630
|
},
|
|
@@ -671,7 +675,8 @@
|
|
|
671
675
|
"type": "object",
|
|
672
676
|
"properties": {
|
|
673
677
|
"width": {
|
|
674
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
678
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
679
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
675
680
|
"type": "string",
|
|
676
681
|
"artifactType": "Manifest"
|
|
677
682
|
},
|
|
@@ -694,7 +699,8 @@
|
|
|
694
699
|
"artifactType": "Manifest"
|
|
695
700
|
},
|
|
696
701
|
"width": {
|
|
697
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
702
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
703
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
698
704
|
"type": "string",
|
|
699
705
|
"artifactType": "Manifest"
|
|
700
706
|
},
|
|
@@ -710,12 +716,13 @@
|
|
|
710
716
|
"type": "object",
|
|
711
717
|
"properties": {
|
|
712
718
|
"navigateToInstance": {
|
|
713
|
-
"description": "By default,
|
|
719
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
720
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
714
721
|
"type": "boolean",
|
|
715
722
|
"artifactType": "Manifest"
|
|
716
723
|
},
|
|
717
724
|
"enableAutoScroll": {
|
|
718
|
-
"description": "
|
|
725
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
719
726
|
"type": "boolean",
|
|
720
727
|
"artifactType": "Manifest"
|
|
721
728
|
}
|
|
@@ -739,8 +746,9 @@
|
|
|
739
746
|
"type": "string"
|
|
740
747
|
},
|
|
741
748
|
"width": {
|
|
742
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
749
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
743
750
|
"artifactType": "Manifest",
|
|
751
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
744
752
|
"type": "string"
|
|
745
753
|
},
|
|
746
754
|
"template": {
|
|
@@ -875,7 +883,7 @@
|
|
|
875
883
|
},
|
|
876
884
|
"initialLoad": {
|
|
877
885
|
"$ref": "#/definitions/InitialLoadType",
|
|
878
|
-
"description": "
|
|
886
|
+
"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.",
|
|
879
887
|
"artifactType": "Manifest"
|
|
880
888
|
},
|
|
881
889
|
"personalization": {
|
|
@@ -900,7 +908,7 @@
|
|
|
900
908
|
},
|
|
901
909
|
"selectionMode": {
|
|
902
910
|
"$ref": "#/definitions/SelectionMode",
|
|
903
|
-
"description": "
|
|
911
|
+
"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.",
|
|
904
912
|
"artifactType": "Manifest"
|
|
905
913
|
},
|
|
906
914
|
"selectAll": {
|
|
@@ -909,12 +917,13 @@
|
|
|
909
917
|
"artifactType": "Manifest"
|
|
910
918
|
},
|
|
911
919
|
"selectionLimit": {
|
|
912
|
-
"description": "
|
|
920
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
913
921
|
"type": "number",
|
|
914
922
|
"artifactType": "Manifest"
|
|
915
923
|
},
|
|
916
924
|
"enableExport": {
|
|
917
|
-
"description": "
|
|
925
|
+
"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.",
|
|
926
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
918
927
|
"type": "boolean",
|
|
919
928
|
"artifactType": "Manifest"
|
|
920
929
|
},
|
|
@@ -924,7 +933,8 @@
|
|
|
924
933
|
"artifactType": "Manifest"
|
|
925
934
|
},
|
|
926
935
|
"condensedTableLayout": {
|
|
927
|
-
"description": "
|
|
936
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
937
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
928
938
|
"type": "boolean",
|
|
929
939
|
"artifactType": "Manifest"
|
|
930
940
|
}
|
|
@@ -1047,7 +1057,7 @@
|
|
|
1047
1057
|
},
|
|
1048
1058
|
"selectionMode": {
|
|
1049
1059
|
"$ref": "#/definitions/SelectionMode",
|
|
1050
|
-
"description": "
|
|
1060
|
+
"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.",
|
|
1051
1061
|
"artifactType": "Manifest"
|
|
1052
1062
|
},
|
|
1053
1063
|
"selectAll": {
|
|
@@ -1056,12 +1066,13 @@
|
|
|
1056
1066
|
"artifactType": "Manifest"
|
|
1057
1067
|
},
|
|
1058
1068
|
"selectionLimit": {
|
|
1059
|
-
"description": "
|
|
1069
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
1060
1070
|
"type": "number",
|
|
1061
1071
|
"artifactType": "Manifest"
|
|
1062
1072
|
},
|
|
1063
1073
|
"enableExport": {
|
|
1064
|
-
"description": "
|
|
1074
|
+
"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.",
|
|
1075
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
1065
1076
|
"type": "boolean",
|
|
1066
1077
|
"artifactType": "Manifest"
|
|
1067
1078
|
},
|
|
@@ -1071,7 +1082,8 @@
|
|
|
1071
1082
|
"artifactType": "Manifest"
|
|
1072
1083
|
},
|
|
1073
1084
|
"condensedTableLayout": {
|
|
1074
|
-
"description": "
|
|
1085
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
1086
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
1075
1087
|
"type": "boolean",
|
|
1076
1088
|
"artifactType": "Manifest"
|
|
1077
1089
|
}
|
|
@@ -1210,7 +1222,8 @@
|
|
|
1210
1222
|
"type": "object",
|
|
1211
1223
|
"properties": {
|
|
1212
1224
|
"width": {
|
|
1213
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1225
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1226
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1214
1227
|
"type": "string",
|
|
1215
1228
|
"artifactType": "Manifest"
|
|
1216
1229
|
},
|
|
@@ -1233,7 +1246,8 @@
|
|
|
1233
1246
|
"artifactType": "Manifest"
|
|
1234
1247
|
},
|
|
1235
1248
|
"width": {
|
|
1236
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1249
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1250
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1237
1251
|
"type": "string",
|
|
1238
1252
|
"artifactType": "Manifest"
|
|
1239
1253
|
},
|
|
@@ -1262,8 +1276,9 @@
|
|
|
1262
1276
|
"type": "string"
|
|
1263
1277
|
},
|
|
1264
1278
|
"width": {
|
|
1265
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
1279
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1266
1280
|
"artifactType": "Manifest",
|
|
1281
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
1267
1282
|
"type": "string"
|
|
1268
1283
|
},
|
|
1269
1284
|
"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,7 +234,8 @@
|
|
|
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
240
|
"const": "not-adaptable-visibility",
|
|
239
241
|
"artifactType": "Manifest"
|
|
@@ -314,7 +316,7 @@
|
|
|
314
316
|
"properties": {
|
|
315
317
|
"sectionLayout": {
|
|
316
318
|
"$ref": "#/definitions/SectionLayoutType",
|
|
317
|
-
"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.",
|
|
318
320
|
"artifactType": "Manifest"
|
|
319
321
|
}
|
|
320
322
|
},
|
|
@@ -417,7 +419,7 @@
|
|
|
417
419
|
},
|
|
418
420
|
"selectionMode": {
|
|
419
421
|
"$ref": "#/definitions/SelectionMode",
|
|
420
|
-
"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.",
|
|
421
423
|
"artifactType": "Manifest"
|
|
422
424
|
},
|
|
423
425
|
"selectAll": {
|
|
@@ -426,17 +428,19 @@
|
|
|
426
428
|
"artifactType": "Manifest"
|
|
427
429
|
},
|
|
428
430
|
"selectionLimit": {
|
|
429
|
-
"description": "
|
|
431
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
430
432
|
"type": "number",
|
|
431
433
|
"artifactType": "Manifest"
|
|
432
434
|
},
|
|
433
435
|
"enableExport": {
|
|
434
|
-
"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",
|
|
435
438
|
"type": "boolean",
|
|
436
439
|
"artifactType": "Manifest"
|
|
437
440
|
},
|
|
438
441
|
"condensedTableLayout": {
|
|
439
|
-
"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",
|
|
440
444
|
"type": "boolean",
|
|
441
445
|
"artifactType": "Manifest"
|
|
442
446
|
}
|
|
@@ -531,7 +535,7 @@
|
|
|
531
535
|
"type": "string"
|
|
532
536
|
}
|
|
533
537
|
],
|
|
534
|
-
"description": "
|
|
538
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
535
539
|
"artifactType": "Manifest"
|
|
536
540
|
},
|
|
537
541
|
"enabled": {
|
|
@@ -549,7 +553,7 @@
|
|
|
549
553
|
"type": "string"
|
|
550
554
|
}
|
|
551
555
|
],
|
|
552
|
-
"description": "
|
|
556
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
553
557
|
"artifactType": "Manifest"
|
|
554
558
|
}
|
|
555
559
|
},
|
|
@@ -689,7 +693,8 @@
|
|
|
689
693
|
"type": "object",
|
|
690
694
|
"properties": {
|
|
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
|
},
|
|
@@ -715,7 +720,8 @@
|
|
|
715
720
|
"type": "object",
|
|
716
721
|
"properties": {
|
|
717
722
|
"width": {
|
|
718
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
723
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
724
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
719
725
|
"type": "string",
|
|
720
726
|
"artifactType": "Manifest"
|
|
721
727
|
},
|
|
@@ -742,8 +748,9 @@
|
|
|
742
748
|
"type": "string"
|
|
743
749
|
},
|
|
744
750
|
"width": {
|
|
745
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
751
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
746
752
|
"artifactType": "Manifest",
|
|
753
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
747
754
|
"type": "string"
|
|
748
755
|
},
|
|
749
756
|
"template": {
|
|
@@ -906,7 +913,7 @@
|
|
|
906
913
|
"type": "string"
|
|
907
914
|
}
|
|
908
915
|
],
|
|
909
|
-
"description": "
|
|
916
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
910
917
|
"artifactType": "Manifest"
|
|
911
918
|
},
|
|
912
919
|
"enabled": {
|
|
@@ -924,7 +931,7 @@
|
|
|
924
931
|
"type": "string"
|
|
925
932
|
}
|
|
926
933
|
],
|
|
927
|
-
"description": "
|
|
934
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
928
935
|
"artifactType": "Manifest"
|
|
929
936
|
}
|
|
930
937
|
},
|
|
@@ -949,12 +956,13 @@
|
|
|
949
956
|
"type": "object",
|
|
950
957
|
"properties": {
|
|
951
958
|
"navigateToInstance": {
|
|
952
|
-
"description": "By default,
|
|
959
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
960
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
953
961
|
"type": "boolean",
|
|
954
962
|
"artifactType": "Manifest"
|
|
955
963
|
},
|
|
956
964
|
"enableAutoScroll": {
|
|
957
|
-
"description": "
|
|
965
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
958
966
|
"type": "boolean",
|
|
959
967
|
"artifactType": "Manifest"
|
|
960
968
|
}
|
|
@@ -1230,7 +1238,7 @@
|
|
|
1230
1238
|
"type": "string"
|
|
1231
1239
|
}
|
|
1232
1240
|
],
|
|
1233
|
-
"description": "
|
|
1241
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
1234
1242
|
"artifactType": "Manifest"
|
|
1235
1243
|
},
|
|
1236
1244
|
"enabled": {
|
|
@@ -1248,7 +1256,7 @@
|
|
|
1248
1256
|
"type": "string"
|
|
1249
1257
|
}
|
|
1250
1258
|
],
|
|
1251
|
-
"description": "
|
|
1259
|
+
"description": "Allows you to define if the action should be enabled. The default value is \"true\".",
|
|
1252
1260
|
"artifactType": "Manifest"
|
|
1253
1261
|
}
|
|
1254
1262
|
},
|
|
@@ -1292,12 +1300,13 @@
|
|
|
1292
1300
|
"type": "object",
|
|
1293
1301
|
"properties": {
|
|
1294
1302
|
"navigateToInstance": {
|
|
1295
|
-
"description": "By default,
|
|
1303
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
1304
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
1296
1305
|
"type": "boolean",
|
|
1297
1306
|
"artifactType": "Manifest"
|
|
1298
1307
|
},
|
|
1299
1308
|
"enableAutoScroll": {
|
|
1300
|
-
"description": "
|
|
1309
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
1301
1310
|
"type": "boolean",
|
|
1302
1311
|
"artifactType": "Manifest"
|
|
1303
1312
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"distTagEvaluator.d.ts","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAOnE,qBAAa,gBAAgB;IACzB,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,CAAM;;IAQrC;;OAEG;IACH,MAAM,CAAC,mBAAmB,IAAI,IAAI;IAIlC;;;OAGG;IACI,cAAc,IAAI,MAAM,GAAG,SAAS;IAI3C;;;;;OAKG;IACI,oBAAoB,IAAI,MAAM,EAAE;IAoBvC;;;;OAIG;IACI,yBAAyB,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"distTagEvaluator.d.ts","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAOnE,qBAAa,gBAAgB;IACzB,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,CAAM;;IAQrC;;OAEG;IACH,MAAM,CAAC,mBAAmB,IAAI,IAAI;IAIlC;;;OAGG;IACI,cAAc,IAAI,MAAM,GAAG,SAAS;IAI3C;;;;;OAKG;IACI,oBAAoB,IAAI,MAAM,EAAE;IAoBvC;;;;OAIG;IACI,yBAAyB,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAG,IAAI;CA6BzF"}
|
|
@@ -27,6 +27,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.DistTagEvaluator = void 0;
|
|
30
|
+
const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
30
31
|
const extensionLogger_1 = require("../../extensionLogger");
|
|
31
32
|
const i18next_1 = __importDefault(require("i18next"));
|
|
32
33
|
const distTagsJSON = __importStar(require("./dist_tag.json"));
|
|
@@ -89,7 +90,10 @@ class DistTagEvaluator {
|
|
|
89
90
|
const message = i18next_1.default.t('UNKNOWNMINUI5VERSION', { minUI5Version });
|
|
90
91
|
(0, extensionLogger_1.log)(logger, {
|
|
91
92
|
severity: "info" /* LogSeverity.Info */,
|
|
92
|
-
message
|
|
93
|
+
message,
|
|
94
|
+
location: {
|
|
95
|
+
path: ux_specification_types_1.MANIFESTPATH
|
|
96
|
+
}
|
|
93
97
|
});
|
|
94
98
|
return;
|
|
95
99
|
}
|
|
@@ -98,7 +102,10 @@ class DistTagEvaluator {
|
|
|
98
102
|
const message = i18next_1.default.t('WRONGMINUI5VERSION', { minUI5Version });
|
|
99
103
|
(0, extensionLogger_1.log)(logger, {
|
|
100
104
|
severity: "warning" /* LogSeverity.Warning */,
|
|
101
|
-
message
|
|
105
|
+
message,
|
|
106
|
+
location: {
|
|
107
|
+
path: ux_specification_types_1.MANIFESTPATH
|
|
108
|
+
}
|
|
102
109
|
});
|
|
103
110
|
}
|
|
104
111
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"distTagEvaluator.js","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"distTagEvaluator.js","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wEAAwE;AACxE,2DAA4C;AAC5C,sDAA8B;AAC9B,8DAAgD;AAChD,wDAAsE;AAEtE,MAAa,gBAAgB;IAGzB;QACI,IAAI,gBAAgB,CAAC,cAAc,CAAC,MAAM,KAAK,CAAC,EAAE;YAC9C,gBAAgB,CAAC,cAAc,GAAG,IAAI,CAAC,oBAAoB,EAAE,CAAC;SACjE;IACL,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACtB,gBAAgB,CAAC,cAAc,GAAG,EAAE,CAAC;IACzC,CAAC;IAED;;;OAGG;IACI,cAAc;QACjB,OAAO,sBAAkB,CAAC;IAC9B,CAAC;IAED;;;;;OAKG;IACI,oBAAoB;QACvB,IAAI,MAAM,GAAa,EAAE,CAAC;QAC1B,MAAM,QAAQ,GAAG,YAAY,CAAC,QAAQ,CAAC;QAEvC,IAAI,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;QACxC,IAAI,WAAW,EAAE;YACb,IAAI,WAAW,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;gBACjC,oCAAoC;gBACpC,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;aAChC;iBAAM;gBACH,WAAW,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;gBACrE,MAAM,GAAG,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;gBACxE,IAAI,GAAG,EAAE;oBACL,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;iBACxB;aACJ;SACJ;QACD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAClF,CAAC;IAED;;;;OAIG;IACI,yBAAyB,CAAC,aAAqB,EAAE,MAAuB;QAC3E,mHAAmH;QACnH,IAAI,OAAO,CAAC,GAAG,CAAC,qBAAqB,KAAK,MAAM,EAAE;YAC9C,OAAO;SACV;QACD,IAAI,CAAC,aAAa,IAAI,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;YACjD,MAAM,OAAO,GAAG,iBAAO,CAAC,CAAC,CAAC,sBAAsB,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;YACrE,IAAA,qBAAG,EAAC,MAAM,EAAE;gBACR,QAAQ,+BAAkB;gBAC1B,OAAO;gBACP,QAAQ,EAAE;oBACN,IAAI,EAAE,qCAAY;iBACrB;aACJ,CAAC,CAAC;YACH,OAAO;SACV;QACD,MAAM,aAAa,GACf,aAAa,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;QACvG,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE;YAC1D,MAAM,OAAO,GAAG,iBAAO,CAAC,CAAC,CAAC,oBAAoB,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;YACnE,IAAA,qBAAG,EAAC,MAAM,EAAE;gBACR,QAAQ,qCAAqB;gBAC7B,OAAO;gBACP,QAAQ,EAAE;oBACN,IAAI,EAAE,qCAAY;iBACrB;aACJ,CAAC,CAAC;SACN;IACL,CAAC;;AAnFL,4CAoFC;AAnFU,+BAAc,GAAa,EAAE,CAAC"}
|