@sap/ux-specification 1.124.40 → 1.124.41
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 -9
- package/dist/documentation/{runDocu-min.js → runDocu-min.mjs} +6 -6
- package/dist/documentation/{runDocu-min.js.map → runDocu-min.mjs.map} +2 -2
- package/dist/documentation/v2/v2-AnalyticalListPage.html +4 -4
- package/dist/documentation/v2/v2-ApplicationV2.html +4 -4
- package/dist/documentation/v2/v2-ListReport.html +4 -4
- package/dist/documentation/v2/v2-ListReportNew.html +4 -4
- package/dist/documentation/v2/v2-ObjectPage.html +4 -4
- package/dist/documentation/v2/v2-OverviewPage.html +4 -4
- package/dist/documentation/v4/v4-ApplicationV4.html +4 -4
- package/dist/documentation/v4/v4-BuildingBlocks.html +4 -4
- package/dist/documentation/v4/v4-FreestylePage.html +4 -4
- package/dist/documentation/v4/v4-ListReport.html +4 -4
- package/dist/documentation/v4/v4-ObjectPage.html +4 -4
- package/dist/index-min.mjs +1302 -0
- package/dist/index-min.mjs.map +7 -0
- package/dist/specification/package.json +17 -11
- package/dist/specification/src/i18n/i18n.js +35 -2
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/templates/action/manifest.action-menu.json +10 -0
- package/dist/templates/action/manifest.action.json +13 -0
- package/dist/templates/app/Component.js +13 -0
- package/dist/templates/app/Component.ts +11 -0
- package/dist/templates/building-block/action/View.xml +30 -0
- package/dist/templates/building-block/chart/View.xml +9 -0
- package/dist/templates/building-block/common/manifest.json +7 -0
- package/dist/templates/building-block/custom-column/View.xml +5 -0
- package/dist/templates/building-block/custom-filter-field/View.xml +12 -0
- package/dist/templates/building-block/custom-form-field/View.xml +12 -0
- package/dist/templates/building-block/field/View.xml +8 -0
- package/dist/templates/building-block/filter-bar/View.xml +10 -0
- package/dist/templates/building-block/form/View.xml +4 -0
- package/dist/templates/building-block/page/View.xml +5 -0
- package/dist/templates/building-block/rich-text-editor/View.xml +3 -0
- package/dist/templates/building-block/rich-text-editor-button-groups/View.xml +18 -0
- package/dist/templates/building-block/table/View.xml +19 -0
- package/dist/templates/column/1.84/manifest.json +28 -0
- package/dist/templates/column/1.85/manifest.json +31 -0
- package/dist/templates/column/1.86/manifest.json +43 -0
- package/dist/templates/common/EventHandler.js +25 -0
- package/dist/templates/common/EventHandler.ts +28 -0
- package/dist/templates/common/Fragment.xml +3 -0
- package/dist/templates/common/FragmentWithForm.xml +7 -0
- package/dist/templates/common/FragmentWithVBox.xml +5 -0
- package/dist/templates/common/sap.fe.d.ts +43 -0
- package/dist/templates/controller-extension/Controller.js +18 -0
- package/dist/templates/controller-extension/Controller.ts +20 -0
- package/dist/templates/controller-extension/ControllerExtension.d.ts +11 -0
- package/dist/templates/controller-extension/manifest.json +14 -0
- package/dist/templates/field/manifest.json +32 -0
- package/dist/templates/filter/Controller.js +21 -0
- package/dist/templates/filter/Controller.ts +24 -0
- package/dist/templates/filter/fragment.xml +15 -0
- package/dist/templates/filter/manifest.json +12 -0
- package/dist/templates/header-section/1.85/manifest.json +43 -0
- package/dist/templates/header-section/1.86/manifest.json +45 -0
- package/dist/templates/page/custom/1.84/ext/Controller.js +45 -0
- package/dist/templates/page/custom/1.84/ext/Controller.ts +42 -0
- package/dist/templates/page/custom/1.84/ext/View.xml +6 -0
- package/dist/templates/page/custom/1.84/i18n/i18n.properties +2 -0
- package/dist/templates/page/custom/1.84/manifest.json +32 -0
- package/dist/templates/page/custom/1.94/ext/Controller.js +45 -0
- package/dist/templates/page/custom/1.94/ext/Controller.ts +42 -0
- package/dist/templates/page/custom/1.94/ext/View.xml +6 -0
- package/dist/templates/page/custom/1.94/i18n/i18n.properties +2 -0
- package/dist/templates/page/custom/1.94/manifest.json +33 -0
- package/dist/templates/page/custom/i18n/i18n.properties +2 -0
- package/dist/templates/page/list/manifest.json +20 -0
- package/dist/templates/page/object/manifest.json +33 -0
- package/dist/templates/section/1.85/manifest.json +33 -0
- package/dist/templates/section/1.86/manifest.json +32 -0
- package/dist/templates/subsection/1.85/manifest.json +37 -0
- package/dist/templates/subsection/1.86/manifest.json +36 -0
- package/dist/templates/view/ext/CustomViewWithTable.xml +3 -0
- package/dist/templates/view/manifest.json +41 -0
- package/package.json +17 -11
- package/dist/index-min.js +0 -649
- package/dist/index-min.js.map +0 -7
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"sap.ui5": {
|
|
3
|
+
"routing": {
|
|
4
|
+
"targets": {
|
|
5
|
+
"<%- target %>": {
|
|
6
|
+
"options": {
|
|
7
|
+
"settings": {
|
|
8
|
+
"content": {
|
|
9
|
+
"body": {
|
|
10
|
+
"sections": {
|
|
11
|
+
"<%- parentSection %>": {
|
|
12
|
+
"subSections": {
|
|
13
|
+
"<%- name %>": {
|
|
14
|
+
"name": "<%- ns %>.<%- name %>",
|
|
15
|
+
"type": "XMLFragment",
|
|
16
|
+
<%if (typeof position !== 'undefined') {%>"position": {
|
|
17
|
+
<% if (position.placement) { %>
|
|
18
|
+
"placement": "<%- position.placement %>"<% if (position.anchor) { %>,<% } %>
|
|
19
|
+
<% } %>
|
|
20
|
+
<% if (position.anchor) { %>
|
|
21
|
+
"anchor": "<%- position.anchor %>"
|
|
22
|
+
<% } %>
|
|
23
|
+
},<% } %>
|
|
24
|
+
"title": "<%- title %>"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"sap.ui5": {
|
|
3
|
+
"routing": {
|
|
4
|
+
"targets": {
|
|
5
|
+
"<%- target %>": {
|
|
6
|
+
"options": {
|
|
7
|
+
"settings": {
|
|
8
|
+
"content": {
|
|
9
|
+
"body": {
|
|
10
|
+
"sections": {
|
|
11
|
+
"<%- parentSection %>": {
|
|
12
|
+
"subSections": {
|
|
13
|
+
"<%- name %>": {
|
|
14
|
+
"template": "<%- ns %>.<%- typeof fragmentFile !== 'undefined' ? fragmentFile : name %>",
|
|
15
|
+
<%if (typeof position !== 'undefined') {%>"position": {
|
|
16
|
+
<% if (position.placement) { %>
|
|
17
|
+
"placement": "<%- position.placement %>"<% if (position.anchor) { %>,<% } %>
|
|
18
|
+
<% } %>
|
|
19
|
+
<% if (position.anchor) { %>
|
|
20
|
+
"anchor": "<%- position.anchor %>"
|
|
21
|
+
<% } %>
|
|
22
|
+
},<% } %>
|
|
23
|
+
"title": "<%- title %>"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"sap.ui5": {
|
|
3
|
+
<% if (locals.eventHandler ) { %>
|
|
4
|
+
"extends": {
|
|
5
|
+
"extensions": {
|
|
6
|
+
"sap.ui.controllerExtensions": {
|
|
7
|
+
"sap.fe.templates.ListReport.ListReportController": {
|
|
8
|
+
"controllerName": "<%- ns %>.<%- name %>"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
<%
|
|
14
|
+
} %>
|
|
15
|
+
"routing": {
|
|
16
|
+
"targets": {
|
|
17
|
+
"<%- target %>": {
|
|
18
|
+
"options": {
|
|
19
|
+
"settings": {
|
|
20
|
+
"views": {
|
|
21
|
+
"paths": [
|
|
22
|
+
<% if (locals.views?.paths) { %>
|
|
23
|
+
<% for (var i =0; i < locals.views.paths.length; i++) { %>
|
|
24
|
+
<%- JSON.stringify(locals.views.paths[i]) %>
|
|
25
|
+
<% if (i < locals.views.paths.length - 1) { %>
|
|
26
|
+
,
|
|
27
|
+
<%
|
|
28
|
+
} %>
|
|
29
|
+
<%
|
|
30
|
+
} %>
|
|
31
|
+
<%
|
|
32
|
+
} %>
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.124.
|
|
3
|
+
"version": "1.124.41",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -8,10 +8,17 @@
|
|
|
8
8
|
"CHANGELOG.md",
|
|
9
9
|
"!dist/scripts"
|
|
10
10
|
],
|
|
11
|
-
"main": "dist/index-min.
|
|
11
|
+
"main": "dist/index-min.mjs",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"import": "./dist/index-min.mjs",
|
|
16
|
+
"default": "./dist/index-min.mjs"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
12
19
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
14
|
-
"yarn": ">=1.22.
|
|
20
|
+
"node": ">=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0",
|
|
21
|
+
"yarn": ">=1.22.22 < 2"
|
|
15
22
|
},
|
|
16
23
|
"scripts": {
|
|
17
24
|
"clean:before": "rimraf ./dist ./types ./schemas",
|
|
@@ -49,15 +56,14 @@
|
|
|
49
56
|
},
|
|
50
57
|
"publisher": "SAPSE",
|
|
51
58
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@sap-ux/fe-fpm-writer": "0.43.28",
|
|
54
|
-
"@sap-ux/vocabularies-types": "0.15.0"
|
|
55
|
-
},
|
|
59
|
+
"dependencies": {},
|
|
56
60
|
"devDependencies": {
|
|
57
61
|
"@sap-ux/annotation-converter": "0.10.21",
|
|
58
62
|
"@sap-ux/edmx-parser": "0.10.0",
|
|
63
|
+
"@sap-ux/fe-fpm-writer": "0.43.28",
|
|
59
64
|
"@sap-ux/project-access": "1.36.3",
|
|
60
|
-
"@sap/ux-specification-types": "1.124.
|
|
65
|
+
"@sap/ux-specification-types": "1.124.41",
|
|
66
|
+
"@sap-ux/vocabularies-types": "0.15.0",
|
|
61
67
|
"@sapui5/types": "latest-1.124",
|
|
62
68
|
"@types/d3": "7.4.3",
|
|
63
69
|
"@types/jquery": "3.5.34",
|
|
@@ -67,7 +73,7 @@
|
|
|
67
73
|
"@ui5/flexibility-utils": "0.1.3",
|
|
68
74
|
"@xml-tools/ast": "5.0.5",
|
|
69
75
|
"@xml-tools/parser": "1.0.11",
|
|
70
|
-
"axios": "1.
|
|
76
|
+
"axios": "1.17.0",
|
|
71
77
|
"cpy-cli": "7.0.0",
|
|
72
78
|
"d3": "7.9.0",
|
|
73
79
|
"deepmerge": "4.3.1",
|
|
@@ -82,7 +88,7 @@
|
|
|
82
88
|
"mem-fs-editor": "9.7.0",
|
|
83
89
|
"path": "0.12.7",
|
|
84
90
|
"reflect-metadata": "0.2.2",
|
|
85
|
-
"semver": "7.8.
|
|
91
|
+
"semver": "7.8.3",
|
|
86
92
|
"typescript-json-schema": "0.67.1",
|
|
87
93
|
"xml-js": "1.6.11"
|
|
88
94
|
},
|