@sap/ux-specification 1.136.6 → 1.136.7
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 +21 -0
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/runDocu-min.js.map +3 -3
- 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-ListReportNew.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 +79 -79
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v4/ListReportConfig.json +2 -0
- package/dist/schemas/v4/ObjectPageConfig.json +9 -4
- package/dist/specification/package.json +7 -7
- package/dist/specification/scripts/documentation/components/ui/search.js +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +2 -1
- package/dist/specification/src/sync/common/importProject.js +1 -1
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +3 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +38 -7
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/types/src/common/types.d.ts +1 -0
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +1 -0
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +11 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.js +10 -0
- package/dist/types/src/v4/controls/Table.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,27 @@ 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.7] - 2025-09-17
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
OData V4:
|
|
16
|
+
- Object Page: Added support for the `rowCountMode: Interactive` property on grid, analytical, and tree tables.
|
|
17
|
+
|
|
18
|
+
### Quality
|
|
19
|
+
|
|
20
|
+
Upgrades:
|
|
21
|
+
|
|
22
|
+
| Package | Change |
|
|
23
|
+
|---|---|
|
|
24
|
+
| [@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`] |
|
|
25
|
+
| [@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`] |
|
|
26
|
+
| [@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`] |
|
|
27
|
+
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
|
|
28
|
+
| [@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`] |
|
|
29
|
+
| [@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`] |
|
|
30
|
+
| [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
|
|
31
|
+
|
|
11
32
|
## [1.136.6] - 2025-09-03
|
|
12
33
|
|
|
13
34
|
### Added
|