@sap/ux-specification 1.136.7 → 1.136.9
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 +56 -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-ListReportNew.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 +91 -91
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +361 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +73 -110
- package/dist/schemas/v4/ListReportConfig.json +25 -0
- package/dist/schemas/v4/ObjectPageConfig.json +73 -28
- package/dist/specification/package.json +7 -7
- package/dist/specification/scripts/extractDocu.js +34 -26
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/macros/corrections.d.ts +3 -1
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +22 -2
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts +2 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +7 -2
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +14 -1
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +1 -0
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts +0 -1
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Card.js +0 -7
- package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +4 -0
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +10 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts +38 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +314 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +18 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +19 -2
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +39 -4
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +38 -18
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +18 -16
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +43 -28
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +23 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +85 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +11 -0
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +19 -19
- package/dist/types/src/v4/controls/Table.d.ts +15 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.js +10 -1
- package/dist/types/src/v4/controls/Table.js.map +1 -1
- package/package.json +7 -7
|
@@ -791,7 +791,8 @@
|
|
|
791
791
|
"additionalProperties": false,
|
|
792
792
|
"metadata": {
|
|
793
793
|
"path": [],
|
|
794
|
-
"type": "Control"
|
|
794
|
+
"type": "Control",
|
|
795
|
+
"defaultAggregation": "shareOptions"
|
|
795
796
|
}
|
|
796
797
|
},
|
|
797
798
|
"sap.fe.macros.VariantManagement": {
|
|
@@ -985,7 +986,8 @@
|
|
|
985
986
|
"additionalProperties": false,
|
|
986
987
|
"metadata": {
|
|
987
988
|
"path": [],
|
|
988
|
-
"type": "Control"
|
|
989
|
+
"type": "Control",
|
|
990
|
+
"defaultAggregation": "actions"
|
|
989
991
|
}
|
|
990
992
|
},
|
|
991
993
|
"sap.fe.macros.chart.Chart": {
|
|
@@ -1371,37 +1373,33 @@
|
|
|
1371
1373
|
]
|
|
1372
1374
|
},
|
|
1373
1375
|
"textLinesEdit": {
|
|
1374
|
-
"
|
|
1375
|
-
"description": "
|
|
1376
|
+
"type": "number",
|
|
1377
|
+
"description": "Maximum number of lines for multiline texts in edit mode.\n",
|
|
1376
1378
|
"artifactType": "XMLProperty",
|
|
1377
|
-
"isViewNode": true,
|
|
1378
1379
|
"metadata": {
|
|
1379
1380
|
"type": "Property"
|
|
1380
1381
|
}
|
|
1381
1382
|
},
|
|
1382
1383
|
"textMaxCharactersDisplay": {
|
|
1383
|
-
"
|
|
1384
|
-
"description": "
|
|
1384
|
+
"type": "number",
|
|
1385
|
+
"description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
|
|
1385
1386
|
"artifactType": "XMLProperty",
|
|
1386
|
-
"isViewNode": true,
|
|
1387
1387
|
"metadata": {
|
|
1388
1388
|
"type": "Property"
|
|
1389
1389
|
}
|
|
1390
1390
|
},
|
|
1391
1391
|
"textMaxLength": {
|
|
1392
|
-
"
|
|
1393
|
-
"description": "
|
|
1392
|
+
"type": "number",
|
|
1393
|
+
"description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
|
|
1394
1394
|
"artifactType": "XMLProperty",
|
|
1395
|
-
"isViewNode": true,
|
|
1396
1395
|
"metadata": {
|
|
1397
1396
|
"type": "Property"
|
|
1398
1397
|
}
|
|
1399
1398
|
},
|
|
1400
1399
|
"textMaxLines": {
|
|
1401
|
-
"
|
|
1402
|
-
"description": "
|
|
1400
|
+
"type": "number",
|
|
1401
|
+
"description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
|
|
1403
1402
|
"artifactType": "XMLProperty",
|
|
1404
|
-
"isViewNode": true,
|
|
1405
1403
|
"metadata": {
|
|
1406
1404
|
"type": "Property"
|
|
1407
1405
|
}
|
|
@@ -1828,10 +1826,9 @@
|
|
|
1828
1826
|
}
|
|
1829
1827
|
},
|
|
1830
1828
|
"customToolbarPriority": {
|
|
1831
|
-
"
|
|
1832
|
-
"description": "
|
|
1829
|
+
"type": "number",
|
|
1830
|
+
"description": "The priority of the group in the custom toolbar.",
|
|
1833
1831
|
"artifactType": "XMLProperty",
|
|
1834
|
-
"isViewNode": true,
|
|
1835
1832
|
"metadata": {
|
|
1836
1833
|
"type": "Property"
|
|
1837
1834
|
}
|
|
@@ -1845,25 +1842,23 @@
|
|
|
1845
1842
|
}
|
|
1846
1843
|
},
|
|
1847
1844
|
"priority": {
|
|
1848
|
-
"
|
|
1849
|
-
"description": "priority",
|
|
1845
|
+
"type": "number",
|
|
1846
|
+
"description": "The priority of the group.",
|
|
1850
1847
|
"artifactType": "XMLProperty",
|
|
1851
|
-
"isViewNode": true,
|
|
1852
1848
|
"metadata": {
|
|
1853
1849
|
"type": "Property"
|
|
1854
1850
|
}
|
|
1855
1851
|
},
|
|
1856
1852
|
"row": {
|
|
1857
|
-
"
|
|
1858
|
-
"description": "
|
|
1853
|
+
"type": "number",
|
|
1854
|
+
"description": "Row number in which the button should be",
|
|
1859
1855
|
"artifactType": "XMLProperty",
|
|
1860
|
-
"isViewNode": true,
|
|
1861
1856
|
"metadata": {
|
|
1862
1857
|
"type": "Property"
|
|
1863
1858
|
}
|
|
1864
1859
|
},
|
|
1865
1860
|
"visible": {
|
|
1866
|
-
"type": "
|
|
1861
|
+
"type": "boolean",
|
|
1867
1862
|
"description": "Whether the group is visible.",
|
|
1868
1863
|
"artifactType": "XMLProperty",
|
|
1869
1864
|
"metadata": {
|
|
@@ -2123,7 +2118,8 @@
|
|
|
2123
2118
|
"additionalProperties": false,
|
|
2124
2119
|
"metadata": {
|
|
2125
2120
|
"path": [],
|
|
2126
|
-
"type": "Control"
|
|
2121
|
+
"type": "Control",
|
|
2122
|
+
"defaultAggregation": "actions"
|
|
2127
2123
|
}
|
|
2128
2124
|
},
|
|
2129
2125
|
"sap.fe.macros.table.ActionGroupOverride": {
|
|
@@ -2182,7 +2178,8 @@
|
|
|
2182
2178
|
"additionalProperties": false,
|
|
2183
2179
|
"metadata": {
|
|
2184
2180
|
"path": [],
|
|
2185
|
-
"type": "Control"
|
|
2181
|
+
"type": "Control",
|
|
2182
|
+
"defaultAggregation": "actions"
|
|
2186
2183
|
}
|
|
2187
2184
|
},
|
|
2188
2185
|
"sap.fe.macros.table.ActionOverride": {
|
|
@@ -2443,17 +2440,6 @@
|
|
|
2443
2440
|
"metadata": {
|
|
2444
2441
|
"type": "Property"
|
|
2445
2442
|
}
|
|
2446
|
-
},
|
|
2447
|
-
"exportSettings": {
|
|
2448
|
-
"type": "object",
|
|
2449
|
-
"additionalProperties": {
|
|
2450
|
-
"$ref": "#/definitions/sap.fe.macros.table.ColumnExportSettings"
|
|
2451
|
-
},
|
|
2452
|
-
"isViewNode": true,
|
|
2453
|
-
"metadata": {
|
|
2454
|
-
"path": [],
|
|
2455
|
-
"type": "Aggregation"
|
|
2456
|
-
}
|
|
2457
2443
|
}
|
|
2458
2444
|
},
|
|
2459
2445
|
"additionalProperties": false,
|
|
@@ -2660,7 +2646,8 @@
|
|
|
2660
2646
|
"additionalProperties": false,
|
|
2661
2647
|
"metadata": {
|
|
2662
2648
|
"path": [],
|
|
2663
|
-
"type": "Control"
|
|
2649
|
+
"type": "Control",
|
|
2650
|
+
"defaultAggregation": "customContent"
|
|
2664
2651
|
}
|
|
2665
2652
|
},
|
|
2666
2653
|
"sap.fe.macros.table.QuickVariantSelection": {
|
|
@@ -2803,10 +2790,9 @@
|
|
|
2803
2790
|
}
|
|
2804
2791
|
},
|
|
2805
2792
|
"exportRequestSize": {
|
|
2806
|
-
"
|
|
2807
|
-
"description": "
|
|
2793
|
+
"type": "number",
|
|
2794
|
+
"description": "Maximum allowed number of records to be exported in one request.",
|
|
2808
2795
|
"artifactType": "XMLProperty",
|
|
2809
|
-
"isViewNode": true,
|
|
2810
2796
|
"metadata": {
|
|
2811
2797
|
"type": "Property"
|
|
2812
2798
|
}
|
|
@@ -2820,10 +2806,9 @@
|
|
|
2820
2806
|
}
|
|
2821
2807
|
},
|
|
2822
2808
|
"frozenColumnCount": {
|
|
2823
|
-
"
|
|
2824
|
-
"description": "
|
|
2809
|
+
"type": "number",
|
|
2810
|
+
"description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
|
|
2825
2811
|
"artifactType": "XMLProperty",
|
|
2826
|
-
"isViewNode": true,
|
|
2827
2812
|
"metadata": {
|
|
2828
2813
|
"type": "Property"
|
|
2829
2814
|
}
|
|
@@ -2919,10 +2904,9 @@
|
|
|
2919
2904
|
}
|
|
2920
2905
|
},
|
|
2921
2906
|
"rowCount": {
|
|
2922
|
-
"
|
|
2923
|
-
"description": "
|
|
2907
|
+
"type": "number",
|
|
2908
|
+
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
2924
2909
|
"artifactType": "XMLProperty",
|
|
2925
|
-
"isViewNode": true,
|
|
2926
2910
|
"metadata": {
|
|
2927
2911
|
"type": "Property"
|
|
2928
2912
|
}
|
|
@@ -2941,19 +2925,17 @@
|
|
|
2941
2925
|
]
|
|
2942
2926
|
},
|
|
2943
2927
|
"scrollThreshold": {
|
|
2944
|
-
"
|
|
2945
|
-
"description": "
|
|
2928
|
+
"type": "number",
|
|
2929
|
+
"description": "Defines how many additional data records are requested from the back-end system when the user scrolls vertically in the table.",
|
|
2946
2930
|
"artifactType": "XMLProperty",
|
|
2947
|
-
"isViewNode": true,
|
|
2948
2931
|
"metadata": {
|
|
2949
2932
|
"type": "Property"
|
|
2950
2933
|
}
|
|
2951
2934
|
},
|
|
2952
2935
|
"selectionLimit": {
|
|
2953
|
-
"
|
|
2954
|
-
"description": "
|
|
2936
|
+
"type": "number",
|
|
2937
|
+
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
2955
2938
|
"artifactType": "XMLProperty",
|
|
2956
|
-
"isViewNode": true,
|
|
2957
2939
|
"metadata": {
|
|
2958
2940
|
"type": "Property"
|
|
2959
2941
|
}
|
|
@@ -2975,10 +2957,9 @@
|
|
|
2975
2957
|
]
|
|
2976
2958
|
},
|
|
2977
2959
|
"threshold": {
|
|
2978
|
-
"
|
|
2979
|
-
"description": "
|
|
2960
|
+
"type": "number",
|
|
2961
|
+
"description": "Defines the number of records to be initially requested from the back end.",
|
|
2980
2962
|
"artifactType": "XMLProperty",
|
|
2981
|
-
"isViewNode": true,
|
|
2982
2963
|
"metadata": {
|
|
2983
2964
|
"type": "Property"
|
|
2984
2965
|
}
|
|
@@ -3204,10 +3185,9 @@
|
|
|
3204
3185
|
}
|
|
3205
3186
|
},
|
|
3206
3187
|
"exportRequestSize": {
|
|
3207
|
-
"
|
|
3208
|
-
"description": "
|
|
3188
|
+
"type": "number",
|
|
3189
|
+
"description": "Maximum allowed number of records to be exported in one request.",
|
|
3209
3190
|
"artifactType": "XMLProperty",
|
|
3210
|
-
"isViewNode": true,
|
|
3211
3191
|
"metadata": {
|
|
3212
3192
|
"type": "Property"
|
|
3213
3193
|
}
|
|
@@ -3221,10 +3201,9 @@
|
|
|
3221
3201
|
}
|
|
3222
3202
|
},
|
|
3223
3203
|
"frozenColumnCount": {
|
|
3224
|
-
"
|
|
3225
|
-
"description": "
|
|
3204
|
+
"type": "number",
|
|
3205
|
+
"description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
|
|
3226
3206
|
"artifactType": "XMLProperty",
|
|
3227
|
-
"isViewNode": true,
|
|
3228
3207
|
"metadata": {
|
|
3229
3208
|
"type": "Property"
|
|
3230
3209
|
}
|
|
@@ -3319,10 +3298,9 @@
|
|
|
3319
3298
|
}
|
|
3320
3299
|
},
|
|
3321
3300
|
"rowCount": {
|
|
3322
|
-
"
|
|
3323
|
-
"description": "
|
|
3301
|
+
"type": "number",
|
|
3302
|
+
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
3324
3303
|
"artifactType": "XMLProperty",
|
|
3325
|
-
"isViewNode": true,
|
|
3326
3304
|
"metadata": {
|
|
3327
3305
|
"type": "Property"
|
|
3328
3306
|
}
|
|
@@ -3341,19 +3319,17 @@
|
|
|
3341
3319
|
]
|
|
3342
3320
|
},
|
|
3343
3321
|
"scrollThreshold": {
|
|
3344
|
-
"
|
|
3345
|
-
"description": "
|
|
3322
|
+
"type": "number",
|
|
3323
|
+
"description": "Defines how many additional data records are requested from the back-end system when the user scrolls vertically in the table.",
|
|
3346
3324
|
"artifactType": "XMLProperty",
|
|
3347
|
-
"isViewNode": true,
|
|
3348
3325
|
"metadata": {
|
|
3349
3326
|
"type": "Property"
|
|
3350
3327
|
}
|
|
3351
3328
|
},
|
|
3352
3329
|
"selectionLimit": {
|
|
3353
|
-
"
|
|
3354
|
-
"description": "
|
|
3330
|
+
"type": "number",
|
|
3331
|
+
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
3355
3332
|
"artifactType": "XMLProperty",
|
|
3356
|
-
"isViewNode": true,
|
|
3357
3333
|
"metadata": {
|
|
3358
3334
|
"type": "Property"
|
|
3359
3335
|
}
|
|
@@ -3375,10 +3351,9 @@
|
|
|
3375
3351
|
]
|
|
3376
3352
|
},
|
|
3377
3353
|
"threshold": {
|
|
3378
|
-
"
|
|
3379
|
-
"description": "
|
|
3354
|
+
"type": "number",
|
|
3355
|
+
"description": "Defines the number of records to be initially requested from the back end.",
|
|
3380
3356
|
"artifactType": "XMLProperty",
|
|
3381
|
-
"isViewNode": true,
|
|
3382
3357
|
"metadata": {
|
|
3383
3358
|
"type": "Property"
|
|
3384
3359
|
}
|
|
@@ -3666,10 +3641,9 @@
|
|
|
3666
3641
|
}
|
|
3667
3642
|
},
|
|
3668
3643
|
"exportRequestSize": {
|
|
3669
|
-
"
|
|
3670
|
-
"description": "
|
|
3644
|
+
"type": "number",
|
|
3645
|
+
"description": "Maximum allowed number of records to be exported in one request.",
|
|
3671
3646
|
"artifactType": "XMLProperty",
|
|
3672
|
-
"isViewNode": true,
|
|
3673
3647
|
"metadata": {
|
|
3674
3648
|
"type": "Property"
|
|
3675
3649
|
}
|
|
@@ -3683,10 +3657,9 @@
|
|
|
3683
3657
|
}
|
|
3684
3658
|
},
|
|
3685
3659
|
"frozenColumnCount": {
|
|
3686
|
-
"
|
|
3687
|
-
"description": "
|
|
3660
|
+
"type": "number",
|
|
3661
|
+
"description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
|
|
3688
3662
|
"artifactType": "XMLProperty",
|
|
3689
|
-
"isViewNode": true,
|
|
3690
3663
|
"metadata": {
|
|
3691
3664
|
"type": "Property"
|
|
3692
3665
|
}
|
|
@@ -3821,10 +3794,9 @@
|
|
|
3821
3794
|
}
|
|
3822
3795
|
},
|
|
3823
3796
|
"rowCount": {
|
|
3824
|
-
"
|
|
3825
|
-
"description": "
|
|
3797
|
+
"type": "number",
|
|
3798
|
+
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
3826
3799
|
"artifactType": "XMLProperty",
|
|
3827
|
-
"isViewNode": true,
|
|
3828
3800
|
"metadata": {
|
|
3829
3801
|
"type": "Property"
|
|
3830
3802
|
}
|
|
@@ -3843,19 +3815,17 @@
|
|
|
3843
3815
|
]
|
|
3844
3816
|
},
|
|
3845
3817
|
"scrollThreshold": {
|
|
3846
|
-
"
|
|
3847
|
-
"description": "
|
|
3818
|
+
"type": "number",
|
|
3819
|
+
"description": "Defines how many additional data records are requested from the back-end system when the user scrolls vertically in the table.",
|
|
3848
3820
|
"artifactType": "XMLProperty",
|
|
3849
|
-
"isViewNode": true,
|
|
3850
3821
|
"metadata": {
|
|
3851
3822
|
"type": "Property"
|
|
3852
3823
|
}
|
|
3853
3824
|
},
|
|
3854
3825
|
"selectionLimit": {
|
|
3855
|
-
"
|
|
3856
|
-
"description": "
|
|
3826
|
+
"type": "number",
|
|
3827
|
+
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
3857
3828
|
"artifactType": "XMLProperty",
|
|
3858
|
-
"isViewNode": true,
|
|
3859
3829
|
"metadata": {
|
|
3860
3830
|
"type": "Property"
|
|
3861
3831
|
}
|
|
@@ -3877,10 +3847,9 @@
|
|
|
3877
3847
|
]
|
|
3878
3848
|
},
|
|
3879
3849
|
"threshold": {
|
|
3880
|
-
"
|
|
3881
|
-
"description": "
|
|
3850
|
+
"type": "number",
|
|
3851
|
+
"description": "Defines the number of records to be initially requested from the back end.",
|
|
3882
3852
|
"artifactType": "XMLProperty",
|
|
3883
|
-
"isViewNode": true,
|
|
3884
3853
|
"metadata": {
|
|
3885
3854
|
"type": "Property"
|
|
3886
3855
|
}
|
|
@@ -4097,10 +4066,9 @@
|
|
|
4097
4066
|
}
|
|
4098
4067
|
},
|
|
4099
4068
|
"exportRequestSize": {
|
|
4100
|
-
"
|
|
4101
|
-
"description": "
|
|
4069
|
+
"type": "number",
|
|
4070
|
+
"description": "Maximum allowed number of records to be exported in one request.",
|
|
4102
4071
|
"artifactType": "XMLProperty",
|
|
4103
|
-
"isViewNode": true,
|
|
4104
4072
|
"metadata": {
|
|
4105
4073
|
"type": "Property"
|
|
4106
4074
|
}
|
|
@@ -4114,10 +4082,9 @@
|
|
|
4114
4082
|
}
|
|
4115
4083
|
},
|
|
4116
4084
|
"frozenColumnCount": {
|
|
4117
|
-
"
|
|
4118
|
-
"description": "
|
|
4085
|
+
"type": "number",
|
|
4086
|
+
"description": "Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.\nThis property is not relevant for responsive tables\n",
|
|
4119
4087
|
"artifactType": "XMLProperty",
|
|
4120
|
-
"isViewNode": true,
|
|
4121
4088
|
"metadata": {
|
|
4122
4089
|
"type": "Property"
|
|
4123
4090
|
}
|
|
@@ -4252,10 +4219,9 @@
|
|
|
4252
4219
|
}
|
|
4253
4220
|
},
|
|
4254
4221
|
"rowCount": {
|
|
4255
|
-
"
|
|
4256
|
-
"description": "
|
|
4222
|
+
"type": "number",
|
|
4223
|
+
"description": "Number of rows to be displayed in the table. Does not apply to responsive tables.",
|
|
4257
4224
|
"artifactType": "XMLProperty",
|
|
4258
|
-
"isViewNode": true,
|
|
4259
4225
|
"metadata": {
|
|
4260
4226
|
"type": "Property"
|
|
4261
4227
|
}
|
|
@@ -4274,19 +4240,17 @@
|
|
|
4274
4240
|
]
|
|
4275
4241
|
},
|
|
4276
4242
|
"scrollThreshold": {
|
|
4277
|
-
"
|
|
4278
|
-
"description": "
|
|
4243
|
+
"type": "number",
|
|
4244
|
+
"description": "Defines how many additional data records are requested from the back-end system when the user scrolls vertically in the table.",
|
|
4279
4245
|
"artifactType": "XMLProperty",
|
|
4280
|
-
"isViewNode": true,
|
|
4281
4246
|
"metadata": {
|
|
4282
4247
|
"type": "Property"
|
|
4283
4248
|
}
|
|
4284
4249
|
},
|
|
4285
4250
|
"selectionLimit": {
|
|
4286
|
-
"
|
|
4287
|
-
"description": "
|
|
4251
|
+
"type": "number",
|
|
4252
|
+
"description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
|
|
4288
4253
|
"artifactType": "XMLProperty",
|
|
4289
|
-
"isViewNode": true,
|
|
4290
4254
|
"metadata": {
|
|
4291
4255
|
"type": "Property"
|
|
4292
4256
|
}
|
|
@@ -4308,10 +4272,9 @@
|
|
|
4308
4272
|
]
|
|
4309
4273
|
},
|
|
4310
4274
|
"threshold": {
|
|
4311
|
-
"
|
|
4312
|
-
"description": "
|
|
4275
|
+
"type": "number",
|
|
4276
|
+
"description": "Defines the number of records to be initially requested from the back end.",
|
|
4313
4277
|
"artifactType": "XMLProperty",
|
|
4314
|
-
"isViewNode": true,
|
|
4315
4278
|
"metadata": {
|
|
4316
4279
|
"type": "Property"
|
|
4317
4280
|
}
|
|
@@ -629,6 +629,10 @@
|
|
|
629
629
|
"items": {
|
|
630
630
|
"type": "string"
|
|
631
631
|
}
|
|
632
|
+
},
|
|
633
|
+
"operationGroupingMode": {
|
|
634
|
+
"$ref": "#/definitions/OperationGroupingMode",
|
|
635
|
+
"description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
|
|
632
636
|
}
|
|
633
637
|
},
|
|
634
638
|
"additionalProperties": false
|
|
@@ -1046,6 +1050,15 @@
|
|
|
1046
1050
|
"annotationPath"
|
|
1047
1051
|
]
|
|
1048
1052
|
},
|
|
1053
|
+
"OperationGroupingMode": {
|
|
1054
|
+
"artifactType": "Manifest",
|
|
1055
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
|
|
1056
|
+
"enum": [
|
|
1057
|
+
"ChangeSet",
|
|
1058
|
+
"Isolated"
|
|
1059
|
+
],
|
|
1060
|
+
"type": "string"
|
|
1061
|
+
},
|
|
1049
1062
|
"Table": {
|
|
1050
1063
|
"description": "Table",
|
|
1051
1064
|
"isViewNode": true,
|
|
@@ -1159,6 +1172,10 @@
|
|
|
1159
1172
|
"items": {
|
|
1160
1173
|
"type": "string"
|
|
1161
1174
|
}
|
|
1175
|
+
},
|
|
1176
|
+
"operationGroupingMode": {
|
|
1177
|
+
"$ref": "#/definitions/OperationGroupingMode",
|
|
1178
|
+
"description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
|
|
1162
1179
|
}
|
|
1163
1180
|
},
|
|
1164
1181
|
"additionalProperties": false
|
|
@@ -1360,6 +1377,10 @@
|
|
|
1360
1377
|
"items": {
|
|
1361
1378
|
"type": "string"
|
|
1362
1379
|
}
|
|
1380
|
+
},
|
|
1381
|
+
"operationGroupingMode": {
|
|
1382
|
+
"$ref": "#/definitions/OperationGroupingMode",
|
|
1383
|
+
"description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
|
|
1363
1384
|
}
|
|
1364
1385
|
},
|
|
1365
1386
|
"additionalProperties": false
|
|
@@ -1448,6 +1469,10 @@
|
|
|
1448
1469
|
"items": {
|
|
1449
1470
|
"type": "string"
|
|
1450
1471
|
}
|
|
1472
|
+
},
|
|
1473
|
+
"operationGroupingMode": {
|
|
1474
|
+
"$ref": "#/definitions/OperationGroupingMode",
|
|
1475
|
+
"description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
|
|
1451
1476
|
}
|
|
1452
1477
|
},
|
|
1453
1478
|
"additionalProperties": false
|