@ui5/manifest 1.86.0 → 1.87.0
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 +11 -1
- package/mapping.json +2 -1
- package/package.json +1 -1
- package/schema.json +77 -2
- package/schema_cil.json +75 -1
- package/types/manifest.d.ts +74 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
4
4
|
|
|
5
5
|
<a name="Unreleased"></a>
|
|
6
6
|
|
|
7
|
+
<a name="v1.87.0"></a>
|
|
8
|
+
## [v1.87.0] - 2026-06-11 (UI5 1.149)
|
|
9
|
+
|
|
10
|
+
<a name="v1.87.0"></a>
|
|
11
|
+
## [v1.87.0] - 2026-06-11 (UI5 1.149)
|
|
12
|
+
|
|
13
|
+
<a name="v1.87.0"></a>
|
|
14
|
+
## [v1.87.0] - 2026-06-11 (UI5 1.149)
|
|
15
|
+
|
|
7
16
|
<a name="v1.86.0"></a>
|
|
8
17
|
## [v1.86.0] - 2026-05-04 (UI5 1.148)
|
|
9
18
|
|
|
@@ -261,7 +270,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
261
270
|
<a name="v1.48.1"></a>
|
|
262
271
|
## v1.48.1 - 2022-11-10
|
|
263
272
|
|
|
264
|
-
[Unreleased]: https://github.com/UI5/manifest/compare/v1.
|
|
273
|
+
[Unreleased]: https://github.com/UI5/manifest/compare/v1.87.0...HEAD
|
|
274
|
+
[v1.87.0]: https://github.com/UI5/manifest/compare/v1.86.0...v1.87.0
|
|
265
275
|
[v1.86.0]: https://github.com/UI5/manifest/compare/v1.85.0...v1.86.0
|
|
266
276
|
[v1.85.0]: https://github.com/UI5/manifest/compare/v1.84.0...v1.85.0
|
|
267
277
|
[v1.84.0]: https://github.com/UI5/manifest/compare/v1.83.1...v1.84.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -105,7 +105,8 @@
|
|
|
105
105
|
"1.83.1",
|
|
106
106
|
"1.84.0",
|
|
107
107
|
"1.85.0",
|
|
108
|
-
"1.86.0"
|
|
108
|
+
"1.86.0",
|
|
109
|
+
"1.87.0"
|
|
109
110
|
]
|
|
110
111
|
},
|
|
111
112
|
"start_url": {
|
|
@@ -1057,6 +1058,10 @@
|
|
|
1057
1058
|
"1.2.0"
|
|
1058
1059
|
]
|
|
1059
1060
|
},
|
|
1061
|
+
"ui5VersionNumber": {
|
|
1062
|
+
"description": "Specifies the SAPUI5 version used to load and run the application in SAP Build Work Zone. The UI5 version consists of [major, minor, patch]. You can replace the patch numeric value with an X, x, or *. For example, use 'ui5VersionNumber': '1.136.x' to get automatic updates of all patches of version 1.136.",
|
|
1063
|
+
"type": "string"
|
|
1064
|
+
},
|
|
1060
1065
|
"oAuthScopes": {
|
|
1061
1066
|
"description": "Represents the authorization scope of the application",
|
|
1062
1067
|
"type": "array",
|
|
@@ -1326,7 +1331,8 @@
|
|
|
1326
1331
|
"1.10.0",
|
|
1327
1332
|
"1.11.0",
|
|
1328
1333
|
"1.12.0",
|
|
1329
|
-
"1.13.0"
|
|
1334
|
+
"1.13.0",
|
|
1335
|
+
"1.14.0"
|
|
1330
1336
|
]
|
|
1331
1337
|
},
|
|
1332
1338
|
"globalFilterModel": {
|
|
@@ -1473,6 +1479,75 @@
|
|
|
1473
1479
|
}
|
|
1474
1480
|
}
|
|
1475
1481
|
},
|
|
1482
|
+
"controlConfiguration": {
|
|
1483
|
+
"description": "Specifies the configuration of filter fields, mapped by annotation path. Supported in OData V4 only.",
|
|
1484
|
+
"type": "object",
|
|
1485
|
+
"patternProperties": {
|
|
1486
|
+
"^@[a-zA-Z0-9_\\.\\-\\/]*$": {
|
|
1487
|
+
"description": "Defines the configuration for a specific annotation path",
|
|
1488
|
+
"type": "object",
|
|
1489
|
+
"properties": {
|
|
1490
|
+
"filterFields": {
|
|
1491
|
+
"description": "Defines the configuration for filter fields",
|
|
1492
|
+
"type": "object",
|
|
1493
|
+
"patternProperties": {
|
|
1494
|
+
"^[a-zA-Z0-9_\\.\\-]*$": {
|
|
1495
|
+
"description": "Defines the configuration for a specific filter field",
|
|
1496
|
+
"type": "object",
|
|
1497
|
+
"properties": {
|
|
1498
|
+
"settings": {
|
|
1499
|
+
"description": "Defines the settings for a specific filter field",
|
|
1500
|
+
"type": "object",
|
|
1501
|
+
"properties": {
|
|
1502
|
+
"defaultValues": {
|
|
1503
|
+
"description": "Defines the default values for the filter field",
|
|
1504
|
+
"type": "array",
|
|
1505
|
+
"items": {
|
|
1506
|
+
"type": "object",
|
|
1507
|
+
"properties": {
|
|
1508
|
+
"operator": {
|
|
1509
|
+
"description": "Specifies the default semantic date operator",
|
|
1510
|
+
"type": "string"
|
|
1511
|
+
},
|
|
1512
|
+
"values": {
|
|
1513
|
+
"description": "Specifies additional values for the operator",
|
|
1514
|
+
"type": "array"
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"operatorConfiguration": {
|
|
1520
|
+
"description": "Defines how operators are configured for the filter field",
|
|
1521
|
+
"type": "array",
|
|
1522
|
+
"items": {
|
|
1523
|
+
"type": "object",
|
|
1524
|
+
"properties": {
|
|
1525
|
+
"path": {
|
|
1526
|
+
"description": "Specifies the key information",
|
|
1527
|
+
"type": "string"
|
|
1528
|
+
},
|
|
1529
|
+
"equals": {
|
|
1530
|
+
"description": "Specifies one or more operator values, separated by commas",
|
|
1531
|
+
"type": "string"
|
|
1532
|
+
},
|
|
1533
|
+
"exclude": {
|
|
1534
|
+
"description": "Flag to exclude or include matched operators",
|
|
1535
|
+
"type": "boolean",
|
|
1536
|
+
"default": true
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1476
1551
|
"dataLoadSettings": {
|
|
1477
1552
|
"description": "Represents the object to define data loading behaviour for an overview page application",
|
|
1478
1553
|
"type": "object",
|
package/schema_cil.json
CHANGED
|
@@ -702,6 +702,10 @@
|
|
|
702
702
|
"1.2.0"
|
|
703
703
|
]
|
|
704
704
|
},
|
|
705
|
+
"ui5VersionNumber": {
|
|
706
|
+
"description": "Specifies the SAPUI5 version used to load and run the application in SAP Build Work Zone. The UI5 version consists of [major, minor, patch]. You can replace the patch numeric value with an X, x, or *. For example, use 'ui5VersionNumber': '1.136.x' to get automatic updates of all patches of version 1.136.",
|
|
707
|
+
"type": "string"
|
|
708
|
+
},
|
|
705
709
|
"oAuthScopes": {
|
|
706
710
|
"description": "Represents the authorization scope of the application",
|
|
707
711
|
"type": "array",
|
|
@@ -952,7 +956,8 @@
|
|
|
952
956
|
"1.10.0",
|
|
953
957
|
"1.11.0",
|
|
954
958
|
"1.12.0",
|
|
955
|
-
"1.13.0"
|
|
959
|
+
"1.13.0",
|
|
960
|
+
"1.14.0"
|
|
956
961
|
]
|
|
957
962
|
},
|
|
958
963
|
"globalFilterModel": {
|
|
@@ -1099,6 +1104,75 @@
|
|
|
1099
1104
|
}
|
|
1100
1105
|
}
|
|
1101
1106
|
},
|
|
1107
|
+
"controlConfiguration": {
|
|
1108
|
+
"description": "Specifies the configuration of filter fields, mapped by annotation path. Supported in OData V4 only.",
|
|
1109
|
+
"type": "object",
|
|
1110
|
+
"patternProperties": {
|
|
1111
|
+
"^@[a-zA-Z0-9_\\.\\-\\/]*$": {
|
|
1112
|
+
"description": "Defines the configuration for a specific annotation path",
|
|
1113
|
+
"type": "object",
|
|
1114
|
+
"properties": {
|
|
1115
|
+
"filterFields": {
|
|
1116
|
+
"description": "Defines the configuration for filter fields",
|
|
1117
|
+
"type": "object",
|
|
1118
|
+
"patternProperties": {
|
|
1119
|
+
"^[a-zA-Z0-9_\\.\\-]*$": {
|
|
1120
|
+
"description": "Defines the configuration for a specific filter field",
|
|
1121
|
+
"type": "object",
|
|
1122
|
+
"properties": {
|
|
1123
|
+
"settings": {
|
|
1124
|
+
"description": "Defines the settings for a specific filter field",
|
|
1125
|
+
"type": "object",
|
|
1126
|
+
"properties": {
|
|
1127
|
+
"defaultValues": {
|
|
1128
|
+
"description": "Defines the default values for the filter field",
|
|
1129
|
+
"type": "array",
|
|
1130
|
+
"items": {
|
|
1131
|
+
"type": "object",
|
|
1132
|
+
"properties": {
|
|
1133
|
+
"operator": {
|
|
1134
|
+
"description": "Specifies the default semantic date operator",
|
|
1135
|
+
"type": "string"
|
|
1136
|
+
},
|
|
1137
|
+
"values": {
|
|
1138
|
+
"description": "Specifies additional values for the operator",
|
|
1139
|
+
"type": "array"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"operatorConfiguration": {
|
|
1145
|
+
"description": "Defines how operators are configured for the filter field",
|
|
1146
|
+
"type": "array",
|
|
1147
|
+
"items": {
|
|
1148
|
+
"type": "object",
|
|
1149
|
+
"properties": {
|
|
1150
|
+
"path": {
|
|
1151
|
+
"description": "Specifies the key information",
|
|
1152
|
+
"type": "string"
|
|
1153
|
+
},
|
|
1154
|
+
"equals": {
|
|
1155
|
+
"description": "Specifies one or more operator values, separated by commas",
|
|
1156
|
+
"type": "string"
|
|
1157
|
+
},
|
|
1158
|
+
"exclude": {
|
|
1159
|
+
"description": "Flag to exclude or include matched operators",
|
|
1160
|
+
"type": "boolean",
|
|
1161
|
+
"default": true
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1102
1176
|
"dataLoadSettings": {
|
|
1103
1177
|
"description": "Represents the object to define data loading behaviour for an overview page application",
|
|
1104
1178
|
"type": "object",
|
package/types/manifest.d.ts
CHANGED
|
@@ -763,7 +763,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
763
763
|
| "1.83.1"
|
|
764
764
|
| "1.84.0"
|
|
765
765
|
| "1.85.0"
|
|
766
|
-
| "1.86.0"
|
|
766
|
+
| "1.86.0"
|
|
767
|
+
| "1.87.0";
|
|
767
768
|
/**
|
|
768
769
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
769
770
|
*/
|
|
@@ -2019,6 +2020,10 @@ export interface JSONSchemaForSAPPLATFORMCFNamespace {
|
|
|
2019
2020
|
* Represents attributes format version. It is managed by namespace owner
|
|
2020
2021
|
*/
|
|
2021
2022
|
_version?: "1.1.0" | "1.2.0";
|
|
2023
|
+
/**
|
|
2024
|
+
* Specifies the SAPUI5 version used to load and run the application in SAP Build Work Zone. The UI5 version consists of [major, minor, patch]. You can replace the patch numeric value with an X, x, or *. For example, use 'ui5VersionNumber': '1.136.x' to get automatic updates of all patches of version 1.136.
|
|
2025
|
+
*/
|
|
2026
|
+
ui5VersionNumber?: string;
|
|
2022
2027
|
/**
|
|
2023
2028
|
* Represents the authorization scope of the application
|
|
2024
2029
|
*/
|
|
@@ -2638,7 +2643,8 @@ export interface JSONSchemaForSAPOVPNamespace {
|
|
|
2638
2643
|
| "1.10.0"
|
|
2639
2644
|
| "1.11.0"
|
|
2640
2645
|
| "1.12.0"
|
|
2641
|
-
| "1.13.0"
|
|
2646
|
+
| "1.13.0"
|
|
2647
|
+
| "1.14.0";
|
|
2642
2648
|
/**
|
|
2643
2649
|
* Represents the name of global filter OData model, which contains entities definition that are relevant for global filters
|
|
2644
2650
|
*/
|
|
@@ -2744,6 +2750,72 @@ export interface JSONSchemaForSAPOVPNamespace {
|
|
|
2744
2750
|
};
|
|
2745
2751
|
[k: string]: unknown;
|
|
2746
2752
|
};
|
|
2753
|
+
/**
|
|
2754
|
+
* Specifies the configuration of filter fields, mapped by annotation path. Supported in OData V4 only.
|
|
2755
|
+
*/
|
|
2756
|
+
controlConfiguration?: {
|
|
2757
|
+
/**
|
|
2758
|
+
* Defines the configuration for a specific annotation path
|
|
2759
|
+
*
|
|
2760
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
2761
|
+
* via the `patternProperty` "^@[a-zA-Z0-9_\.\-\/]*$".
|
|
2762
|
+
*/
|
|
2763
|
+
[k: string]: {
|
|
2764
|
+
/**
|
|
2765
|
+
* Defines the configuration for filter fields
|
|
2766
|
+
*/
|
|
2767
|
+
filterFields?: {
|
|
2768
|
+
/**
|
|
2769
|
+
* Defines the configuration for a specific filter field
|
|
2770
|
+
*
|
|
2771
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
2772
|
+
* via the `patternProperty` "^[a-zA-Z0-9_\.\-]*$".
|
|
2773
|
+
*/
|
|
2774
|
+
[k: string]: {
|
|
2775
|
+
/**
|
|
2776
|
+
* Defines the settings for a specific filter field
|
|
2777
|
+
*/
|
|
2778
|
+
settings?: {
|
|
2779
|
+
/**
|
|
2780
|
+
* Defines the default values for the filter field
|
|
2781
|
+
*/
|
|
2782
|
+
defaultValues?: {
|
|
2783
|
+
/**
|
|
2784
|
+
* Specifies the default semantic date operator
|
|
2785
|
+
*/
|
|
2786
|
+
operator?: string;
|
|
2787
|
+
/**
|
|
2788
|
+
* Specifies additional values for the operator
|
|
2789
|
+
*/
|
|
2790
|
+
values?: unknown[];
|
|
2791
|
+
[k: string]: unknown;
|
|
2792
|
+
}[];
|
|
2793
|
+
/**
|
|
2794
|
+
* Defines how operators are configured for the filter field
|
|
2795
|
+
*/
|
|
2796
|
+
operatorConfiguration?: {
|
|
2797
|
+
/**
|
|
2798
|
+
* Specifies the key information
|
|
2799
|
+
*/
|
|
2800
|
+
path?: string;
|
|
2801
|
+
/**
|
|
2802
|
+
* Specifies one or more operator values, separated by commas
|
|
2803
|
+
*/
|
|
2804
|
+
equals?: string;
|
|
2805
|
+
/**
|
|
2806
|
+
* Flag to exclude or include matched operators
|
|
2807
|
+
*/
|
|
2808
|
+
exclude?: boolean;
|
|
2809
|
+
[k: string]: unknown;
|
|
2810
|
+
}[];
|
|
2811
|
+
[k: string]: unknown;
|
|
2812
|
+
};
|
|
2813
|
+
[k: string]: unknown;
|
|
2814
|
+
};
|
|
2815
|
+
};
|
|
2816
|
+
[k: string]: unknown;
|
|
2817
|
+
};
|
|
2818
|
+
};
|
|
2747
2819
|
/**
|
|
2748
2820
|
* Represents the object to define data loading behaviour for an overview page application
|
|
2749
2821
|
*/
|