@sap/ux-specification 1.136.15 → 1.136.17
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 +258 -165
- 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 +280 -274
- 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 +100 -10
- package/dist/schemas/v4/ListReportConfig.json +24 -6
- package/dist/schemas/v4/ObjectPageConfig.json +32 -8
- package/dist/specification/package.json +14 -12
- 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 +114 -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 +14 -1
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +1 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +2 -13
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +2 -1
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +8 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +10 -6
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -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 +116 -24
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +308 -78
- 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/rules.d.ts +20 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +22 -2
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +22 -6
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +122 -18
- package/dist/specification/src/sync/common/utils.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 +9 -7
- 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 +58 -2
- 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/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/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 +31 -2
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +44 -4
- 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 +32 -17
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +84 -58
- 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.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +2 -2
- 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 +25 -3
- 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/actions.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -1
- 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 +20 -12
- 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 +16 -1
- 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 +10 -1
- 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 +354 -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} +27 -16
- 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} +191 -163
- 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 +145 -44
- 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/import/utils.js +5 -3
- package/dist/specification/src/sync/v4/import/utils.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 +219 -96
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +557 -211
- 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 +17 -2
- 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 +119 -13
- package/dist/types/src/common/types.d.ts.map +1 -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/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 -394
- 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",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
}
|
|
615
615
|
},
|
|
616
616
|
"required": {
|
|
617
|
-
"type": "
|
|
617
|
+
"type": "boolean",
|
|
618
618
|
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
619
619
|
"artifactType": "XMLProperty",
|
|
620
620
|
"metadata": {
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
}
|
|
623
623
|
},
|
|
624
624
|
"value": {
|
|
625
|
-
"type": "
|
|
625
|
+
"type": "string",
|
|
626
626
|
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
627
627
|
"artifactType": "XMLProperty",
|
|
628
628
|
"metadata": {
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
}
|
|
715
715
|
},
|
|
716
716
|
"required": {
|
|
717
|
-
"type": "
|
|
717
|
+
"type": "boolean",
|
|
718
718
|
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
719
719
|
"artifactType": "XMLProperty",
|
|
720
720
|
"metadata": {
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
}
|
|
723
723
|
},
|
|
724
724
|
"value": {
|
|
725
|
-
"type": "
|
|
725
|
+
"type": "string",
|
|
726
726
|
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
727
727
|
"artifactType": "XMLProperty",
|
|
728
728
|
"metadata": {
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
]
|
|
1384
1384
|
},
|
|
1385
1385
|
"textLinesEdit": {
|
|
1386
|
-
"type": "
|
|
1386
|
+
"type": "any",
|
|
1387
1387
|
"description": "Maximum number of lines for multiline texts in edit mode.\n",
|
|
1388
1388
|
"artifactType": "XMLProperty",
|
|
1389
1389
|
"metadata": {
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
1393
|
"textMaxCharactersDisplay": {
|
|
1394
|
-
"type": "
|
|
1394
|
+
"type": "any",
|
|
1395
1395
|
"description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
|
|
1396
1396
|
"artifactType": "XMLProperty",
|
|
1397
1397
|
"metadata": {
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
}
|
|
1400
1400
|
},
|
|
1401
1401
|
"textMaxLength": {
|
|
1402
|
-
"type": "
|
|
1402
|
+
"type": "any",
|
|
1403
1403
|
"description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
|
|
1404
1404
|
"artifactType": "XMLProperty",
|
|
1405
1405
|
"metadata": {
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
}
|
|
1408
1408
|
},
|
|
1409
1409
|
"textMaxLines": {
|
|
1410
|
-
"type": "
|
|
1410
|
+
"type": "any",
|
|
1411
1411
|
"description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
|
|
1412
1412
|
"artifactType": "XMLProperty",
|
|
1413
1413
|
"metadata": {
|
|
@@ -1906,7 +1906,37 @@
|
|
|
1906
1906
|
"artifactType": "XMLProperty",
|
|
1907
1907
|
"metadata": {
|
|
1908
1908
|
"type": "Property"
|
|
1909
|
-
}
|
|
1909
|
+
},
|
|
1910
|
+
"enum": [
|
|
1911
|
+
"bold",
|
|
1912
|
+
"italic",
|
|
1913
|
+
"underline",
|
|
1914
|
+
"strikethrough",
|
|
1915
|
+
"fontfamily",
|
|
1916
|
+
"fontsize",
|
|
1917
|
+
"forecolor",
|
|
1918
|
+
"backcolor",
|
|
1919
|
+
"cut",
|
|
1920
|
+
"copy",
|
|
1921
|
+
"paste",
|
|
1922
|
+
"bullist",
|
|
1923
|
+
"numlist",
|
|
1924
|
+
"outdent",
|
|
1925
|
+
"indent",
|
|
1926
|
+
"undo",
|
|
1927
|
+
"redo",
|
|
1928
|
+
"image",
|
|
1929
|
+
"emoticons",
|
|
1930
|
+
"link",
|
|
1931
|
+
"unlink",
|
|
1932
|
+
"alignleft",
|
|
1933
|
+
"aligncenter",
|
|
1934
|
+
"alignright",
|
|
1935
|
+
"alignjustify",
|
|
1936
|
+
"table",
|
|
1937
|
+
"styleselect"
|
|
1938
|
+
],
|
|
1939
|
+
"multiSelect": true
|
|
1910
1940
|
},
|
|
1911
1941
|
"customToolbarPriority": {
|
|
1912
1942
|
"type": "number",
|
|
@@ -1923,7 +1953,19 @@
|
|
|
1923
1953
|
"disabled": true,
|
|
1924
1954
|
"metadata": {
|
|
1925
1955
|
"type": "Property"
|
|
1926
|
-
}
|
|
1956
|
+
},
|
|
1957
|
+
"enum": [
|
|
1958
|
+
"font-style",
|
|
1959
|
+
"font",
|
|
1960
|
+
"clipboard",
|
|
1961
|
+
"structure",
|
|
1962
|
+
"undo",
|
|
1963
|
+
"insert",
|
|
1964
|
+
"link",
|
|
1965
|
+
"text-align",
|
|
1966
|
+
"table",
|
|
1967
|
+
"styleselect"
|
|
1968
|
+
]
|
|
1927
1969
|
},
|
|
1928
1970
|
"priority": {
|
|
1929
1971
|
"type": "number",
|
|
@@ -3089,6 +3131,18 @@
|
|
|
3089
3131
|
"aggregationCardinality": "Single"
|
|
3090
3132
|
}
|
|
3091
3133
|
},
|
|
3134
|
+
"quickVariantSelection": {
|
|
3135
|
+
"type": "object",
|
|
3136
|
+
"additionalProperties": {
|
|
3137
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
3138
|
+
},
|
|
3139
|
+
"isViewNode": false,
|
|
3140
|
+
"metadata": {
|
|
3141
|
+
"path": [],
|
|
3142
|
+
"type": "Aggregation",
|
|
3143
|
+
"aggregationCardinality": "Single"
|
|
3144
|
+
}
|
|
3145
|
+
},
|
|
3092
3146
|
"beforeRebindTable": {
|
|
3093
3147
|
"type": "string",
|
|
3094
3148
|
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
@@ -3453,6 +3507,18 @@
|
|
|
3453
3507
|
"aggregationCardinality": "Single"
|
|
3454
3508
|
}
|
|
3455
3509
|
},
|
|
3510
|
+
"quickVariantSelection": {
|
|
3511
|
+
"type": "object",
|
|
3512
|
+
"additionalProperties": {
|
|
3513
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
3514
|
+
},
|
|
3515
|
+
"isViewNode": false,
|
|
3516
|
+
"metadata": {
|
|
3517
|
+
"path": [],
|
|
3518
|
+
"type": "Aggregation",
|
|
3519
|
+
"aggregationCardinality": "Single"
|
|
3520
|
+
}
|
|
3521
|
+
},
|
|
3456
3522
|
"beforeRebindTable": {
|
|
3457
3523
|
"type": "string",
|
|
3458
3524
|
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
@@ -3919,6 +3985,18 @@
|
|
|
3919
3985
|
"aggregationCardinality": "Single"
|
|
3920
3986
|
}
|
|
3921
3987
|
},
|
|
3988
|
+
"quickVariantSelection": {
|
|
3989
|
+
"type": "object",
|
|
3990
|
+
"additionalProperties": {
|
|
3991
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
3992
|
+
},
|
|
3993
|
+
"isViewNode": false,
|
|
3994
|
+
"metadata": {
|
|
3995
|
+
"path": [],
|
|
3996
|
+
"type": "Aggregation",
|
|
3997
|
+
"aggregationCardinality": "Single"
|
|
3998
|
+
}
|
|
3999
|
+
},
|
|
3922
4000
|
"beforeRebindTable": {
|
|
3923
4001
|
"type": "string",
|
|
3924
4002
|
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
@@ -4318,6 +4396,18 @@
|
|
|
4318
4396
|
"aggregationCardinality": "Single"
|
|
4319
4397
|
}
|
|
4320
4398
|
},
|
|
4399
|
+
"quickVariantSelection": {
|
|
4400
|
+
"type": "object",
|
|
4401
|
+
"additionalProperties": {
|
|
4402
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
4403
|
+
},
|
|
4404
|
+
"isViewNode": false,
|
|
4405
|
+
"metadata": {
|
|
4406
|
+
"path": [],
|
|
4407
|
+
"type": "Aggregation",
|
|
4408
|
+
"aggregationCardinality": "Single"
|
|
4409
|
+
}
|
|
4410
|
+
},
|
|
4321
4411
|
"beforeRebindTable": {
|
|
4322
4412
|
"type": "string",
|
|
4323
4413
|
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
@@ -656,9 +656,15 @@
|
|
|
656
656
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
657
657
|
},
|
|
658
658
|
"personalization": {
|
|
659
|
-
"$ref": "#/definitions/ViewPersonalizationType",
|
|
660
659
|
"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.",
|
|
661
|
-
"
|
|
660
|
+
"anyOf": [
|
|
661
|
+
{
|
|
662
|
+
"$ref": "#/definitions/ViewPersonalizationType"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"type": "boolean"
|
|
666
|
+
}
|
|
667
|
+
]
|
|
662
668
|
},
|
|
663
669
|
"toolBar": {
|
|
664
670
|
"$ref": "#/definitions/ToolBar",
|
|
@@ -1368,9 +1374,15 @@
|
|
|
1368
1374
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
1369
1375
|
},
|
|
1370
1376
|
"personalization": {
|
|
1371
|
-
"$ref": "#/definitions/PersonalizationType",
|
|
1372
1377
|
"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.",
|
|
1373
|
-
"
|
|
1378
|
+
"anyOf": [
|
|
1379
|
+
{
|
|
1380
|
+
"$ref": "#/definitions/PersonalizationType"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"type": "boolean"
|
|
1384
|
+
}
|
|
1385
|
+
]
|
|
1374
1386
|
},
|
|
1375
1387
|
"views": {
|
|
1376
1388
|
"$ref": "#/definitions/MultiTableModeV4"
|
|
@@ -1571,9 +1583,15 @@
|
|
|
1571
1583
|
"artifactType": "Manifest"
|
|
1572
1584
|
},
|
|
1573
1585
|
"personalization": {
|
|
1574
|
-
"$ref": "#/definitions/ViewPersonalizationType",
|
|
1575
1586
|
"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.",
|
|
1576
|
-
"
|
|
1587
|
+
"anyOf": [
|
|
1588
|
+
{
|
|
1589
|
+
"$ref": "#/definitions/ViewPersonalizationType"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"type": "boolean"
|
|
1593
|
+
}
|
|
1594
|
+
]
|
|
1577
1595
|
},
|
|
1578
1596
|
"toolBar": {
|
|
1579
1597
|
"$ref": "#/definitions/ToolBar",
|
|
@@ -726,9 +726,15 @@
|
|
|
726
726
|
"description": "Tool Bar"
|
|
727
727
|
},
|
|
728
728
|
"personalization": {
|
|
729
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
730
729
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is 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.",
|
|
731
|
-
"
|
|
730
|
+
"anyOf": [
|
|
731
|
+
{
|
|
732
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"type": "boolean"
|
|
736
|
+
}
|
|
737
|
+
]
|
|
732
738
|
},
|
|
733
739
|
"quickVariantSelection": {
|
|
734
740
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1522,9 +1528,15 @@
|
|
|
1522
1528
|
"description": "Tool Bar"
|
|
1523
1529
|
},
|
|
1524
1530
|
"personalization": {
|
|
1525
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1526
1531
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is 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.",
|
|
1527
|
-
"
|
|
1532
|
+
"anyOf": [
|
|
1533
|
+
{
|
|
1534
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"type": "boolean"
|
|
1538
|
+
}
|
|
1539
|
+
]
|
|
1528
1540
|
},
|
|
1529
1541
|
"quickVariantSelection": {
|
|
1530
1542
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1776,9 +1788,15 @@
|
|
|
1776
1788
|
"description": "Tool Bar"
|
|
1777
1789
|
},
|
|
1778
1790
|
"personalization": {
|
|
1779
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1780
1791
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is 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.",
|
|
1781
|
-
"
|
|
1792
|
+
"anyOf": [
|
|
1793
|
+
{
|
|
1794
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"type": "boolean"
|
|
1798
|
+
}
|
|
1799
|
+
]
|
|
1782
1800
|
},
|
|
1783
1801
|
"quickVariantSelection": {
|
|
1784
1802
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1936,9 +1954,15 @@
|
|
|
1936
1954
|
"description": "Tool Bar"
|
|
1937
1955
|
},
|
|
1938
1956
|
"personalization": {
|
|
1939
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1940
1957
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is 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.",
|
|
1941
|
-
"
|
|
1958
|
+
"anyOf": [
|
|
1959
|
+
{
|
|
1960
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"type": "boolean"
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1942
1966
|
},
|
|
1943
1967
|
"quickVariantSelection": {
|
|
1944
1968
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.136.
|
|
3
|
+
"version": "1.136.17",
|
|
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 .",
|
|
@@ -41,7 +42,7 @@
|
|
|
41
42
|
"lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
42
43
|
"macros": "ts-node ./scripts/macros/index.ts",
|
|
43
44
|
"test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
44
|
-
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
45
|
+
"test:ci": "node --max-old-space-size=4096 ./node_modules/.bin/jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
45
46
|
"update-snapshots": "jest --updateSnapshot",
|
|
46
47
|
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
|
|
47
48
|
"watch:doc": "npm-run-all -l -s clean:doc -s compile -s htmlV2 htmlV4 -s bundle:watch"
|
|
@@ -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.10",
|
|
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.35.
|
|
59
|
-
"@sap/ux-specification-types": "1.136.
|
|
57
|
+
"@sap-ux/annotation-converter": "0.10.21",
|
|
58
|
+
"@sap-ux/edmx-parser": "0.10.0",
|
|
59
|
+
"@sap-ux/project-access": "1.35.13",
|
|
60
|
+
"@sap/ux-specification-types": "1.136.17",
|
|
60
61
|
"@sapui5/types": "latest-1.136",
|
|
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.8.
|
|
77
|
+
"i18next": "25.8.18",
|
|
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;
|