@sap/ux-specification 1.96.30 → 1.96.32
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/dist/documentation/runDocu-min.js +7 -7
- package/dist/documentation/runDocu-min.js.map +2 -2
- 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-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.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 +76 -76
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +11 -13
- package/dist/schemas/v2/AnalyticalListPageConfig.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +3 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +71 -0
- package/dist/src/sync/common/importProject.d.ts +1 -1
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +61 -59
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +14 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +48 -22
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +5 -3
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +2 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +2 -0
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +2 -0
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +5 -5
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -3
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +7 -7
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +31 -13
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +2 -0
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +2 -0
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +43 -5
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +392 -5
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/app/index.d.ts +1 -3
- package/dist/src/sync/v4/import/app/index.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/index.js +5 -8
- package/dist/src/sync/v4/import/app/index.js.map +1 -1
- package/package.json +11 -13
- package/dist/src/sync/common/types.d.ts +0 -6
- package/dist/src/sync/common/types.d.ts.map +0 -1
- package/dist/src/sync/common/types.js +0 -3
- package/dist/src/sync/common/types.js.map +0 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +0 -49
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +0 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.js +0 -376
- package/dist/src/sync/v4/import/app/baseAppProvider.js.map +0 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts +0 -8
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +0 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.js +0 -12
- package/dist/src/sync/v4/import/app/freestyleProvider.js.map +0 -1
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.32",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -50,37 +50,35 @@
|
|
|
50
50
|
"publisher": "SAPSE",
|
|
51
51
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@sap-ux/fe-fpm-writer": "0.18.
|
|
53
|
+
"@sap-ux/fe-fpm-writer": "0.18.4",
|
|
54
54
|
"@sap-ux/vocabularies-types": "0.6.8"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@sap-ux/annotation-converter": "0.5.20",
|
|
58
|
-
"@sap/ux-specification-types": "1.96.
|
|
58
|
+
"@sap/ux-specification-types": "1.96.32",
|
|
59
59
|
"@sap-ux/edmx-parser": "0.5.13",
|
|
60
60
|
"@sapui5/ts-types-esm": "1.96.8",
|
|
61
61
|
"@types/d3": "7.1.0",
|
|
62
|
-
"@types/jquery": "3.5.
|
|
62
|
+
"@types/jquery": "3.5.13",
|
|
63
63
|
"@types/mem-fs-editor": "7.0.1",
|
|
64
|
-
"@types/
|
|
65
|
-
"@types/semver": "7.3.9",
|
|
64
|
+
"@types/semver": "7.3.13",
|
|
66
65
|
"@ui5/flexibility-utils": "0.1.3",
|
|
67
66
|
"@xml-tools/ast": "5.0.5",
|
|
68
67
|
"@xml-tools/parser": "1.0.11",
|
|
69
68
|
"ajv": "6.12.6",
|
|
70
|
-
"axios": "0.
|
|
69
|
+
"axios": "0.27.2",
|
|
71
70
|
"cpy-cli": "3.1.1",
|
|
72
71
|
"d3": "7.6.1",
|
|
73
|
-
"deepmerge": "4.
|
|
74
|
-
"ejs": "3.1.
|
|
72
|
+
"deepmerge": "4.3.0",
|
|
73
|
+
"ejs": "3.1.8",
|
|
75
74
|
"excel4node": "1.7.2",
|
|
76
75
|
"i18next": "20.3.1",
|
|
77
|
-
"jquery": "3.6.
|
|
76
|
+
"jquery": "3.6.3",
|
|
78
77
|
"lodash.unset": "4.5.2",
|
|
79
|
-
"mem-fs-editor": "9.
|
|
78
|
+
"mem-fs-editor": "9.6.0",
|
|
80
79
|
"path": "0.12.7",
|
|
81
80
|
"reflect-metadata": "0.1.13",
|
|
82
|
-
"
|
|
83
|
-
"semver": "7.3.5",
|
|
81
|
+
"semver": "7.3.8",
|
|
84
82
|
"typescript-json-schema": "0.53.0",
|
|
85
83
|
"xml-js": "1.6.11"
|
|
86
84
|
},
|
|
@@ -560,30 +560,30 @@
|
|
|
560
560
|
"properties": {
|
|
561
561
|
"id": {
|
|
562
562
|
"description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
|
|
563
|
-
"artifactType": "
|
|
563
|
+
"artifactType": "XMLProperty",
|
|
564
564
|
"type": "string"
|
|
565
565
|
},
|
|
566
566
|
"text": {
|
|
567
567
|
"description": "The label of the custom column, preferably as an i18n key.",
|
|
568
568
|
"i18nClassification": "COL: Custom column header text",
|
|
569
|
-
"artifactType": "
|
|
569
|
+
"artifactType": "XMLProperty",
|
|
570
570
|
"type": "string"
|
|
571
571
|
},
|
|
572
572
|
"columnKey": {
|
|
573
573
|
"description": "The column key",
|
|
574
|
-
"artifactType": "
|
|
574
|
+
"artifactType": "XMLProperty",
|
|
575
575
|
"type": "string"
|
|
576
576
|
},
|
|
577
577
|
"columnIndex": {
|
|
578
578
|
"description": "The index of the column in the overall collection; if undefined, the custom column will be added at the end of the table.",
|
|
579
579
|
"minimum": 0,
|
|
580
580
|
"hidden": true,
|
|
581
|
-
"artifactType": "
|
|
581
|
+
"artifactType": "XMLProperty",
|
|
582
582
|
"type": "number"
|
|
583
583
|
},
|
|
584
584
|
"leadingProperty": {
|
|
585
585
|
"description": "If the content of your custom column refers to a property (such as{Price}), you need to include a corresponding 'leadingProperty' entry in the column definition.",
|
|
586
|
-
"artifactType": "
|
|
586
|
+
"artifactType": "XMLProperty",
|
|
587
587
|
"type": "string"
|
|
588
588
|
},
|
|
589
589
|
"className": {
|
|
@@ -571,30 +571,30 @@
|
|
|
571
571
|
"properties": {
|
|
572
572
|
"id": {
|
|
573
573
|
"description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
|
|
574
|
-
"artifactType": "
|
|
574
|
+
"artifactType": "XMLProperty",
|
|
575
575
|
"type": "string"
|
|
576
576
|
},
|
|
577
577
|
"text": {
|
|
578
578
|
"description": "The label of the custom column, preferably as an i18n key.",
|
|
579
579
|
"i18nClassification": "COL: Custom column header text",
|
|
580
|
-
"artifactType": "
|
|
580
|
+
"artifactType": "XMLProperty",
|
|
581
581
|
"type": "string"
|
|
582
582
|
},
|
|
583
583
|
"columnKey": {
|
|
584
584
|
"description": "The column key",
|
|
585
|
-
"artifactType": "
|
|
585
|
+
"artifactType": "XMLProperty",
|
|
586
586
|
"type": "string"
|
|
587
587
|
},
|
|
588
588
|
"columnIndex": {
|
|
589
589
|
"description": "The index of the column in the overall collection; if undefined, the custom column will be added at the end of the table.",
|
|
590
590
|
"minimum": 0,
|
|
591
591
|
"hidden": true,
|
|
592
|
-
"artifactType": "
|
|
592
|
+
"artifactType": "XMLProperty",
|
|
593
593
|
"type": "number"
|
|
594
594
|
},
|
|
595
595
|
"leadingProperty": {
|
|
596
596
|
"description": "If the content of your custom column refers to a property (such as{Price}), you need to include a corresponding 'leadingProperty' entry in the column definition.",
|
|
597
|
-
"artifactType": "
|
|
597
|
+
"artifactType": "XMLProperty",
|
|
598
598
|
"type": "string"
|
|
599
599
|
},
|
|
600
600
|
"className": {
|
|
@@ -846,30 +846,30 @@
|
|
|
846
846
|
"properties": {
|
|
847
847
|
"id": {
|
|
848
848
|
"description": "In case the fragment needs to be re-used for multiple tabs, the id property must be set to make the ids unique.",
|
|
849
|
-
"artifactType": "
|
|
849
|
+
"artifactType": "XMLProperty",
|
|
850
850
|
"type": "string"
|
|
851
851
|
},
|
|
852
852
|
"text": {
|
|
853
853
|
"description": "The label of the custom column, preferably as an i18n key.",
|
|
854
854
|
"i18nClassification": "COL: Custom column header text",
|
|
855
|
-
"artifactType": "
|
|
855
|
+
"artifactType": "XMLProperty",
|
|
856
856
|
"type": "string"
|
|
857
857
|
},
|
|
858
858
|
"columnKey": {
|
|
859
859
|
"description": "The column key",
|
|
860
|
-
"artifactType": "
|
|
860
|
+
"artifactType": "XMLProperty",
|
|
861
861
|
"type": "string"
|
|
862
862
|
},
|
|
863
863
|
"columnIndex": {
|
|
864
864
|
"description": "The index of the column in the overall collection; if undefined, the custom column will be added at the end of the table.",
|
|
865
865
|
"minimum": 0,
|
|
866
866
|
"hidden": true,
|
|
867
|
-
"artifactType": "
|
|
867
|
+
"artifactType": "XMLProperty",
|
|
868
868
|
"type": "number"
|
|
869
869
|
},
|
|
870
870
|
"leadingProperty": {
|
|
871
871
|
"description": "If the content of your custom column refers to a property (such as{Price}), you need to include a corresponding 'leadingProperty' entry in the column definition.",
|
|
872
|
-
"artifactType": "
|
|
872
|
+
"artifactType": "XMLProperty",
|
|
873
873
|
"type": "string"
|
|
874
874
|
},
|
|
875
875
|
"className": {
|