@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 @@
|
|
|
1
|
+
{"version":3,"file":"file.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/file.types.ts"],"names":[],"mappings":"AAEA,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/file.types.ts"],"names":[],"mappings":";AAAA,8BAA8B;;AAI9B,YAAY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/index.ts"],"names":[],"mappings":"AAEA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- Property contracts ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./property.types"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./validation.types"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./element.types"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./file.types"), exports);
|
|
9
|
+
//#endregion
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/index.ts"],"names":[],"mappings":";AAAA,sCAAsC;;;AAEtC,2DAAiC;AACjC,6DAAmC;AACnC,0DAAgC;AAChC,uDAA6B;AAE7B,YAAY"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { AXPMultiLanguageString, AXPOptionsData, AXPDataType, AXPWidgetTriggers, AXPValidationRules } from '../core/core.types';
|
|
2
|
+
export interface AXPPropertyGroup {
|
|
3
|
+
name: string;
|
|
4
|
+
title: AXPMultiLanguageString;
|
|
5
|
+
icon?: string;
|
|
6
|
+
description?: AXPMultiLanguageString;
|
|
7
|
+
order?: number;
|
|
8
|
+
}
|
|
9
|
+
export interface AXPPropertyInterface {
|
|
10
|
+
type: string;
|
|
11
|
+
options: AXPOptionsData;
|
|
12
|
+
triggers?: AXPWidgetTriggers;
|
|
13
|
+
}
|
|
14
|
+
export interface AXPProperty {
|
|
15
|
+
name: string;
|
|
16
|
+
title: AXPMultiLanguageString;
|
|
17
|
+
description?: AXPMultiLanguageString;
|
|
18
|
+
dataType: AXPDataType;
|
|
19
|
+
validations?: AXPValidationRules;
|
|
20
|
+
group?: AXPPropertyGroup | string;
|
|
21
|
+
order?: number;
|
|
22
|
+
interface: AXPPropertyInterface;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=property.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/property.types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,cAAc,EAAE,WAAW,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAErI,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,sBAAsB,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,cAAc,CAAC;IACxB,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,sBAAsB,CAAC;IAC9B,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,CAAC,EAAE,kBAAkB,CAAC;IACjC,KAAK,CAAC,EAAE,gBAAgB,GAAG,MAAM,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,oBAAoB,CAAC;CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/property.types.ts"],"names":[],"mappings":";AAAA,kCAAkC;;AA6BlC,YAAY"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { AXPExpression, AXPValidationRule, AXPValidationRules } from '../core/core.types';
|
|
2
|
+
export type { AXPValidationRule, AXPValidationRules };
|
|
3
|
+
export interface AXPRequiredValidationRule extends AXPValidationRule {
|
|
4
|
+
rule: 'required';
|
|
5
|
+
}
|
|
6
|
+
export interface AXPMinLengthValidationRule extends AXPValidationRule {
|
|
7
|
+
rule: 'minLength';
|
|
8
|
+
options: {
|
|
9
|
+
minLength: number | AXPExpression;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export interface AXPMaxLengthValidationRule extends AXPValidationRule {
|
|
13
|
+
rule: 'maxLength';
|
|
14
|
+
options: {
|
|
15
|
+
maxLength: number | AXPExpression;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export interface AXPEqualValidationRule<T> extends AXPValidationRule {
|
|
19
|
+
rule: 'equal';
|
|
20
|
+
options: {
|
|
21
|
+
value: T | AXPExpression;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export interface AXPReqexValidationRule extends AXPValidationRule {
|
|
25
|
+
rule: 'regex';
|
|
26
|
+
options: {
|
|
27
|
+
value: string;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export type AXPStringValidationRules = (AXPRequiredValidationRule | AXPMinLengthValidationRule | AXPMaxLengthValidationRule | AXPEqualValidationRule<string> | AXPReqexValidationRule)[];
|
|
31
|
+
//# sourceMappingURL=validation.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/validation.types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE/F,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,CAAC;AAEtD,MAAM,WAAW,yBAA0B,SAAQ,iBAAiB;IAClE,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,MAAM,WAAW,0BAA2B,SAAQ,iBAAiB;IACnE,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE;QACP,SAAS,EAAE,MAAM,GAAG,aAAa,CAAC;KACnC,CAAC;CACH;AAED,MAAM,WAAW,0BAA2B,SAAQ,iBAAiB;IACnE,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE;QACP,SAAS,EAAE,MAAM,GAAG,aAAa,CAAC;KACnC,CAAC;CACH;AAED,MAAM,WAAW,sBAAsB,CAAC,CAAC,CAAE,SAAQ,iBAAiB;IAClE,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,GAAG,aAAa,CAAC;KAC1B,CAAC;CACH;AAED,MAAM,WAAW,sBAAuB,SAAQ,iBAAiB;IAC/D,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,MAAM,wBAAwB,GAAG,CACnC,yBAAyB,GACzB,0BAA0B,GAC1B,0BAA0B,GAC1B,sBAAsB,CAAC,MAAM,CAAC,GAC9B,sBAAsB,CACzB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/validation.types.ts"],"names":[],"mappings":";AAAA,oCAAoC;;AA8CpC,YAAY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/index.ts"],"names":[],"mappings":"AAEA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- Status contracts ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./status.types"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./status-definition.types"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./statuses.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/status/index.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;AAEpC,yDAA+B;AAC/B,oEAA0C;AAC1C,2DAAiC;AAEjC,YAAY"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Status Definition Types
|
|
3
|
+
* Defines the structure for status definitions and their transitions
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Status definition with metadata
|
|
7
|
+
*/
|
|
8
|
+
export interface AXPStatusDefinition {
|
|
9
|
+
/**
|
|
10
|
+
* Unique identifier for the status
|
|
11
|
+
*/
|
|
12
|
+
name: string;
|
|
13
|
+
/**
|
|
14
|
+
* Display title for the status
|
|
15
|
+
*/
|
|
16
|
+
title: string;
|
|
17
|
+
/**
|
|
18
|
+
* Color code or semantic color name for the status
|
|
19
|
+
*/
|
|
20
|
+
color: string;
|
|
21
|
+
/**
|
|
22
|
+
* Optional icon class (e.g., 'fa-light fa-check')
|
|
23
|
+
*/
|
|
24
|
+
icon?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Optional description
|
|
27
|
+
*/
|
|
28
|
+
description?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Optional order for sorting
|
|
31
|
+
*/
|
|
32
|
+
order?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Whether this is a final status (end state)
|
|
35
|
+
*/
|
|
36
|
+
isFinal?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Whether this is an initial status (starting state)
|
|
39
|
+
*/
|
|
40
|
+
isInitial?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Whether list views should be automatically generated for this status
|
|
43
|
+
*/
|
|
44
|
+
generateView?: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Status transition definition
|
|
48
|
+
*/
|
|
49
|
+
export interface AXPStatusTransition {
|
|
50
|
+
/**
|
|
51
|
+
* Source status name
|
|
52
|
+
*/
|
|
53
|
+
from: string;
|
|
54
|
+
/**
|
|
55
|
+
* Target status name
|
|
56
|
+
*/
|
|
57
|
+
to: string;
|
|
58
|
+
/**
|
|
59
|
+
* Optional condition expression to evaluate before allowing transition
|
|
60
|
+
* Uses expression evaluator syntax (e.g., "{{user.isAdmin}}", "{{item.priority > 5}}")
|
|
61
|
+
*/
|
|
62
|
+
condition?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Optional display title for the transition
|
|
65
|
+
*/
|
|
66
|
+
title?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Optional description
|
|
69
|
+
*/
|
|
70
|
+
description?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Optional command descriptor to execute for this transition
|
|
73
|
+
* If not provided, defaults to Entity:UpdateStatus with entity, id, and status
|
|
74
|
+
*/
|
|
75
|
+
command?: {
|
|
76
|
+
name: string;
|
|
77
|
+
options?: Record<string, unknown>;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Whether this transition is automatic (no user action required)
|
|
81
|
+
*/
|
|
82
|
+
isAutomatic?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Whether this transition requires approval
|
|
85
|
+
*/
|
|
86
|
+
requiresApproval?: boolean;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Abstract class for status providers
|
|
90
|
+
* Similar to AXPTaskBadgeProvider pattern
|
|
91
|
+
*/
|
|
92
|
+
export declare abstract class AXPStatusProvider {
|
|
93
|
+
/**
|
|
94
|
+
* Unique key for the status (e.g., 'task-management.status')
|
|
95
|
+
*/
|
|
96
|
+
abstract readonly key: string;
|
|
97
|
+
/**
|
|
98
|
+
* List of available status definitions
|
|
99
|
+
*/
|
|
100
|
+
abstract readonly statuses: AXPStatusDefinition[];
|
|
101
|
+
/**
|
|
102
|
+
* List of allowed transitions between statuses
|
|
103
|
+
*/
|
|
104
|
+
abstract readonly transitions: AXPStatusTransition[];
|
|
105
|
+
/**
|
|
106
|
+
* Optional default status name
|
|
107
|
+
*/
|
|
108
|
+
abstract readonly defaultStatus?: string;
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=status-definition.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/status-definition.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE;QACR,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KACnC,CAAC;IAEF;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;GAGG;AACH,8BAAsB,iBAAiB;IACrC;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,QAAQ,EAAE,mBAAmB,EAAE,CAAC;IAElD;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,WAAW,EAAE,mBAAmB,EAAE,CAAC;IAErD;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1C"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Status Definition Types
|
|
4
|
+
* Defines the structure for status definitions and their transitions
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.AXPStatusProvider = void 0;
|
|
8
|
+
/**
|
|
9
|
+
* Abstract class for status providers
|
|
10
|
+
* Similar to AXPTaskBadgeProvider pattern
|
|
11
|
+
*/
|
|
12
|
+
class AXPStatusProvider {
|
|
13
|
+
}
|
|
14
|
+
exports.AXPStatusProvider = AXPStatusProvider;
|
|
15
|
+
//#endregion
|
|
16
|
+
//# sourceMappingURL=status-definition.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/status-definition.types.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAwGH;;;GAGG;AACH,MAAsB,iBAAiB;CAoBtC;AApBD,8CAoBC;AAED,YAAY"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/** Standard system status types used across the platform. */
|
|
2
|
+
export declare enum AXPSystemStatusType {
|
|
3
|
+
Todo = "todo",
|
|
4
|
+
InProgress = "in-progress",
|
|
5
|
+
InReview = "in-review",
|
|
6
|
+
Open = "open",
|
|
7
|
+
Closed = "closed",
|
|
8
|
+
Blocked = "blocked",
|
|
9
|
+
Done = "done",
|
|
10
|
+
Cancelled = "cancelled",
|
|
11
|
+
Draft = "draft",
|
|
12
|
+
PendingReview = "pending-review",
|
|
13
|
+
WaitingSignOff = "waiting-sign-off",
|
|
14
|
+
WaitingApproval = "waiting-approval",
|
|
15
|
+
Approved = "approved",
|
|
16
|
+
Published = "published",
|
|
17
|
+
Archived = "archived",
|
|
18
|
+
Rejected = "rejected",
|
|
19
|
+
Active = "active",
|
|
20
|
+
Inactive = "inactive",
|
|
21
|
+
Pending = "pending",
|
|
22
|
+
Completed = "completed",
|
|
23
|
+
Suspended = "suspended",
|
|
24
|
+
Failed = "failed",
|
|
25
|
+
Review = "review",
|
|
26
|
+
Expired = "expired"
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=status.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/status.types.ts"],"names":[],"mappings":"AAEA,6DAA6D;AAC7D,oBAAY,mBAAmB;IAC7B,IAAI,SAAS;IACb,UAAU,gBAAgB;IAC1B,QAAQ,cAAc;IACtB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,aAAa,mBAAmB;IAChC,cAAc,qBAAqB;IACnC,eAAe,qBAAqB;IACpC,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- System status types ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AXPSystemStatusType = void 0;
|
|
5
|
+
/** Standard system status types used across the platform. */
|
|
6
|
+
var AXPSystemStatusType;
|
|
7
|
+
(function (AXPSystemStatusType) {
|
|
8
|
+
AXPSystemStatusType["Todo"] = "todo";
|
|
9
|
+
AXPSystemStatusType["InProgress"] = "in-progress";
|
|
10
|
+
AXPSystemStatusType["InReview"] = "in-review";
|
|
11
|
+
AXPSystemStatusType["Open"] = "open";
|
|
12
|
+
AXPSystemStatusType["Closed"] = "closed";
|
|
13
|
+
AXPSystemStatusType["Blocked"] = "blocked";
|
|
14
|
+
AXPSystemStatusType["Done"] = "done";
|
|
15
|
+
AXPSystemStatusType["Cancelled"] = "cancelled";
|
|
16
|
+
AXPSystemStatusType["Draft"] = "draft";
|
|
17
|
+
AXPSystemStatusType["PendingReview"] = "pending-review";
|
|
18
|
+
AXPSystemStatusType["WaitingSignOff"] = "waiting-sign-off";
|
|
19
|
+
AXPSystemStatusType["WaitingApproval"] = "waiting-approval";
|
|
20
|
+
AXPSystemStatusType["Approved"] = "approved";
|
|
21
|
+
AXPSystemStatusType["Published"] = "published";
|
|
22
|
+
AXPSystemStatusType["Archived"] = "archived";
|
|
23
|
+
AXPSystemStatusType["Rejected"] = "rejected";
|
|
24
|
+
AXPSystemStatusType["Active"] = "active";
|
|
25
|
+
AXPSystemStatusType["Inactive"] = "inactive";
|
|
26
|
+
AXPSystemStatusType["Pending"] = "pending";
|
|
27
|
+
AXPSystemStatusType["Completed"] = "completed";
|
|
28
|
+
AXPSystemStatusType["Suspended"] = "suspended";
|
|
29
|
+
AXPSystemStatusType["Failed"] = "failed";
|
|
30
|
+
AXPSystemStatusType["Review"] = "review";
|
|
31
|
+
AXPSystemStatusType["Expired"] = "expired";
|
|
32
|
+
})(AXPSystemStatusType || (exports.AXPSystemStatusType = AXPSystemStatusType = {}));
|
|
33
|
+
//#endregion
|
|
34
|
+
//# sourceMappingURL=status.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/status.types.ts"],"names":[],"mappings":";AAAA,uCAAuC;;;AAEvC,6DAA6D;AAC7D,IAAY,mBAyBX;AAzBD,WAAY,mBAAmB;IAC7B,oCAAa,CAAA;IACb,iDAA0B,CAAA;IAC1B,6CAAsB,CAAA;IACtB,oCAAa,CAAA;IACb,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,oCAAa,CAAA;IACb,8CAAuB,CAAA;IACvB,sCAAe,CAAA;IACf,uDAAgC,CAAA;IAChC,0DAAmC,CAAA;IACnC,2DAAoC,CAAA;IACpC,4CAAqB,CAAA;IACrB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,4CAAqB,CAAA;IACrB,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,8CAAuB,CAAA;IACvB,8CAAuB,CAAA;IACvB,wCAAiB,CAAA;IACjB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;AACrB,CAAC,EAzBW,mBAAmB,mCAAnB,mBAAmB,QAyB9B;AAED,YAAY"}
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
import { AXStyleColorType } from '../core';
|
|
2
|
+
import { AXPSystemStatusType } from './status.types';
|
|
3
|
+
import { AXPStatusDefinition } from './status-definition.types';
|
|
4
|
+
/**
|
|
5
|
+
* Standard system status definitions
|
|
6
|
+
* Provides consistent status definitions across the platform
|
|
7
|
+
* Uses AXPStatusDefinition interface from status-definition.types.ts
|
|
8
|
+
*/
|
|
9
|
+
export declare const AXPSystemStatuses: Readonly<{
|
|
10
|
+
readonly Open: {
|
|
11
|
+
readonly name: AXPSystemStatusType.Open;
|
|
12
|
+
readonly title: string;
|
|
13
|
+
readonly icon: "fa-light fa-circle";
|
|
14
|
+
readonly color: "secondary";
|
|
15
|
+
readonly description: string;
|
|
16
|
+
readonly order: 1;
|
|
17
|
+
readonly isInitial: true;
|
|
18
|
+
readonly isFinal: false;
|
|
19
|
+
};
|
|
20
|
+
readonly Closed: {
|
|
21
|
+
readonly name: AXPSystemStatusType.Closed;
|
|
22
|
+
readonly title: string;
|
|
23
|
+
readonly icon: "fa-light fa-circle";
|
|
24
|
+
readonly color: "danger";
|
|
25
|
+
readonly description: string;
|
|
26
|
+
readonly order: 2;
|
|
27
|
+
readonly isInitial: false;
|
|
28
|
+
readonly isFinal: true;
|
|
29
|
+
};
|
|
30
|
+
readonly Todo: {
|
|
31
|
+
readonly name: AXPSystemStatusType.Todo;
|
|
32
|
+
readonly title: string;
|
|
33
|
+
readonly icon: "fa-light fa-circle";
|
|
34
|
+
readonly color: "secondary";
|
|
35
|
+
readonly description: string;
|
|
36
|
+
readonly order: 1;
|
|
37
|
+
readonly isInitial: true;
|
|
38
|
+
readonly isFinal: false;
|
|
39
|
+
};
|
|
40
|
+
readonly InProgress: {
|
|
41
|
+
readonly name: AXPSystemStatusType.InProgress;
|
|
42
|
+
readonly title: string;
|
|
43
|
+
readonly icon: "fa-light fa-play";
|
|
44
|
+
readonly color: "info";
|
|
45
|
+
readonly description: string;
|
|
46
|
+
readonly order: 2;
|
|
47
|
+
readonly isInitial: false;
|
|
48
|
+
readonly isFinal: false;
|
|
49
|
+
};
|
|
50
|
+
readonly InReview: {
|
|
51
|
+
readonly name: AXPSystemStatusType.InReview;
|
|
52
|
+
readonly title: string;
|
|
53
|
+
readonly icon: "fa-light fa-eye";
|
|
54
|
+
readonly color: "info";
|
|
55
|
+
readonly description: string;
|
|
56
|
+
readonly order: 3;
|
|
57
|
+
readonly isInitial: false;
|
|
58
|
+
readonly isFinal: false;
|
|
59
|
+
};
|
|
60
|
+
readonly Blocked: {
|
|
61
|
+
readonly name: AXPSystemStatusType.Blocked;
|
|
62
|
+
readonly title: string;
|
|
63
|
+
readonly icon: "fa-light fa-ban";
|
|
64
|
+
readonly color: "danger";
|
|
65
|
+
readonly description: string;
|
|
66
|
+
readonly order: 4;
|
|
67
|
+
readonly isInitial: false;
|
|
68
|
+
readonly isFinal: false;
|
|
69
|
+
};
|
|
70
|
+
readonly Done: {
|
|
71
|
+
readonly name: AXPSystemStatusType.Done;
|
|
72
|
+
readonly title: string;
|
|
73
|
+
readonly icon: "fa-light fa-check-circle";
|
|
74
|
+
readonly color: "success";
|
|
75
|
+
readonly description: string;
|
|
76
|
+
readonly order: 5;
|
|
77
|
+
readonly isInitial: false;
|
|
78
|
+
readonly isFinal: true;
|
|
79
|
+
};
|
|
80
|
+
readonly Cancelled: {
|
|
81
|
+
readonly name: AXPSystemStatusType.Cancelled;
|
|
82
|
+
readonly title: string;
|
|
83
|
+
readonly icon: "fa-light fa-times-circle";
|
|
84
|
+
readonly color: "neutral";
|
|
85
|
+
readonly description: string;
|
|
86
|
+
readonly order: 6;
|
|
87
|
+
readonly isInitial: false;
|
|
88
|
+
readonly isFinal: true;
|
|
89
|
+
};
|
|
90
|
+
readonly Draft: {
|
|
91
|
+
readonly name: AXPSystemStatusType.Draft;
|
|
92
|
+
readonly title: string;
|
|
93
|
+
readonly icon: "fa-light fa-file-pen";
|
|
94
|
+
readonly color: "neutral";
|
|
95
|
+
readonly description: string;
|
|
96
|
+
readonly order: 1;
|
|
97
|
+
readonly isInitial: true;
|
|
98
|
+
readonly isFinal: false;
|
|
99
|
+
};
|
|
100
|
+
readonly PendingReview: {
|
|
101
|
+
readonly name: AXPSystemStatusType.PendingReview;
|
|
102
|
+
readonly title: string;
|
|
103
|
+
readonly icon: "fa-light fa-clock";
|
|
104
|
+
readonly color: "warning";
|
|
105
|
+
readonly description: string;
|
|
106
|
+
readonly order: 2;
|
|
107
|
+
readonly isInitial: false;
|
|
108
|
+
readonly isFinal: false;
|
|
109
|
+
};
|
|
110
|
+
readonly WaitingSignOff: {
|
|
111
|
+
readonly name: AXPSystemStatusType.WaitingSignOff;
|
|
112
|
+
readonly title: string;
|
|
113
|
+
readonly icon: "fa-light fa-clock";
|
|
114
|
+
readonly color: "warning";
|
|
115
|
+
readonly description: string;
|
|
116
|
+
readonly order: 3;
|
|
117
|
+
readonly isInitial: false;
|
|
118
|
+
readonly isFinal: false;
|
|
119
|
+
};
|
|
120
|
+
readonly WaitingApproval: {
|
|
121
|
+
readonly name: AXPSystemStatusType.WaitingApproval;
|
|
122
|
+
readonly title: string;
|
|
123
|
+
readonly icon: "fa-light fa-clock";
|
|
124
|
+
readonly color: "warning";
|
|
125
|
+
readonly description: string;
|
|
126
|
+
readonly order: 1;
|
|
127
|
+
readonly isInitial: true;
|
|
128
|
+
readonly isFinal: false;
|
|
129
|
+
};
|
|
130
|
+
readonly Approved: {
|
|
131
|
+
readonly name: AXPSystemStatusType.Approved;
|
|
132
|
+
readonly title: string;
|
|
133
|
+
readonly icon: "fa-light fa-check-circle";
|
|
134
|
+
readonly color: "success";
|
|
135
|
+
readonly description: string;
|
|
136
|
+
readonly order: 3;
|
|
137
|
+
readonly isInitial: false;
|
|
138
|
+
readonly isFinal: false;
|
|
139
|
+
};
|
|
140
|
+
readonly Published: {
|
|
141
|
+
readonly name: AXPSystemStatusType.Published;
|
|
142
|
+
readonly title: string;
|
|
143
|
+
readonly icon: "fa-light fa-globe";
|
|
144
|
+
readonly color: "primary";
|
|
145
|
+
readonly description: string;
|
|
146
|
+
readonly order: 4;
|
|
147
|
+
readonly isInitial: false;
|
|
148
|
+
readonly isFinal: false;
|
|
149
|
+
};
|
|
150
|
+
readonly Archived: {
|
|
151
|
+
readonly name: AXPSystemStatusType.Archived;
|
|
152
|
+
readonly title: string;
|
|
153
|
+
readonly icon: "fa-light fa-archive";
|
|
154
|
+
readonly color: "danger";
|
|
155
|
+
readonly description: string;
|
|
156
|
+
readonly order: 5;
|
|
157
|
+
readonly isInitial: false;
|
|
158
|
+
readonly isFinal: true;
|
|
159
|
+
};
|
|
160
|
+
readonly Rejected: {
|
|
161
|
+
readonly name: AXPSystemStatusType.Rejected;
|
|
162
|
+
readonly title: string;
|
|
163
|
+
readonly icon: "fa-light fa-times-circle";
|
|
164
|
+
readonly color: "danger";
|
|
165
|
+
readonly description: string;
|
|
166
|
+
readonly order: 6;
|
|
167
|
+
readonly isInitial: false;
|
|
168
|
+
readonly isFinal: true;
|
|
169
|
+
};
|
|
170
|
+
readonly Active: {
|
|
171
|
+
readonly name: AXPSystemStatusType.Active;
|
|
172
|
+
readonly title: string;
|
|
173
|
+
readonly icon: "fa-light fa-check-circle";
|
|
174
|
+
readonly color: "success";
|
|
175
|
+
readonly description: string;
|
|
176
|
+
readonly order: 1;
|
|
177
|
+
readonly isInitial: false;
|
|
178
|
+
readonly isFinal: false;
|
|
179
|
+
};
|
|
180
|
+
readonly Inactive: {
|
|
181
|
+
readonly name: AXPSystemStatusType.Inactive;
|
|
182
|
+
readonly title: string;
|
|
183
|
+
readonly icon: "fa-light fa-circle";
|
|
184
|
+
readonly color: "secondary";
|
|
185
|
+
readonly description: string;
|
|
186
|
+
readonly order: 2;
|
|
187
|
+
readonly isInitial: false;
|
|
188
|
+
readonly isFinal: false;
|
|
189
|
+
};
|
|
190
|
+
readonly Pending: {
|
|
191
|
+
readonly name: AXPSystemStatusType.Pending;
|
|
192
|
+
readonly title: string;
|
|
193
|
+
readonly icon: "fa-light fa-clock";
|
|
194
|
+
readonly color: "warning";
|
|
195
|
+
readonly description: string;
|
|
196
|
+
readonly order: 1;
|
|
197
|
+
readonly isInitial: true;
|
|
198
|
+
readonly isFinal: false;
|
|
199
|
+
};
|
|
200
|
+
readonly Completed: {
|
|
201
|
+
readonly name: AXPSystemStatusType.Completed;
|
|
202
|
+
readonly title: string;
|
|
203
|
+
readonly icon: "fa-light fa-check-circle";
|
|
204
|
+
readonly color: "success";
|
|
205
|
+
readonly description: string;
|
|
206
|
+
readonly order: 10;
|
|
207
|
+
readonly isInitial: false;
|
|
208
|
+
readonly isFinal: true;
|
|
209
|
+
};
|
|
210
|
+
readonly Suspended: {
|
|
211
|
+
readonly name: AXPSystemStatusType.Suspended;
|
|
212
|
+
readonly title: string;
|
|
213
|
+
readonly icon: "fa-light fa-pause-circle";
|
|
214
|
+
readonly color: "neutral";
|
|
215
|
+
readonly description: string;
|
|
216
|
+
readonly order: 5;
|
|
217
|
+
readonly isInitial: false;
|
|
218
|
+
readonly isFinal: false;
|
|
219
|
+
};
|
|
220
|
+
readonly Failed: {
|
|
221
|
+
readonly name: AXPSystemStatusType.Failed;
|
|
222
|
+
readonly title: string;
|
|
223
|
+
readonly icon: "fa-light fa-xmark-circle";
|
|
224
|
+
readonly color: "danger";
|
|
225
|
+
readonly description: string;
|
|
226
|
+
readonly order: 10;
|
|
227
|
+
readonly isInitial: false;
|
|
228
|
+
readonly isFinal: true;
|
|
229
|
+
};
|
|
230
|
+
readonly Review: {
|
|
231
|
+
readonly name: AXPSystemStatusType.Review;
|
|
232
|
+
readonly title: string;
|
|
233
|
+
readonly icon: "fa-light fa-eye";
|
|
234
|
+
readonly color: "info";
|
|
235
|
+
readonly description: string;
|
|
236
|
+
readonly order: 3;
|
|
237
|
+
};
|
|
238
|
+
readonly Expired: {
|
|
239
|
+
readonly name: AXPSystemStatusType.Expired;
|
|
240
|
+
readonly title: string;
|
|
241
|
+
readonly icon: "fa-light fa-clock";
|
|
242
|
+
readonly color: "danger";
|
|
243
|
+
readonly description: string;
|
|
244
|
+
readonly order: 10;
|
|
245
|
+
readonly isInitial: false;
|
|
246
|
+
readonly isFinal: true;
|
|
247
|
+
};
|
|
248
|
+
}>;
|
|
249
|
+
/**
|
|
250
|
+
* Get system status definition by type
|
|
251
|
+
* @param type - Status type
|
|
252
|
+
* @returns System status definition or undefined
|
|
253
|
+
*/
|
|
254
|
+
export declare function getSystemStatus(type: AXPSystemStatusType): AXPStatusDefinition;
|
|
255
|
+
/**
|
|
256
|
+
* Resolves the visual appearance (color and icon) for status
|
|
257
|
+
* using the system statuses from the core module.
|
|
258
|
+
* @param statusType - Status type string
|
|
259
|
+
* @returns Color and icon for the status
|
|
260
|
+
*/
|
|
261
|
+
export declare function resolveStatusLook(statusType: string): {
|
|
262
|
+
color: AXStyleColorType;
|
|
263
|
+
icon: string;
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* Resolves the complete status information (title, description, icon, color) for a status
|
|
267
|
+
* using the system statuses from the core module.
|
|
268
|
+
* @param statusType - Status type string
|
|
269
|
+
* @returns Complete status information as AXPStatusDefinition
|
|
270
|
+
*/
|
|
271
|
+
export declare function getStatusInfo(statusType: string): AXPStatusDefinition;
|
|
272
|
+
/**
|
|
273
|
+
* Get system status definition directly (no conversion needed since it's already AXPStatusDefinition)
|
|
274
|
+
* @param statusType - Status type
|
|
275
|
+
* @param overrides - Optional overrides for the status definition
|
|
276
|
+
* @returns AXPStatusDefinition
|
|
277
|
+
*/
|
|
278
|
+
export declare function systemStatusToDefinition(statusType: AXPSystemStatusType, overrides?: Partial<AXPStatusDefinition>): AXPStatusDefinition;
|
|
279
|
+
//# sourceMappingURL=statuses.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statuses.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/statuses.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAIhE;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgP2B,CAAC;AAE1D;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,mBAAmB,CAE9E;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG;IAAE,KAAK,EAAE,gBAAgB,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAgB/F;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,mBAAmB,CAgBrE;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,UAAU,EAAE,mBAAmB,EAC/B,SAAS,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,GACvC,mBAAmB,CAUrB"}
|