@sap/ux-specification 1.124.26 → 1.124.28

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.
Files changed (90) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +98 -98
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ListReportNewConfig.json +361 -0
  16. package/dist/schemas/v4/BuildingBlocksConfig.json +19 -28
  17. package/dist/specification/package.json +7 -7
  18. package/dist/specification/scripts/extractDocu.js +34 -26
  19. package/dist/specification/scripts/extractDocu.js.map +1 -1
  20. package/dist/specification/scripts/macros/corrections.d.ts +3 -1
  21. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  22. package/dist/specification/scripts/macros/corrections.js +22 -2
  23. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  24. package/dist/specification/scripts/macros/schema.d.ts +2 -0
  25. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  26. package/dist/specification/scripts/macros/schema.js +7 -2
  27. package/dist/specification/scripts/macros/schema.js.map +1 -1
  28. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  29. package/dist/specification/scripts/schema/to-json-schema.js +14 -1
  30. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  31. package/dist/specification/src/api.js +1 -1
  32. package/dist/specification/src/sync/common/distTagEvaluator.js +1 -1
  33. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  34. package/dist/specification/src/sync/common/i18n.json +1 -0
  35. package/dist/specification/src/sync/v2/export/controls/Card.d.ts +0 -1
  36. package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  37. package/dist/specification/src/sync/v2/export/controls/Card.js +0 -7
  38. package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
  39. package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +1 -1
  40. package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  41. package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  42. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +1 -1
  44. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  45. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts +1 -1
  46. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
  47. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +1 -1
  48. package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  49. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +4 -0
  50. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +10 -1
  52. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -1
  53. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +1 -1
  54. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  55. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts +38 -0
  56. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -0
  57. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +314 -0
  58. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -0
  59. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -1
  60. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -1
  61. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  62. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  63. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  64. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  65. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -0
  66. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +18 -1
  68. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  69. package/dist/specification/src/sync/v4/application.d.ts +19 -2
  70. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  71. package/dist/specification/src/sync/v4/application.js +39 -4
  72. package/dist/specification/src/sync/v4/application.js.map +1 -1
  73. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  74. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  75. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  77. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -1
  78. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v4/export/controls/Table.js +0 -7
  80. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  81. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +43 -28
  83. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  84. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +23 -0
  85. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  86. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +85 -0
  87. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  88. package/dist/types/src/common/types.d.ts +11 -0
  89. package/dist/types/src/common/types.d.ts.map +1 -1
  90. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.124.26",
3
+ "version": "1.124.28",
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.38.6",
52
+ "@sap-ux/fe-fpm-writer": "0.39.10",
53
53
  "@sap-ux/vocabularies-types": "0.13.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@sap-ux/annotation-converter": "0.10.5",
57
- "@sap-ux/edmx-parser": "0.9.5",
58
- "@sap/ux-specification-types": "1.124.26",
56
+ "@sap-ux/annotation-converter": "0.10.6",
57
+ "@sap-ux/edmx-parser": "0.9.6",
58
+ "@sap/ux-specification-types": "1.124.28",
59
59
  "@sapui5/types": "latest-1.124",
60
60
  "@types/d3": "7.4.3",
61
61
  "@types/jquery": "3.5.31",
@@ -69,14 +69,14 @@
69
69
  "deepmerge": "4.3.1",
70
70
  "ejs": "3.1.10",
71
71
  "excel4node": "1.8.2",
72
- "i18next": "25.5.2",
72
+ "i18next": "25.6.0",
73
73
  "jquery": "3.7.1",
74
74
  "jsdom": "25.0.1",
75
75
  "lodash.unset": "4.5.2",
76
76
  "mem-fs-editor": "9.7.0",
77
77
  "path": "0.12.7",
78
78
  "reflect-metadata": "0.2.2",
79
- "semver": "7.7.2",
79
+ "semver": "7.7.3",
80
80
  "typescript-json-schema": "0.65.1",
81
81
  "xml-js": "1.6.11"
82
82
  },