@sap/ux-specification 1.96.88 → 1.96.89
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 +32 -1
- package/dist/documentation/runDocu-min.js +1 -1
- 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 +79 -79
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/ApplicationV2.json +2 -1
- package/dist/schemas/v4/ApplicationV4.json +6 -1
- package/dist/specification/package.json +5 -5
- package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts +21 -0
- package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/TreeDiagram.js +21 -0
- package/dist/specification/scripts/documentation/components/TreeDiagram.js.map +1 -1
- package/dist/specification/scripts/documentation/components/filter.d.ts +7 -0
- package/dist/specification/scripts/documentation/components/filter.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/filter.js +30 -0
- package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts +70 -0
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js +70 -3
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts +17 -0
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +23 -0
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.d.ts +12 -0
- package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.js +78 -8
- package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts +21 -0
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.js +23 -6
- package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts +24 -0
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.js +24 -3
- package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts +36 -0
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.js +36 -4
- package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
- package/dist/specification/scripts/extractDocu.js +49 -5
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/macros/api.d.ts +4 -1
- package/dist/specification/scripts/macros/api.d.ts.map +1 -1
- package/dist/specification/scripts/macros/api.js +9 -1
- package/dist/specification/scripts/macros/api.js.map +1 -1
- package/dist/specification/scripts/macros/cmd.d.ts +1 -0
- package/dist/specification/scripts/macros/cmd.d.ts.map +1 -1
- package/dist/specification/scripts/macros/cmd.js +1 -0
- package/dist/specification/scripts/macros/cmd.js.map +1 -1
- package/dist/specification/scripts/macros/corrections.d.ts +1 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +4 -0
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/i18n.d.ts +1 -0
- package/dist/specification/scripts/macros/i18n.d.ts.map +1 -1
- package/dist/specification/scripts/macros/i18n.js +1 -0
- package/dist/specification/scripts/macros/i18n.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts +1 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +18 -5
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts +9 -5
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +32 -5
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/scripts/spec.js +19 -9
- package/dist/specification/scripts/spec.js.map +1 -1
- package/dist/specification/src/api.d.ts +20 -12
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +22 -14
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/extensionLogger.d.ts +3 -2
- package/dist/specification/src/extensionLogger.d.ts.map +1 -1
- package/dist/specification/src/extensionLogger.js +3 -2
- package/dist/specification/src/extensionLogger.js.map +1 -1
- package/dist/specification/src/i18n/i18n.d.ts +5 -0
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +5 -0
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/project.d.ts +3 -1
- package/dist/specification/src/project.d.ts.map +1 -1
- package/dist/specification/src/project.js +3 -1
- package/dist/specification/src/project.js.map +1 -1
- package/dist/specification/src/specification/schemaAccess.d.ts +6 -2
- package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
- package/dist/specification/src/specification/schemaAccess.js +10 -4
- package/dist/specification/src/specification/schemaAccess.js.map +1 -1
- package/dist/specification/src/sync/common/appProvider.d.ts +17 -6
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +33 -17
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +26 -10
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +32 -13
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +14 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +14 -0
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/factory.d.ts +12 -3
- package/dist/specification/src/sync/common/decoration/factory.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/factory.js +6 -3
- package/dist/specification/src/sync/common/decoration/factory.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/flex.d.ts +7 -0
- package/dist/specification/src/sync/common/decoration/flex.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/flex.js +7 -0
- package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts +6 -3
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +6 -3
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/specification/src/sync/common/flexUtils.d.ts +11 -10
- package/dist/specification/src/sync/common/flexUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/flexUtils.js +11 -10
- package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts +27 -18
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +54 -33
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +62 -35
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +64 -35
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/import/utils.d.ts +9 -3
- package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/import/utils.js +9 -3
- package/dist/specification/src/sync/common/import/utils.js.map +1 -1
- package/dist/specification/src/sync/common/importProject.d.ts +17 -6
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +60 -30
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +129 -53
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +237 -88
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/i18n.d.ts +5 -0
- package/dist/specification/src/sync/i18n.d.ts.map +1 -1
- package/dist/specification/src/sync/i18n.js +5 -0
- package/dist/specification/src/sync/i18n.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Action.d.ts +3 -3
- package/dist/specification/src/sync/v2/export/controls/Action.js +15 -15
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts +14 -0
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Card.js +20 -0
- package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Field.js +5 -5
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +20 -0
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FilterBar.js +28 -0
- package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FormAction.js +4 -4
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +10 -5
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +62 -25
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +6 -6
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +6 -6
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +20 -16
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -6
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts +24 -0
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +42 -3
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js +10 -10
- package/dist/specification/src/sync/v2/export/export.d.ts +7 -3
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +133 -44
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts +18 -10
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +34 -20
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +5 -2
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +27 -17
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/manifest.d.ts +5 -2
- package/dist/specification/src/sync/v2/export/manifest.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/manifest.js +30 -6
- package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts +21 -0
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.js +36 -2
- package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +25 -15
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.js +27 -16
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts +2 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +6 -0
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/generate.d.ts +5 -9
- package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/generate.js +9 -12
- package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts +4 -2
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +24 -7
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts +2 -2
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +75 -43
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +2 -2
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +2 -2
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
- package/dist/specification/src/sync/v2/generate/utils.d.ts +47 -22
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +92 -33
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +7 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +20 -4
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts +4 -0
- package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js +4 -0
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +28 -15
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +91 -35
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.d.ts +6 -2
- package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.js +6 -2
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/importPage.js +4 -5
- package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -3
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +9 -10
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +8 -7
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +28 -24
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts +3 -3
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +107 -76
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js +27 -12
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +18 -9
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +27 -15
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +26 -1
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +46 -0
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +7 -5
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +7 -5
- package/dist/specification/src/sync/v4/application.js.map +1 -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 +8 -0
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +18 -10
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +48 -18
- 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.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts +6 -4
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +136 -58
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts +6 -4
- package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/exportCustomColumn.js +6 -4
- package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts +3 -2
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +13 -9
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +6 -4
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +9 -4
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.d.ts +6 -2
- package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +46 -17
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +4 -3
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/export/utils.d.ts +6 -4
- package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/utils.js +6 -4
- package/dist/specification/src/sync/v4/export/utils.js.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 +4 -0
- 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/extensions.d.ts +5 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -5
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts +1 -0
- 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 +18 -0
- 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/pageExtensions.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js +2 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +2 -0
- 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 +2 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/freestylePage.d.ts +2 -2
- package/dist/specification/src/sync/v4/generate/freestylePage.js +2 -2
- package/dist/specification/src/sync/v4/generate/generate.d.ts +13 -11
- package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/generate.js +13 -11
- package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts +10 -7
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +122 -73
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +206 -154
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts +18 -4
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.js +56 -24
- package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v4/import/fragment.d.ts +29 -4
- package/dist/specification/src/sync/v4/import/fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/fragment.js +46 -7
- package/dist/specification/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts +3 -2
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +7 -2
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts +12 -10
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +69 -46
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts +7 -6
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +49 -36
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.d.ts +4 -2
- package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.js +4 -2
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +5 -2
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +12 -0
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +18 -0
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.d.ts +4 -0
- package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.js +17 -1
- package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +38 -20
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +99 -52
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/Application.d.ts +6 -0
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/common/Application.js +4 -0
- package/dist/types/src/common/Application.js.map +1 -1
- package/dist/types/src/common/types.d.ts +51 -2
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +2 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +3 -2
- package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -1
- package/dist/types/src/common/webapp/manifest/sapUi5.js +3 -2
- package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/types/src/v2/application.d.ts +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +12 -0
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts +1 -0
- package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +1 -0
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.d.ts +13 -0
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -0
- package/dist/types/src/v2/controls/Field.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +6 -0
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/Header.d.ts +1 -0
- package/dist/types/src/v2/controls/Header.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +1 -0
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageFooter.d.ts +2 -0
- package/dist/types/src/v2/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageForm.d.ts +1 -0
- package/dist/types/src/v2/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +1 -0
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +3 -0
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +1 -0
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +13 -0
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageSection.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +6 -0
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts +2 -0
- package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +28 -0
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/controls/ToolBar.d.ts +1 -0
- package/dist/types/src/v2/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts +1 -0
- package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts.map +1 -1
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +4 -0
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts.map +1 -1
- package/dist/types/src/v4/application.d.ts +1 -1
- package/dist/types/src/v4/controls/CustomAction.d.ts +10 -0
- package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.d.ts +10 -0
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v4/controls/Header.d.ts +1 -0
- package/dist/types/src/v4/controls/Header.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -0
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -0
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +2 -0
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +6 -0
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -0
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +17 -0
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +5 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +4 -0
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +15 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +9 -0
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/page.d.ts +4 -0
- package/dist/types/src/v4/page.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +22 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +3 -0
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js +2 -2
- package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/package.json +6 -6
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { FioriElementsVersion } from '@sap/ux-specification-types';
|
|
2
2
|
import { SchemaType } from '@sap/ux-specification-types';
|
|
3
3
|
/**
|
|
4
|
-
* Return the path to the generic JSON schema
|
|
4
|
+
* Return the path to the generic JSON schema.
|
|
5
|
+
*
|
|
5
6
|
* @param version - Fiori elements version
|
|
6
7
|
* @param schemaType - Type of the schema, e.g Application, ListReport, ObjectPage, ...
|
|
8
|
+
* @param directory - The base directory to resolve the schema path
|
|
9
|
+
* @returns the path to the generic JSON schema
|
|
7
10
|
*/
|
|
8
11
|
export declare const getPathToGenericSchema: (version: FioriElementsVersion, schemaType: SchemaType, directory?: string) => string | undefined;
|
|
9
12
|
/**
|
|
10
|
-
* Return the generic schema for a given version and type
|
|
13
|
+
* Return the generic schema for a given version and type.
|
|
14
|
+
*
|
|
11
15
|
* @param version - Fiori elements version, e.g. v2 or v4
|
|
12
16
|
* @param schemaType - Type of the schema, e.g Application, ListReport, ObjectPage, ...
|
|
13
17
|
* @returns the generic schema for the given Fiori Elements version and schema type
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemaAccess.d.ts","sourceRoot":"","sources":["../../../../src/specification/schemaAccess.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAEzD
|
|
1
|
+
{"version":3,"file":"schemaAccess.d.ts","sourceRoot":"","sources":["../../../../src/specification/schemaAccess.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAEzD;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB,GAC/B,SAAS,oBAAoB,EAC7B,YAAY,UAAU,EACtB,YAAW,MAAkB,KAC9B,MAAM,GAAG,SA4BX,CAAC;AAoBF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,GAAU,SAAS,oBAAoB,EAAE,YAAY,UAAU,KAAG,OAAO,CAAC,IAAI,CAO1G,CAAC"}
|
|
@@ -6,9 +6,12 @@ const path_1 = require("path");
|
|
|
6
6
|
const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
7
7
|
const ux_specification_types_2 = require("@sap/ux-specification-types");
|
|
8
8
|
/**
|
|
9
|
-
* Return the path to the generic JSON schema
|
|
9
|
+
* Return the path to the generic JSON schema.
|
|
10
|
+
*
|
|
10
11
|
* @param version - Fiori elements version
|
|
11
12
|
* @param schemaType - Type of the schema, e.g Application, ListReport, ObjectPage, ...
|
|
13
|
+
* @param directory - The base directory to resolve the schema path
|
|
14
|
+
* @returns the path to the generic JSON schema
|
|
12
15
|
*/
|
|
13
16
|
const getPathToGenericSchema = (version, schemaType, directory = __dirname) => {
|
|
14
17
|
let fileName;
|
|
@@ -44,8 +47,10 @@ const getPathToGenericSchema = (version, schemaType, directory = __dirname) => {
|
|
|
44
47
|
};
|
|
45
48
|
exports.getPathToGenericSchema = getPathToGenericSchema;
|
|
46
49
|
/**
|
|
47
|
-
*
|
|
48
|
-
*
|
|
50
|
+
* Reads a JSON schema from the specified file path.
|
|
51
|
+
*
|
|
52
|
+
* @param path - The path to the schema file.
|
|
53
|
+
* @returns A promise that resolves to the parsed JSON object.
|
|
49
54
|
*/
|
|
50
55
|
const readJsonSchema = async (path) => {
|
|
51
56
|
return new Promise((resolve, reject) => {
|
|
@@ -60,7 +65,8 @@ const readJsonSchema = async (path) => {
|
|
|
60
65
|
});
|
|
61
66
|
};
|
|
62
67
|
/**
|
|
63
|
-
* Return the generic schema for a given version and type
|
|
68
|
+
* Return the generic schema for a given version and type.
|
|
69
|
+
*
|
|
64
70
|
* @param version - Fiori elements version, e.g. v2 or v4
|
|
65
71
|
* @param schemaType - Type of the schema, e.g Application, ListReport, ObjectPage, ...
|
|
66
72
|
* @returns the generic schema for the given Fiori Elements version and schema type
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemaAccess.js","sourceRoot":"","sources":["../../../../src/specification/schemaAccess.ts"],"names":[],"mappings":";;;AAAA,2BAA8B;AAC9B,+BAA4B;AAC5B,wEAAmE;AACnE,wEAAyD;AAEzD
|
|
1
|
+
{"version":3,"file":"schemaAccess.js","sourceRoot":"","sources":["../../../../src/specification/schemaAccess.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,12 +7,20 @@ export declare abstract class AppProvider {
|
|
|
7
7
|
readonly logger: ExtensionLogger;
|
|
8
8
|
readonly schemas: Files;
|
|
9
9
|
unhandledControllers: Array<string>;
|
|
10
|
+
/**
|
|
11
|
+
* Creates an instance of AppProvider.
|
|
12
|
+
*
|
|
13
|
+
* @param importParameters - Parameters required for importing configurations, including manifest and schemas.
|
|
14
|
+
* @param home - The home page ID of the application.
|
|
15
|
+
* @param pages - The pages object containing all application pages.
|
|
16
|
+
* @param settings - Optional application settings for V2 or V4.
|
|
17
|
+
*/
|
|
10
18
|
protected constructor(importParameters: ImportAllConfigsParameters, home: string, pages: PagesBase, settings?: v2.AppSettings | v4.AppSettings);
|
|
11
19
|
/**
|
|
12
|
-
*
|
|
13
|
-
* This is
|
|
14
|
-
*
|
|
15
|
-
*
|
|
20
|
+
* Creates configuration files for the app (app.json) and pages (pages/{name}.json).
|
|
21
|
+
* This is essentially a copy of createFiles optimized for use in FTFS:
|
|
22
|
+
* It always uses POSIX path notation with forward slashes (/).
|
|
23
|
+
*
|
|
16
24
|
* @returns app and page files as separate objects
|
|
17
25
|
*/
|
|
18
26
|
createConfigFiles(): {
|
|
@@ -21,15 +29,18 @@ export declare abstract class AppProvider {
|
|
|
21
29
|
};
|
|
22
30
|
/**
|
|
23
31
|
* Method returns page's config object to store in file for passed page.
|
|
32
|
+
*
|
|
24
33
|
* @param {v2.Page | v4.Page} page Page from 'app.json'.
|
|
25
|
-
* @param {
|
|
26
|
-
* @
|
|
34
|
+
* @param {string} pageId - ID of the page or entity set in case of V2.
|
|
35
|
+
* @returns {PageConfig | undefined} The page's config object to store in a file.
|
|
27
36
|
*/
|
|
28
37
|
private getPageConfigFile;
|
|
29
38
|
/**
|
|
30
39
|
* Method updates "$filePath" property for custom page's config object.
|
|
40
|
+
*
|
|
31
41
|
* @param {v4.Page} page Custom page from 'app.json'.
|
|
32
42
|
* @param {CustomPageConfig} config Custom page's config object.
|
|
43
|
+
* @returns {void} This method does not return a value.
|
|
33
44
|
*/
|
|
34
45
|
private applyCustomPageFilePath;
|
|
35
46
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appProvider.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,eAAe,EACf,WAAW,EAEX,KAAK,EACL,SAAS,EACT,EAAE,EACF,EAAE,EAEF,0BAA0B,EAC7B,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"appProvider.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,eAAe,EACf,WAAW,EAEX,KAAK,EACL,SAAS,EACT,EAAE,EACF,EAAE,EAEF,0BAA0B,EAC7B,MAAM,6BAA6B,CAAC;AAkGrC,MAAM,WAAW,WAAW;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,8BAAsB,WAAW;IAC7B,SAAgB,GAAG,EAAE,WAAW,CAAC;IACjC,SAAgB,MAAM,EAAE,eAAe,CAAC;IACxC,SAAgB,OAAO,EAAE,KAAK,CAAC;IAExB,oBAAoB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAM;IAEhD;;;;;;;OAOG;IACH,SAAS,aACL,gBAAgB,EAAE,0BAA0B,EAC5C,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,SAAS,EAChB,QAAQ,CAAC,EAAE,EAAE,CAAC,WAAW,GAAG,EAAE,CAAC,WAAW;IAuB9C;;;;;;OAMG;IACI,iBAAiB,IAAI;QAAE,SAAS,EAAE,KAAK,CAAC;QAAC,WAAW,EAAE,KAAK,CAAA;KAAE;IAuBpE;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;IAuBzB;;;;;;OAMG;IACH,OAAO,CAAC,uBAAuB;CAIlC"}
|
|
@@ -19,7 +19,8 @@ function getCustomPageFullName(page) {
|
|
|
19
19
|
return pageName;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
|
-
* Splits and returns the name of a custom page
|
|
22
|
+
* Splits and returns the name of a custom page.
|
|
23
|
+
*
|
|
23
24
|
* @param {v4.Page|v2.Page} page - custom page
|
|
24
25
|
* @returns {string} custom page name
|
|
25
26
|
*/
|
|
@@ -29,7 +30,8 @@ function getCustomPageName(page) {
|
|
|
29
30
|
return targetName[targetName.length - 1];
|
|
30
31
|
}
|
|
31
32
|
/**
|
|
32
|
-
* Returns the view type of a custom page
|
|
33
|
+
* Returns the view type of a custom page.
|
|
34
|
+
*
|
|
33
35
|
* @param {v4.Page|v2.Page} page - custom page
|
|
34
36
|
* @param {Application} app - application
|
|
35
37
|
* @returns {string} view type
|
|
@@ -39,7 +41,8 @@ function getViewType(page, app) {
|
|
|
39
41
|
return viewType || ux_specification_types_1.ViewTypes.XML;
|
|
40
42
|
}
|
|
41
43
|
/**
|
|
42
|
-
* Returns file extension name for the page view type of a custom page
|
|
44
|
+
* Returns file extension name for the page view type of a custom page.
|
|
45
|
+
*
|
|
43
46
|
* @param {v4.Page|v2.Page} page - custom page
|
|
44
47
|
* @param {Application} app - application
|
|
45
48
|
* @returns {string} File extension name of page view type
|
|
@@ -48,11 +51,12 @@ function getViewTypeExtension(page, app) {
|
|
|
48
51
|
return getViewType(page, app).toLowerCase();
|
|
49
52
|
}
|
|
50
53
|
/**
|
|
51
|
-
* Returns the view path and file name of the custom page
|
|
52
|
-
*
|
|
53
|
-
* @param
|
|
54
|
-
* @param
|
|
55
|
-
* @
|
|
54
|
+
* Returns the view path and file name of the custom page.
|
|
55
|
+
*
|
|
56
|
+
* @param page - custom page
|
|
57
|
+
* @param app - application
|
|
58
|
+
* @param viewPath - The initial view path segments for the custom page.
|
|
59
|
+
* @returns view path
|
|
56
60
|
*/
|
|
57
61
|
function getViewPath(page, app, viewPath) {
|
|
58
62
|
const splitViewPath = (splitPath) => {
|
|
@@ -71,9 +75,10 @@ function getViewPath(page, app, viewPath) {
|
|
|
71
75
|
return { viewPath: pathParts, fileName };
|
|
72
76
|
}
|
|
73
77
|
/**
|
|
74
|
-
* Returns the page name and path of a custom page
|
|
75
|
-
*
|
|
76
|
-
* @param
|
|
78
|
+
* Returns the page name and path of a custom page.
|
|
79
|
+
*
|
|
80
|
+
* @param page - custom page
|
|
81
|
+
* @param app - The application object containing settings and metadata.
|
|
77
82
|
* @returns page name
|
|
78
83
|
*/
|
|
79
84
|
function getCustomPagePath(page, app) {
|
|
@@ -84,6 +89,14 @@ function getCustomPagePath(page, app) {
|
|
|
84
89
|
return [...viewPath, `${fileName}.view.${viewType}`].join('/');
|
|
85
90
|
}
|
|
86
91
|
class AppProvider {
|
|
92
|
+
/**
|
|
93
|
+
* Creates an instance of AppProvider.
|
|
94
|
+
*
|
|
95
|
+
* @param importParameters - Parameters required for importing configurations, including manifest and schemas.
|
|
96
|
+
* @param home - The home page ID of the application.
|
|
97
|
+
* @param pages - The pages object containing all application pages.
|
|
98
|
+
* @param settings - Optional application settings for V2 or V4.
|
|
99
|
+
*/
|
|
87
100
|
constructor(importParameters, home, pages, settings) {
|
|
88
101
|
// Store controller names which should be handled lately
|
|
89
102
|
this.unhandledControllers = [];
|
|
@@ -109,10 +122,10 @@ class AppProvider {
|
|
|
109
122
|
this.logger = importParameters.logger;
|
|
110
123
|
}
|
|
111
124
|
/**
|
|
112
|
-
*
|
|
113
|
-
* This is
|
|
114
|
-
*
|
|
115
|
-
*
|
|
125
|
+
* Creates configuration files for the app (app.json) and pages (pages/{name}.json).
|
|
126
|
+
* This is essentially a copy of createFiles optimized for use in FTFS:
|
|
127
|
+
* It always uses POSIX path notation with forward slashes (/).
|
|
128
|
+
*
|
|
116
129
|
* @returns app and page files as separate objects
|
|
117
130
|
*/
|
|
118
131
|
createConfigFiles() {
|
|
@@ -138,9 +151,10 @@ class AppProvider {
|
|
|
138
151
|
}
|
|
139
152
|
/**
|
|
140
153
|
* Method returns page's config object to store in file for passed page.
|
|
154
|
+
*
|
|
141
155
|
* @param {v2.Page | v4.Page} page Page from 'app.json'.
|
|
142
|
-
* @param {
|
|
143
|
-
* @
|
|
156
|
+
* @param {string} pageId - ID of the page or entity set in case of V2.
|
|
157
|
+
* @returns {PageConfig | undefined} The page's config object to store in a file.
|
|
144
158
|
*/
|
|
145
159
|
getPageConfigFile(page, pageId) {
|
|
146
160
|
let config;
|
|
@@ -168,8 +182,10 @@ class AppProvider {
|
|
|
168
182
|
}
|
|
169
183
|
/**
|
|
170
184
|
* Method updates "$filePath" property for custom page's config object.
|
|
185
|
+
*
|
|
171
186
|
* @param {v4.Page} page Custom page from 'app.json'.
|
|
172
187
|
* @param {CustomPageConfig} config Custom page's config object.
|
|
188
|
+
* @returns {void} This method does not return a value.
|
|
173
189
|
*/
|
|
174
190
|
applyCustomPageFilePath(page, config) {
|
|
175
191
|
const $filePath = getCustomPagePath(page, this.app);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appProvider.js","sourceRoot":"","sources":["../../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":";;;AAWA,wEAAiH;AACjH,mCAA4C;AAE5C;;;;;;;GAOG;AACH,SAAS,qBAAqB,CAAC,IAAuB;IAClD,IAAI,QAAQ,GAAG,EAAE,CAAC;IAClB,IAAI,MAAM,IAAI,IAAI,EAAE,CAAC;QACjB,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,EAAE,CAAC;IACpC,CAAC;IACD,OAAO,QAAQ,CAAC;AACpB,CAAC;AAED
|
|
1
|
+
{"version":3,"file":"appProvider.js","sourceRoot":"","sources":["../../../../../src/sync/common/appProvider.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,49 +1,65 @@
|
|
|
1
1
|
import type { ControlTypeFunction } from '@sap/ux-specification-types';
|
|
2
2
|
/**
|
|
3
|
-
* General export rule, joining all given breadcrumbs to the base ID
|
|
3
|
+
* General export rule, joining all given breadcrumbs to the base ID.
|
|
4
|
+
*
|
|
4
5
|
* @param baseId - base ID, first part of the stable ID
|
|
5
6
|
* @param idBreadcrumbs - array of ID parts
|
|
7
|
+
* @returns the constructed stable ID as a string
|
|
6
8
|
*/
|
|
7
9
|
export declare const buildControlIdFromParent: (baseId: string, idBreadcrumbs: string[]) => string;
|
|
8
10
|
/**
|
|
9
|
-
*
|
|
11
|
+
* Constructs a stable ID for pages by combining the base ID, ID breadcrumbs, and the first breadcrumb.
|
|
12
|
+
*
|
|
10
13
|
* @param baseId - base ID, first part of the stable ID
|
|
11
14
|
* @param idBreadcrumbs - array of ID parts
|
|
12
15
|
* @param breadcrumbs - array of breadcrumbs
|
|
16
|
+
* @returns the constructed stable ID as a string
|
|
13
17
|
*/
|
|
14
18
|
export declare const buildControlIdForPage: (baseId: string, idBreadcrumbs: string[], breadcrumbs: string[]) => string;
|
|
15
19
|
/**
|
|
16
20
|
* Converts the section id to the right string for the stable id:
|
|
17
|
-
* If the
|
|
21
|
+
* If the corresponding facet has ID maintained, we must take this ID. If ID is not present, take the navigation path.
|
|
22
|
+
*
|
|
18
23
|
* @param sectionId - old ID that shall get converted
|
|
19
|
-
* @param breadcrumbs - array of breadcrumbs
|
|
20
24
|
* @param title - title from JSON schema, comprising the facet ID
|
|
25
|
+
* @returns the converted section ID as a string
|
|
21
26
|
*/
|
|
22
27
|
export declare const convertSectionId: (sectionId: string, title: string) => string;
|
|
28
|
+
/**
|
|
29
|
+
* Escapes all characters not allowed in stable IDs with a colon followed by their hexadecimal code.
|
|
30
|
+
*
|
|
31
|
+
* @param sParam - The string to be escaped.
|
|
32
|
+
* @returns The escaped string.
|
|
33
|
+
*/
|
|
23
34
|
export declare function escapeId(sParam: string): string;
|
|
24
35
|
/**
|
|
25
|
-
* V2 - Binding Change values, will be added on object pages
|
|
36
|
+
* V2 - Binding Change values, will be added on object pages
|
|
37
|
+
*/
|
|
26
38
|
export declare enum BindingValue {
|
|
27
39
|
Editable = "{ui>/editable}",
|
|
28
40
|
NotEditable = "{= !${ui>/editable}}"
|
|
29
41
|
}
|
|
30
42
|
/**
|
|
31
|
-
* V4 - Binding Change values, will be added on object pages
|
|
43
|
+
* V4 - Binding Change values, will be added on object pages
|
|
44
|
+
*/
|
|
32
45
|
export declare enum BindingValueV4 {
|
|
33
46
|
Editable = "{= ${ui>/editMode} === 'Editable'}",
|
|
34
47
|
NotEditable = "{= ${ui>/editMode} !== 'Editable'}"
|
|
35
48
|
}
|
|
36
49
|
/**
|
|
37
|
-
* Export rule for table columns
|
|
50
|
+
* Export rule for table columns.
|
|
51
|
+
*
|
|
38
52
|
* @param baseId - base ID, first part of the stable ID. Represents the stableId of the table.
|
|
39
53
|
* @param idBreadcrumbs - array of ID parts, these are ID's that had been calculated on higher levels of the hierarchy
|
|
40
54
|
* @param breadcrumbs - array of breadcrumbs, i.e. the path elements to the column in the config file
|
|
41
|
-
* @param
|
|
55
|
+
* @param _controlType - controlType function of decorators, not used here
|
|
42
56
|
* @param title - title from JSON schema, comprising the facet ID
|
|
57
|
+
* @returns the constructed stable ID as a string
|
|
43
58
|
*/
|
|
44
59
|
export declare const buildColumnControlId: (baseId: string, idBreadcrumbs: string[], breadcrumbs: string[], _controlType: ControlTypeFunction, title: string) => string;
|
|
45
60
|
/**
|
|
46
|
-
* Split up action breadcrumb and return different parts from it
|
|
61
|
+
* Split up action breadcrumb and return different parts from it.
|
|
62
|
+
*
|
|
47
63
|
* @param breadcrumbs - array of breadcrumbs
|
|
48
64
|
* @returns {object} - actionType, semanticObjectId, actionId of action
|
|
49
65
|
*/
|
|
@@ -56,7 +72,7 @@ export declare const addPatternForBindingChangeOfEnumLR: (schema: object, defini
|
|
|
56
72
|
export declare const addPatternForBindingChangeOfEnumOP: (schema: object, definition: object, propertyName: string) => void;
|
|
57
73
|
export declare const addPatternForBindingChangeOfEnumOPV4: (schema: object, definition: object, propertyName: string) => void;
|
|
58
74
|
/**
|
|
59
|
-
*
|
|
75
|
+
* Sync rule for preventing the deletion of a property.
|
|
60
76
|
*/
|
|
61
77
|
export declare function doNotDelete(): void;
|
|
62
78
|
//# sourceMappingURL=control.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAIvE
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAIvE;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,GAAI,QAAQ,MAAM,EAAE,eAAe,MAAM,EAAE,KAAG,MAElF,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,GAAI,QAAQ,MAAM,EAAE,eAAe,MAAM,EAAE,EAAE,aAAa,MAAM,EAAE,KAAG,MAEtG,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,GAAI,WAAW,MAAM,EAAE,OAAO,MAAM,KAAG,MASnE,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAQ/C;AAED;;GAEG;AACH,oBAAY,YAAY;IACpB,QAAQ,mBAAmB;IAC3B,WAAW,yBAAyB;CACvC;AAED;;GAEG;AACH,oBAAY,cAAc;IACtB,QAAQ,uCAAuC;IAC/C,WAAW,uCAAuC;CACrD;AA4BD;;;;;;;;;GASG;AACH,eAAO,MAAM,oBAAoB,GAC7B,QAAQ,MAAM,EACd,eAAe,MAAM,EAAE,EACvB,aAAa,MAAM,EAAE,EACrB,cAAc,mBAAmB,EACjC,OAAO,MAAM,KACd,MAkCF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,GACjC,aAAa,MAAM,EAAE,KACtB;IAAE,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAc1F,CAAC;AA4EF,eAAO,MAAM,kCAAkC,GAAI,QAAQ,MAAM,EAAE,YAAY,MAAM,EAAE,cAAc,MAAM,KAAG,IAE7G,CAAC;AAEF,eAAO,MAAM,kCAAkC,GAAI,QAAQ,MAAM,EAAE,YAAY,MAAM,EAAE,cAAc,MAAM,KAAG,IAG7G,CAAC;AAEF,eAAO,MAAM,oCAAoC,GAC7C,QAAQ,MAAM,EACd,YAAY,MAAM,EAClB,cAAc,MAAM,KACrB,IAGF,CAAC;AAEF;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAElC"}
|
|
@@ -6,19 +6,23 @@ exports.doNotDelete = doNotDelete;
|
|
|
6
6
|
const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
7
7
|
const utils_1 = require("../utils");
|
|
8
8
|
/**
|
|
9
|
-
* General export rule, joining all given breadcrumbs to the base ID
|
|
9
|
+
* General export rule, joining all given breadcrumbs to the base ID.
|
|
10
|
+
*
|
|
10
11
|
* @param baseId - base ID, first part of the stable ID
|
|
11
12
|
* @param idBreadcrumbs - array of ID parts
|
|
13
|
+
* @returns the constructed stable ID as a string
|
|
12
14
|
*/
|
|
13
15
|
const buildControlIdFromParent = (baseId, idBreadcrumbs) => {
|
|
14
16
|
return baseId + idBreadcrumbs.join('::');
|
|
15
17
|
};
|
|
16
18
|
exports.buildControlIdFromParent = buildControlIdFromParent;
|
|
17
19
|
/**
|
|
18
|
-
*
|
|
20
|
+
* Constructs a stable ID for pages by combining the base ID, ID breadcrumbs, and the first breadcrumb.
|
|
21
|
+
*
|
|
19
22
|
* @param baseId - base ID, first part of the stable ID
|
|
20
23
|
* @param idBreadcrumbs - array of ID parts
|
|
21
24
|
* @param breadcrumbs - array of breadcrumbs
|
|
25
|
+
* @returns the constructed stable ID as a string
|
|
22
26
|
*/
|
|
23
27
|
const buildControlIdForPage = (baseId, idBreadcrumbs, breadcrumbs) => {
|
|
24
28
|
return baseId + idBreadcrumbs.join('::') + breadcrumbs[0];
|
|
@@ -26,10 +30,11 @@ const buildControlIdForPage = (baseId, idBreadcrumbs, breadcrumbs) => {
|
|
|
26
30
|
exports.buildControlIdForPage = buildControlIdForPage;
|
|
27
31
|
/**
|
|
28
32
|
* Converts the section id to the right string for the stable id:
|
|
29
|
-
* If the
|
|
33
|
+
* If the corresponding facet has ID maintained, we must take this ID. If ID is not present, take the navigation path.
|
|
34
|
+
*
|
|
30
35
|
* @param sectionId - old ID that shall get converted
|
|
31
|
-
* @param breadcrumbs - array of breadcrumbs
|
|
32
36
|
* @param title - title from JSON schema, comprising the facet ID
|
|
37
|
+
* @returns the converted section ID as a string
|
|
33
38
|
*/
|
|
34
39
|
const convertSectionId = (sectionId, title) => {
|
|
35
40
|
let convertedSectionId;
|
|
@@ -43,6 +48,12 @@ const convertSectionId = (sectionId, title) => {
|
|
|
43
48
|
return convertedSectionId;
|
|
44
49
|
};
|
|
45
50
|
exports.convertSectionId = convertSectionId;
|
|
51
|
+
/**
|
|
52
|
+
* Escapes all characters not allowed in stable IDs with a colon followed by their hexadecimal code.
|
|
53
|
+
*
|
|
54
|
+
* @param sParam - The string to be escaped.
|
|
55
|
+
* @returns The escaped string.
|
|
56
|
+
*/
|
|
46
57
|
function escapeId(sParam) {
|
|
47
58
|
/* escape all characters not allowed in stable ids with :<hexcode>
|
|
48
59
|
* as we use : as escape character, also escape :
|
|
@@ -53,21 +64,24 @@ function escapeId(sParam) {
|
|
|
53
64
|
});
|
|
54
65
|
}
|
|
55
66
|
/**
|
|
56
|
-
* V2 - Binding Change values, will be added on object pages
|
|
67
|
+
* V2 - Binding Change values, will be added on object pages
|
|
68
|
+
*/
|
|
57
69
|
var BindingValue;
|
|
58
70
|
(function (BindingValue) {
|
|
59
71
|
BindingValue["Editable"] = "{ui>/editable}";
|
|
60
72
|
BindingValue["NotEditable"] = "{= !${ui>/editable}}";
|
|
61
73
|
})(BindingValue || (exports.BindingValue = BindingValue = {}));
|
|
62
74
|
/**
|
|
63
|
-
* V4 - Binding Change values, will be added on object pages
|
|
75
|
+
* V4 - Binding Change values, will be added on object pages
|
|
76
|
+
*/
|
|
64
77
|
var BindingValueV4;
|
|
65
78
|
(function (BindingValueV4) {
|
|
66
79
|
BindingValueV4["Editable"] = "{= ${ui>/editMode} === 'Editable'}";
|
|
67
80
|
BindingValueV4["NotEditable"] = "{= ${ui>/editMode} !== 'Editable'}";
|
|
68
81
|
})(BindingValueV4 || (exports.BindingValueV4 = BindingValueV4 = {}));
|
|
69
82
|
/**
|
|
70
|
-
* Consolidates the list of id's and other breadcrumbs into one list, for finding the right stable ID of a column
|
|
83
|
+
* Consolidates the list of id's and other breadcrumbs into one list, for finding the right stable ID of a column.
|
|
84
|
+
*
|
|
71
85
|
* @param idBreadcrumbs - array of ID parts
|
|
72
86
|
* @param localBreadcrumbs - array of breadcrumbs
|
|
73
87
|
* @param title - (section) title = facet ID
|
|
@@ -91,12 +105,14 @@ function mapBreadcrumbs(idBreadcrumbs, localBreadcrumbs, title) {
|
|
|
91
105
|
return { idBreadcrumbs };
|
|
92
106
|
}
|
|
93
107
|
/**
|
|
94
|
-
* Export rule for table columns
|
|
108
|
+
* Export rule for table columns.
|
|
109
|
+
*
|
|
95
110
|
* @param baseId - base ID, first part of the stable ID. Represents the stableId of the table.
|
|
96
111
|
* @param idBreadcrumbs - array of ID parts, these are ID's that had been calculated on higher levels of the hierarchy
|
|
97
112
|
* @param breadcrumbs - array of breadcrumbs, i.e. the path elements to the column in the config file
|
|
98
|
-
* @param
|
|
113
|
+
* @param _controlType - controlType function of decorators, not used here
|
|
99
114
|
* @param title - title from JSON schema, comprising the facet ID
|
|
115
|
+
* @returns the constructed stable ID as a string
|
|
100
116
|
*/
|
|
101
117
|
const buildColumnControlId = (baseId, idBreadcrumbs, breadcrumbs, _controlType, title) => {
|
|
102
118
|
let tableId = 'listReport'; //default
|
|
@@ -133,7 +149,8 @@ const buildColumnControlId = (baseId, idBreadcrumbs, breadcrumbs, _controlType,
|
|
|
133
149
|
};
|
|
134
150
|
exports.buildColumnControlId = buildColumnControlId;
|
|
135
151
|
/**
|
|
136
|
-
* Split up action breadcrumb and return different parts from it
|
|
152
|
+
* Split up action breadcrumb and return different parts from it.
|
|
153
|
+
*
|
|
137
154
|
* @param breadcrumbs - array of breadcrumbs
|
|
138
155
|
* @returns {object} - actionType, semanticObjectId, actionId of action
|
|
139
156
|
*/
|
|
@@ -156,7 +173,8 @@ const getActionBreadcrumbParts = (breadcrumbs) => {
|
|
|
156
173
|
};
|
|
157
174
|
exports.getActionBreadcrumbParts = getActionBreadcrumbParts;
|
|
158
175
|
/**
|
|
159
|
-
* Determines the valid pattern for a binding change
|
|
176
|
+
* Determines the valid pattern for a binding change.
|
|
177
|
+
*
|
|
160
178
|
* @param schemaDefinition - definition in the JSON schema
|
|
161
179
|
* @returns the pattern as string
|
|
162
180
|
*/
|
|
@@ -177,7 +195,8 @@ function determinePattern(schemaDefinition) {
|
|
|
177
195
|
return pattern;
|
|
178
196
|
}
|
|
179
197
|
/**
|
|
180
|
-
* Reuseable function for strings that allow binding changes
|
|
198
|
+
* Reuseable function for strings that allow binding changes.
|
|
199
|
+
*
|
|
181
200
|
* @param schema - the complete JSON schema
|
|
182
201
|
* @param definition - definition in the JSON schema, to be updated
|
|
183
202
|
* @param propertyName - property in the properties' list of the given definition
|
|
@@ -235,7 +254,7 @@ const addPatternForBindingChangeOfEnumOPV4 = (schema, definition, propertyName)
|
|
|
235
254
|
};
|
|
236
255
|
exports.addPatternForBindingChangeOfEnumOPV4 = addPatternForBindingChangeOfEnumOPV4;
|
|
237
256
|
/**
|
|
238
|
-
*
|
|
257
|
+
* Sync rule for preventing the deletion of a property.
|
|
239
258
|
*/
|
|
240
259
|
function doNotDelete() {
|
|
241
260
|
return;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"control.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,13 @@ import 'reflect-metadata';
|
|
|
2
2
|
import type { SyncRule, PageLayoutInformation, ValidityInformation, SyncRuleProvider } from '@sap/ux-specification-types';
|
|
3
3
|
export declare const reflectMetadataKey: unique symbol;
|
|
4
4
|
export declare const syncRule: (propSpec: SyncRule) => any;
|
|
5
|
+
/**
|
|
6
|
+
* Retrieves the metadata associated with a specific property of a target object.
|
|
7
|
+
*
|
|
8
|
+
* @param target - The object containing the property.
|
|
9
|
+
* @param propertyName - The name of the property whose metadata is to be retrieved.
|
|
10
|
+
* @returns The metadata of the property, or undefined if no metadata is found.
|
|
11
|
+
*/
|
|
5
12
|
export declare function getReflectMetadata(target: object, propertyName: string): SyncRule | undefined;
|
|
6
13
|
/**
|
|
7
14
|
* Return the sync rule a given class has been decorated with.
|
|
@@ -19,5 +26,12 @@ export declare const descriptionSrcURL: (id: string) => any;
|
|
|
19
26
|
export declare const getDescriptionSrcURL: (target: any, propertyName: string) => string;
|
|
20
27
|
export declare const validityMetadataKey: unique symbol;
|
|
21
28
|
export declare const validity: (propSpec: ValidityInformation) => any;
|
|
29
|
+
/**
|
|
30
|
+
* Generates a deprecation message for a given key, optionally including additional validity information.
|
|
31
|
+
*
|
|
32
|
+
* @param key - The key or property name that is deprecated.
|
|
33
|
+
* @param validityInformation - Optional validity information providing details about the deprecation.
|
|
34
|
+
* @returns A string containing the deprecation message.
|
|
35
|
+
*/
|
|
22
36
|
export declare function getTextForDeprecated(key: string, validityInformation?: ValidityInformation): string;
|
|
23
37
|
//# sourceMappingURL=decorators.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EACR,QAAQ,EACR,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,kBAAkB,eAAqC,CAAC;AACrE,eAAO,MAAM,QAAQ,GAAI,UAAU,QAAQ,KAAG,GAE7C,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAM7F;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,gBAAgB,GAAG,QAAQ,GAAG,SAAS,CAMlF;AAED,eAAO,MAAM,qBAAqB,GAC7B,UAAU,qBAAqB,MAC/B,aAAa,QAAQ,KAAG,IAExB,CAAC;AAGN,eAAO,MAAM,OAAO,GAAI,IAAI,MAAM,KAAG,GAEpC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,QAAQ,GAAG,EAAE,cAAc,MAAM,KAAG,MAE9D,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,QAAQ,GAAG,KAAG,qBAEtD,CAAC;AAKF,eAAO,MAAM,yBAAyB,eAA8B,CAAC;AACrE,eAAO,MAAM,iBAAiB,GAAI,IAAI,MAAM,KAAG,GAE9C,CAAC;AACF,eAAO,MAAM,oBAAoB,GAAI,QAAQ,GAAG,EAAE,cAAc,MAAM,KAAG,MAExE,CAAC;AAMF,eAAO,MAAM,mBAAmB,eAAgC,CAAC;AACjE,eAAO,MAAM,QAAQ,GAAI,UAAU,mBAAmB,KAAG,GAExD,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,MAAM,CAQnG"}
|
|
1
|
+
{"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EACR,QAAQ,EACR,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,kBAAkB,eAAqC,CAAC;AACrE,eAAO,MAAM,QAAQ,GAAI,UAAU,QAAQ,KAAG,GAE7C,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAM7F;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,gBAAgB,GAAG,QAAQ,GAAG,SAAS,CAMlF;AAED,eAAO,MAAM,qBAAqB,GAC7B,UAAU,qBAAqB,MAC/B,aAAa,QAAQ,KAAG,IAExB,CAAC;AAGN,eAAO,MAAM,OAAO,GAAI,IAAI,MAAM,KAAG,GAEpC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,QAAQ,GAAG,EAAE,cAAc,MAAM,KAAG,MAE9D,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,QAAQ,GAAG,KAAG,qBAEtD,CAAC;AAKF,eAAO,MAAM,yBAAyB,eAA8B,CAAC;AACrE,eAAO,MAAM,iBAAiB,GAAI,IAAI,MAAM,KAAG,GAE9C,CAAC;AACF,eAAO,MAAM,oBAAoB,GAAI,QAAQ,GAAG,EAAE,cAAc,MAAM,KAAG,MAExE,CAAC;AAMF,eAAO,MAAM,mBAAmB,eAAgC,CAAC;AACjE,eAAO,MAAM,QAAQ,GAAI,UAAU,mBAAmB,KAAG,GAExD,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,MAAM,CAQnG"}
|
|
@@ -10,6 +10,13 @@ const syncRule = (propSpec) => {
|
|
|
10
10
|
return Reflect.metadata(exports.reflectMetadataKey, propSpec);
|
|
11
11
|
};
|
|
12
12
|
exports.syncRule = syncRule;
|
|
13
|
+
/**
|
|
14
|
+
* Retrieves the metadata associated with a specific property of a target object.
|
|
15
|
+
*
|
|
16
|
+
* @param target - The object containing the property.
|
|
17
|
+
* @param propertyName - The name of the property whose metadata is to be retrieved.
|
|
18
|
+
* @returns The metadata of the property, or undefined if no metadata is found.
|
|
19
|
+
*/
|
|
13
20
|
function getReflectMetadata(target, propertyName) {
|
|
14
21
|
let rule;
|
|
15
22
|
if (target) {
|
|
@@ -67,6 +74,13 @@ const validity = (propSpec) => {
|
|
|
67
74
|
return Reflect.metadata(exports.validityMetadataKey, propSpec);
|
|
68
75
|
};
|
|
69
76
|
exports.validity = validity;
|
|
77
|
+
/**
|
|
78
|
+
* Generates a deprecation message for a given key, optionally including additional validity information.
|
|
79
|
+
*
|
|
80
|
+
* @param key - The key or property name that is deprecated.
|
|
81
|
+
* @param validityInformation - Optional validity information providing details about the deprecation.
|
|
82
|
+
* @returns A string containing the deprecation message.
|
|
83
|
+
*/
|
|
70
84
|
function getTextForDeprecated(key, validityInformation) {
|
|
71
85
|
let text = `${key} is deprecated`;
|
|
72
86
|
if (validityInformation && validityInformation.deprecated) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":";;;AAoBA,gDAMC;AAQD,wDAMC;AAgDD,oDAQC;AAhGD,4BAA0B;AAQb,QAAA,kBAAkB,GAAG,MAAM,CAAC,0BAA0B,CAAC,CAAC;AAC9D,MAAM,QAAQ,GAAG,CAAC,QAAkB,EAAO,EAAE;IAChD,OAAO,OAAO,CAAC,QAAQ,CAAC,0BAAkB,EAAE,QAAQ,CAAC,CAAC;AAC1D,CAAC,CAAC;AAFW,QAAA,QAAQ,YAEnB;AAEF;;;;;;GAMG;AACH,SAAgB,kBAAkB,CAAC,MAAc,EAAE,YAAoB;IACnE,IAAI,IAAc,CAAC;IACnB,IAAI,MAAM,EAAE,CAAC;QACT,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,0BAAkB,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;IACzE,CAAC;IACD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED;;;;;GAKG;AACH,SAAgB,sBAAsB,CAAC,GAAqB;IACxD,IAAI,IAAc,CAAC;IACnB,IAAI,GAAG,EAAE,CAAC;QACN,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,0BAAkB,EAAE,GAAG,CAAC,CAAC;IACxD,CAAC;IACD,OAAO,IAAI,CAAC;AAChB,CAAC;AAEM,MAAM,qBAAqB,GAC9B,CAAC,QAA+B,EAAE,EAAE,CACpC,CAAC,WAAqB,EAAQ,EAAE;IAC5B,WAAW,CAAC,SAAS,CAAC,qBAAqB,GAAG,QAAQ,CAAC;AAC3D,CAAC,CAAC;AAJO,QAAA,qBAAqB,yBAI5B;AAEN,MAAM,UAAU,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC9B,MAAM,OAAO,GAAG,CAAC,EAAU,EAAO,EAAE;IACvC,OAAO,OAAO,CAAC,QAAQ,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;AAC5C,CAAC,CAAC;AAFW,QAAA,OAAO,WAElB;AAEK,MAAM,UAAU,GAAG,CAAC,MAAW,EAAE,YAAoB,EAAU,EAAE;IACpE,OAAO,OAAO,CAAC,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;AACjE,CAAC,CAAC;AAFW,QAAA,UAAU,cAErB;AAEK,MAAM,wBAAwB,GAAG,CAAC,MAAW,EAAyB,EAAE;IAC3E,OAAO,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,qBAAqB,CAAC;AAC/D,CAAC,CAAC;AAFW,QAAA,wBAAwB,4BAEnC;AAEF;;GAEG;AACU,QAAA,yBAAyB,GAAG,MAAM,CAAC,mBAAmB,CAAC,CAAC;AAC9D,MAAM,iBAAiB,GAAG,CAAC,EAAU,EAAO,EAAE;IACjD,OAAO,OAAO,CAAC,QAAQ,CAAC,iCAAyB,EAAE,EAAE,CAAC,CAAC;AAC3D,CAAC,CAAC;AAFW,QAAA,iBAAiB,qBAE5B;AACK,MAAM,oBAAoB,GAAG,CAAC,MAAW,EAAE,YAAoB,EAAU,EAAE;IAC9E,OAAO,OAAO,CAAC,WAAW,CAAC,iCAAyB,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;AAChF,CAAC,CAAC;AAFW,QAAA,oBAAoB,wBAE/B;AAEF;;GAEG;AAEU,QAAA,mBAAmB,GAAG,MAAM,CAAC,qBAAqB,CAAC,CAAC;AAC1D,MAAM,QAAQ,GAAG,CAAC,QAA6B,EAAO,EAAE;IAC3D,OAAO,OAAO,CAAC,QAAQ,CAAC,2BAAmB,EAAE,QAAQ,CAAC,CAAC;AAC3D,CAAC,CAAC;AAFW,QAAA,QAAQ,YAEnB;AAEF;;;;;;GAMG;AACH,SAAgB,oBAAoB,CAAC,GAAW,EAAE,mBAAyC;IACvF,IAAI,IAAI,GAAG,GAAG,GAAG,gBAAgB,CAAC;IAClC,IAAI,mBAAmB,IAAI,mBAAmB,CAAC,UAAU,EAAE,CAAC;QACxD,IAAI,GAAG,mBAAmB,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,UAAU,mBAAmB,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;QAC7G,IAAI,GAAG,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,KAAK,mBAAmB,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;IAC1G,CAAC;IAED,OAAO,IAAI,CAAC;AAChB,CAAC"}
|