@ui5/manifest 1.72.0 → 1.72.1

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 CHANGED
@@ -2,10 +2,13 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.72.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.72.1...HEAD).
6
+
7
+ <a name="v1.72.1"></a>
8
+ ## [v1.72.1] - 2025-03-21
6
9
 
7
10
  <a name="v1.72.0"></a>
8
- ## [v1.72.0] - 0001-01-01
11
+ ## [v1.72.0] - 2025-03-10
9
12
 
10
13
  <a name="v1.71.0"></a>
11
14
  ## [v1.71.0] - 2025-03-06
@@ -103,6 +106,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
103
106
  <a name="v1.48.1"></a>
104
107
  ## v1.48.1 - 2022-11-10
105
108
 
109
+ [v1.72.1]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...v1.72.1
106
110
  [v1.72.0]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
107
111
  [v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
108
112
  [v1.70.1]: https://github.com/SAP/ui5-manifest/compare/v1.70.0...v1.70.1
package/mapping.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "latest": "1.71.0",
3
- "1.134": "1.71.0",
2
+ "latest": "1.72.0",
3
+ "1.134": "1.72.0",
4
4
  "1.133": "1.70.1",
5
5
  "1.132": "1.69.0",
6
6
  "1.131": "1.68.0",
@@ -105,4 +105,4 @@
105
105
  "1.32": "1.2.0",
106
106
  "1.31": "1.1.0",
107
107
  "1.30": "1.1.0"
108
- }
108
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.72.0",
3
+ "version": "1.72.1",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",
package/schema.json CHANGED
@@ -88,7 +88,8 @@
88
88
  "1.68.0",
89
89
  "1.69.0",
90
90
  "1.70.1",
91
- "1.71.0"
91
+ "1.71.0",
92
+ "1.72.0"
92
93
  ]
93
94
  },
94
95
  "start_url": {
@@ -585,7 +586,8 @@
585
586
  "1.15.0",
586
587
  "1.16.0",
587
588
  "1.17.0",
588
- "1.18.0"
589
+ "1.18.0",
590
+ "1.19.0"
589
591
  ]
590
592
  },
591
593
  "resources": {
@@ -8478,8 +8480,40 @@
8478
8480
  "patternTransformCode": "''.split('').map(function(char) { console.log(char); if (/[a-z]/i.test(char)) { return `[${char.toUpperCase()}${char.toLowerCase()}]`; } else { return char; } } ).join('')",
8479
8481
  "patternFromRuntime": "^((Ctrl|Shift|Alt)(\\+)?){0,3}([A-Za-z0-9\\.,\\-\\*\\/=]|Plus|Tab|Space|Enter|Backspace|Home|Delete|End|Pageup|Pagedown|Escape|ArrowUp|ArrowDown|ArrowLeft|ArrowRight|F[1-9]|F1[0-2])$",
8480
8482
  "pattern": "^(([Cc][Tt][Rr][Ll]|[Ss][Hh][Ii][Ff][Tt]|[Aa][Ll][Tt])(\\+)?){0,3}([A-Za-z0-9\\.,\\-\\*\\/=]|[Pp][Ll][Uu][Ss]|[Tt][Aa][Bb]|[Ss][Pp][Aa][Cc][Ee]|[Ee][Nn][Tt][Ee][Rr]|[Bb][Aa][Cc][Kk][Ss][Pp][Aa][Cc][Ee]|[Hh][Oo][Mm][Ee]|[Dd][Ee][Ll][Ee][Tt][Ee]|[Ee][Nn][Dd]|[Pp][Aa][Gg][Ee][Uu][Pp]|[Pp][Aa][Gg][Ee][Dd][Oo][Ww][Nn]|[Ee][Ss][Cc][Aa][Pp][Ee]|[Aa][Rr][Rr][Oo][Ww][Uu][Pp]|[Aa][Rr][Rr][Oo][Ww][Dd][Oo][Ww][Nn]|[Aa][Rr][Rr][Oo][Ww][Ll][Ee][Ff][Tt]|[Aa][Rr][Rr][Oo][Ww][Rr][Ii][Gg][Hh][Tt]|F[1-9]|F1[0-2])$"
8483
+ },
8484
+ "ref": {
8485
+ "description": "A string referencing a predefined shortcut command. Must start with 'sap:'.",
8486
+ "type": "string",
8487
+ "pattern": "^sap:[a-zA-Z0-9_-]+$"
8488
+ },
8489
+ "description": {
8490
+ "description": "A string containing a placeholder that follows the format {{someKey}}.",
8491
+ "type": "string",
8492
+ "pattern": "^\\{\\{[a-zA-Z0-9_]+\\}\\}$"
8481
8493
  }
8482
- }
8494
+ },
8495
+ "oneOf": [
8496
+ {
8497
+ "required": [
8498
+ "shortcut"
8499
+ ],
8500
+ "not": {
8501
+ "required": [
8502
+ "ref"
8503
+ ]
8504
+ }
8505
+ },
8506
+ {
8507
+ "required": [
8508
+ "ref"
8509
+ ],
8510
+ "not": {
8511
+ "required": [
8512
+ "shortcut"
8513
+ ]
8514
+ }
8515
+ }
8516
+ ]
8483
8517
  },
8484
8518
  "booleanOrString": {
8485
8519
  "oneOf": [
package/schema_cil.json CHANGED
@@ -44,7 +44,8 @@
44
44
  "1.24.0",
45
45
  "1.25.0",
46
46
  "1.26.0",
47
- "1.27.0"
47
+ "1.27.0",
48
+ "1.28.0"
48
49
  ]
49
50
  },
50
51
  "start_url": {
@@ -382,7 +383,8 @@
382
383
  "1.10.0",
383
384
  "1.11.0",
384
385
  "1.12.0",
385
- "1.13.0"
386
+ "1.13.0",
387
+ "1.14.0"
386
388
  ]
387
389
  },
388
390
  "resources": {
@@ -3253,8 +3255,40 @@
3253
3255
  "patternTransformCode": "''.split('').map(function(char) { console.log(char); if (/[a-z]/i.test(char)) { return `[${char.toUpperCase()}${char.toLowerCase()}]`; } else { return char; } } ).join('')",
3254
3256
  "patternFromRuntime": "^((Ctrl|Shift|Alt)(\\+)?){0,3}([A-Za-z0-9\\.,\\-\\*\\/=]|Plus|Tab|Space|Enter|Backspace|Home|Delete|End|Pageup|Pagedown|Escape|ArrowUp|ArrowDown|ArrowLeft|ArrowRight|F[1-9]|F1[0-2])$",
3255
3257
  "pattern": "^(([Cc][Tt][Rr][Ll]|[Ss][Hh][Ii][Ff][Tt]|[Aa][Ll][Tt])(\\+)?){0,3}([A-Za-z0-9\\.,\\-\\*\\/=]|[Pp][Ll][Uu][Ss]|[Tt][Aa][Bb]|[Ss][Pp][Aa][Cc][Ee]|[Ee][Nn][Tt][Ee][Rr]|[Bb][Aa][Cc][Kk][Ss][Pp][Aa][Cc][Ee]|[Hh][Oo][Mm][Ee]|[Dd][Ee][Ll][Ee][Tt][Ee]|[Ee][Nn][Dd]|[Pp][Aa][Gg][Ee][Uu][Pp]|[Pp][Aa][Gg][Ee][Dd][Oo][Ww][Nn]|[Ee][Ss][Cc][Aa][Pp][Ee]|[Aa][Rr][Rr][Oo][Ww][Uu][Pp]|[Aa][Rr][Rr][Oo][Ww][Dd][Oo][Ww][Nn]|[Aa][Rr][Rr][Oo][Ww][Ll][Ee][Ff][Tt]|[Aa][Rr][Rr][Oo][Ww][Rr][Ii][Gg][Hh][Tt]|F[1-9]|F1[0-2])$"
3258
+ },
3259
+ "ref": {
3260
+ "description": "A string referencing a predefined shortcut command. Must start with 'sap:'.",
3261
+ "type": "string",
3262
+ "pattern": "^sap:[a-zA-Z0-9_-]+$"
3263
+ },
3264
+ "description": {
3265
+ "description": "A string containing a placeholder that follows the format {{key}} to provide a translatable text for describing the command.",
3266
+ "type": "string",
3267
+ "pattern": "^\\{\\{[a-zA-Z0-9_]+\\}\\}$"
3256
3268
  }
3257
- }
3269
+ },
3270
+ "oneOf": [
3271
+ {
3272
+ "required": [
3273
+ "shortcut"
3274
+ ],
3275
+ "not": {
3276
+ "required": [
3277
+ "ref"
3278
+ ]
3279
+ }
3280
+ },
3281
+ {
3282
+ "required": [
3283
+ "ref"
3284
+ ],
3285
+ "not": {
3286
+ "required": [
3287
+ "shortcut"
3288
+ ]
3289
+ }
3290
+ }
3291
+ ]
3258
3292
  },
3259
3293
  "service": {
3260
3294
  "description": "Represents the definition of each service",
@@ -176,7 +176,8 @@ export type JSONSchemaForSAPUI5Namespace = {
176
176
  | "1.15.0"
177
177
  | "1.16.0"
178
178
  | "1.17.0"
179
- | "1.18.0";
179
+ | "1.18.0"
180
+ | "1.19.0";
180
181
  resources?: Resource;
181
182
  /**
182
183
  * Represents the explicit usage declaration for UI5 reuse components
@@ -550,6 +551,29 @@ export type EnhanceWithSetting4 =
550
551
  [k: string]: TerminologySetting;
551
552
  };
552
553
  };
554
+ /**
555
+ * Represents a UI5 shortcut command.
556
+ *
557
+ * This interface was referenced by `undefined`'s JSON-Schema definition
558
+ * via the `patternProperty` "^[A-Za-z_][A-Za-z0-9_\-\|@]+$".
559
+ */
560
+ export type Command = {
561
+ /**
562
+ * A string describing a shortcut key combination that, when used by the user, will trigger the command.
563
+ */
564
+ shortcut?: string;
565
+ /**
566
+ * A string referencing a predefined shortcut command. Must start with 'sap:'.
567
+ */
568
+ ref?: string;
569
+ /**
570
+ * A string containing a placeholder that follows the format {{someKey}}.
571
+ */
572
+ description?: string;
573
+ } & Command1;
574
+ export type Command1 = {
575
+ [k: string]: unknown;
576
+ };
553
577
  /**
554
578
  * Represents the definition of each route
555
579
  */
@@ -715,7 +739,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
715
739
  | "1.68.0"
716
740
  | "1.69.0"
717
741
  | "1.70.1"
718
- | "1.71.0";
742
+ | "1.71.0"
743
+ | "1.72.0";
719
744
  /**
720
745
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
721
746
  */
@@ -1525,18 +1550,6 @@ export interface Service {
1525
1550
  optional?: boolean;
1526
1551
  [k: string]: unknown;
1527
1552
  }
1528
- /**
1529
- * Represents a UI5 shortcut command.
1530
- *
1531
- * This interface was referenced by `undefined`'s JSON-Schema definition
1532
- * via the `patternProperty` "^[A-Za-z_][A-Za-z0-9_\-\|@]+$".
1533
- */
1534
- export interface Command {
1535
- /**
1536
- * A string describing a shortcut key combination that, when used by the user, will trigger the command.
1537
- */
1538
- shortcut?: string;
1539
- }
1540
1553
  /**
1541
1554
  * Represents the configuration of routing
1542
1555
  */