@acorex-platform/framework-shared 0.0.1
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/acorex-platform-framework-shared-0.0.1.tgz +0 -0
- package/core/src/index.d.ts +2 -0
- package/core/src/index.d.ts.map +1 -0
- package/core/src/index.js +5 -0
- package/core/src/index.js.map +1 -0
- package/core/src/lib/core/actions.types.d.ts +724 -0
- package/core/src/lib/core/actions.types.d.ts.map +1 -0
- package/core/src/lib/core/actions.types.js +851 -0
- package/core/src/lib/core/actions.types.js.map +1 -0
- package/core/src/lib/core/context.types.d.ts +23 -0
- package/core/src/lib/core/context.types.d.ts.map +1 -0
- package/core/src/lib/core/context.types.js +9 -0
- package/core/src/lib/core/context.types.js.map +1 -0
- package/core/src/lib/core/core.types.d.ts +193 -0
- package/core/src/lib/core/core.types.d.ts.map +1 -0
- package/core/src/lib/core/core.types.js +90 -0
- package/core/src/lib/core/core.types.js.map +1 -0
- package/core/src/lib/core/index.d.ts +8 -0
- package/core/src/lib/core/index.d.ts.map +1 -0
- package/core/src/lib/core/index.js +13 -0
- package/core/src/lib/core/index.js.map +1 -0
- package/core/src/lib/core/logo.types.d.ts +13 -0
- package/core/src/lib/core/logo.types.d.ts.map +1 -0
- package/core/src/lib/core/logo.types.js +5 -0
- package/core/src/lib/core/logo.types.js.map +1 -0
- package/core/src/lib/core/response.types.d.ts +10 -0
- package/core/src/lib/core/response.types.d.ts.map +1 -0
- package/core/src/lib/core/response.types.js +5 -0
- package/core/src/lib/core/response.types.js.map +1 -0
- package/core/src/lib/core/scope.types.d.ts +9 -0
- package/core/src/lib/core/scope.types.d.ts.map +1 -0
- package/core/src/lib/core/scope.types.js +32 -0
- package/core/src/lib/core/scope.types.js.map +1 -0
- package/core/src/lib/core/shims.types.d.ts +20 -0
- package/core/src/lib/core/shims.types.d.ts.map +1 -0
- package/core/src/lib/core/shims.types.js +5 -0
- package/core/src/lib/core/shims.types.js.map +1 -0
- package/core/src/lib/data/column.types.d.ts +6 -0
- package/core/src/lib/data/column.types.d.ts.map +1 -0
- package/core/src/lib/data/column.types.js +5 -0
- package/core/src/lib/data/column.types.js.map +1 -0
- package/core/src/lib/data/data.types.d.ts +40 -0
- package/core/src/lib/data/data.types.d.ts.map +1 -0
- package/core/src/lib/data/data.types.js +5 -0
- package/core/src/lib/data/data.types.js.map +1 -0
- package/core/src/lib/data/export.types.d.ts +64 -0
- package/core/src/lib/data/export.types.d.ts.map +1 -0
- package/core/src/lib/data/export.types.js +14 -0
- package/core/src/lib/data/export.types.js.map +1 -0
- package/core/src/lib/data/filter.types.d.ts +42 -0
- package/core/src/lib/data/filter.types.d.ts.map +1 -0
- package/core/src/lib/data/filter.types.js +5 -0
- package/core/src/lib/data/filter.types.js.map +1 -0
- package/core/src/lib/data/index.d.ts +7 -0
- package/core/src/lib/data/index.d.ts.map +1 -0
- package/core/src/lib/data/index.js +12 -0
- package/core/src/lib/data/index.js.map +1 -0
- package/core/src/lib/data/multi-source.types.d.ts +8 -0
- package/core/src/lib/data/multi-source.types.d.ts.map +1 -0
- package/core/src/lib/data/multi-source.types.js +5 -0
- package/core/src/lib/data/multi-source.types.js.map +1 -0
- package/core/src/lib/data/sort.types.d.ts +8 -0
- package/core/src/lib/data/sort.types.d.ts.map +1 -0
- package/core/src/lib/data/sort.types.js +5 -0
- package/core/src/lib/data/sort.types.js.map +1 -0
- package/core/src/lib/domain/address.types.d.ts +38 -0
- package/core/src/lib/domain/address.types.d.ts.map +1 -0
- package/core/src/lib/domain/address.types.js +5 -0
- package/core/src/lib/domain/address.types.js.map +1 -0
- package/core/src/lib/domain/ai-output.types.d.ts +5 -0
- package/core/src/lib/domain/ai-output.types.d.ts.map +1 -0
- package/core/src/lib/domain/ai-output.types.js +5 -0
- package/core/src/lib/domain/ai-output.types.js.map +1 -0
- package/core/src/lib/domain/file-storage.types.d.ts +203 -0
- package/core/src/lib/domain/file-storage.types.d.ts.map +1 -0
- package/core/src/lib/domain/file-storage.types.js +12 -0
- package/core/src/lib/domain/file-storage.types.js.map +1 -0
- package/core/src/lib/domain/index.d.ts +6 -0
- package/core/src/lib/domain/index.d.ts.map +1 -0
- package/core/src/lib/domain/index.js +11 -0
- package/core/src/lib/domain/index.js.map +1 -0
- package/core/src/lib/domain/metadata.types.d.ts +25 -0
- package/core/src/lib/domain/metadata.types.d.ts.map +1 -0
- package/core/src/lib/domain/metadata.types.js +3 -0
- package/core/src/lib/domain/metadata.types.js.map +1 -0
- package/core/src/lib/domain/spreadsheet.types.d.ts +4 -0
- package/core/src/lib/domain/spreadsheet.types.d.ts.map +1 -0
- package/core/src/lib/domain/spreadsheet.types.js +5 -0
- package/core/src/lib/domain/spreadsheet.types.js.map +1 -0
- package/core/src/lib/index.d.ts +14 -0
- package/core/src/lib/index.d.ts.map +1 -0
- package/core/src/lib/index.js +19 -0
- package/core/src/lib/index.js.map +1 -0
- package/core/src/lib/integration/index.d.ts +4 -0
- package/core/src/lib/integration/index.d.ts.map +1 -0
- package/core/src/lib/integration/index.js +9 -0
- package/core/src/lib/integration/index.js.map +1 -0
- package/core/src/lib/integration/integration-connection.safe-types.d.ts +54 -0
- package/core/src/lib/integration/integration-connection.safe-types.d.ts.map +1 -0
- package/core/src/lib/integration/integration-connection.safe-types.js +4 -0
- package/core/src/lib/integration/integration-connection.safe-types.js.map +1 -0
- package/core/src/lib/integration/integration-status.constants.d.ts +49 -0
- package/core/src/lib/integration/integration-status.constants.d.ts.map +1 -0
- package/core/src/lib/integration/integration-status.constants.js +57 -0
- package/core/src/lib/integration/integration-status.constants.js.map +1 -0
- package/core/src/lib/integration/integration.types.d.ts +120 -0
- package/core/src/lib/integration/integration.types.d.ts.map +1 -0
- package/core/src/lib/integration/integration.types.js +33 -0
- package/core/src/lib/integration/integration.types.js.map +1 -0
- package/core/src/lib/interaction/index.d.ts +4 -0
- package/core/src/lib/interaction/index.d.ts.map +1 -0
- package/core/src/lib/interaction/index.js +9 -0
- package/core/src/lib/interaction/index.js.map +1 -0
- package/core/src/lib/interaction/interactive.types.d.ts +65 -0
- package/core/src/lib/interaction/interactive.types.d.ts.map +1 -0
- package/core/src/lib/interaction/interactive.types.js +5 -0
- package/core/src/lib/interaction/interactive.types.js.map +1 -0
- package/core/src/lib/interaction/view-query.types.d.ts +11 -0
- package/core/src/lib/interaction/view-query.types.d.ts.map +1 -0
- package/core/src/lib/interaction/view-query.types.js +5 -0
- package/core/src/lib/interaction/view-query.types.js.map +1 -0
- package/core/src/lib/interaction/view.types.d.ts +34 -0
- package/core/src/lib/interaction/view.types.d.ts.map +1 -0
- package/core/src/lib/interaction/view.types.js +5 -0
- package/core/src/lib/interaction/view.types.js.map +1 -0
- package/core/src/lib/keys/index.d.ts +4 -0
- package/core/src/lib/keys/index.d.ts.map +1 -0
- package/core/src/lib/keys/index.js +9 -0
- package/core/src/lib/keys/index.js.map +1 -0
- package/core/src/lib/keys/platform-core-datasource.keys.d.ts +6 -0
- package/core/src/lib/keys/platform-core-datasource.keys.d.ts.map +1 -0
- package/core/src/lib/keys/platform-core-datasource.keys.js +11 -0
- package/core/src/lib/keys/platform-core-datasource.keys.js.map +1 -0
- package/core/src/lib/keys/preview-widget-field.command.key.d.ts +3 -0
- package/core/src/lib/keys/preview-widget-field.command.key.d.ts.map +1 -0
- package/core/src/lib/keys/preview-widget-field.command.key.js +6 -0
- package/core/src/lib/keys/preview-widget-field.command.key.js.map +1 -0
- package/core/src/lib/keys/regional-settings.keys.d.ts +31 -0
- package/core/src/lib/keys/regional-settings.keys.d.ts.map +1 -0
- package/core/src/lib/keys/regional-settings.keys.js +37 -0
- package/core/src/lib/keys/regional-settings.keys.js.map +1 -0
- package/core/src/lib/mock/index.d.ts +2 -0
- package/core/src/lib/mock/index.d.ts.map +1 -0
- package/core/src/lib/mock/index.js +7 -0
- package/core/src/lib/mock/index.js.map +1 -0
- package/core/src/lib/mock/mock-data.shims.d.ts +39 -0
- package/core/src/lib/mock/mock-data.shims.d.ts.map +1 -0
- package/core/src/lib/mock/mock-data.shims.js +191 -0
- package/core/src/lib/mock/mock-data.shims.js.map +1 -0
- package/core/src/lib/multi-language-string/compare-axp-multi-language-string.d.ts +16 -0
- package/core/src/lib/multi-language-string/compare-axp-multi-language-string.d.ts.map +1 -0
- package/core/src/lib/multi-language-string/compare-axp-multi-language-string.js +39 -0
- package/core/src/lib/multi-language-string/compare-axp-multi-language-string.js.map +1 -0
- package/core/src/lib/multi-language-string/index.d.ts +4 -0
- package/core/src/lib/multi-language-string/index.d.ts.map +1 -0
- package/core/src/lib/multi-language-string/index.js +9 -0
- package/core/src/lib/multi-language-string/index.js.map +1 -0
- package/core/src/lib/multi-language-string/locale-map-value.util.d.ts +10 -0
- package/core/src/lib/multi-language-string/locale-map-value.util.d.ts.map +1 -0
- package/core/src/lib/multi-language-string/locale-map-value.util.js +41 -0
- package/core/src/lib/multi-language-string/locale-map-value.util.js.map +1 -0
- package/core/src/lib/multi-language-string/resolve-multi-language-string.util.d.ts +6 -0
- package/core/src/lib/multi-language-string/resolve-multi-language-string.util.d.ts.map +1 -0
- package/core/src/lib/multi-language-string/resolve-multi-language-string.util.js +33 -0
- package/core/src/lib/multi-language-string/resolve-multi-language-string.util.js.map +1 -0
- package/core/src/lib/property/element.types.d.ts +2 -0
- package/core/src/lib/property/element.types.d.ts.map +1 -0
- package/core/src/lib/property/element.types.js +5 -0
- package/core/src/lib/property/element.types.js.map +1 -0
- package/core/src/lib/property/file.types.d.ts +2 -0
- package/core/src/lib/property/file.types.d.ts.map +1 -0
- package/core/src/lib/property/file.types.js +5 -0
- package/core/src/lib/property/file.types.js.map +1 -0
- package/core/src/lib/property/index.d.ts +5 -0
- package/core/src/lib/property/index.d.ts.map +1 -0
- package/core/src/lib/property/index.js +10 -0
- package/core/src/lib/property/index.js.map +1 -0
- package/core/src/lib/property/property.types.d.ts +24 -0
- package/core/src/lib/property/property.types.d.ts.map +1 -0
- package/core/src/lib/property/property.types.js +5 -0
- package/core/src/lib/property/property.types.js.map +1 -0
- package/core/src/lib/property/validation.types.d.ts +31 -0
- package/core/src/lib/property/validation.types.d.ts.map +1 -0
- package/core/src/lib/property/validation.types.js +5 -0
- package/core/src/lib/property/validation.types.js.map +1 -0
- package/core/src/lib/status/index.d.ts +4 -0
- package/core/src/lib/status/index.d.ts.map +1 -0
- package/core/src/lib/status/index.js +9 -0
- package/core/src/lib/status/index.js.map +1 -0
- package/core/src/lib/status/status-definition.types.d.ts +110 -0
- package/core/src/lib/status/status-definition.types.d.ts.map +1 -0
- package/core/src/lib/status/status-definition.types.js +16 -0
- package/core/src/lib/status/status-definition.types.js.map +1 -0
- package/core/src/lib/status/status.types.d.ts +28 -0
- package/core/src/lib/status/status.types.d.ts.map +1 -0
- package/core/src/lib/status/status.types.js +34 -0
- package/core/src/lib/status/status.types.js.map +1 -0
- package/core/src/lib/status/statuses.types.d.ts +279 -0
- package/core/src/lib/status/statuses.types.d.ts.map +1 -0
- package/core/src/lib/status/statuses.types.js +320 -0
- package/core/src/lib/status/statuses.types.js.map +1 -0
- package/core/src/lib/utils/index.d.ts +4 -0
- package/core/src/lib/utils/index.d.ts.map +1 -0
- package/core/src/lib/utils/index.js +9 -0
- package/core/src/lib/utils/index.js.map +1 -0
- package/core/src/lib/utils/object-util.d.ts +57 -0
- package/core/src/lib/utils/object-util.d.ts.map +1 -0
- package/core/src/lib/utils/object-util.js +679 -0
- package/core/src/lib/utils/object-util.js.map +1 -0
- package/core/src/lib/utils/scalar-coercion.d.ts +17 -0
- package/core/src/lib/utils/scalar-coercion.d.ts.map +1 -0
- package/core/src/lib/utils/scalar-coercion.js +95 -0
- package/core/src/lib/utils/scalar-coercion.js.map +1 -0
- package/core/src/lib/utils/string.util.d.ts +11 -0
- package/core/src/lib/utils/string.util.d.ts.map +1 -0
- package/core/src/lib/utils/string.util.js +37 -0
- package/core/src/lib/utils/string.util.js.map +1 -0
- package/core/src/lib/widgets/index.d.ts +4 -0
- package/core/src/lib/widgets/index.d.ts.map +1 -0
- package/core/src/lib/widgets/index.js +9 -0
- package/core/src/lib/widgets/index.js.map +1 -0
- package/core/src/lib/widgets/widget-node.types.d.ts +16 -0
- package/core/src/lib/widgets/widget-node.types.d.ts.map +1 -0
- package/core/src/lib/widgets/widget-node.types.js +5 -0
- package/core/src/lib/widgets/widget-node.types.js.map +1 -0
- package/core/src/lib/widgets/widgets-catalog.d.ts +100 -0
- package/core/src/lib/widgets/widgets-catalog.d.ts.map +1 -0
- package/core/src/lib/widgets/widgets-catalog.js +105 -0
- package/core/src/lib/widgets/widgets-catalog.js.map +1 -0
- package/core/src/lib/widgets/widgets-list.d.ts +116 -0
- package/core/src/lib/widgets/widgets-list.d.ts.map +1 -0
- package/core/src/lib/widgets/widgets-list.js +154 -0
- package/core/src/lib/widgets/widgets-list.js.map +1 -0
- package/core/src/lib/workflow/activity.types.d.ts +133 -0
- package/core/src/lib/workflow/activity.types.d.ts.map +1 -0
- package/core/src/lib/workflow/activity.types.js +8 -0
- package/core/src/lib/workflow/activity.types.js.map +1 -0
- package/core/src/lib/workflow/index.d.ts +4 -0
- package/core/src/lib/workflow/index.d.ts.map +1 -0
- package/core/src/lib/workflow/index.js +9 -0
- package/core/src/lib/workflow/index.js.map +1 -0
- package/core/src/lib/workflow/workflow-definition.types.d.ts +182 -0
- package/core/src/lib/workflow/workflow-definition.types.d.ts.map +1 -0
- package/core/src/lib/workflow/workflow-definition.types.js +4 -0
- package/core/src/lib/workflow/workflow-definition.types.js.map +1 -0
- package/core/src/lib/workflow/workflow-instance.types.d.ts +375 -0
- package/core/src/lib/workflow/workflow-instance.types.d.ts.map +1 -0
- package/core/src/lib/workflow/workflow-instance.types.js +8 -0
- package/core/src/lib/workflow/workflow-instance.types.js.map +1 -0
- package/domain/src/index.d.ts +2 -0
- package/domain/src/index.d.ts.map +1 -0
- package/domain/src/index.js +5 -0
- package/domain/src/index.js.map +1 -0
- package/domain/src/lib/definitions/aggregate-definition.types.d.ts +18 -0
- package/domain/src/lib/definitions/aggregate-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/aggregate-definition.types.js +4 -0
- package/domain/src/lib/definitions/aggregate-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/base.types.d.ts +36 -0
- package/domain/src/lib/definitions/base.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/base.types.js +17 -0
- package/domain/src/lib/definitions/base.types.js.map +1 -0
- package/domain/src/lib/definitions/command-registry.types.d.ts +34 -0
- package/domain/src/lib/definitions/command-registry.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/command-registry.types.js +4 -0
- package/domain/src/lib/definitions/command-registry.types.js.map +1 -0
- package/domain/src/lib/definitions/entity-definition.types.d.ts +50 -0
- package/domain/src/lib/definitions/entity-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/entity-definition.types.js +10 -0
- package/domain/src/lib/definitions/entity-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/interface-definition.types.d.ts +31 -0
- package/domain/src/lib/definitions/interface-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/interface-definition.types.js +3 -0
- package/domain/src/lib/definitions/interface-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/menu-definition.types.d.ts +57 -0
- package/domain/src/lib/definitions/menu-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/menu-definition.types.js +5 -0
- package/domain/src/lib/definitions/menu-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/module-definition.types.d.ts +7 -0
- package/domain/src/lib/definitions/module-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/module-definition.types.js +3 -0
- package/domain/src/lib/definitions/module-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/permission-definition.types.d.ts +41 -0
- package/domain/src/lib/definitions/permission-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/permission-definition.types.js +5 -0
- package/domain/src/lib/definitions/permission-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/plugin-definition.types.d.ts +23 -0
- package/domain/src/lib/definitions/plugin-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/plugin-definition.types.js +3 -0
- package/domain/src/lib/definitions/plugin-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/property-definition.types.d.ts +33 -0
- package/domain/src/lib/definitions/property-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/property-definition.types.js +3 -0
- package/domain/src/lib/definitions/property-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/query-registry.types.d.ts +32 -0
- package/domain/src/lib/definitions/query-registry.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/query-registry.types.js +4 -0
- package/domain/src/lib/definitions/query-registry.types.js.map +1 -0
- package/domain/src/lib/definitions/relation-definition.types.d.ts +31 -0
- package/domain/src/lib/definitions/relation-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/relation-definition.types.js +16 -0
- package/domain/src/lib/definitions/relation-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/validation-definition.types.d.ts +29 -0
- package/domain/src/lib/definitions/validation-definition.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/validation-definition.types.js +3 -0
- package/domain/src/lib/definitions/validation-definition.types.js.map +1 -0
- package/domain/src/lib/definitions/widget-catalog.types.d.ts +14 -0
- package/domain/src/lib/definitions/widget-catalog.types.d.ts.map +1 -0
- package/domain/src/lib/definitions/widget-catalog.types.js +5 -0
- package/domain/src/lib/definitions/widget-catalog.types.js.map +1 -0
- package/domain/src/lib/index.d.ts +15 -0
- package/domain/src/lib/index.d.ts.map +1 -0
- package/domain/src/lib/index.js +20 -0
- package/domain/src/lib/index.js.map +1 -0
- package/entity/src/index.d.ts +2 -0
- package/entity/src/index.d.ts.map +1 -0
- package/entity/src/index.js +5 -0
- package/entity/src/index.js.map +1 -0
- package/entity/src/lib/constants/entity-datasource.keys.d.ts +5 -0
- package/entity/src/lib/constants/entity-datasource.keys.d.ts.map +1 -0
- package/entity/src/lib/constants/entity-datasource.keys.js +10 -0
- package/entity/src/lib/constants/entity-datasource.keys.js.map +1 -0
- package/entity/src/lib/constants/entity-display.constants.d.ts +7 -0
- package/entity/src/lib/constants/entity-display.constants.d.ts.map +1 -0
- package/entity/src/lib/constants/entity-display.constants.js +12 -0
- package/entity/src/lib/constants/entity-display.constants.js.map +1 -0
- package/entity/src/lib/constants/entity-events.keys.d.ts +5 -0
- package/entity/src/lib/constants/entity-events.keys.d.ts.map +1 -0
- package/entity/src/lib/constants/entity-events.keys.js +10 -0
- package/entity/src/lib/constants/entity-events.keys.js.map +1 -0
- package/entity/src/lib/constants/index.d.ts +4 -0
- package/entity/src/lib/constants/index.d.ts.map +1 -0
- package/entity/src/lib/constants/index.js +9 -0
- package/entity/src/lib/constants/index.js.map +1 -0
- package/entity/src/lib/helpers/entity-action.helpers.d.ts +31 -0
- package/entity/src/lib/helpers/entity-action.helpers.d.ts.map +1 -0
- package/entity/src/lib/helpers/entity-action.helpers.js +270 -0
- package/entity/src/lib/helpers/entity-action.helpers.js.map +1 -0
- package/entity/src/lib/helpers/index.d.ts +2 -0
- package/entity/src/lib/helpers/index.d.ts.map +1 -0
- package/entity/src/lib/helpers/index.js +7 -0
- package/entity/src/lib/helpers/index.js.map +1 -0
- package/entity/src/lib/index.d.ts +5 -0
- package/entity/src/lib/index.d.ts.map +1 -0
- package/entity/src/lib/index.js +10 -0
- package/entity/src/lib/index.js.map +1 -0
- package/entity/src/lib/types/entity-action.types.d.ts +69 -0
- package/entity/src/lib/types/entity-action.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-action.types.js +18 -0
- package/entity/src/lib/types/entity-action.types.js.map +1 -0
- package/entity/src/lib/types/entity-card-field.types.d.ts +38 -0
- package/entity/src/lib/types/entity-card-field.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-card-field.types.js +25 -0
- package/entity/src/lib/types/entity-card-field.types.js.map +1 -0
- package/entity/src/lib/types/entity-definition.types.d.ts +182 -0
- package/entity/src/lib/types/entity-definition.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-definition.types.js +44 -0
- package/entity/src/lib/types/entity-definition.types.js.map +1 -0
- package/entity/src/lib/types/entity-detail-list.types.d.ts +9 -0
- package/entity/src/lib/types/entity-detail-list.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-detail-list.types.js +5 -0
- package/entity/src/lib/types/entity-detail-list.types.js.map +1 -0
- package/entity/src/lib/types/entity-display-field.types.d.ts +35 -0
- package/entity/src/lib/types/entity-display-field.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-display-field.types.js +5 -0
- package/entity/src/lib/types/entity-display-field.types.js.map +1 -0
- package/entity/src/lib/types/entity-formats.types.d.ts +12 -0
- package/entity/src/lib/types/entity-formats.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-formats.types.js +5 -0
- package/entity/src/lib/types/entity-formats.types.js.map +1 -0
- package/entity/src/lib/types/entity-layout-view.types.d.ts +34 -0
- package/entity/src/lib/types/entity-layout-view.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-layout-view.types.js +5 -0
- package/entity/src/lib/types/entity-layout-view.types.js.map +1 -0
- package/entity/src/lib/types/entity-list-filter.types.d.ts +27 -0
- package/entity/src/lib/types/entity-list-filter.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-list-filter.types.js +39 -0
- package/entity/src/lib/types/entity-list-filter.types.js.map +1 -0
- package/entity/src/lib/types/entity-master-list.types.d.ts +44 -0
- package/entity/src/lib/types/entity-master-list.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-master-list.types.js +26 -0
- package/entity/src/lib/types/entity-master-list.types.js.map +1 -0
- package/entity/src/lib/types/entity-model.types.d.ts +52 -0
- package/entity/src/lib/types/entity-model.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-model.types.js +5 -0
- package/entity/src/lib/types/entity-model.types.js.map +1 -0
- package/entity/src/lib/types/entity-property-list.types.d.ts +21 -0
- package/entity/src/lib/types/entity-property-list.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-property-list.types.js +5 -0
- package/entity/src/lib/types/entity-property-list.types.js.map +1 -0
- package/entity/src/lib/types/entity-property.types.d.ts +67 -0
- package/entity/src/lib/types/entity-property.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-property.types.js +5 -0
- package/entity/src/lib/types/entity-property.types.js.map +1 -0
- package/entity/src/lib/types/entity-query-view.types.d.ts +32 -0
- package/entity/src/lib/types/entity-query-view.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-query-view.types.js +36 -0
- package/entity/src/lib/types/entity-query-view.types.js.map +1 -0
- package/entity/src/lib/types/entity-related-layout.types.d.ts +65 -0
- package/entity/src/lib/types/entity-related-layout.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-related-layout.types.js +5 -0
- package/entity/src/lib/types/entity-related-layout.types.js.map +1 -0
- package/entity/src/lib/types/entity-storage.types.d.ts +43 -0
- package/entity/src/lib/types/entity-storage.types.d.ts.map +1 -0
- package/entity/src/lib/types/entity-storage.types.js +4 -0
- package/entity/src/lib/types/entity-storage.types.js.map +1 -0
- package/entity/src/lib/types/index.d.ts +17 -0
- package/entity/src/lib/types/index.d.ts.map +1 -0
- package/entity/src/lib/types/index.js +22 -0
- package/entity/src/lib/types/index.js.map +1 -0
- package/entity/src/lib/types/lookup-widget.types.d.ts +79 -0
- package/entity/src/lib/types/lookup-widget.types.d.ts.map +1 -0
- package/entity/src/lib/types/lookup-widget.types.js +4 -0
- package/entity/src/lib/types/lookup-widget.types.js.map +1 -0
- package/entity/src/lib/utils/entity-display-template.util.d.ts +17 -0
- package/entity/src/lib/utils/entity-display-template.util.d.ts.map +1 -0
- package/entity/src/lib/utils/entity-display-template.util.js +57 -0
- package/entity/src/lib/utils/entity-display-template.util.js.map +1 -0
- package/entity/src/lib/utils/entity-list-filter-definitions.util.d.ts +17 -0
- package/entity/src/lib/utils/entity-list-filter-definitions.util.d.ts.map +1 -0
- package/entity/src/lib/utils/entity-list-filter-definitions.util.js +144 -0
- package/entity/src/lib/utils/entity-list-filter-definitions.util.js.map +1 -0
- package/entity/src/lib/utils/entity-list-sortable-fields.util.d.ts +14 -0
- package/entity/src/lib/utils/entity-list-sortable-fields.util.d.ts.map +1 -0
- package/entity/src/lib/utils/entity-list-sortable-fields.util.js +95 -0
- package/entity/src/lib/utils/entity-list-sortable-fields.util.js.map +1 -0
- package/entity/src/lib/utils/entity-merge-detail-list-properties.util.d.ts +16 -0
- package/entity/src/lib/utils/entity-merge-detail-list-properties.util.d.ts.map +1 -0
- package/entity/src/lib/utils/entity-merge-detail-list-properties.util.js +75 -0
- package/entity/src/lib/utils/entity-merge-detail-list-properties.util.js.map +1 -0
- package/entity/src/lib/utils/entity-property-display-path.util.d.ts +36 -0
- package/entity/src/lib/utils/entity-property-display-path.util.d.ts.map +1 -0
- package/entity/src/lib/utils/entity-property-display-path.util.js +97 -0
- package/entity/src/lib/utils/entity-property-display-path.util.js.map +1 -0
- package/entity/src/lib/utils/entity-quick-search-paths.util.d.ts +19 -0
- package/entity/src/lib/utils/entity-quick-search-paths.util.d.ts.map +1 -0
- package/entity/src/lib/utils/entity-quick-search-paths.util.js +149 -0
- package/entity/src/lib/utils/entity-quick-search-paths.util.js.map +1 -0
- package/entity/src/lib/utils/entity-search-title-context.util.d.ts +21 -0
- package/entity/src/lib/utils/entity-search-title-context.util.d.ts.map +1 -0
- package/entity/src/lib/utils/entity-search-title-context.util.js +127 -0
- package/entity/src/lib/utils/entity-search-title-context.util.js.map +1 -0
- package/entity/src/lib/utils/entity-workflow-record.util.d.ts +23 -0
- package/entity/src/lib/utils/entity-workflow-record.util.d.ts.map +1 -0
- package/entity/src/lib/utils/entity-workflow-record.util.js +38 -0
- package/entity/src/lib/utils/entity-workflow-record.util.js.map +1 -0
- package/entity/src/lib/utils/index.d.ts +10 -0
- package/entity/src/lib/utils/index.d.ts.map +1 -0
- package/entity/src/lib/utils/index.js +15 -0
- package/entity/src/lib/utils/index.js.map +1 -0
- package/entity/src/lib/utils/lookup-create-options.util.d.ts +10 -0
- package/entity/src/lib/utils/lookup-create-options.util.d.ts.map +1 -0
- package/entity/src/lib/utils/lookup-create-options.util.js +27 -0
- package/entity/src/lib/utils/lookup-create-options.util.js.map +1 -0
- package/index.d.ts +3 -0
- package/index.d.ts.map +1 -0
- package/index.js +4 -0
- package/index.js.map +1 -0
- package/package.json +21 -0
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AXPWidgetsList = void 0;
|
|
4
|
+
exports.AXPWidgetsList = {
|
|
5
|
+
Editors: {
|
|
6
|
+
DocumentAttachment: 'document-attachment-editor',
|
|
7
|
+
TagEditor: 'tag-editor',
|
|
8
|
+
CheckBox: 'checkbox-editor',
|
|
9
|
+
ColorBox: 'color-editor',
|
|
10
|
+
ColorPalette: 'color-palette-editor',
|
|
11
|
+
DateTimeBox: 'date-time-editor',
|
|
12
|
+
AddressBox: 'address-editor',
|
|
13
|
+
Direction: 'direction',
|
|
14
|
+
LargeTextBox: 'large-text-editor',
|
|
15
|
+
NumberBox: 'number-editor',
|
|
16
|
+
UnitValueBox: 'number-unit-editor',
|
|
17
|
+
PasswordBox: 'password-editor',
|
|
18
|
+
QueryBuilder: 'query-builder-editor',
|
|
19
|
+
RichText: 'rich-text-editor',
|
|
20
|
+
SelectBox: 'select-editor',
|
|
21
|
+
SelectionList: 'selection-list-editor',
|
|
22
|
+
TextBox: 'text-editor',
|
|
23
|
+
InlineDataTable: 'table-editor',
|
|
24
|
+
ToggleSwitch: 'toggle-editor',
|
|
25
|
+
FileTypeExtension: 'file-type-extension',
|
|
26
|
+
MapBox: 'map',
|
|
27
|
+
MediaGallery: 'gallery',
|
|
28
|
+
SignatureBox: 'signature',
|
|
29
|
+
LookupBox: 'lookup-editor',
|
|
30
|
+
MultiSourceSelector: 'multi-source-selector-editor',
|
|
31
|
+
EntityCategory: 'entity-category-editor',
|
|
32
|
+
ContactBox: 'contact-editor',
|
|
33
|
+
MetaDataBox: 'meta-data-editor',
|
|
34
|
+
TemplateBox: 'template-box-editor',
|
|
35
|
+
TemplateContentEditor: 'template-content-editor',
|
|
36
|
+
TimeDuration: 'time-duration',
|
|
37
|
+
DocumentUploader: 'document-uploader',
|
|
38
|
+
MetaSelector: 'meta-selector-editor',
|
|
39
|
+
MetaDataForm: 'meta-data-form-editor',
|
|
40
|
+
ColumnFilterSelector: 'column-filter-selector-editor',
|
|
41
|
+
DataListFilter: 'data-list-filter-editor',
|
|
42
|
+
ListEditor: 'list-editor',
|
|
43
|
+
ConnectedListsEditor: 'connected-lists-editor',
|
|
44
|
+
SkillMatrix: 'skill-matrix-editor',
|
|
45
|
+
ResponsibilitiesMatrix: 'responsibilities-matrix-editor',
|
|
46
|
+
RiskMatrix: 'risk-matrix-editor',
|
|
47
|
+
ControlHierarchyDiagram: 'control-hierarchy-diagram-editor',
|
|
48
|
+
ProgressBox: 'progress-bar-editor',
|
|
49
|
+
RatePicker: 'rate-picker-editor',
|
|
50
|
+
ActivityCommandConfigurator: 'activity-command-configurator',
|
|
51
|
+
WorkflowConfigurator: 'workflow-configurator',
|
|
52
|
+
},
|
|
53
|
+
Layouts: {
|
|
54
|
+
AlertBox: 'alert-box-layout',
|
|
55
|
+
BadgeLayout: 'badge-layout',
|
|
56
|
+
BlockLayout: 'block-layout',
|
|
57
|
+
RepeaterLayout: 'repeater-layout',
|
|
58
|
+
TextBlockLayout: 'text-block-layout',
|
|
59
|
+
FormField: 'form-field',
|
|
60
|
+
PanelLayout: 'panel-layout',
|
|
61
|
+
PageLayout: 'page-layout',
|
|
62
|
+
DocumentLayout: 'document-layout',
|
|
63
|
+
GridRowLayout: 'grid-row-layout',
|
|
64
|
+
GridItemLayout: 'grid-item-layout',
|
|
65
|
+
GridLayout: 'grid-layout',
|
|
66
|
+
FlexLayout: 'flex-layout',
|
|
67
|
+
FlexItemLayout: 'flex-item-layout',
|
|
68
|
+
AdvancedGridLayout: 'advanced-grid-layout',
|
|
69
|
+
AdvancedGridItemLayout: 'advanced-grid-item-layout',
|
|
70
|
+
FieldsetLayout: 'fieldset-layout',
|
|
71
|
+
TabsetLayout: 'tabset-layout',
|
|
72
|
+
TabsetItemLayout: 'tabset-item',
|
|
73
|
+
},
|
|
74
|
+
Actions: {
|
|
75
|
+
ActionButton: 'button-action',
|
|
76
|
+
},
|
|
77
|
+
Advanced: {
|
|
78
|
+
CodeEditor: 'code-editor',
|
|
79
|
+
JsonViewer: 'json-viewer',
|
|
80
|
+
OutcomeResultsViewer: 'outcome-results-viewer',
|
|
81
|
+
QRCode: 'qrcode',
|
|
82
|
+
schedulerPicker: 'scheduler-picker',
|
|
83
|
+
Signature: 'signature',
|
|
84
|
+
Map: 'map',
|
|
85
|
+
Gallery: 'gallery',
|
|
86
|
+
Image: 'image',
|
|
87
|
+
ImageMarker: 'image-marker',
|
|
88
|
+
Avatar: 'avatar',
|
|
89
|
+
Attachments: 'attachments',
|
|
90
|
+
DataList: 'data-list',
|
|
91
|
+
ListToolbar: 'list-toolbar',
|
|
92
|
+
CronJob: 'cron-job',
|
|
93
|
+
Status: 'status-widget',
|
|
94
|
+
WidgetFieldConfigurator: 'widget-field-configurator',
|
|
95
|
+
AnswersViewer: 'answers-viewer',
|
|
96
|
+
IntegrationConnectionsPanel: 'integration-connections-panel',
|
|
97
|
+
},
|
|
98
|
+
Templates: {
|
|
99
|
+
Designer: 'template-designer',
|
|
100
|
+
Template: 'template',
|
|
101
|
+
},
|
|
102
|
+
// Filters: {
|
|
103
|
+
// StringFilter: 'string-filter',
|
|
104
|
+
// SelectFilter: 'select-filter',
|
|
105
|
+
// NumberFilter: 'number-filter',
|
|
106
|
+
// DateTimeFilter: 'datetime-filter',
|
|
107
|
+
// BooleanFilter: 'boolean-filter',
|
|
108
|
+
// LookupFilter: 'lookup-filter',
|
|
109
|
+
// },
|
|
110
|
+
// PropertyEditors: {
|
|
111
|
+
// Spacing: 'spacing',
|
|
112
|
+
// GridOptions: 'grid-options',
|
|
113
|
+
// GridItemOptions: 'grid-item-options',
|
|
114
|
+
// FlexOptions: 'flex-options',
|
|
115
|
+
// FlexItemOptions: 'flex-item-options',
|
|
116
|
+
// Direction: 'direction',
|
|
117
|
+
// Border: 'border',
|
|
118
|
+
// AdvancedGridOptions: 'advanced-grid-options',
|
|
119
|
+
// },
|
|
120
|
+
// Validations: {
|
|
121
|
+
// RequiredValidation: 'required-validation',
|
|
122
|
+
// RegularExpressionValidation: 'regular-expression-validation',
|
|
123
|
+
// MinLengthValidation: 'min-length-validation',
|
|
124
|
+
// MaxLengthValidation: 'max-length-validation',
|
|
125
|
+
// LessThanValidation: 'less-than-validation',
|
|
126
|
+
// GreaterThanValidation: 'greater-than-validation',
|
|
127
|
+
// EqualValidation: 'equal-validation',
|
|
128
|
+
// CallbackValidation: 'callback-validation',
|
|
129
|
+
// BetweenValidation: 'between-validation',
|
|
130
|
+
// },
|
|
131
|
+
Entity: {
|
|
132
|
+
EntityList: 'entity-list',
|
|
133
|
+
SelectorStructure: 'selector-structure',
|
|
134
|
+
},
|
|
135
|
+
Providers: {
|
|
136
|
+
EntityDefinition: 'entity-definition-provider-editor',
|
|
137
|
+
},
|
|
138
|
+
ExpressionBuilders: {
|
|
139
|
+
ConditionBuilder: 'condition-builder-editor',
|
|
140
|
+
},
|
|
141
|
+
Theme: {
|
|
142
|
+
ThemeColorChooser: 'theme-color-chooser',
|
|
143
|
+
// ThemeModeChooser: 'theme-mode-chooser',
|
|
144
|
+
IconChooser: 'icon-chooser',
|
|
145
|
+
FontSizeChooser: 'font-size-chooser',
|
|
146
|
+
FontStyleChooser: 'font-style-chooser',
|
|
147
|
+
// MenuOrientationChooser: 'menu-orientation-chooser',
|
|
148
|
+
},
|
|
149
|
+
// Features: {
|
|
150
|
+
// Comment: 'comment',
|
|
151
|
+
// Permissions: 'permissions',
|
|
152
|
+
// },
|
|
153
|
+
};
|
|
154
|
+
//# sourceMappingURL=widgets-list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widgets-list.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/widgets/widgets-list.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;IAC5B,OAAO,EAAE;QACP,kBAAkB,EAAE,4BAA4B;QAChD,SAAS,EAAE,YAAY;QACvB,QAAQ,EAAE,iBAAiB;QAC3B,QAAQ,EAAE,cAAc;QACxB,YAAY,EAAE,sBAAsB;QACpC,WAAW,EAAE,kBAAkB;QAC/B,UAAU,EAAE,gBAAgB;QAC5B,SAAS,EAAE,WAAW;QACtB,YAAY,EAAE,mBAAmB;QACjC,SAAS,EAAE,eAAe;QAC1B,YAAY,EAAE,oBAAoB;QAClC,WAAW,EAAE,iBAAiB;QAC9B,YAAY,EAAE,sBAAsB;QACpC,QAAQ,EAAE,kBAAkB;QAC5B,SAAS,EAAE,eAAe;QAC1B,aAAa,EAAE,uBAAuB;QACtC,OAAO,EAAE,aAAa;QACtB,eAAe,EAAE,cAAc;QAC/B,YAAY,EAAE,eAAe;QAC7B,iBAAiB,EAAE,qBAAqB;QACxC,MAAM,EAAE,KAAK;QACb,YAAY,EAAE,SAAS;QACvB,YAAY,EAAE,WAAW;QACzB,SAAS,EAAE,eAAe;QAC1B,mBAAmB,EAAE,8BAA8B;QACnD,cAAc,EAAE,wBAAwB;QACxC,UAAU,EAAE,gBAAgB;QAC5B,WAAW,EAAE,kBAAkB;QAC/B,WAAW,EAAE,qBAAqB;QAClC,qBAAqB,EAAE,yBAAyB;QAChD,YAAY,EAAE,eAAe;QAC7B,gBAAgB,EAAE,mBAAmB;QACrC,YAAY,EAAE,sBAAsB;QACpC,YAAY,EAAE,uBAAuB;QACrC,oBAAoB,EAAE,+BAA+B;QACrD,cAAc,EAAE,yBAAyB;QACzC,UAAU,EAAE,aAAa;QACzB,oBAAoB,EAAE,wBAAwB;QAC9C,WAAW,EAAE,qBAAqB;QAClC,sBAAsB,EAAE,gCAAgC;QACxD,UAAU,EAAE,oBAAoB;QAChC,uBAAuB,EAAE,kCAAkC;QAC3D,WAAW,EAAE,qBAAqB;QAClC,UAAU,EAAE,oBAAoB;QAChC,2BAA2B,EAAE,+BAA+B;QAC5D,oBAAoB,EAAE,uBAAuB;KAC9C;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,kBAAkB;QAC5B,WAAW,EAAE,cAAc;QAC3B,WAAW,EAAE,cAAc;QAC3B,cAAc,EAAE,iBAAiB;QACjC,eAAe,EAAE,mBAAmB;QACpC,SAAS,EAAE,YAAY;QACvB,WAAW,EAAE,cAAc;QAC3B,UAAU,EAAE,aAAa;QACzB,cAAc,EAAE,iBAAiB;QACjC,aAAa,EAAE,iBAAiB;QAChC,cAAc,EAAE,kBAAkB;QAClC,UAAU,EAAE,aAAa;QACzB,UAAU,EAAE,aAAa;QACzB,cAAc,EAAE,kBAAkB;QAClC,kBAAkB,EAAE,sBAAsB;QAC1C,sBAAsB,EAAE,2BAA2B;QACnD,cAAc,EAAE,iBAAiB;QACjC,YAAY,EAAE,eAAe;QAC7B,gBAAgB,EAAE,aAAa;KAChC;IACD,OAAO,EAAE;QACP,YAAY,EAAE,eAAe;KAC9B;IACD,QAAQ,EAAE;QACR,UAAU,EAAE,aAAa;QACzB,UAAU,EAAE,aAAa;QACzB,oBAAoB,EAAE,wBAAwB;QAC9C,MAAM,EAAE,QAAQ;QAChB,eAAe,EAAE,kBAAkB;QACnC,SAAS,EAAE,WAAW;QACtB,GAAG,EAAE,KAAK;QACV,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,OAAO;QACd,WAAW,EAAE,cAAc;QAC3B,MAAM,EAAE,QAAQ;QAChB,WAAW,EAAE,aAAa;QAC1B,QAAQ,EAAE,WAAW;QACrB,WAAW,EAAE,cAAc;QAC3B,OAAO,EAAE,UAAU;QACnB,MAAM,EAAE,eAAe;QACvB,uBAAuB,EAAE,2BAA2B;QACpD,aAAa,EAAE,gBAAgB;QAC/B,2BAA2B,EAAE,+BAA+B;KAC7D;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,mBAAmB;QAC7B,QAAQ,EAAE,UAAU;KACrB;IACD,aAAa;IACb,mCAAmC;IACnC,mCAAmC;IACnC,mCAAmC;IACnC,uCAAuC;IACvC,qCAAqC;IACrC,mCAAmC;IACnC,KAAK;IACL,qBAAqB;IACrB,wBAAwB;IACxB,iCAAiC;IACjC,0CAA0C;IAC1C,iCAAiC;IACjC,0CAA0C;IAC1C,4BAA4B;IAC5B,sBAAsB;IACtB,kDAAkD;IAClD,KAAK;IACL,iBAAiB;IACjB,+CAA+C;IAC/C,kEAAkE;IAClE,kDAAkD;IAClD,kDAAkD;IAClD,gDAAgD;IAChD,sDAAsD;IACtD,yCAAyC;IACzC,+CAA+C;IAC/C,6CAA6C;IAC7C,KAAK;IACL,MAAM,EAAE;QACN,UAAU,EAAE,aAAa;QACzB,iBAAiB,EAAE,oBAAoB;KACxC;IACD,SAAS,EAAE;QACT,gBAAgB,EAAE,mCAAmC;KACtD;IACD,kBAAkB,EAAE;QAClB,gBAAgB,EAAE,0BAA0B;KAC7C;IACD,KAAK,EAAE;QACL,iBAAiB,EAAE,qBAAqB;QACxC,0CAA0C;QAC1C,WAAW,EAAE,cAAc;QAC3B,eAAe,EAAE,mBAAmB;QACpC,gBAAgB,EAAE,oBAAoB;QACtC,sDAAsD;KACvD;IACD,cAAc;IACd,wBAAwB;IACxB,gCAAgC;IAChC,KAAK;CACN,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import type { AXPMultiLanguageString } from '../core/core.types';
|
|
2
|
+
import type { AXPCategoryEntity } from '../data/data.types';
|
|
3
|
+
import type { AXPProperty } from '../property/property.types';
|
|
4
|
+
import type { AXPWorkflowOutputProperty } from './workflow-definition.types';
|
|
5
|
+
/**
|
|
6
|
+
* Type of task for inbox handling.
|
|
7
|
+
* - 'human-task': Requires inbox - needs human interaction
|
|
8
|
+
* - 'ui-activity': UI-only activity (no inbox) - immediate execution
|
|
9
|
+
* - 'system-activity': System/backend activity (no inbox) - automated execution
|
|
10
|
+
*/
|
|
11
|
+
export type AXPTaskType = 'human-task' | 'ui-activity' | 'system-activity';
|
|
12
|
+
/**
|
|
13
|
+
* How the workflow engine should offer "continue to next step?" before an inline frontend activity.
|
|
14
|
+
* Declared on {@link AXPActivityDefinition} and copied onto {@link AXPWorkflowTask} at runtime.
|
|
15
|
+
*/
|
|
16
|
+
export type AXPWorkflowContinuationBeforeInteractive = 'default'
|
|
17
|
+
/** Skip when opened from a task-board human-task primary action (e.g. start-fill, review). */
|
|
18
|
+
| 'skip-when-chained-from-human-task'
|
|
19
|
+
/** Skip for the natural assignee; initiator / reassign users still get the prompt (workflow-management). */
|
|
20
|
+
| 'skip-for-assignee';
|
|
21
|
+
/** Optional continuation UX metadata for an activity definition. */
|
|
22
|
+
export interface AXPWorkflowContinuationMetadata {
|
|
23
|
+
beforeInteractive?: AXPWorkflowContinuationBeforeInteractive;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Activity Category - Extends AXPCategoryEntity for consistency and performance
|
|
27
|
+
*
|
|
28
|
+
* Inherited properties from AXPCategoryEntity:
|
|
29
|
+
* - id: string - Unique identifier
|
|
30
|
+
* - title: string - Display name
|
|
31
|
+
* - description?: string - Category description
|
|
32
|
+
* - parentId?: string - Parent category ID
|
|
33
|
+
* - childrenCount: number - Direct child categories count (enables lazy loading)
|
|
34
|
+
* - itemsCount?: number - Direct activities count
|
|
35
|
+
* - totalChildrenCount?: number - Total nested categories (optional, for analytics)
|
|
36
|
+
* - totalItemsCount?: number - Total activities in tree (optional, for analytics)
|
|
37
|
+
*/
|
|
38
|
+
export interface AXPActivityCategory extends AXPCategoryEntity {
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Lightweight category snapshot embedded in activity-definition records.
|
|
42
|
+
*/
|
|
43
|
+
export interface AXPActivityDefinitionCategoryRef {
|
|
44
|
+
id: string;
|
|
45
|
+
name: string;
|
|
46
|
+
title: AXPMultiLanguageString;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Activity Definition - Metadata for UI and tooling.
|
|
50
|
+
* Contains all metadata needed for displaying activities in toolbox and designer.
|
|
51
|
+
* The `name` property is used as the command key for execution.
|
|
52
|
+
*/
|
|
53
|
+
export interface AXPActivityDefinition {
|
|
54
|
+
/**
|
|
55
|
+
* Activity name - used as command key for execution.
|
|
56
|
+
* This is the unique identifier for the activity.
|
|
57
|
+
*/
|
|
58
|
+
name: string;
|
|
59
|
+
/**
|
|
60
|
+
* Activity type (e.g., "workflow-activity:check-permission").
|
|
61
|
+
*/
|
|
62
|
+
type: string;
|
|
63
|
+
/**
|
|
64
|
+
* Display name for UI (plain or per-locale map).
|
|
65
|
+
*/
|
|
66
|
+
title?: AXPMultiLanguageString;
|
|
67
|
+
instanceTitle?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Description of what the activity does (plain or per-locale map).
|
|
70
|
+
*/
|
|
71
|
+
description?: AXPMultiLanguageString;
|
|
72
|
+
/**
|
|
73
|
+
* Category for grouping in toolbox.
|
|
74
|
+
*/
|
|
75
|
+
category?: AXPActivityDefinitionCategoryRef;
|
|
76
|
+
/**
|
|
77
|
+
* Icon name or class.
|
|
78
|
+
*/
|
|
79
|
+
icon?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Where this activity should be executed.
|
|
82
|
+
* - 'frontend': Execute in browser (UI activities, console, events)
|
|
83
|
+
* - 'backend': Execute in backend (business logic, API calls)
|
|
84
|
+
* - 'both': Execute in both frontend and backend (hybrid activities)
|
|
85
|
+
*
|
|
86
|
+
* Default: 'frontend'
|
|
87
|
+
*/
|
|
88
|
+
executionMode?: 'frontend' | 'backend' | 'both';
|
|
89
|
+
/**
|
|
90
|
+
* Type of task for inbox handling.
|
|
91
|
+
* - 'human-task': Requires inbox - needs human interaction
|
|
92
|
+
* - 'ui-activity': UI-only activity (no inbox) - immediate execution
|
|
93
|
+
* - 'system-activity': System/backend activity (no inbox) - automated execution
|
|
94
|
+
*
|
|
95
|
+
* Default: 'ui-activity' (for backward compatibility)
|
|
96
|
+
*/
|
|
97
|
+
taskType?: AXPTaskType;
|
|
98
|
+
/**
|
|
99
|
+
* Input properties (form/schema for activity parameters).
|
|
100
|
+
*/
|
|
101
|
+
inputs?: AXPProperty[];
|
|
102
|
+
/**
|
|
103
|
+
* Output properties (result shape + optional path/metadata).
|
|
104
|
+
*/
|
|
105
|
+
outputs?: AXPWorkflowOutputProperty[];
|
|
106
|
+
/**
|
|
107
|
+
* Static outcomes (exit points).
|
|
108
|
+
* Example: ['Done', 'Success', 'Failed']
|
|
109
|
+
*/
|
|
110
|
+
outcomes?: string[];
|
|
111
|
+
/**
|
|
112
|
+
* Whether this activity is browsable in the toolbox.
|
|
113
|
+
* Default: true
|
|
114
|
+
*/
|
|
115
|
+
isBrowsable?: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* Whether this activity is a container (can have children).
|
|
118
|
+
* Default: false
|
|
119
|
+
*/
|
|
120
|
+
isContainer?: boolean;
|
|
121
|
+
/**
|
|
122
|
+
* Continuation prompt behavior when this activity runs inline in the workflow manager.
|
|
123
|
+
*/
|
|
124
|
+
workflowContinuation?: AXPWorkflowContinuationMetadata;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* Query result shape for activity-definition catalog endpoints.
|
|
128
|
+
*/
|
|
129
|
+
export interface AXPActivityDefinitionQueryResult {
|
|
130
|
+
total: number;
|
|
131
|
+
items: AXPActivityDefinition[];
|
|
132
|
+
}
|
|
133
|
+
//# sourceMappingURL=activity.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/workflow/activity.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAM7E;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GAAG,YAAY,GAAG,aAAa,GAAG,iBAAiB,CAAC;AAE3E;;;GAGG;AACH,MAAM,MAAM,wCAAwC,GAChD,SAAS;AACX,8FAA8F;GAC5F,mCAAmC;AACrC,4GAA4G;GAC1G,mBAAmB,CAAC;AAExB,oEAAoE;AACpE,MAAM,WAAW,+BAA+B;IAC9C,iBAAiB,CAAC,EAAE,wCAAwC,CAAC;CAC9D;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,mBAAoB,SAAQ,iBAAiB;CAI7D;AAED;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,sBAAsB,CAAC;CAC/B;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,sBAAsB,CAAC;IAE/B,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,WAAW,CAAC,EAAE,sBAAsB,CAAC;IAErC;;OAEG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAE5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,MAAM,CAAC;IAEhD;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,WAAW,CAAC;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;IAEvB;;OAEG;IACH,OAAO,CAAC,EAAE,yBAAyB,EAAE,CAAC;IAEtC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;OAEG;IACH,oBAAoB,CAAC,EAAE,+BAA+B,CAAC;CACxD;AAED;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,qBAAqB,EAAE,CAAC;CAChC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
// Note:
|
|
4
|
+
// Previous versions defined dedicated activity result/command types here
|
|
5
|
+
// (AXPActivityResult / AXPActivity) that wrapped output and outcome.
|
|
6
|
+
// Activities are now modeled directly as AXPCommand with outcome stored in
|
|
7
|
+
// AXPExecuteCommandResult.metadata.outcome.
|
|
8
|
+
//# sourceMappingURL=activity.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/workflow/activity.types.ts"],"names":[],"mappings":";;AAkKA,QAAQ;AACR,yEAAyE;AACzE,qEAAqE;AACrE,2EAA2E;AAC3E,4CAA4C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/workflow/index.ts"],"names":[],"mappings":"AAEA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- Workflow contracts ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./workflow-definition.types"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./workflow-instance.types"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./activity.types"), exports);
|
|
8
|
+
//#endregion
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/workflow/index.ts"],"names":[],"mappings":";AAAA,sCAAsC;;;AAEtC,sEAA4C;AAC5C,oEAA0C;AAC1C,2DAAiC;AAEjC,YAAY"}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import { type AXPMetaData, type AXPOptionsData, type AXPMultiLanguageString } from '../core/core.types';
|
|
2
|
+
import { type AXPCategoryEntity, type AXPEntityOp } from '../data/data.types';
|
|
3
|
+
import { type AXPProperty } from '../property/property.types';
|
|
4
|
+
export interface AXPWorkflowDefinition {
|
|
5
|
+
schemaVersion: 'acorex-platform-workflow/v1';
|
|
6
|
+
name: string;
|
|
7
|
+
title?: AXPMultiLanguageString | null;
|
|
8
|
+
description?: AXPMultiLanguageString | null;
|
|
9
|
+
variables?: AXPProperty[];
|
|
10
|
+
inputs?: AXPProperty[];
|
|
11
|
+
outputs?: AXPWorkflowOutputProperty[];
|
|
12
|
+
graph: AXPWorkflowGraph;
|
|
13
|
+
customProperties?: Record<string, any>;
|
|
14
|
+
/** engine specific (Elsa, ...) */
|
|
15
|
+
extensions?: AXPWorkflowExtensions;
|
|
16
|
+
/**
|
|
17
|
+
* Workflow bindings configuration.
|
|
18
|
+
* Defines which entities and events should trigger this workflow.
|
|
19
|
+
*/
|
|
20
|
+
bindings?: AXPWorkflowBinding[];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Workflow Category - Extends AXPCategoryEntity for consistency and performance
|
|
24
|
+
*
|
|
25
|
+
* Inherited properties from AXPCategoryEntity:
|
|
26
|
+
* - id: string - Unique identifier
|
|
27
|
+
* - title: string - Display name
|
|
28
|
+
* - description?: string - Category description
|
|
29
|
+
* - parentId?: string - Parent category ID
|
|
30
|
+
* - childrenCount: number - Direct child categories count (enables lazy loading)
|
|
31
|
+
* - itemsCount?: number - Direct workflows count
|
|
32
|
+
* - totalChildrenCount?: number - Total nested categories (optional, for analytics)
|
|
33
|
+
* - totalItemsCount?: number - Total workflows in tree (optional, for analytics)
|
|
34
|
+
*/
|
|
35
|
+
export interface AXPWorkflowCategory extends AXPCategoryEntity {
|
|
36
|
+
}
|
|
37
|
+
export interface AXPWorkflowGraph {
|
|
38
|
+
startActivityId: string;
|
|
39
|
+
activities: AXPWorkflowActivityInstance[];
|
|
40
|
+
connections: AXPConnection[];
|
|
41
|
+
/** purely designer */
|
|
42
|
+
designer?: {
|
|
43
|
+
nodes?: Record<string, {
|
|
44
|
+
x: number;
|
|
45
|
+
y: number;
|
|
46
|
+
nodeId?: string;
|
|
47
|
+
width?: number;
|
|
48
|
+
height?: number;
|
|
49
|
+
}>;
|
|
50
|
+
edges?: Array<{
|
|
51
|
+
from: string;
|
|
52
|
+
to: string;
|
|
53
|
+
vertices?: Array<{
|
|
54
|
+
x: number;
|
|
55
|
+
y: number;
|
|
56
|
+
}>;
|
|
57
|
+
}>;
|
|
58
|
+
/**
|
|
59
|
+
* When true, the Activities page has applied its initial auto-arrange (or the graph already had
|
|
60
|
+
* persisted node positions). Prevents re-running automatic layout on subsequent visits.
|
|
61
|
+
*/
|
|
62
|
+
layoutArranged?: boolean;
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
export interface AXPWorkflowActivityInstance {
|
|
66
|
+
id: string;
|
|
67
|
+
nodeId?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Activity name - references AXPActivityDefinition.name
|
|
70
|
+
* Used to lookup activity definition for metadata (executionMode, title, etc.)
|
|
71
|
+
*/
|
|
72
|
+
name: string;
|
|
73
|
+
/**
|
|
74
|
+
* Input values for this activity instance.
|
|
75
|
+
* Key-value pairs where keys match {@link AXPProperty.name} from AXPActivityDefinition.inputs
|
|
76
|
+
* Example: { "message": "Hello", "duration": 5000 }
|
|
77
|
+
*/
|
|
78
|
+
inputs?: AXPOptionsData;
|
|
79
|
+
title?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Output mapping: process variable name → path in this activity's output (BPMN-style: activity → variable).
|
|
82
|
+
* When this activity completes, each entry sets variables[variableName] = output[outputPath].
|
|
83
|
+
* Example: { leaveRequestId: 'id' } → variables.leaveRequestId = activityOutput.id
|
|
84
|
+
*/
|
|
85
|
+
outputToVariables?: AXPOptionsData;
|
|
86
|
+
metadata?: AXPMetaData;
|
|
87
|
+
/** engine-specific override */
|
|
88
|
+
extensions?: Record<string, any>;
|
|
89
|
+
}
|
|
90
|
+
export interface AXPConnection {
|
|
91
|
+
source: {
|
|
92
|
+
activtyName: string;
|
|
93
|
+
port?: string | null;
|
|
94
|
+
};
|
|
95
|
+
target: {
|
|
96
|
+
activtyName: string;
|
|
97
|
+
port?: string | null;
|
|
98
|
+
};
|
|
99
|
+
vertices?: Array<{
|
|
100
|
+
x: number;
|
|
101
|
+
y: number;
|
|
102
|
+
}>;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Workflow output: same as {@link AXPProperty} with optional source path and engine metadata.
|
|
106
|
+
*/
|
|
107
|
+
export interface AXPWorkflowOutputProperty extends AXPProperty {
|
|
108
|
+
/**
|
|
109
|
+
* Optional: where this output comes from in your context/memory.
|
|
110
|
+
* Example: "$.result.orderId" or "vars.orderId"
|
|
111
|
+
*/
|
|
112
|
+
path?: string;
|
|
113
|
+
metadata?: Record<string, any>;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Engine-specific extension bag for a workflow.
|
|
117
|
+
* Keep ALL engine-only fields here (Elsa, StepFunctions adapter, etc).
|
|
118
|
+
*/
|
|
119
|
+
export interface AXPWorkflowExtensions {
|
|
120
|
+
/**
|
|
121
|
+
* Elsa-specific extensions (optional).
|
|
122
|
+
*/
|
|
123
|
+
elsa?: AXPElsaWorkflowExtensions;
|
|
124
|
+
/**
|
|
125
|
+
* Other engines (future-proof).
|
|
126
|
+
* Example: stepFunctions, logicApps, temporal, ...
|
|
127
|
+
*/
|
|
128
|
+
[engine: string]: any;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Elsa-only fields (Optional).
|
|
132
|
+
* Put strategy/tool/schema/raw payload here to keep Core model global.
|
|
133
|
+
*/
|
|
134
|
+
export interface AXPElsaWorkflowExtensions {
|
|
135
|
+
/**
|
|
136
|
+
* Elsa schema URL (if you want to round-trip exact docs).
|
|
137
|
+
* Example: "https://elsaworkflows.io/schemas/workflow-definition/v3.0.0/schema.json"
|
|
138
|
+
*/
|
|
139
|
+
schema?: string;
|
|
140
|
+
toolVersion?: string;
|
|
141
|
+
materializerName?: string;
|
|
142
|
+
/**
|
|
143
|
+
* Elsa strategy/options (engine-level concerns).
|
|
144
|
+
*/
|
|
145
|
+
options?: {
|
|
146
|
+
activationStrategyType?: string | null;
|
|
147
|
+
incidentStrategyType?: string | null;
|
|
148
|
+
commitStrategyName?: string | null;
|
|
149
|
+
autoUpdateConsumingWorkflows?: boolean;
|
|
150
|
+
usableAsActivity?: boolean | null;
|
|
151
|
+
activityCategory?: string | null;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* If you want lossless Elsa round-trip, keep the raw Elsa definition here.
|
|
155
|
+
*/
|
|
156
|
+
rawDefinition?: any;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Workflow binding configuration.
|
|
160
|
+
* Defines which entities and events should trigger a workflow.
|
|
161
|
+
*/
|
|
162
|
+
export interface AXPWorkflowBinding {
|
|
163
|
+
/**
|
|
164
|
+
* Entity types this workflow applies to (e.g., ['ContentManagement.Promotion', 'ContentManagement.Article'])
|
|
165
|
+
* Empty array means applies to all entities with workflow-run plugin enabled.
|
|
166
|
+
*/
|
|
167
|
+
entityTypes: string[];
|
|
168
|
+
/**
|
|
169
|
+
* Event types that trigger this workflow (e.g., ['create', 'update'])
|
|
170
|
+
* Uses AXPEntityOp directly (create, update, delete, etc.)
|
|
171
|
+
*/
|
|
172
|
+
eventTypes: AXPEntityOp[];
|
|
173
|
+
/**
|
|
174
|
+
* Whether this binding is enabled
|
|
175
|
+
*/
|
|
176
|
+
enabled: boolean;
|
|
177
|
+
/**
|
|
178
|
+
* Optional conditions for when to trigger (future enhancement)
|
|
179
|
+
*/
|
|
180
|
+
conditions?: any;
|
|
181
|
+
}
|
|
182
|
+
//# sourceMappingURL=workflow-definition.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/workflow/workflow-definition.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/workflow/workflow-definition.types.ts"],"names":[],"mappings":";;AA6MA,YAAY"}
|