@sap/ux-specification 1.124.12 → 1.124.13
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 +29 -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 +71 -71
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v4/BuildingBlocksConfig.json +38 -22
- package/dist/specification/package.json +5 -5
- package/package.json +5 -5
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"sap.fe.macros.VariantManagement": {
|
|
464
|
-
"description": "Building block used to create a Variant Management based on the metadata provided by OData V4.\nUsage example:\n\n<macro:VariantManagement\nid=\"SomeUniqueIdentifier\"\nfor=\"{listOfControlIds>}\"\n/>\n\n",
|
|
464
|
+
"description": "Building block used to create a Variant Management based on the metadata provided by OData V4.\nUsage example:\n\n<macro:VariantManagement\nid=\"SomeUniqueIdentifier\"\nfor=\"{listOfControlIds>}\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
|
|
465
465
|
"isViewNode": true,
|
|
466
466
|
"type": "object",
|
|
467
467
|
"properties": {
|
|
@@ -1120,33 +1120,37 @@
|
|
|
1120
1120
|
]
|
|
1121
1121
|
},
|
|
1122
1122
|
"textLinesEdit": {
|
|
1123
|
-
"
|
|
1124
|
-
"description": "
|
|
1123
|
+
"$ref": "#/definitions/int",
|
|
1124
|
+
"description": "textLinesEdit",
|
|
1125
1125
|
"artifactType": "XMLProperty",
|
|
1126
|
+
"isViewNode": true,
|
|
1126
1127
|
"metadata": {
|
|
1127
1128
|
"type": "Property"
|
|
1128
1129
|
}
|
|
1129
1130
|
},
|
|
1130
1131
|
"textMaxCharactersDisplay": {
|
|
1131
|
-
"
|
|
1132
|
-
"description": "
|
|
1132
|
+
"$ref": "#/definitions/int",
|
|
1133
|
+
"description": "textMaxCharactersDisplay",
|
|
1133
1134
|
"artifactType": "XMLProperty",
|
|
1135
|
+
"isViewNode": true,
|
|
1134
1136
|
"metadata": {
|
|
1135
1137
|
"type": "Property"
|
|
1136
1138
|
}
|
|
1137
1139
|
},
|
|
1138
1140
|
"textMaxLength": {
|
|
1139
|
-
"
|
|
1140
|
-
"description": "
|
|
1141
|
+
"$ref": "#/definitions/int",
|
|
1142
|
+
"description": "textMaxLength",
|
|
1141
1143
|
"artifactType": "XMLProperty",
|
|
1144
|
+
"isViewNode": true,
|
|
1142
1145
|
"metadata": {
|
|
1143
1146
|
"type": "Property"
|
|
1144
1147
|
}
|
|
1145
1148
|
},
|
|
1146
1149
|
"textMaxLines": {
|
|
1147
|
-
"
|
|
1148
|
-
"description": "
|
|
1150
|
+
"$ref": "#/definitions/int",
|
|
1151
|
+
"description": "textMaxLines",
|
|
1149
1152
|
"artifactType": "XMLProperty",
|
|
1153
|
+
"isViewNode": true,
|
|
1150
1154
|
"metadata": {
|
|
1151
1155
|
"type": "Property"
|
|
1152
1156
|
}
|
|
@@ -1270,7 +1274,7 @@
|
|
|
1270
1274
|
}
|
|
1271
1275
|
},
|
|
1272
1276
|
"sap.fe.macros.FilterBar": {
|
|
1273
|
-
"description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
|
|
1277
|
+
"description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
|
|
1274
1278
|
"isViewNode": true,
|
|
1275
1279
|
"type": "object",
|
|
1276
1280
|
"properties": {
|
|
@@ -1373,7 +1377,7 @@
|
|
|
1373
1377
|
}
|
|
1374
1378
|
},
|
|
1375
1379
|
"sap.fe.macros.filterBar.FilterField": {
|
|
1376
|
-
"description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
|
|
1380
|
+
"description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\nOverview of Building Blocks\n\t\t\t\n",
|
|
1377
1381
|
"isViewNode": true,
|
|
1378
1382
|
"type": "object",
|
|
1379
1383
|
"properties": {
|
|
@@ -1557,6 +1561,14 @@
|
|
|
1557
1561
|
"path": [],
|
|
1558
1562
|
"type": "Aggregation"
|
|
1559
1563
|
}
|
|
1564
|
+
},
|
|
1565
|
+
"change": {
|
|
1566
|
+
"type": "string",
|
|
1567
|
+
"description": "The event is triggered when the field is changed.",
|
|
1568
|
+
"artifactType": "XMLProperty",
|
|
1569
|
+
"metadata": {
|
|
1570
|
+
"type": "Event"
|
|
1571
|
+
}
|
|
1560
1572
|
}
|
|
1561
1573
|
},
|
|
1562
1574
|
"additionalProperties": false,
|
|
@@ -1753,7 +1765,7 @@
|
|
|
1753
1765
|
}
|
|
1754
1766
|
},
|
|
1755
1767
|
"sap.fe.macros.Share": {
|
|
1756
|
-
"description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<macros:Share\nid=\"someID\"\nvisible=\"true\"\n/>\n\n",
|
|
1768
|
+
"description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<macros:Share\nid=\"someID\"\nvisible=\"true\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
|
|
1757
1769
|
"isViewNode": true,
|
|
1758
1770
|
"type": "object",
|
|
1759
1771
|
"properties": {
|
|
@@ -2036,7 +2048,7 @@
|
|
|
2036
2048
|
}
|
|
2037
2049
|
},
|
|
2038
2050
|
"sap.fe.macros.Table": {
|
|
2039
|
-
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n<macros:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\n",
|
|
2051
|
+
"description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n<macros:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" />\n\nOverview of Table Building Blocks\n\t\t\t\n",
|
|
2040
2052
|
"isViewNode": true,
|
|
2041
2053
|
"type": "object",
|
|
2042
2054
|
"properties": {
|
|
@@ -2216,14 +2228,15 @@
|
|
|
2216
2228
|
},
|
|
2217
2229
|
"rowCountMode": {
|
|
2218
2230
|
"type": "string",
|
|
2219
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
2231
|
+
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
|
|
2220
2232
|
"artifactType": "XMLProperty",
|
|
2221
2233
|
"metadata": {
|
|
2222
2234
|
"type": "Property"
|
|
2223
2235
|
},
|
|
2224
2236
|
"enum": [
|
|
2225
2237
|
"Auto",
|
|
2226
|
-
"Fixed"
|
|
2238
|
+
"Fixed",
|
|
2239
|
+
"Interactive"
|
|
2227
2240
|
]
|
|
2228
2241
|
},
|
|
2229
2242
|
"scrollThreshold": {
|
|
@@ -2534,14 +2547,15 @@
|
|
|
2534
2547
|
},
|
|
2535
2548
|
"rowCountMode": {
|
|
2536
2549
|
"type": "string",
|
|
2537
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
2550
|
+
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
|
|
2538
2551
|
"artifactType": "XMLProperty",
|
|
2539
2552
|
"metadata": {
|
|
2540
2553
|
"type": "Property"
|
|
2541
2554
|
},
|
|
2542
2555
|
"enum": [
|
|
2543
2556
|
"Auto",
|
|
2544
|
-
"Fixed"
|
|
2557
|
+
"Fixed",
|
|
2558
|
+
"Interactive"
|
|
2545
2559
|
]
|
|
2546
2560
|
},
|
|
2547
2561
|
"scrollThreshold": {
|
|
@@ -2735,7 +2749,7 @@
|
|
|
2735
2749
|
}
|
|
2736
2750
|
},
|
|
2737
2751
|
"sap.fe.macros.TreeTable": {
|
|
2738
|
-
"description": "Building block used to create a tree table based on the metadata provided by OData V4
|
|
2752
|
+
"description": "Building block used to create a tree table based on the metadata provided by OData V4.\nOverview of Tree Table Building Block\n\t\t\t",
|
|
2739
2753
|
"isViewNode": true,
|
|
2740
2754
|
"type": "object",
|
|
2741
2755
|
"properties": {
|
|
@@ -2938,14 +2952,15 @@
|
|
|
2938
2952
|
},
|
|
2939
2953
|
"rowCountMode": {
|
|
2940
2954
|
"type": "string",
|
|
2941
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
2955
|
+
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
|
|
2942
2956
|
"artifactType": "XMLProperty",
|
|
2943
2957
|
"metadata": {
|
|
2944
2958
|
"type": "Property"
|
|
2945
2959
|
},
|
|
2946
2960
|
"enum": [
|
|
2947
2961
|
"Auto",
|
|
2948
|
-
"Fixed"
|
|
2962
|
+
"Fixed",
|
|
2963
|
+
"Interactive"
|
|
2949
2964
|
]
|
|
2950
2965
|
},
|
|
2951
2966
|
"scrollThreshold": {
|
|
@@ -3271,14 +3286,15 @@
|
|
|
3271
3286
|
},
|
|
3272
3287
|
"rowCountMode": {
|
|
3273
3288
|
"type": "string",
|
|
3274
|
-
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
|
|
3289
|
+
"description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
|
|
3275
3290
|
"artifactType": "XMLProperty",
|
|
3276
3291
|
"metadata": {
|
|
3277
3292
|
"type": "Property"
|
|
3278
3293
|
},
|
|
3279
3294
|
"enum": [
|
|
3280
3295
|
"Auto",
|
|
3281
|
-
"Fixed"
|
|
3296
|
+
"Fixed",
|
|
3297
|
+
"Interactive"
|
|
3282
3298
|
]
|
|
3283
3299
|
},
|
|
3284
3300
|
"scrollThreshold": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.124.
|
|
3
|
+
"version": "1.124.13",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"publisher": "SAPSE",
|
|
50
50
|
"license": "SEE LICENSE IN LICENSE",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@sap-ux/fe-fpm-writer": "0.33.
|
|
52
|
+
"@sap-ux/fe-fpm-writer": "0.33.16",
|
|
53
53
|
"@sap-ux/vocabularies-types": "0.12.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.
|
|
56
|
+
"@sap-ux/annotation-converter": "0.10.3",
|
|
57
57
|
"@sap-ux/edmx-parser": "0.8.2",
|
|
58
|
-
"@sap/ux-specification-types": "1.124.
|
|
58
|
+
"@sap/ux-specification-types": "1.124.13",
|
|
59
59
|
"@sapui5/types": "latest-1.124",
|
|
60
60
|
"@types/d3": "7.4.3",
|
|
61
61
|
"@types/jquery": "3.5.31",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@ui5/flexibility-utils": "0.1.3",
|
|
64
64
|
"@xml-tools/ast": "5.0.5",
|
|
65
65
|
"@xml-tools/parser": "1.0.11",
|
|
66
|
-
"axios": "1.8.
|
|
66
|
+
"axios": "1.8.2",
|
|
67
67
|
"copyfiles": "2.4.1",
|
|
68
68
|
"d3": "7.9.0",
|
|
69
69
|
"deepmerge": "4.3.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.124.
|
|
3
|
+
"version": "1.124.13",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"publisher": "SAPSE",
|
|
50
50
|
"license": "SEE LICENSE IN LICENSE",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@sap-ux/fe-fpm-writer": "0.33.
|
|
52
|
+
"@sap-ux/fe-fpm-writer": "0.33.16",
|
|
53
53
|
"@sap-ux/vocabularies-types": "0.12.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.
|
|
56
|
+
"@sap-ux/annotation-converter": "0.10.3",
|
|
57
57
|
"@sap-ux/edmx-parser": "0.8.2",
|
|
58
|
-
"@sap/ux-specification-types": "1.124.
|
|
58
|
+
"@sap/ux-specification-types": "1.124.13",
|
|
59
59
|
"@sapui5/types": "latest-1.124",
|
|
60
60
|
"@types/d3": "7.4.3",
|
|
61
61
|
"@types/jquery": "3.5.31",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@ui5/flexibility-utils": "0.1.3",
|
|
64
64
|
"@xml-tools/ast": "5.0.5",
|
|
65
65
|
"@xml-tools/parser": "1.0.11",
|
|
66
|
-
"axios": "1.8.
|
|
66
|
+
"axios": "1.8.2",
|
|
67
67
|
"copyfiles": "2.4.1",
|
|
68
68
|
"d3": "7.9.0",
|
|
69
69
|
"deepmerge": "4.3.1",
|