@sap/ux-specification 1.124.33 → 1.124.35
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 +347 -256
- 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-ListReportNew.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 +258 -258
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ListReportNewConfig.json +1 -1
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +1 -1
- package/dist/schemas/v4/BuildingBlocksConfig.json +78 -18
- package/dist/schemas/v4/ListReportConfig.json +24 -6
- package/dist/schemas/v4/ObjectPageConfig.json +33 -9
- package/dist/specification/package.json +13 -11
- package/dist/specification/scripts/extractDocu.js +18 -1
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
- package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
- package/dist/specification/scripts/generate-validity-report.js +367 -0
- package/dist/specification/scripts/generate-validity-report.js.map +1 -0
- package/dist/specification/scripts/macros/corrections.d.ts +40 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +98 -7
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +11 -2
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +2 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +501 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +1 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +8 -3
- package/dist/specification/src/sync/common/generate/utils.d.ts +2 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +5 -1
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +2 -1
- package/dist/specification/src/sync/common/utils.d.ts +35 -7
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +206 -21
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +48 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.js +5 -6
- package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +20 -2
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +27 -2
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +21 -8
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +38 -41
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +36 -6
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +11 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +25 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +11 -2
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.js +1 -1
- package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +336 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +21 -14
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +143 -229
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +141 -43
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
- package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/index.js +18 -0
- package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +18 -3
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
- package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
- package/dist/specification/test/test-utils/utils.d.ts +71 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
- package/dist/specification/test/test-utils/utils.js +400 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
- package/dist/types/src/apiTypes.d.ts +2 -3
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +132 -13
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +10 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +3 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +14 -12
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -374
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
"exportType": {
|
|
167
167
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
168
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
168
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
169
169
|
"artifactType": "FlexChange",
|
|
170
170
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
171
171
|
},
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
},
|
|
741
741
|
"exportType": {
|
|
742
742
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
743
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
743
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
744
744
|
"artifactType": "FlexChange",
|
|
745
745
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
746
746
|
},
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
},
|
|
865
865
|
"exportType": {
|
|
866
866
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
867
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
867
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
868
868
|
"artifactType": "FlexChange",
|
|
869
869
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
870
870
|
},
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
},
|
|
520
520
|
"exportType": {
|
|
521
521
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
522
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
522
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
523
523
|
"artifactType": "FlexChange",
|
|
524
524
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
525
525
|
},
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
},
|
|
1085
1085
|
"exportType": {
|
|
1086
1086
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1087
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1087
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1088
1088
|
"artifactType": "FlexChange",
|
|
1089
1089
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1090
1090
|
},
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
},
|
|
1178
1178
|
"exportType": {
|
|
1179
1179
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1180
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1180
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1181
1181
|
"artifactType": "FlexChange",
|
|
1182
1182
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1183
1183
|
},
|
|
@@ -1306,7 +1306,7 @@
|
|
|
1306
1306
|
},
|
|
1307
1307
|
"exportType": {
|
|
1308
1308
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1309
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1309
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1310
1310
|
"artifactType": "FlexChange",
|
|
1311
1311
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1312
1312
|
},
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
},
|
|
1470
1470
|
"exportType": {
|
|
1471
1471
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1472
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1472
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1473
1473
|
"artifactType": "FlexChange",
|
|
1474
1474
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1475
1475
|
},
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
},
|
|
460
460
|
"exportType": {
|
|
461
461
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
462
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
462
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
463
463
|
"artifactType": "FlexChange",
|
|
464
464
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
465
465
|
},
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
},
|
|
756
756
|
"exportType": {
|
|
757
757
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
758
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
758
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
759
759
|
"artifactType": "FlexChange",
|
|
760
760
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
761
761
|
},
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
},
|
|
1227
1227
|
"exportType": {
|
|
1228
1228
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1229
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1229
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1230
1230
|
"artifactType": "FlexChange",
|
|
1231
1231
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1232
1232
|
},
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
},
|
|
1327
1327
|
"exportType": {
|
|
1328
1328
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1329
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1329
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1330
1330
|
"artifactType": "FlexChange",
|
|
1331
1331
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1332
1332
|
},
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
},
|
|
1427
1427
|
"exportType": {
|
|
1428
1428
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1429
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1429
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1430
1430
|
"artifactType": "FlexChange",
|
|
1431
1431
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1432
1432
|
},
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
},
|
|
1527
1527
|
"exportType": {
|
|
1528
1528
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1529
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1529
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1530
1530
|
"artifactType": "FlexChange",
|
|
1531
1531
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1532
1532
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"controllerExtensions": {
|
|
44
44
|
"$ref": "#/definitions/ControllerExtensions",
|
|
45
45
|
"description": "Controller extensions allow users to extensiate default behaviour with custom controllers code.",
|
|
46
|
-
"manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"]
|
|
46
|
+
"manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"]"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"$ref": "#/definitions/Dependencies",
|
|
@@ -134,7 +134,8 @@
|
|
|
134
134
|
"isViewNode": true,
|
|
135
135
|
"metadata": {
|
|
136
136
|
"path": [],
|
|
137
|
-
"type": "Aggregation"
|
|
137
|
+
"type": "Aggregation",
|
|
138
|
+
"aggregationCardinality": "Multiple"
|
|
138
139
|
}
|
|
139
140
|
},
|
|
140
141
|
"plugins": {
|
|
@@ -145,7 +146,8 @@
|
|
|
145
146
|
"isViewNode": false,
|
|
146
147
|
"metadata": {
|
|
147
148
|
"path": [],
|
|
148
|
-
"type": "Aggregation"
|
|
149
|
+
"type": "Aggregation",
|
|
150
|
+
"aggregationCardinality": "Multiple"
|
|
149
151
|
}
|
|
150
152
|
}
|
|
151
153
|
},
|
|
@@ -294,7 +296,8 @@
|
|
|
294
296
|
"isViewNode": true,
|
|
295
297
|
"metadata": {
|
|
296
298
|
"path": [],
|
|
297
|
-
"type": "Aggregation"
|
|
299
|
+
"type": "Aggregation",
|
|
300
|
+
"aggregationCardinality": "Multiple"
|
|
298
301
|
}
|
|
299
302
|
}
|
|
300
303
|
},
|
|
@@ -395,7 +398,8 @@
|
|
|
395
398
|
"isViewNode": true,
|
|
396
399
|
"metadata": {
|
|
397
400
|
"path": [],
|
|
398
|
-
"type": "Aggregation"
|
|
401
|
+
"type": "Aggregation",
|
|
402
|
+
"aggregationCardinality": "Multiple"
|
|
399
403
|
}
|
|
400
404
|
},
|
|
401
405
|
"selectionChange": {
|
|
@@ -505,7 +509,8 @@
|
|
|
505
509
|
"isViewNode": true,
|
|
506
510
|
"metadata": {
|
|
507
511
|
"path": [],
|
|
508
|
-
"type": "Aggregation"
|
|
512
|
+
"type": "Aggregation",
|
|
513
|
+
"aggregationCardinality": "Multiple"
|
|
509
514
|
}
|
|
510
515
|
},
|
|
511
516
|
"selectionChange": {
|
|
@@ -820,7 +825,8 @@
|
|
|
820
825
|
"isViewNode": true,
|
|
821
826
|
"metadata": {
|
|
822
827
|
"path": [],
|
|
823
|
-
"type": "Aggregation"
|
|
828
|
+
"type": "Aggregation",
|
|
829
|
+
"aggregationCardinality": "Multiple"
|
|
824
830
|
}
|
|
825
831
|
},
|
|
826
832
|
"afterClear": {
|
|
@@ -923,7 +929,8 @@
|
|
|
923
929
|
"isViewNode": true,
|
|
924
930
|
"metadata": {
|
|
925
931
|
"path": [],
|
|
926
|
-
"type": "Aggregation"
|
|
932
|
+
"type": "Aggregation",
|
|
933
|
+
"aggregationCardinality": "Multiple"
|
|
927
934
|
}
|
|
928
935
|
},
|
|
929
936
|
"afterClear": {
|
|
@@ -1120,7 +1127,8 @@
|
|
|
1120
1127
|
"isViewNode": false,
|
|
1121
1128
|
"metadata": {
|
|
1122
1129
|
"path": [],
|
|
1123
|
-
"type": "Aggregation"
|
|
1130
|
+
"type": "Aggregation",
|
|
1131
|
+
"aggregationCardinality": "Single"
|
|
1124
1132
|
}
|
|
1125
1133
|
}
|
|
1126
1134
|
},
|
|
@@ -1346,7 +1354,37 @@
|
|
|
1346
1354
|
"artifactType": "XMLProperty",
|
|
1347
1355
|
"metadata": {
|
|
1348
1356
|
"type": "Property"
|
|
1349
|
-
}
|
|
1357
|
+
},
|
|
1358
|
+
"enum": [
|
|
1359
|
+
"bold",
|
|
1360
|
+
"italic",
|
|
1361
|
+
"underline",
|
|
1362
|
+
"strikethrough",
|
|
1363
|
+
"fontfamily",
|
|
1364
|
+
"fontsize",
|
|
1365
|
+
"forecolor",
|
|
1366
|
+
"backcolor",
|
|
1367
|
+
"cut",
|
|
1368
|
+
"copy",
|
|
1369
|
+
"paste",
|
|
1370
|
+
"bullist",
|
|
1371
|
+
"numlist",
|
|
1372
|
+
"outdent",
|
|
1373
|
+
"indent",
|
|
1374
|
+
"undo",
|
|
1375
|
+
"redo",
|
|
1376
|
+
"image",
|
|
1377
|
+
"emoticons",
|
|
1378
|
+
"link",
|
|
1379
|
+
"unlink",
|
|
1380
|
+
"alignleft",
|
|
1381
|
+
"aligncenter",
|
|
1382
|
+
"alignright",
|
|
1383
|
+
"alignjustify",
|
|
1384
|
+
"table",
|
|
1385
|
+
"styleselect"
|
|
1386
|
+
],
|
|
1387
|
+
"multiSelect": true
|
|
1350
1388
|
},
|
|
1351
1389
|
"customToolbarPriority": {
|
|
1352
1390
|
"type": "string",
|
|
@@ -1360,9 +1398,22 @@
|
|
|
1360
1398
|
"type": "string",
|
|
1361
1399
|
"description": "The name of the group.",
|
|
1362
1400
|
"artifactType": "XMLProperty",
|
|
1401
|
+
"disabled": true,
|
|
1363
1402
|
"metadata": {
|
|
1364
1403
|
"type": "Property"
|
|
1365
|
-
}
|
|
1404
|
+
},
|
|
1405
|
+
"enum": [
|
|
1406
|
+
"font-style",
|
|
1407
|
+
"font",
|
|
1408
|
+
"clipboard",
|
|
1409
|
+
"structure",
|
|
1410
|
+
"undo",
|
|
1411
|
+
"insert",
|
|
1412
|
+
"link",
|
|
1413
|
+
"text-align",
|
|
1414
|
+
"table",
|
|
1415
|
+
"styleselect"
|
|
1416
|
+
]
|
|
1366
1417
|
},
|
|
1367
1418
|
"priority": {
|
|
1368
1419
|
"type": "string",
|
|
@@ -1384,6 +1435,7 @@
|
|
|
1384
1435
|
"type": "string",
|
|
1385
1436
|
"description": "Unique id of control",
|
|
1386
1437
|
"artifactType": "XMLProperty",
|
|
1438
|
+
"hidden": true,
|
|
1387
1439
|
"metadata": {
|
|
1388
1440
|
"type": "Property"
|
|
1389
1441
|
}
|
|
@@ -1674,7 +1726,8 @@
|
|
|
1674
1726
|
"isViewNode": true,
|
|
1675
1727
|
"metadata": {
|
|
1676
1728
|
"path": [],
|
|
1677
|
-
"type": "Aggregation"
|
|
1729
|
+
"type": "Aggregation",
|
|
1730
|
+
"aggregationCardinality": "Multiple"
|
|
1678
1731
|
}
|
|
1679
1732
|
}
|
|
1680
1733
|
},
|
|
@@ -2009,7 +2062,8 @@
|
|
|
2009
2062
|
"isViewNode": true,
|
|
2010
2063
|
"metadata": {
|
|
2011
2064
|
"path": [],
|
|
2012
|
-
"type": "Aggregation"
|
|
2065
|
+
"type": "Aggregation",
|
|
2066
|
+
"aggregationCardinality": "Multiple"
|
|
2013
2067
|
}
|
|
2014
2068
|
},
|
|
2015
2069
|
"columns": {
|
|
@@ -2020,7 +2074,8 @@
|
|
|
2020
2074
|
"isViewNode": true,
|
|
2021
2075
|
"metadata": {
|
|
2022
2076
|
"path": [],
|
|
2023
|
-
"type": "Aggregation"
|
|
2077
|
+
"type": "Aggregation",
|
|
2078
|
+
"aggregationCardinality": "Multiple"
|
|
2024
2079
|
}
|
|
2025
2080
|
},
|
|
2026
2081
|
"beforeRebindTable": {
|
|
@@ -2286,7 +2341,8 @@
|
|
|
2286
2341
|
"isViewNode": true,
|
|
2287
2342
|
"metadata": {
|
|
2288
2343
|
"path": [],
|
|
2289
|
-
"type": "Aggregation"
|
|
2344
|
+
"type": "Aggregation",
|
|
2345
|
+
"aggregationCardinality": "Multiple"
|
|
2290
2346
|
}
|
|
2291
2347
|
},
|
|
2292
2348
|
"columns": {
|
|
@@ -2297,7 +2353,8 @@
|
|
|
2297
2353
|
"isViewNode": true,
|
|
2298
2354
|
"metadata": {
|
|
2299
2355
|
"path": [],
|
|
2300
|
-
"type": "Aggregation"
|
|
2356
|
+
"type": "Aggregation",
|
|
2357
|
+
"aggregationCardinality": "Multiple"
|
|
2301
2358
|
}
|
|
2302
2359
|
},
|
|
2303
2360
|
"beforeRebindTable": {
|
|
@@ -2640,7 +2697,8 @@
|
|
|
2640
2697
|
"isViewNode": true,
|
|
2641
2698
|
"metadata": {
|
|
2642
2699
|
"path": [],
|
|
2643
|
-
"type": "Aggregation"
|
|
2700
|
+
"type": "Aggregation",
|
|
2701
|
+
"aggregationCardinality": "Multiple"
|
|
2644
2702
|
}
|
|
2645
2703
|
},
|
|
2646
2704
|
"columns": {
|
|
@@ -2651,7 +2709,8 @@
|
|
|
2651
2709
|
"isViewNode": true,
|
|
2652
2710
|
"metadata": {
|
|
2653
2711
|
"path": [],
|
|
2654
|
-
"type": "Aggregation"
|
|
2712
|
+
"type": "Aggregation",
|
|
2713
|
+
"aggregationCardinality": "Multiple"
|
|
2655
2714
|
}
|
|
2656
2715
|
},
|
|
2657
2716
|
"beforeRebindTable": {
|
|
@@ -2787,7 +2846,8 @@
|
|
|
2787
2846
|
"isViewNode": true,
|
|
2788
2847
|
"metadata": {
|
|
2789
2848
|
"path": [],
|
|
2790
|
-
"type": "Aggregation"
|
|
2849
|
+
"type": "Aggregation",
|
|
2850
|
+
"aggregationCardinality": "Multiple"
|
|
2791
2851
|
}
|
|
2792
2852
|
}
|
|
2793
2853
|
},
|
|
@@ -538,9 +538,15 @@
|
|
|
538
538
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
539
539
|
},
|
|
540
540
|
"personalization": {
|
|
541
|
-
"$ref": "#/definitions/ViewPersonalizationType",
|
|
542
541
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
543
|
-
"
|
|
542
|
+
"anyOf": [
|
|
543
|
+
{
|
|
544
|
+
"$ref": "#/definitions/ViewPersonalizationType"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"type": "boolean"
|
|
548
|
+
}
|
|
549
|
+
]
|
|
544
550
|
},
|
|
545
551
|
"toolBar": {
|
|
546
552
|
"$ref": "#/definitions/ToolBar",
|
|
@@ -1044,9 +1050,15 @@
|
|
|
1044
1050
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
1045
1051
|
},
|
|
1046
1052
|
"personalization": {
|
|
1047
|
-
"$ref": "#/definitions/PersonalizationType",
|
|
1048
1053
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1049
|
-
"
|
|
1054
|
+
"anyOf": [
|
|
1055
|
+
{
|
|
1056
|
+
"$ref": "#/definitions/PersonalizationType"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"type": "boolean"
|
|
1060
|
+
}
|
|
1061
|
+
]
|
|
1050
1062
|
},
|
|
1051
1063
|
"views": {
|
|
1052
1064
|
"$ref": "#/definitions/MultiTableModeV4"
|
|
@@ -1199,9 +1211,15 @@
|
|
|
1199
1211
|
"artifactType": "Manifest"
|
|
1200
1212
|
},
|
|
1201
1213
|
"personalization": {
|
|
1202
|
-
"$ref": "#/definitions/ViewPersonalizationType",
|
|
1203
1214
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1204
|
-
"
|
|
1215
|
+
"anyOf": [
|
|
1216
|
+
{
|
|
1217
|
+
"$ref": "#/definitions/ViewPersonalizationType"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"type": "boolean"
|
|
1221
|
+
}
|
|
1222
|
+
]
|
|
1205
1223
|
},
|
|
1206
1224
|
"toolBar": {
|
|
1207
1225
|
"$ref": "#/definitions/ToolBar",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
},
|
|
207
207
|
"additionalSemanticObjects": {
|
|
208
208
|
"$ref": "#/definitions/AdditionalSemanticObjects",
|
|
209
|
-
"description": "Additional Semantic Objects
|
|
209
|
+
"description": "Additional Semantic Objects",
|
|
210
210
|
"artifactType": "Manifest"
|
|
211
211
|
}
|
|
212
212
|
},
|
|
@@ -615,9 +615,15 @@
|
|
|
615
615
|
"artifactType": "Manifest"
|
|
616
616
|
},
|
|
617
617
|
"personalization": {
|
|
618
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
619
618
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
620
|
-
"
|
|
619
|
+
"anyOf": [
|
|
620
|
+
{
|
|
621
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"type": "boolean"
|
|
625
|
+
}
|
|
626
|
+
]
|
|
621
627
|
},
|
|
622
628
|
"quickVariantSelection": {
|
|
623
629
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1142,9 +1148,15 @@
|
|
|
1142
1148
|
"artifactType": "Manifest"
|
|
1143
1149
|
},
|
|
1144
1150
|
"personalization": {
|
|
1145
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1146
1151
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1147
|
-
"
|
|
1152
|
+
"anyOf": [
|
|
1153
|
+
{
|
|
1154
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"type": "boolean"
|
|
1158
|
+
}
|
|
1159
|
+
]
|
|
1148
1160
|
},
|
|
1149
1161
|
"quickVariantSelection": {
|
|
1150
1162
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1246,9 +1258,15 @@
|
|
|
1246
1258
|
"artifactType": "Manifest"
|
|
1247
1259
|
},
|
|
1248
1260
|
"personalization": {
|
|
1249
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1250
1261
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1251
|
-
"
|
|
1262
|
+
"anyOf": [
|
|
1263
|
+
{
|
|
1264
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"type": "boolean"
|
|
1268
|
+
}
|
|
1269
|
+
]
|
|
1252
1270
|
},
|
|
1253
1271
|
"quickVariantSelection": {
|
|
1254
1272
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1338,9 +1356,15 @@
|
|
|
1338
1356
|
"artifactType": "Manifest"
|
|
1339
1357
|
},
|
|
1340
1358
|
"personalization": {
|
|
1341
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1342
1359
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1343
|
-
"
|
|
1360
|
+
"anyOf": [
|
|
1361
|
+
{
|
|
1362
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"type": "boolean"
|
|
1366
|
+
}
|
|
1367
|
+
]
|
|
1344
1368
|
},
|
|
1345
1369
|
"quickVariantSelection": {
|
|
1346
1370
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.124.
|
|
3
|
+
"version": "1.124.35",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"deleteSnapshots": "rimraf **/_file_snapshots_",
|
|
33
33
|
"docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
|
|
34
34
|
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
35
|
+
"validity-report": "ts-node ./scripts/generate-validity-report.ts",
|
|
35
36
|
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
36
37
|
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
37
38
|
"lint": "eslint .",
|
|
@@ -49,38 +50,39 @@
|
|
|
49
50
|
"publisher": "SAPSE",
|
|
50
51
|
"license": "SEE LICENSE IN LICENSE",
|
|
51
52
|
"dependencies": {
|
|
52
|
-
"@sap-ux/fe-fpm-writer": "0.
|
|
53
|
-
"@sap-ux/vocabularies-types": "0.
|
|
53
|
+
"@sap-ux/fe-fpm-writer": "0.43.7",
|
|
54
|
+
"@sap-ux/vocabularies-types": "0.15.0"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.10.
|
|
57
|
-
"@sap-ux/edmx-parser": "0.
|
|
58
|
-
"@sap-ux/project-access": "1.
|
|
59
|
-
"@sap/ux-specification-types": "1.124.
|
|
57
|
+
"@sap-ux/annotation-converter": "0.10.21",
|
|
58
|
+
"@sap-ux/edmx-parser": "0.10.0",
|
|
59
|
+
"@sap-ux/project-access": "1.35.10",
|
|
60
|
+
"@sap/ux-specification-types": "1.124.35",
|
|
60
61
|
"@sapui5/types": "latest-1.124",
|
|
61
62
|
"@types/d3": "7.4.3",
|
|
62
|
-
"@types/jquery": "3.5.
|
|
63
|
+
"@types/jquery": "3.5.34",
|
|
63
64
|
"@types/json-schema": "7.0.15",
|
|
64
65
|
"@types/mem-fs": "1.1.5",
|
|
65
66
|
"@types/mem-fs-editor": "7.0.1",
|
|
66
67
|
"@ui5/flexibility-utils": "0.1.3",
|
|
67
68
|
"@xml-tools/ast": "5.0.5",
|
|
68
69
|
"@xml-tools/parser": "1.0.11",
|
|
69
|
-
"axios": "1.13.
|
|
70
|
+
"axios": "1.13.6",
|
|
70
71
|
"copyfiles": "2.4.1",
|
|
71
72
|
"d3": "7.9.0",
|
|
72
73
|
"deepmerge": "4.3.1",
|
|
73
74
|
"ejs": "3.1.10",
|
|
74
75
|
"eslint-formatter-checkstyle": "9.0.1",
|
|
75
76
|
"excel4node": "1.8.2",
|
|
76
|
-
"i18next": "25.
|
|
77
|
+
"i18next": "25.8.13",
|
|
77
78
|
"jquery": "3.7.1",
|
|
78
79
|
"jsdom": "25.0.1",
|
|
80
|
+
"jsonpath-plus": "10.4.0",
|
|
79
81
|
"mem-fs": "2.1.0",
|
|
80
82
|
"mem-fs-editor": "9.7.0",
|
|
81
83
|
"path": "0.12.7",
|
|
82
84
|
"reflect-metadata": "0.2.2",
|
|
83
|
-
"semver": "7.7.
|
|
85
|
+
"semver": "7.7.4",
|
|
84
86
|
"typescript-json-schema": "0.67.1",
|
|
85
87
|
"xml-js": "1.6.11"
|
|
86
88
|
},
|
|
@@ -64,8 +64,13 @@ function dereference(schema, reference, output, parsedTypes, definition, descrip
|
|
|
64
64
|
return; // Do not parse types that have already been parsed (avoid infinite loops in case of recursive references)
|
|
65
65
|
}
|
|
66
66
|
parsedTypes.add(currentDefinition);
|
|
67
|
+
// Skip internal definitions
|
|
68
|
+
const definitionObject = schema['definitions'][currentDefinition];
|
|
69
|
+
if (definitionObject && definitionObject['internal'] === true) {
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
67
72
|
try {
|
|
68
|
-
parseSchema(schema,
|
|
73
|
+
parseSchema(schema, definitionObject, output, parsedTypes, definition, description, additionalMetadata, descriptionSrcUrl);
|
|
69
74
|
}
|
|
70
75
|
catch (error) {
|
|
71
76
|
console.log(error);
|
|
@@ -109,6 +114,10 @@ function processElement(schema, subSchema, property, output, parsedTypes, defini
|
|
|
109
114
|
if (['$schema', 'id', 'pages', 'home', 'custom', '1', '2', '3', '4', '5', '6', '7', '8', '9'].includes(property)) {
|
|
110
115
|
return;
|
|
111
116
|
}
|
|
117
|
+
// Skip internal properties
|
|
118
|
+
if (element['internal'] === true) {
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
112
121
|
const property2write = property === '^[0-9]+$' ? 'Instance (key = number)' : property;
|
|
113
122
|
definition = definition ? definition + ';' + property2write : property2write;
|
|
114
123
|
if (property === 'columns') {
|
|
@@ -184,6 +193,10 @@ function handleAnyOf(schema, anyOfSchema, output, parsedTypes, definition, descr
|
|
|
184
193
|
if (element?.['pattern'] && anyOfSchemaElement['type'] === 'string') {
|
|
185
194
|
return;
|
|
186
195
|
}
|
|
196
|
+
// Skip internal schemas in anyOf
|
|
197
|
+
if (anyOfSchemaElement['internal'] === true) {
|
|
198
|
+
continue;
|
|
199
|
+
}
|
|
187
200
|
if (Object.keys(anyOfSchemaElement)[0] === '$ref') {
|
|
188
201
|
dereference(schema, anyOfSchemaElement['$ref'], output, parsedTypes, definition, description, additionalMetadata);
|
|
189
202
|
}
|
|
@@ -205,6 +218,10 @@ function handleAnyOf(schema, anyOfSchema, output, parsedTypes, definition, descr
|
|
|
205
218
|
* @param descriptionSrcUrl - The source URL for the description of the current schema element
|
|
206
219
|
*/
|
|
207
220
|
function parseSchema(schema, subSchema, output, parsedTypes = new Set(), definition, description, additionalMetadata, descriptionSrcUrl) {
|
|
221
|
+
// Skip internal schemas
|
|
222
|
+
if (subSchema['internal'] === true) {
|
|
223
|
+
return;
|
|
224
|
+
}
|
|
208
225
|
if (Object.keys(subSchema) && Object.keys(subSchema)[0] === 'anyOf') {
|
|
209
226
|
handleAnyOf(schema, subSchema['anyOf'], output, parsedTypes, definition);
|
|
210
227
|
return;
|