@sap/ux-specification 1.84.72 → 1.84.73
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 +25 -1
- 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-ListReport.html +18 -6
- package/dist/documentation/v4/v4-ObjectPage.html +18 -6
- package/dist/index-min.js +62 -52
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +24 -23
- package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -12
- package/dist/schemas/v2/ListReportConfig.json +7 -21
- package/dist/schemas/v2/ObjectPageConfig.json +29 -46
- package/dist/schemas/v2/OverviewPageConfig.json +9 -27
- package/dist/schemas/v4/ObjectPageConfig.json +3 -9
- 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 +13 -5
- 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 +23 -7
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +1 -2
- package/dist/src/sync/common/importProject.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/generate.d.ts +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js +17 -1
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +3 -2
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +2 -12
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/package.json +25 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.73",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -20,45 +20,45 @@
|
|
|
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 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 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
|
-
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
35
|
-
"update-snapshots": "jest --updateSnapshot",
|
|
36
|
-
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
37
|
-
"lint": "eslint . --ext .ts",
|
|
38
|
-
"lint:summary": "eslint . --ext .ts -f summary",
|
|
39
|
-
"lint:fix": "eslint . --report-unused-disable-directives --ext .ts --fix",
|
|
40
|
-
"lint:report": "eslint . --report-unused-disable-directives --ext .ts -f multiple",
|
|
41
|
-
"lint:report:jslint": "eslint . --report-unused-disable-directives --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
32
|
+
"deleteSnapshots": "rimraf **/_file_snapshots_",
|
|
42
33
|
"docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
|
|
43
34
|
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
44
|
-
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
45
|
-
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
46
35
|
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
47
36
|
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
48
|
-
"
|
|
37
|
+
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
38
|
+
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
39
|
+
"lint": "eslint . --ext .ts",
|
|
40
|
+
"lint:summary": "eslint . --ext .ts -f summary",
|
|
41
|
+
"lint:fix": "eslint . --ext .ts --fix",
|
|
42
|
+
"lint:report": "eslint . --ext .ts -f multiple",
|
|
43
|
+
"lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
44
|
+
"test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
45
|
+
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
46
|
+
"update-snapshots": "jest --updateSnapshot",
|
|
47
|
+
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas copy-templates -p copy-json-schemas -s bundle:watch",
|
|
48
|
+
"watch:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle:watch"
|
|
49
49
|
},
|
|
50
50
|
"publisher": "SAPSE",
|
|
51
51
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@sap-ux/vocabularies-types": "0.9.
|
|
53
|
+
"@sap-ux/vocabularies-types": "0.9.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.7.
|
|
57
|
-
"@sap/ux-specification-types": "1.84.
|
|
56
|
+
"@sap-ux/annotation-converter": "0.7.3",
|
|
57
|
+
"@sap/ux-specification-types": "1.84.73",
|
|
58
58
|
"@sap-ux/edmx-parser": "0.6.0",
|
|
59
59
|
"@sapui5/ts-types": "1.84.36",
|
|
60
60
|
"@types/d3": "7.4.0",
|
|
61
|
-
"@types/jquery": "3.5.
|
|
61
|
+
"@types/jquery": "3.5.18",
|
|
62
62
|
"@ui5/flexibility-utils": "0.1.3",
|
|
63
63
|
"ajv": "6.12.6",
|
|
64
64
|
"axios": "0.27.2",
|
|
@@ -68,11 +68,12 @@
|
|
|
68
68
|
"ejs": "3.1.9",
|
|
69
69
|
"excel4node": "1.8.2",
|
|
70
70
|
"i18next": "22.5.1",
|
|
71
|
-
"jquery": "3.7.
|
|
71
|
+
"jquery": "3.7.1",
|
|
72
|
+
"jsdom": "22.1.0",
|
|
72
73
|
"lodash.unset": "4.5.2",
|
|
73
74
|
"path": "0.12.7",
|
|
74
75
|
"reflect-metadata": "0.1.13",
|
|
75
|
-
"typescript-json-schema": "0.
|
|
76
|
+
"typescript-json-schema": "0.57.0",
|
|
76
77
|
"xml-js": "1.6.11"
|
|
77
78
|
},
|
|
78
79
|
"husky": {
|
|
@@ -103,4 +104,4 @@
|
|
|
103
104
|
}
|
|
104
105
|
]
|
|
105
106
|
}
|
|
106
|
-
}
|
|
107
|
+
}
|