@sap/ux-specification 1.71.109 → 1.71.111
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 +39 -7
- 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-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/index-min.js +17 -17
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +9 -6
- package/dist/schemas/v2/ListReportConfig.json +12 -8
- package/dist/specification/package.json +7 -7
- package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +54 -14
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +2 -1
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +6 -16
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +2 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +13 -5
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +16 -4
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts +2 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +3 -2
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +12 -0
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +2 -2
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.111",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
"publisher": "SAPSE",
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@sap-ux/vocabularies-types": "0.10.
|
|
50
|
+
"@sap-ux/vocabularies-types": "0.10.12"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@sap-ux/annotation-converter": "0.8.
|
|
53
|
+
"@sap-ux/annotation-converter": "0.8.13",
|
|
54
54
|
"@sap-ux/edmx-parser": "0.7.1",
|
|
55
|
-
"@sap/ux-specification-types": "1.71.
|
|
55
|
+
"@sap/ux-specification-types": "1.71.111",
|
|
56
56
|
"@types/d3": "7.4.3",
|
|
57
57
|
"@types/jquery": "3.5.30",
|
|
58
58
|
"@ui5/flexibility-utils": "0.1.3",
|
|
59
|
-
"axios": "1.
|
|
59
|
+
"axios": "1.7.2",
|
|
60
60
|
"copyfiles": "2.4.1",
|
|
61
61
|
"d3": "7.9.0",
|
|
62
62
|
"deepmerge": "4.3.1",
|
|
63
63
|
"ejs": "3.1.10",
|
|
64
64
|
"excel4node": "1.8.2",
|
|
65
|
-
"i18next": "23.11.
|
|
65
|
+
"i18next": "23.11.5",
|
|
66
66
|
"jquery": "3.7.1",
|
|
67
|
-
"jsdom": "24.
|
|
67
|
+
"jsdom": "24.1.0",
|
|
68
68
|
"lodash.unset": "4.5.2",
|
|
69
69
|
"path": "0.12.7",
|
|
70
70
|
"reflect-metadata": "0.2.2",
|