@sap/ux-specification 1.84.102 → 1.84.103
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 +30 -0
- 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/documentation/v4/v4-ApplicationV4.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 +20 -20
- package/dist/index-min.js.map +3 -3
- package/dist/specification/package.json +6 -8
- package/dist/specification/scripts/extractDocu.js +59 -74
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/to-json-schema.js +17 -7
- package/dist/specification/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +17 -7
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/specification/src/sync/common/flexUtils.js +17 -7
- package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
- package/dist/specification/src/sync/i18n.js +17 -7
- package/dist/specification/src/sync/i18n.js.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.js +17 -7
- package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.js +17 -7
- package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
- package/dist/types/src/index.js +17 -7
- package/dist/types/src/index.js.map +1 -1
- package/package.json +6 -8
package/dist/types/src/index.js
CHANGED
|
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
18
18
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
19
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
20
|
};
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
28
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
39
|
exports.v4 = exports.v2 = void 0;
|
|
30
40
|
__exportStar(require("./common"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,6CAA2B;AAC3B,2CAA2B;AAC3B,2CAA2B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.103",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -34,8 +34,6 @@
|
|
|
34
34
|
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
35
35
|
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
36
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",
|
|
39
37
|
"lint": "eslint . --ext .ts",
|
|
40
38
|
"lint:summary": "eslint . --ext .ts -f summary",
|
|
41
39
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
@@ -50,25 +48,25 @@
|
|
|
50
48
|
"publisher": "SAPSE",
|
|
51
49
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@sap-ux/vocabularies-types": "0.
|
|
51
|
+
"@sap-ux/vocabularies-types": "0.12.0"
|
|
54
52
|
},
|
|
55
53
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.9.
|
|
54
|
+
"@sap-ux/annotation-converter": "0.9.11",
|
|
57
55
|
"@sap-ux/edmx-parser": "0.8.2",
|
|
58
|
-
"@sap/ux-specification-types": "1.84.
|
|
56
|
+
"@sap/ux-specification-types": "1.84.103",
|
|
59
57
|
"@sapui5/ts-types": "latest-1.84",
|
|
60
58
|
"@types/d3": "7.4.3",
|
|
61
59
|
"@types/jquery": "3.5.32",
|
|
62
60
|
"@ui5/flexibility-utils": "0.1.3",
|
|
63
61
|
"@xml-tools/ast": "5.0.5",
|
|
64
62
|
"@xml-tools/parser": "1.0.11",
|
|
65
|
-
"axios": "1.7.
|
|
63
|
+
"axios": "1.7.9",
|
|
66
64
|
"copyfiles": "2.4.1",
|
|
67
65
|
"d3": "7.9.0",
|
|
68
66
|
"deepmerge": "4.3.1",
|
|
69
67
|
"ejs": "3.1.10",
|
|
70
68
|
"excel4node": "1.8.2",
|
|
71
|
-
"i18next": "23.16.
|
|
69
|
+
"i18next": "23.16.8",
|
|
72
70
|
"jquery": "3.7.1",
|
|
73
71
|
"jsdom": "25.0.1",
|
|
74
72
|
"lodash.unset": "4.5.2",
|