@sap/ux-specification 1.136.16 → 1.136.18
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 +71 -0
- 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 +338 -331
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +202 -7
- package/dist/schemas/v4/ApplicationV4.json +14 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +98 -19
- package/dist/schemas/v4/ObjectPageConfig.json +112 -717
- package/dist/specification/package.json +10 -10
- package/dist/specification/scripts/generate-validity-report.js +1 -1
- package/dist/specification/scripts/generate-validity-report.js.map +1 -1
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +48 -1
- 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 +36 -10
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +39 -3
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
- package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
- package/dist/specification/src/ftfs/ftfs.js +1 -0
- package/dist/specification/src/ftfs/ftfs.js.map +1 -1
- package/dist/specification/src/ftfs/index.d.ts +1 -1
- package/dist/specification/src/ftfs/index.d.ts.map +1 -1
- package/dist/specification/src/ftfs/index.js +2 -1
- package/dist/specification/src/ftfs/index.js.map +1 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.js +3 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +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.d.ts +91 -0
- package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/Decorator.js +139 -0
- package/dist/specification/src/sync/common/decoration/Decorator.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +95 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.js +210 -0
- package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +58 -22
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +23 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +6 -48
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +26 -106
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +4 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +4 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/interfaces.d.ts +38 -0
- package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/interfaces.js +3 -0
- package/dist/specification/src/sync/common/decoration/interfaces.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.js +50 -0
- package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.js +46 -0
- package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +26 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.js +77 -0
- package/dist/specification/src/sync/common/decoration/steps/Message.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.js +43 -0
- package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +18 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.js +68 -0
- package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +19 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +48 -0
- package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/index.d.ts +6 -0
- package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/steps/index.js +14 -0
- package/dist/specification/src/sync/common/decoration/steps/index.js.map +1 -0
- package/dist/specification/src/sync/common/i18n.json +28 -0
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +2 -0
- package/dist/specification/src/sync/common/importProject.js.map +1 -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/v2/export/controls/Fragment.d.ts +4 -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 +29 -20
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +3 -2
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +48 -19
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +54 -6
- 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 +106 -12
- package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +7 -7
- package/dist/specification/src/sync/v2/generate/analyticalListReport.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 +56 -2
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +12 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +167 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +59 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +582 -7
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +29 -6
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
- package/dist/specification/src/sync/v2/types.d.ts +2 -0
- package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/types.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +25 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +28 -4
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +12 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +28 -3
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +1 -2
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +1 -2
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -5
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +2 -7
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +9 -3
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -6
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +1 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +13 -51
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +97 -238
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +6 -21
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +40 -35
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +3 -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 +10 -7
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.js +2 -4
- package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +212 -46
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/app.d.ts +11 -0
- package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/app.js +31 -0
- package/dist/specification/src/sync/v4/generate/app.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +13 -0
- 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 +93 -13
- 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.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +4 -3
- 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.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +29 -27
- 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 +12 -3
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +32 -13
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +103 -78
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +13 -6
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js +107 -106
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -2
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +162 -118
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +20 -0
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +4 -23
- package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +2 -4
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +2 -1
- 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 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +3 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +1 -302
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +0 -753
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +2 -4
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +10 -4
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.d.ts +19 -0
- package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/macros.js +34 -0
- package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +22 -2
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +239 -41
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-utils/utils.d.ts +1 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
- package/dist/specification/test/test-utils/utils.js +11 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -1
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
- package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
- package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
- package/dist/templates/GridTableColumnsExtension.xml +3 -3
- package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
- package/dist/templates/TreeTableColumnsExtension.xml +4 -4
- package/dist/templates/fragment.xml +3 -3
- package/dist/templates/view.xml +3 -3
- package/dist/types/src/apiTypes.d.ts +15 -5
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js +1 -0
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +25 -11
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +17 -10
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v4/application.d.ts +15 -0
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/application.js +10 -0
- package/dist/types/src/v4/application.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +91 -250
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/package.json +11 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"condition-evaluator.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/condition-evaluator.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EACR,kBAAkB,EAIrB,MAAM,6BAA6B,CAAC;AAIrC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAYrD;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IAClC,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACpC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,qBAAa,kBAAkB;IAC3B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAoB;IAE5C;;;;OAIG;gBACS,OAAO,EAAE,gBAAgB;IAUrC;;;;;;OAMG;IACH,mBAAmB,CAAC,YAAY,EAAE,MAAM,GAAG;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,GAAG,SAAS;IA2BtF;;;;;OAKG;IACH,oBAAoB,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;IAiB3F;;;;;OAKG;IACH,QAAQ,CAAC,aAAa,EAAE,kBAAkB,GAAG,yBAAyB;IAqBtE;;;;;OAKG;IACH,OAAO,CAAC,uBAAuB;IA0B/B;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAO5B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAYhC;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAqC5B;;;;;OAKG;IACH,OAAO,CAAC,qBAAqB;CAkBhC"}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConditionEvaluator = void 0;
|
|
4
|
+
const jsonpath_plus_1 = require("jsonpath-plus");
|
|
5
|
+
const decorator_paths_1 = require("./decorator-paths");
|
|
6
|
+
/**
|
|
7
|
+
* Evaluates decorator conditions against runtime context.
|
|
8
|
+
* Supports single conditions, AND conditions, and OR conditions with nesting.
|
|
9
|
+
*/
|
|
10
|
+
class ConditionEvaluator {
|
|
11
|
+
/**
|
|
12
|
+
* Creates a new ConditionEvaluator with the given decorator context.
|
|
13
|
+
*
|
|
14
|
+
* @param context - The decorator context containing app, page, and custom runtime data
|
|
15
|
+
*/
|
|
16
|
+
constructor(context) {
|
|
17
|
+
this.context = {
|
|
18
|
+
// Use app.config (plain AppContext) for JSONPath evaluation, not the full App instance.
|
|
19
|
+
// app.config holds manifest and other plain data that path builders reference (e.g. app.manifest).
|
|
20
|
+
app: context.app?.config,
|
|
21
|
+
page: context.page?.config,
|
|
22
|
+
custom: context.custom
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets property value from the decorator context using a property path.
|
|
27
|
+
* Supports JSONPath syntax for complex paths.
|
|
28
|
+
*
|
|
29
|
+
* @param propertyPath - JSONPath-style path to resolve (e.g. 'page.isALP', 'custom.type')
|
|
30
|
+
* @returns The key/value pair at the resolved path, or undefined if not found
|
|
31
|
+
*/
|
|
32
|
+
getPropertyKeyValue(propertyPath) {
|
|
33
|
+
if (!propertyPath || !this.context) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
try {
|
|
37
|
+
const jsonPath = propertyPath.startsWith('$') ? propertyPath : `$.${propertyPath}`;
|
|
38
|
+
const results = (0, jsonpath_plus_1.JSONPath)({
|
|
39
|
+
path: jsonPath,
|
|
40
|
+
json: this.context,
|
|
41
|
+
resultType: 'all'
|
|
42
|
+
});
|
|
43
|
+
if (!results || results.length === 0) {
|
|
44
|
+
return undefined;
|
|
45
|
+
}
|
|
46
|
+
const result = results[0];
|
|
47
|
+
const key = String(result.parentProperty);
|
|
48
|
+
const value = result.value;
|
|
49
|
+
return { key, value };
|
|
50
|
+
}
|
|
51
|
+
catch {
|
|
52
|
+
return undefined;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Resolves PathNode values in message params to their actual values.
|
|
57
|
+
*
|
|
58
|
+
* @param params - Optional map of parameter names to values (may contain PathNodes)
|
|
59
|
+
* @returns Resolved params with PathNodes replaced by their runtime values
|
|
60
|
+
*/
|
|
61
|
+
resolveMessageParams(params) {
|
|
62
|
+
if (!params) {
|
|
63
|
+
return params;
|
|
64
|
+
}
|
|
65
|
+
const resolved = {};
|
|
66
|
+
for (const [key, value] of Object.entries(params)) {
|
|
67
|
+
if ((0, decorator_paths_1.isPathNode)(value)) {
|
|
68
|
+
const result = this.getPropertyKeyValue((0, decorator_paths_1.getPath)(value));
|
|
69
|
+
resolved[key] = result?.value ?? '';
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
resolved[key] = value;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return resolved;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Evaluates a condition and returns whether it passed and context for messages.
|
|
79
|
+
*
|
|
80
|
+
* @param conditionInfo - The condition to evaluate (single, AND, or OR)
|
|
81
|
+
* @returns Whether the condition passed and a context string for message interpolation
|
|
82
|
+
*/
|
|
83
|
+
evaluate(conditionInfo) {
|
|
84
|
+
let passed = false;
|
|
85
|
+
let context = '';
|
|
86
|
+
if (conditionInfo.orConditions && Array.isArray(conditionInfo.orConditions)) {
|
|
87
|
+
const result = this.evaluateOrConditions(conditionInfo.orConditions);
|
|
88
|
+
passed = result.passed;
|
|
89
|
+
context = this.getContextForMessage(result.results);
|
|
90
|
+
}
|
|
91
|
+
else if (conditionInfo.conditions && Array.isArray(conditionInfo.conditions)) {
|
|
92
|
+
const result = this.evaluateAndConditions(conditionInfo.conditions);
|
|
93
|
+
passed = result.passed;
|
|
94
|
+
context = this.getContextForMessage(result.results);
|
|
95
|
+
}
|
|
96
|
+
else if (conditionInfo.path) {
|
|
97
|
+
const result = this.evaluateSingleCondition(conditionInfo);
|
|
98
|
+
passed = result.passed;
|
|
99
|
+
context = this.getContextForMessage([result]);
|
|
100
|
+
}
|
|
101
|
+
return { passed, context };
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Evaluates a single dependency condition.
|
|
105
|
+
*
|
|
106
|
+
* @param condition - A single condition with path, optional expectedValue, and optional negate
|
|
107
|
+
* @returns The evaluation result with passed flag, resolved value, and key
|
|
108
|
+
*/
|
|
109
|
+
evaluateSingleCondition(condition) {
|
|
110
|
+
if (condition.path === '__always__') {
|
|
111
|
+
return { passed: true, value: true, key: '__always__' };
|
|
112
|
+
}
|
|
113
|
+
const result = this.getPropertyKeyValue(condition.path);
|
|
114
|
+
const key = result?.key ?? condition.path;
|
|
115
|
+
const value = result?.value;
|
|
116
|
+
let passed = false;
|
|
117
|
+
if (condition.dependsOn) {
|
|
118
|
+
passed = condition.dependsOn(value);
|
|
119
|
+
}
|
|
120
|
+
else if (condition.expectedValue !== undefined) {
|
|
121
|
+
passed = value === condition.expectedValue;
|
|
122
|
+
}
|
|
123
|
+
else {
|
|
124
|
+
passed = !!value;
|
|
125
|
+
}
|
|
126
|
+
if (condition.negate) {
|
|
127
|
+
passed = !passed;
|
|
128
|
+
}
|
|
129
|
+
return { passed, value, key };
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Gets the context message from evaluation results.
|
|
133
|
+
*
|
|
134
|
+
* @param results - Array of evaluation results to summarize
|
|
135
|
+
* @returns A comma-separated string of failed condition key/value pairs
|
|
136
|
+
*/
|
|
137
|
+
getContextForMessage(results) {
|
|
138
|
+
return results
|
|
139
|
+
.filter((result) => !result.passed)
|
|
140
|
+
.map((result) => `${result.key}: ${result.value}`)
|
|
141
|
+
.join(', ');
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Evaluates an AND condition item which can be a single condition or nested OR group.
|
|
145
|
+
*
|
|
146
|
+
* @param conditionItem - A single condition or an OR group nested inside AND
|
|
147
|
+
* @returns Whether the item passed and the individual evaluation results
|
|
148
|
+
*/
|
|
149
|
+
evaluateAndConditionItem(conditionItem) {
|
|
150
|
+
if ((0, decorator_paths_1.isOrConditionGroup)(conditionItem)) {
|
|
151
|
+
return this.evaluateOrConditions(conditionItem.__orConditions);
|
|
152
|
+
}
|
|
153
|
+
const result = this.evaluateSingleCondition(conditionItem);
|
|
154
|
+
return { passed: result.passed, results: [result] };
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Evaluates OR conditions (at least one must match).
|
|
158
|
+
*
|
|
159
|
+
* @param orConditions - Array of OR condition items (single conditions or AND groups)
|
|
160
|
+
* @returns Whether any condition passed and all individual evaluation results
|
|
161
|
+
*/
|
|
162
|
+
evaluateOrConditions(orConditions) {
|
|
163
|
+
const allResults = [];
|
|
164
|
+
for (const conditionItem of orConditions) {
|
|
165
|
+
if ((0, decorator_paths_1.isAndConditionGroup)(conditionItem)) {
|
|
166
|
+
const andResults = [];
|
|
167
|
+
let allAndPassed = true;
|
|
168
|
+
for (const andItem of conditionItem.__andConditions) {
|
|
169
|
+
const { passed, results } = this.evaluateAndConditionItem(andItem);
|
|
170
|
+
andResults.push(...results);
|
|
171
|
+
if (!passed) {
|
|
172
|
+
allAndPassed = false;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
allResults.push(...andResults);
|
|
176
|
+
if (allAndPassed) {
|
|
177
|
+
return { passed: true, results: allResults };
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
else {
|
|
181
|
+
const result = this.evaluateSingleCondition(conditionItem);
|
|
182
|
+
allResults.push(result);
|
|
183
|
+
if (result.passed) {
|
|
184
|
+
return { passed: true, results: allResults };
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
return { passed: false, results: allResults };
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Evaluates AND conditions (all must match).
|
|
192
|
+
*
|
|
193
|
+
* @param andConditions - Array of AND condition items (single conditions or OR groups)
|
|
194
|
+
* @returns Whether all conditions passed and all individual evaluation results
|
|
195
|
+
*/
|
|
196
|
+
evaluateAndConditions(andConditions) {
|
|
197
|
+
const allResults = [];
|
|
198
|
+
let allPassed = true;
|
|
199
|
+
for (const conditionItem of andConditions) {
|
|
200
|
+
const { passed, results } = this.evaluateAndConditionItem(conditionItem);
|
|
201
|
+
allResults.push(...results);
|
|
202
|
+
if (!passed) {
|
|
203
|
+
allPassed = false;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
return { passed: allPassed, results: allResults };
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
exports.ConditionEvaluator = ConditionEvaluator;
|
|
210
|
+
//# sourceMappingURL=condition-evaluator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"condition-evaluator.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/condition-evaluator.ts"],"names":[],"mappings":";;;AAUA,iDAAyC;AACzC,uDAAiG;AA+BjG;;;GAGG;AACH,MAAa,kBAAkB;IAG3B;;;;OAIG;IACH,YAAY,OAAyB;QACjC,IAAI,CAAC,OAAO,GAAG;YACX,wFAAwF;YACxF,mGAAmG;YACnG,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,MAAM;YACxB,IAAI,EAAE,OAAO,CAAC,IAAI,EAAE,MAAM;YAC1B,MAAM,EAAE,OAAO,CAAC,MAAM;SACzB,CAAC;IACN,CAAC;IAED;;;;;;OAMG;IACH,mBAAmB,CAAC,YAAoB;QACpC,IAAI,CAAC,YAAY,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;YACjC,OAAO,SAAS,CAAC;QACrB,CAAC;QAED,IAAI,CAAC;YACD,MAAM,QAAQ,GAAG,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,KAAK,YAAY,EAAE,CAAC;YACnF,MAAM,OAAO,GAAG,IAAA,wBAAQ,EAAC;gBACrB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,IAAI,CAAC,OAAO;gBAClB,UAAU,EAAE,KAAK;aACpB,CAAC,CAAC;YAEH,IAAI,CAAC,OAAO,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gBACnC,OAAO,SAAS,CAAC;YACrB,CAAC;YAED,MAAM,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;YAC1B,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;YAC1C,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;YAE3B,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;QAC1B,CAAC;QAAC,MAAM,CAAC;YACL,OAAO,SAAS,CAAC;QACrB,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,oBAAoB,CAAC,MAAgC;QACjD,IAAI,CAAC,MAAM,EAAE,CAAC;YACV,OAAO,MAAM,CAAC;QAClB,CAAC;QAED,MAAM,QAAQ,GAA4B,EAAE,CAAC;QAC7C,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC;YAChD,IAAI,IAAA,4BAAU,EAAC,KAAK,CAAC,EAAE,CAAC;gBACpB,MAAM,MAAM,GAAG,IAAI,CAAC,mBAAmB,CAAC,IAAA,yBAAO,EAAC,KAAK,CAAC,CAAC,CAAC;gBACxD,QAAQ,CAAC,GAAG,CAAC,GAAG,MAAM,EAAE,KAAK,IAAI,EAAE,CAAC;YACxC,CAAC;iBAAM,CAAC;gBACJ,QAAQ,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;YAC1B,CAAC;QACL,CAAC;QACD,OAAO,QAAQ,CAAC;IACpB,CAAC;IAED;;;;;OAKG;IACH,QAAQ,CAAC,aAAiC;QACtC,IAAI,MAAM,GAAG,KAAK,CAAC;QACnB,IAAI,OAAO,GAAG,EAAE,CAAC;QAEjB,IAAI,aAAa,CAAC,YAAY,IAAI,KAAK,CAAC,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE,CAAC;YAC1E,MAAM,MAAM,GAAG,IAAI,CAAC,oBAAoB,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;YACrE,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;YACvB,OAAO,GAAG,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACxD,CAAC;aAAM,IAAI,aAAa,CAAC,UAAU,IAAI,KAAK,CAAC,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,EAAE,CAAC;YAC7E,MAAM,MAAM,GAAG,IAAI,CAAC,qBAAqB,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;YACpE,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;YACvB,OAAO,GAAG,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACxD,CAAC;aAAM,IAAI,aAAa,CAAC,IAAI,EAAE,CAAC;YAC5B,MAAM,MAAM,GAAG,IAAI,CAAC,uBAAuB,CAAC,aAAyC,CAAC,CAAC;YACvF,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;YACvB,OAAO,GAAG,IAAI,CAAC,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;QAClD,CAAC;QAED,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;IAC/B,CAAC;IAED;;;;;OAKG;IACK,uBAAuB,CAAC,SAAmC;QAC/D,IAAI,SAAS,CAAC,IAAI,KAAK,YAAY,EAAE,CAAC;YAClC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC;QAC5D,CAAC;QAED,MAAM,MAAM,GAAG,IAAI,CAAC,mBAAmB,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QACxD,MAAM,GAAG,GAAG,MAAM,EAAE,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC;QAC1C,MAAM,KAAK,GAAG,MAAM,EAAE,KAAK,CAAC;QAE5B,IAAI,MAAM,GAAG,KAAK,CAAC;QAEnB,IAAI,SAAS,CAAC,SAAS,EAAE,CAAC;YACtB,MAAM,GAAG,SAAS,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QACxC,CAAC;aAAM,IAAI,SAAS,CAAC,aAAa,KAAK,SAAS,EAAE,CAAC;YAC/C,MAAM,GAAG,KAAK,KAAK,SAAS,CAAC,aAAa,CAAC;QAC/C,CAAC;aAAM,CAAC;YACJ,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC;QACrB,CAAC;QAED,IAAI,SAAS,CAAC,MAAM,EAAE,CAAC;YACnB,MAAM,GAAG,CAAC,MAAM,CAAC;QACrB,CAAC;QAED,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC;IAClC,CAAC;IAED;;;;;OAKG;IACK,oBAAoB,CAAC,OAAkC;QAC3D,OAAO,OAAO;aACT,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC;aAClC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,GAAG,MAAM,CAAC,GAAG,KAAK,MAAM,CAAC,KAAK,EAAE,CAAC;aACjD,IAAI,CAAC,IAAI,CAAC,CAAC;IACpB,CAAC;IAED;;;;;OAKG;IACK,wBAAwB,CAAC,aAA+B;QAI5D,IAAI,IAAA,oCAAkB,EAAC,aAAa,CAAC,EAAE,CAAC;YACpC,OAAO,IAAI,CAAC,oBAAoB,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;QACnE,CAAC;QAED,MAAM,MAAM,GAAG,IAAI,CAAC,uBAAuB,CAAC,aAAa,CAAC,CAAC;QAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;IACxD,CAAC;IAED;;;;;OAKG;IACK,oBAAoB,CAAC,YAA+B;QAIxD,MAAM,UAAU,GAA8B,EAAE,CAAC;QAEjD,KAAK,MAAM,aAAa,IAAI,YAAY,EAAE,CAAC;YACvC,IAAI,IAAA,qCAAmB,EAAC,aAAa,CAAC,EAAE,CAAC;gBACrC,MAAM,UAAU,GAA8B,EAAE,CAAC;gBACjD,IAAI,YAAY,GAAG,IAAI,CAAC;gBAExB,KAAK,MAAM,OAAO,IAAI,aAAa,CAAC,eAAe,EAAE,CAAC;oBAClD,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;oBACnE,UAAU,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC;oBAC5B,IAAI,CAAC,MAAM,EAAE,CAAC;wBACV,YAAY,GAAG,KAAK,CAAC;oBACzB,CAAC;gBACL,CAAC;gBAED,UAAU,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC,CAAC;gBAE/B,IAAI,YAAY,EAAE,CAAC;oBACf,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;gBACjD,CAAC;YACL,CAAC;iBAAM,CAAC;gBACJ,MAAM,MAAM,GAAG,IAAI,CAAC,uBAAuB,CAAC,aAAa,CAAC,CAAC;gBAC3D,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBAExB,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC;oBAChB,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;gBACjD,CAAC;YACL,CAAC;QACL,CAAC;QAED,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;IAClD,CAAC;IAED;;;;;OAKG;IACK,qBAAqB,CAAC,aAAiC;QAI3D,MAAM,UAAU,GAA8B,EAAE,CAAC;QACjD,IAAI,SAAS,GAAG,IAAI,CAAC;QAErB,KAAK,MAAM,aAAa,IAAI,aAAa,EAAE,CAAC;YACxC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,wBAAwB,CAAC,aAAa,CAAC,CAAC;YACzE,UAAU,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC;YAE5B,IAAI,CAAC,MAAM,EAAE,CAAC;gBACV,SAAS,GAAG,KAAK,CAAC;YACtB,CAAC;QACL,CAAC;QAED,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;IACtD,CAAC;CACJ;AAxOD,gDAwOC"}
|
|
@@ -56,6 +56,8 @@ import type { Manifest, v4, AndConditionItem, OrConditionItem, AndConditionGroup
|
|
|
56
56
|
export type AppContext = {
|
|
57
57
|
/** The application manifest */
|
|
58
58
|
manifest: Manifest;
|
|
59
|
+
/** Returns the minimum UI5 version for the application */
|
|
60
|
+
minUI5Version: string;
|
|
59
61
|
};
|
|
60
62
|
/**
|
|
61
63
|
* Page context (sourced from page.config).
|
|
@@ -64,7 +66,9 @@ export type AppContext = {
|
|
|
64
66
|
* These properties are determined by the Page class and its configuration.
|
|
65
67
|
* Extend this type when new config properties are added to Page.
|
|
66
68
|
*/
|
|
67
|
-
export type PageContext = {
|
|
69
|
+
export type PageContext = {
|
|
70
|
+
[key: string]: unknown;
|
|
71
|
+
};
|
|
68
72
|
/**
|
|
69
73
|
* Settings for the Table Class context, taken from manifest.
|
|
70
74
|
*
|
|
@@ -75,6 +79,37 @@ export type LRTableContext = {
|
|
|
75
79
|
creationMode?: v4.TableCreationModeLR;
|
|
76
80
|
analyticalConfiguration?: v4.AnalyticalConfiguration;
|
|
77
81
|
popinLayout?: string;
|
|
82
|
+
/** Whether the entity/navigation is insertable (based on Capabilities.InsertRestrictions) */
|
|
83
|
+
isInsertable?: boolean;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Settings for the Object Page Table Class context.
|
|
87
|
+
*
|
|
88
|
+
* This context is provided via `init()` when applying Object Page table decorators.
|
|
89
|
+
*/
|
|
90
|
+
export type OPTableContext = {
|
|
91
|
+
type: v4.TableTypeV4;
|
|
92
|
+
/** Page-level section layout setting (affects rowCountMode behavior) */
|
|
93
|
+
sectionLayout?: v4.SectionLayoutType;
|
|
94
|
+
rowCountMode?: v4.RowCountMode;
|
|
95
|
+
rowCount?: number;
|
|
96
|
+
popinLayout?: string;
|
|
97
|
+
analyticalConfiguration?: v4.ObjectPageAnalyticalConfiguration;
|
|
98
|
+
creationMode?: {
|
|
99
|
+
name?: v4.TableCreationModeType;
|
|
100
|
+
createAtEnd?: boolean;
|
|
101
|
+
inlineCreationRowsHiddenInEditMode?: boolean;
|
|
102
|
+
createInPlace?: boolean;
|
|
103
|
+
isCreateEnabled?: string;
|
|
104
|
+
creationFields?: string[];
|
|
105
|
+
outbound?: string;
|
|
106
|
+
};
|
|
107
|
+
/** Whether navigation is defined in page settings (used to determine default creation mode) */
|
|
108
|
+
hasNavigation?: boolean;
|
|
109
|
+
/** Whether the entity/navigation is insertable (based on Capabilities.InsertRestrictions) */
|
|
110
|
+
isInsertable?: boolean;
|
|
111
|
+
/** Whether the table is in a collection section (affects rowCountMode Tabs restriction) */
|
|
112
|
+
isCollection?: boolean;
|
|
78
113
|
};
|
|
79
114
|
/**
|
|
80
115
|
* Symbol used to store the path string within PathNode objects.
|
|
@@ -205,6 +240,28 @@ export declare const custom: PathBuilder<Record<string, unknown>, `${string}.`>
|
|
|
205
240
|
* ```
|
|
206
241
|
*/
|
|
207
242
|
export declare const tableContext: PathBuilder<LRTableContext, `${string}.`> & PathNode<string>;
|
|
243
|
+
/**
|
|
244
|
+
* Type-safe path builder for Object Page table decorator context.
|
|
245
|
+
*
|
|
246
|
+
* This context **must be provided** in the customContext parameter of `init()`.
|
|
247
|
+
* Use this for table-specific conditions in Object Page table decorators.
|
|
248
|
+
*
|
|
249
|
+
* Properties are accessed directly without nesting (e.g., `opTableContext.type` not `opTableContext.table.type`).
|
|
250
|
+
*
|
|
251
|
+
* @example
|
|
252
|
+
* ```typescript
|
|
253
|
+
* // In decorator - with full type safety
|
|
254
|
+
* @hide(when(opTableContext.type, 'TreeTable'))
|
|
255
|
+
* @hide(when(opTableContext.creationMode.name, 'Inline'))
|
|
256
|
+
*
|
|
257
|
+
* // In init - provide flat context object
|
|
258
|
+
* decorator.init({
|
|
259
|
+
* type: 'GridTable',
|
|
260
|
+
* creationMode: { name: 'NewPage' }
|
|
261
|
+
* });
|
|
262
|
+
* ```
|
|
263
|
+
*/
|
|
264
|
+
export declare const opTableContext: PathBuilder<OPTableContext, `${string}.`> & PathNode<string>;
|
|
208
265
|
/**
|
|
209
266
|
* Symbol used to identify WhenCondition objects.
|
|
210
267
|
*/
|
|
@@ -478,26 +535,5 @@ export declare function isOrConditionGroup(item: AndConditionItem): item is OrCo
|
|
|
478
535
|
* @returns True if item is an AndConditionGroup
|
|
479
536
|
*/
|
|
480
537
|
export declare function isAndConditionGroup(item: OrConditionItem): item is AndConditionGroup;
|
|
481
|
-
/**
|
|
482
|
-
* The complete decorator context type used internally.
|
|
483
|
-
* Contains app, page and custom context.
|
|
484
|
-
*/
|
|
485
|
-
export type DecoratorContextType = {
|
|
486
|
-
/**
|
|
487
|
-
* App context - auto-injected from app.config.
|
|
488
|
-
* Provides access to manifest and other app-level properties.
|
|
489
|
-
*/
|
|
490
|
-
app?: Partial<AppContext>;
|
|
491
|
-
/**
|
|
492
|
-
* Page context - auto-injected from page.config.
|
|
493
|
-
* Provides access to page-level properties like isALP, visualization, etc.
|
|
494
|
-
*/
|
|
495
|
-
page?: Partial<PageContext>;
|
|
496
|
-
/**
|
|
497
|
-
* Custom context - provided via init().
|
|
498
|
-
* Use for runtime-specific conditions like table state, section state, etc.
|
|
499
|
-
*/
|
|
500
|
-
custom?: Record<string, unknown>;
|
|
501
|
-
};
|
|
502
538
|
export {};
|
|
503
539
|
//# sourceMappingURL=decorator-paths.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorator-paths.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AAEH,OAAO,KAAK,EACR,QAAQ,EACR,EAAE,EACF,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAMrC;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG;IACrB,+BAA+B;IAC/B,QAAQ,EAAE,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"decorator-paths.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"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"}
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
* ```
|
|
51
51
|
*/
|
|
52
52
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
-
exports.MSG_SYMBOL = exports.NOT_SYMBOL = exports.WHEN_SYMBOL = exports.tableContext = exports.custom = exports.page = exports.app = exports.PATH_SYMBOL = void 0;
|
|
53
|
+
exports.MSG_SYMBOL = exports.NOT_SYMBOL = exports.WHEN_SYMBOL = exports.opTableContext = exports.tableContext = exports.custom = exports.page = exports.app = exports.PATH_SYMBOL = void 0;
|
|
54
54
|
exports.getPath = getPath;
|
|
55
55
|
exports.isPathNode = isPathNode;
|
|
56
56
|
exports.isWhenCondition = isWhenCondition;
|
|
@@ -219,6 +219,28 @@ exports.custom = createPathBuilder('custom');
|
|
|
219
219
|
* ```
|
|
220
220
|
*/
|
|
221
221
|
exports.tableContext = createPathBuilder('custom');
|
|
222
|
+
/**
|
|
223
|
+
* Type-safe path builder for Object Page table decorator context.
|
|
224
|
+
*
|
|
225
|
+
* This context **must be provided** in the customContext parameter of `init()`.
|
|
226
|
+
* Use this for table-specific conditions in Object Page table decorators.
|
|
227
|
+
*
|
|
228
|
+
* Properties are accessed directly without nesting (e.g., `opTableContext.type` not `opTableContext.table.type`).
|
|
229
|
+
*
|
|
230
|
+
* @example
|
|
231
|
+
* ```typescript
|
|
232
|
+
* // In decorator - with full type safety
|
|
233
|
+
* @hide(when(opTableContext.type, 'TreeTable'))
|
|
234
|
+
* @hide(when(opTableContext.creationMode.name, 'Inline'))
|
|
235
|
+
*
|
|
236
|
+
* // In init - provide flat context object
|
|
237
|
+
* decorator.init({
|
|
238
|
+
* type: 'GridTable',
|
|
239
|
+
* creationMode: { name: 'NewPage' }
|
|
240
|
+
* });
|
|
241
|
+
* ```
|
|
242
|
+
*/
|
|
243
|
+
exports.opTableContext = createPathBuilder('custom');
|
|
222
244
|
// ============================================
|
|
223
245
|
// WHEN CONDITION HELPER
|
|
224
246
|
// ============================================
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorator-paths.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;;;
|
|
1
|
+
{"version":3,"file":"decorator-paths.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorator-paths.ts"],"names":[],"mappings":"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"}
|
|
@@ -39,14 +39,6 @@ export declare const descriptionUrlMetadataKey: unique symbol;
|
|
|
39
39
|
export declare const descriptionSrcURL: (id: string) => any;
|
|
40
40
|
export declare const getDescriptionSrcURL: (target: any, propertyName: string) => string;
|
|
41
41
|
export declare const validity: (validity: Validity) => any;
|
|
42
|
-
/**
|
|
43
|
-
* Retrieves the validity metadata associated with a specific property of a target object.
|
|
44
|
-
*
|
|
45
|
-
* @param target - The object containing the property.
|
|
46
|
-
* @param propertyName - The name of the property whose validity metadata is to be retrieved.
|
|
47
|
-
* @returns The validity information of the property, or undefined if no metadata is found.
|
|
48
|
-
*/
|
|
49
|
-
export declare function getValidityMetadata(target: object, propertyName: string): ValidityInformation | undefined;
|
|
50
42
|
/**
|
|
51
43
|
* Mark the target class with a metadata flag indicating it is a view node.
|
|
52
44
|
*
|
|
@@ -69,42 +61,34 @@ export interface DecoratorMetadata extends DependsOnCondition {
|
|
|
69
61
|
}
|
|
70
62
|
/**
|
|
71
63
|
* Decorator to conditionally hide a property based on conditions.
|
|
72
|
-
* The property will be hidden
|
|
64
|
+
* The property will be hidden when the condition(s) ARE met.
|
|
73
65
|
*
|
|
74
66
|
* @example
|
|
75
67
|
* ```typescript
|
|
76
68
|
* import { page, custom, when, and, or } from './decorator-paths';
|
|
77
69
|
*
|
|
78
|
-
* // Truthy check - hide
|
|
70
|
+
* // Truthy check - hide when page.isALP is truthy
|
|
79
71
|
* @hide(page.isALP)
|
|
80
72
|
*
|
|
81
|
-
* // Equality check - hide
|
|
73
|
+
* // Equality check - hide when page.type === 'GridTable'
|
|
82
74
|
* @hide(when(page.type, 'GridTable'))
|
|
83
75
|
*
|
|
84
|
-
* // Custom function - hide
|
|
76
|
+
* // Custom function - hide when function returns true (type !== 'GridTable')
|
|
85
77
|
* @hide(when(page.type, (type) => type !== 'GridTable'))
|
|
86
78
|
*
|
|
87
79
|
* // Always hide
|
|
88
80
|
* @hide(true)
|
|
89
81
|
*
|
|
90
|
-
* // AND logic - hide
|
|
82
|
+
* // AND logic - hide when isALP is truthy AND type === 'GridTable'
|
|
91
83
|
* @hide(and(page.isALP, when(page.type, 'GridTable')))
|
|
92
84
|
*
|
|
93
|
-
* // OR logic - hide
|
|
85
|
+
* // OR logic - hide when actionType === 'Bound' OR actionType === 'Custom'
|
|
94
86
|
* @hide(or(when(page.actionType, 'Bound'), when(page.actionType, 'Custom')))
|
|
95
87
|
* ```
|
|
96
88
|
* @param condition - The condition to evaluate
|
|
97
89
|
* @returns PropertyDecorator
|
|
98
90
|
*/
|
|
99
91
|
export declare function hide(condition: ConditionInput): PropertyDecorator;
|
|
100
|
-
/**
|
|
101
|
-
* Retrieves the hide metadata associated with a specific property of a target object.
|
|
102
|
-
*
|
|
103
|
-
* @param target - The object containing the property.
|
|
104
|
-
* @param propertyName - The name of the property whose hide metadata is to be retrieved.
|
|
105
|
-
* @returns The hide information of the property, or undefined if no metadata is found.
|
|
106
|
-
*/
|
|
107
|
-
export declare function getHideMetadata(target: object, propertyName: string): DecoratorMetadata | undefined;
|
|
108
92
|
/**
|
|
109
93
|
* Decorator to conditionally display a message based on conditions.
|
|
110
94
|
* A message will be shown when the condition(s) are met.
|
|
@@ -135,15 +119,6 @@ export declare function getHideMetadata(target: object, propertyName: string): D
|
|
|
135
119
|
* ```
|
|
136
120
|
*/
|
|
137
121
|
export declare function message(condition: ConditionInput, messageConfig: MessageConfig): PropertyDecorator;
|
|
138
|
-
/**
|
|
139
|
-
* Retrieves the message metadata associated with a specific property of a target object.
|
|
140
|
-
* Returns an array of DecoratorMetadata since multiple @message decorators can be applied.
|
|
141
|
-
*
|
|
142
|
-
* @param target - The object containing the property.
|
|
143
|
-
* @param propertyName - The name of the property whose message metadata is to be retrieved.
|
|
144
|
-
* @returns An array of message metadata, or undefined if no metadata is found.
|
|
145
|
-
*/
|
|
146
|
-
export declare function getMessageMetadata(target: object, propertyName: string): DecoratorMetadata[] | undefined;
|
|
147
122
|
/**
|
|
148
123
|
* Decorator to conditionally mark a property as readonly based on conditions.
|
|
149
124
|
* The property will be readonly when the condition(s) are met.
|
|
@@ -165,14 +140,6 @@ export declare function getMessageMetadata(target: object, propertyName: string)
|
|
|
165
140
|
* @returns PropertyDecorator
|
|
166
141
|
*/
|
|
167
142
|
export declare function readonly(condition: ConditionInput): PropertyDecorator;
|
|
168
|
-
/**
|
|
169
|
-
* Retrieves the readonly metadata associated with a specific property of a target object.
|
|
170
|
-
*
|
|
171
|
-
* @param target - The object containing the property.
|
|
172
|
-
* @param propertyName - The name of the property whose readonly metadata is to be retrieved.
|
|
173
|
-
* @returns The readonly information of the property, or undefined if no metadata is found.
|
|
174
|
-
*/
|
|
175
|
-
export declare function getReadonlyMetadata(target: object, propertyName: string): DecoratorMetadata | undefined;
|
|
176
143
|
/**
|
|
177
144
|
* Metadata structure for the @enums decorator.
|
|
178
145
|
* Extends DecoratorMetadata with the list of allowed enum values.
|
|
@@ -204,15 +171,6 @@ export interface EnumsDecoratorMetadata extends DecoratorMetadata {
|
|
|
204
171
|
* @returns PropertyDecorator
|
|
205
172
|
*/
|
|
206
173
|
export declare function enums(condition: ConditionInput, allowedValues: string[]): PropertyDecorator;
|
|
207
|
-
/**
|
|
208
|
-
* Retrieves the enums metadata associated with a specific property of a target object.
|
|
209
|
-
* Returns an array of EnumsDecoratorMetadata since multiple @enums decorators can be applied.
|
|
210
|
-
*
|
|
211
|
-
* @param target - The object containing the property.
|
|
212
|
-
* @param propertyName - The name of the property whose enums metadata is to be retrieved.
|
|
213
|
-
* @returns An array of enums metadata, or undefined if no metadata is found.
|
|
214
|
-
*/
|
|
215
|
-
export declare function getEnumsMetadata(target: object, propertyName: string): EnumsDecoratorMetadata[] | undefined;
|
|
216
174
|
/**
|
|
217
175
|
* Generates a deprecation message for a given key, optionally including additional validity information.
|
|
218
176
|
*
|
|
@@ -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,EAChB,QAAQ,EACR,kBAAkB,EAIrB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAQH,KAAK,cAAc,EAEnB,KAAK,aAAa,EAErB,MAAM,mBAAmB,CAAC;AAM3B;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;CASxB,CAAC;
|
|
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,EAChB,QAAQ,EACR,kBAAkB,EAIrB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAQH,KAAK,cAAc,EAEnB,KAAK,aAAa,EAErB,MAAM,mBAAmB,CAAC;AAM3B;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;CASxB,CAAC;AAoBF,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;AAMD,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;AAMF,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,QAAQ,GAAI,UAAU,QAAQ,KAAG,GAE7C,CAAC;AAMF;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,QAAQ,GAAG,IAAI,CAEjD;AAMD;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,CAIpE;AA2KD;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB;IACzD,aAAa,CAAC,EAAE,aAAa,CAAC;CACjC;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,IAAI,CAAC,SAAS,EAAE,cAAc,GAAG,iBAAiB,CAGjE;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,OAAO,CAAC,SAAS,EAAE,cAAc,EAAE,aAAa,EAAE,aAAa,GAAG,iBAAiB,CAMlG;AAMD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,QAAQ,CAAC,SAAS,EAAE,cAAc,GAAG,iBAAiB,CAGrE;AAMD;;;GAGG;AACH,MAAM,WAAW,sBAAuB,SAAQ,iBAAiB;IAC7D,wDAAwD;IACxD,aAAa,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,KAAK,CAAC,SAAS,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,EAAE,GAAG,iBAAiB,CAG3F;AAMD;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,MAAM,CAQnG"}
|