@sap/ux-specification 1.136.6 → 1.136.8

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 (100) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/runDocu-min.js.map +3 -3
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +101 -101
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/schemas/v2/ListReportNewConfig.json +361 -0
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +63 -94
  19. package/dist/schemas/v4/ListReportConfig.json +27 -0
  20. package/dist/schemas/v4/ObjectPageConfig.json +34 -4
  21. package/dist/specification/package.json +7 -7
  22. package/dist/specification/scripts/documentation/components/ui/search.js +1 -1
  23. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  24. package/dist/specification/scripts/extractDocu.js +34 -26
  25. package/dist/specification/scripts/extractDocu.js.map +1 -1
  26. package/dist/specification/scripts/macros/corrections.d.ts +3 -1
  27. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  28. package/dist/specification/scripts/macros/corrections.js +19 -2
  29. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  30. package/dist/specification/scripts/macros/schema.d.ts +2 -0
  31. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  32. package/dist/specification/scripts/macros/schema.js +7 -2
  33. package/dist/specification/scripts/macros/schema.js.map +1 -1
  34. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  35. package/dist/specification/scripts/schema/to-json-schema.js +14 -1
  36. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  37. package/dist/specification/src/api.js +1 -1
  38. package/dist/specification/src/sync/common/distTagEvaluator.js +1 -1
  39. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  40. package/dist/specification/src/sync/common/i18n.json +3 -1
  41. package/dist/specification/src/sync/common/importProject.js +1 -1
  42. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  43. package/dist/specification/src/sync/v2/export/controls/Card.d.ts +0 -1
  44. package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  45. package/dist/specification/src/sync/v2/export/controls/Card.js +0 -7
  46. package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
  47. package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +1 -1
  48. package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  49. package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  50. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +1 -1
  52. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  53. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts +1 -1
  54. package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
  55. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +1 -1
  56. package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  57. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +4 -0
  58. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
  59. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +10 -1
  60. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -1
  61. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +1 -1
  62. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  63. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts +38 -0
  64. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -0
  65. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +314 -0
  66. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -0
  67. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -1
  68. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -1
  69. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  70. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  71. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  72. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  73. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -0
  74. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +18 -1
  76. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  77. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  79. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  80. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +3 -0
  81. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  82. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +1 -1
  83. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  84. package/dist/specification/src/sync/v4/export/controls/Table.js +18 -16
  85. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  86. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  87. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +77 -19
  88. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  89. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v4/generate/objectPage.js +38 -7
  91. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  92. package/dist/types/src/common/types.d.ts +2 -0
  93. package/dist/types/src/common/types.d.ts.map +1 -1
  94. package/dist/types/src/common/types.js +1 -0
  95. package/dist/types/src/common/types.js.map +1 -1
  96. package/dist/types/src/v4/controls/Table.d.ts +26 -3
  97. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  98. package/dist/types/src/v4/controls/Table.js +20 -1
  99. package/dist/types/src/v4/controls/Table.js.map +1 -1
  100. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -8,6 +8,55 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
8
8
 
9
9
  [NodeJS](https://nodejs.org/en/download/) Version `20.14.0` or higher
10
10
 
11
+ ## [1.136.8] - 2025-10-01
12
+
13
+ ### Added
14
+
15
+ OData V4:
16
+ - `operationGroupingMode` property support for table `enableMassEdit`
17
+ - Add icon support and improve description for main building blocks in schema
18
+
19
+ ### Fixed
20
+
21
+ - Macros: Corrections related to macros sub namespaces. Properties of richtexteditor:ButtonGroup control are not listed in app specific schema
22
+
23
+ ### Quality
24
+
25
+ Upgrades:
26
+
27
+ - Upgraded TS target to `ES2023`
28
+
29
+ | Package | Change |
30
+ |---|---|
31
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
32
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.9.5` -> `0.9.6`] |
33
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.6` -> `0.39.2`] |
34
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
35
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`] |
36
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.44.0` -> `8.45.0`] |
37
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
38
+
39
+ ## [1.136.7] - 2025-09-17
40
+
41
+ ### Added
42
+
43
+ OData V4:
44
+ - Object Page: Added support for the `rowCountMode: Interactive` property on grid, analytical, and tree tables.
45
+
46
+ ### Quality
47
+
48
+ Upgrades:
49
+
50
+ | Package | Change |
51
+ |---|---|
52
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.2` -> `0.38.6`] |
53
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.42.0` -> `8.44.0`] |
54
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.42.0` -> `8.44.0`] |
55
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
56
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.3` -> `0.10.5`] |
57
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.8.2` -> `0.9.5`] |
58
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
59
+
11
60
  ## [1.136.6] - 2025-09-03
12
61
 
13
62
  ### Added