@sap/ux-specification 1.96.45 → 1.96.47
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 +46 -10
- package/dist/documentation/runDocu-min.js +19 -15
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
- package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
- package/dist/documentation/v2/v2-ListReport.html +18 -6
- package/dist/documentation/v2/v2-ObjectPage.html +18 -6
- package/dist/documentation/v2/v2-OverviewPage.html +18 -6
- package/dist/documentation/v4/v4-ApplicationV4.html +18 -6
- package/dist/documentation/v4/v4-BuildingBlocks.html +18 -6
- package/dist/documentation/v4/v4-FreestylePage.html +18 -6
- package/dist/documentation/v4/v4-ListReport.html +18 -6
- package/dist/documentation/v4/v4-ObjectPage.html +18 -6
- package/dist/index-min.js +181 -180
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +26 -25
- package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -12
- package/dist/schemas/v2/ApplicationV2.json +1 -3
- package/dist/schemas/v2/ListReportConfig.json +7 -21
- package/dist/schemas/v2/ObjectPageConfig.json +29 -46
- package/dist/schemas/v2/OverviewPageConfig.json +8 -24
- package/dist/schemas/v4/ObjectPageConfig.json +3 -9
- package/dist/src/api.js +1 -1
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +1 -0
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +16 -8
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +7 -0
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +24 -10
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +12 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +23 -1
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +9 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +1 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +5 -3
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +37 -32
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +4 -19
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +2 -6
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +2 -1
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +27 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.47",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -20,49 +20,49 @@
|
|
|
20
20
|
"compile:watch": "tsc --build ./tsconfig.build.json --pretty --watch",
|
|
21
21
|
"bundle": "node esbuild",
|
|
22
22
|
"bundle:dev": "node esbuild --minify=false",
|
|
23
|
-
"bundle:watch": "node esbuild --watch --minify=false",
|
|
23
|
+
"bundle:watch": "node esbuild --watch --stats --minify=false",
|
|
24
24
|
"build": "npm-run-all -l -s clean:before -s compile -p create-json-schemas macros copy-templates -p copy-json-schemas htmlV2 htmlV4 -s bundle",
|
|
25
25
|
"build:dev": "npm-run-all -l -s clean:before -s compile -p create-json-schemas copy-templates -s copy-json-schemas bundle:dev",
|
|
26
|
-
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
|
|
27
|
-
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
26
|
"build:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle",
|
|
29
|
-
"
|
|
27
|
+
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
|
+
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
30
29
|
"create-json-schemas": "ts-node ./scripts/to-json-schema.ts ",
|
|
31
30
|
"copy-json-schemas": "cpy ./schemas/** dist --parents",
|
|
32
31
|
"copy-templates": "cpy src/sync/v2/export/templates/** dist/templates",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
32
|
+
"deleteSnapshots": "rimraf **/_file_snapshots_",
|
|
33
|
+
"docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
|
|
34
|
+
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
35
|
+
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
36
|
+
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
37
|
+
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
38
|
+
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
37
39
|
"lint": "eslint . --ext .ts",
|
|
38
40
|
"lint:summary": "eslint . --ext .ts -f summary",
|
|
39
41
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
40
42
|
"lint:report": "eslint . --ext .ts -f multiple",
|
|
41
43
|
"lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
42
44
|
"macros": "ts-node ./scripts/macros/index.ts",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
49
|
-
"deleteSnapshots": "rimraf **/_file_snapshots_"
|
|
45
|
+
"test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
46
|
+
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
47
|
+
"update-snapshots": "jest --updateSnapshot",
|
|
48
|
+
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
|
|
49
|
+
"watch:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle:watch"
|
|
50
50
|
},
|
|
51
51
|
"publisher": "SAPSE",
|
|
52
52
|
"license": "SEE LICENSE IN LICENSE",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@sap-ux/fe-fpm-writer": "0.
|
|
55
|
-
"@sap-ux/vocabularies-types": "0.9.
|
|
54
|
+
"@sap-ux/fe-fpm-writer": "0.23.2",
|
|
55
|
+
"@sap-ux/vocabularies-types": "0.9.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@sap-ux/annotation-converter": "0.
|
|
59
|
-
"@sap/ux-specification-types": "1.96.
|
|
58
|
+
"@sap-ux/annotation-converter": "0.7.3",
|
|
59
|
+
"@sap/ux-specification-types": "1.96.47",
|
|
60
60
|
"@sap-ux/edmx-parser": "0.6.0",
|
|
61
|
-
"@sapui5/ts-types-esm": "1.96.
|
|
61
|
+
"@sapui5/ts-types-esm": "1.96.24",
|
|
62
62
|
"@types/d3": "7.4.0",
|
|
63
|
-
"@types/jquery": "3.5.
|
|
63
|
+
"@types/jquery": "3.5.18",
|
|
64
64
|
"@types/mem-fs-editor": "7.0.3",
|
|
65
|
-
"@types/semver": "7.5.
|
|
65
|
+
"@types/semver": "7.5.1",
|
|
66
66
|
"@ui5/flexibility-utils": "0.1.3",
|
|
67
67
|
"@xml-tools/ast": "5.0.5",
|
|
68
68
|
"@xml-tools/parser": "1.0.11",
|
|
@@ -74,13 +74,14 @@
|
|
|
74
74
|
"ejs": "3.1.9",
|
|
75
75
|
"excel4node": "1.8.2",
|
|
76
76
|
"i18next": "22.5.1",
|
|
77
|
-
"jquery": "3.7.
|
|
77
|
+
"jquery": "3.7.1",
|
|
78
|
+
"jsdom": "22.1.0",
|
|
78
79
|
"lodash.unset": "4.5.2",
|
|
79
80
|
"mem-fs-editor": "9.7.0",
|
|
80
81
|
"path": "0.12.7",
|
|
81
82
|
"reflect-metadata": "0.1.13",
|
|
82
83
|
"semver": "7.5.4",
|
|
83
|
-
"typescript-json-schema": "0.
|
|
84
|
+
"typescript-json-schema": "0.57.0",
|
|
84
85
|
"xml-js": "1.6.11"
|
|
85
86
|
},
|
|
86
87
|
"husky": {
|
|
@@ -111,4 +112,4 @@
|
|
|
111
112
|
}
|
|
112
113
|
]
|
|
113
114
|
}
|
|
114
|
-
}
|
|
115
|
+
}
|