@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":"interface-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/interface-definition.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Discriminated JSON for `AXPMenuDefinitionRecord.command`.
|
|
3
|
+
* Modal navigation is omitted (Angular `Type` is not JSON-serializable).
|
|
4
|
+
*/
|
|
5
|
+
export type AXPMenuDefinitionStoredCommand = {
|
|
6
|
+
kind: 'navigate';
|
|
7
|
+
navigateType: 'router';
|
|
8
|
+
path: string;
|
|
9
|
+
extras?: Record<string, unknown>;
|
|
10
|
+
} | {
|
|
11
|
+
kind: 'execute';
|
|
12
|
+
name: string;
|
|
13
|
+
options?: Record<string, unknown>;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Optional reference to an entity list route: resolved at runtime via `AXPEntityService.createPath`.
|
|
17
|
+
*/
|
|
18
|
+
export interface AXPMenuDefinitionEntityListRef {
|
|
19
|
+
module: string;
|
|
20
|
+
entity: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Serializable menu definition for definition stores (Dexie/Firestore in mock today).
|
|
24
|
+
* Mirrors persisted shape for `AXPEntityDefinitionCrudService` menu APIs — not identical to shell `AXPMenuItem`.
|
|
25
|
+
*/
|
|
26
|
+
export interface AXPMenuDefinitionRecord {
|
|
27
|
+
/** Same as `AXPMenuItem.name` (unique key). */
|
|
28
|
+
name: string;
|
|
29
|
+
text: string;
|
|
30
|
+
description?: string;
|
|
31
|
+
icon?: string;
|
|
32
|
+
priority?: number;
|
|
33
|
+
type?: 'menu' | 'group' | 'break';
|
|
34
|
+
/**
|
|
35
|
+
* Parent menu `name` for `context.find(attachParentName).addItems(...)`.
|
|
36
|
+
* Empty omits attachment (provider may add to root — see implementation).
|
|
37
|
+
*/
|
|
38
|
+
attachParentName?: string;
|
|
39
|
+
/** Literal router path; if both this and `entityListRef` are set, implementations may prefer this. */
|
|
40
|
+
path?: string;
|
|
41
|
+
entityListRef?: AXPMenuDefinitionEntityListRef;
|
|
42
|
+
policyFeatures?: string[];
|
|
43
|
+
policyPermissions?: string[];
|
|
44
|
+
badgeKey?: string;
|
|
45
|
+
command?: AXPMenuDefinitionStoredCommand;
|
|
46
|
+
/**
|
|
47
|
+
* Optional module classification (references `PlatformManagement.ModuleDefinitions` when using the category plugin).
|
|
48
|
+
*/
|
|
49
|
+
categoryIds?: string[];
|
|
50
|
+
/** Denormalized labels for list/display (mirrors product category pattern). */
|
|
51
|
+
categories?: Array<{
|
|
52
|
+
id: string;
|
|
53
|
+
title?: string;
|
|
54
|
+
}>;
|
|
55
|
+
meta?: Record<string, unknown>;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=menu-definition.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/menu-definition.types.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,MAAM,8BAA8B,GACtC;IACE,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,QAAQ,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAClC,GACD;IACE,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC,CAAC;AAEN;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;IAClC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,sGAAsG;IACtG,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,8BAA8B,CAAC;IAC/C,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,8BAA8B,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,+EAA+E;IAC/E,UAAU,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnD,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/menu-definition.types.ts"],"names":[],"mappings":";AAAA,8EAA8E;;AA4D9E,YAAY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"module-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/module-definition.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,MAAM,WAAW,mBAAmB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,sBAAsB,EAAE,CAAC;CACxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"module-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/module-definition.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* One level of child permissions under a root permission (fluent `addChild` only).
|
|
3
|
+
* Nested `children` under leaves are not part of the storage contract.
|
|
4
|
+
*/
|
|
5
|
+
export interface AXPPermissionLeafRecord {
|
|
6
|
+
name: string;
|
|
7
|
+
title: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
requiredFeatures?: string[];
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Root permission row: one `addPermission` … `endPermission` chain, with optional sibling `addChild` entries.
|
|
13
|
+
*/
|
|
14
|
+
export interface AXPPermissionDefinitionRecord {
|
|
15
|
+
name: string;
|
|
16
|
+
title: string;
|
|
17
|
+
description?: string;
|
|
18
|
+
requiredFeatures?: string[];
|
|
19
|
+
/** At most one level — matches `AXPPermissionDefinitionProviderContext` fluent API. */
|
|
20
|
+
children?: AXPPermissionLeafRecord[];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Serializable permission group for definition stores (Dexie/Firestore).
|
|
24
|
+
* Aligns with `AXPPermissionGroupDefinition` / fluent providers; one row per group.
|
|
25
|
+
*/
|
|
26
|
+
export interface AXPPermissionGroupDefinitionRecord {
|
|
27
|
+
name: string;
|
|
28
|
+
title: string;
|
|
29
|
+
description?: string;
|
|
30
|
+
permissions: AXPPermissionDefinitionRecord[];
|
|
31
|
+
/**
|
|
32
|
+
* Optional module classification (references `PlatformManagement.ModuleDefinitions` when using the category plugin).
|
|
33
|
+
*/
|
|
34
|
+
categoryIds?: string[];
|
|
35
|
+
/** Denormalized labels for list/display (mirrors product category pattern). */
|
|
36
|
+
categories?: Array<{
|
|
37
|
+
id: string;
|
|
38
|
+
title?: string;
|
|
39
|
+
}>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=permission-definition.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permission-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/permission-definition.types.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,uFAAuF;IACvF,QAAQ,CAAC,EAAE,uBAAuB,EAAE,CAAC;CACtC;AAED;;;GAGG;AACH,MAAM,WAAW,kCAAkC;IACjD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,6BAA6B,EAAE,CAAC;IAC7C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,+EAA+E;IAC/E,UAAU,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permission-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/permission-definition.types.ts"],"names":[],"mappings":";AAAA,oFAAoF;;AA0CpF,YAAY"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AXPMetaData } from '@acorex-platform/framework-shared/core';
|
|
2
|
+
import { AXPPropertyDefinition } from "./property-definition.types";
|
|
3
|
+
import { AXPDomainRealtedModuleEntity } from "./base.types";
|
|
4
|
+
/**
|
|
5
|
+
* Plugin definition (catalog model): metadata for available plugins.
|
|
6
|
+
* Used in UI to list plugins: name, title, optional icon, description, and options schema.
|
|
7
|
+
*/
|
|
8
|
+
export interface AXPPluginDefinition extends AXPDomainRealtedModuleEntity {
|
|
9
|
+
name: string;
|
|
10
|
+
title: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
icon?: string;
|
|
13
|
+
options?: AXPPropertyDefinition[];
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Plugin value in entity: name + optional options (key-value).
|
|
17
|
+
* Fills the definition when used on an entity.
|
|
18
|
+
*/
|
|
19
|
+
export interface AXPPluginDefinitionValue {
|
|
20
|
+
name: string;
|
|
21
|
+
options?: AXPMetaData;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=plugin-definition.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/plugin-definition.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAE5D;;;GAGG;AACH,MAAM,WAAW,mBAAoB,SAAQ,4BAA4B;IACvE,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACnC;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/plugin-definition.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AXPDataType, AXPMetaData } from '@acorex-platform/framework-shared/core';
|
|
2
|
+
import { AXPInterfaceDefinitionValue } from "./interface-definition.types";
|
|
3
|
+
import { AXPValidationRuleValue } from "./validation-definition.types";
|
|
4
|
+
export interface AXPPropertyFeatures {
|
|
5
|
+
searchable?: {
|
|
6
|
+
enabled: boolean;
|
|
7
|
+
fullText: boolean;
|
|
8
|
+
};
|
|
9
|
+
filterable?: {
|
|
10
|
+
enabled: boolean;
|
|
11
|
+
inline: boolean;
|
|
12
|
+
};
|
|
13
|
+
sortable?: {
|
|
14
|
+
enabled: boolean;
|
|
15
|
+
};
|
|
16
|
+
auditable?: {
|
|
17
|
+
enabled: boolean;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export interface AXPPropertyDefinition {
|
|
21
|
+
name: string;
|
|
22
|
+
title: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
icon?: string;
|
|
25
|
+
defaultValue?: unknown;
|
|
26
|
+
disabled?: boolean;
|
|
27
|
+
dataType?: AXPDataType;
|
|
28
|
+
interface: AXPInterfaceDefinitionValue;
|
|
29
|
+
validations?: AXPValidationRuleValue[];
|
|
30
|
+
features?: AXPPropertyFeatures;
|
|
31
|
+
metadata?: AXPMetaData;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=property-definition.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/property-definition.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAEvE,MAAM,WAAW,mBAAmB;IAChC,UAAU,CAAC,EAAE;QACT,OAAO,EAAE,OAAO,CAAC;QACjB,QAAQ,EAAE,OAAO,CAAC;KACrB,CAAC;IAEF,UAAU,CAAC,EAAE;QACT,OAAO,EAAE,OAAO,CAAC;QACjB,MAAM,EAAE,OAAO,CAAC;KACnB,CAAC;IAEF,QAAQ,CAAC,EAAE;QACP,OAAO,EAAE,OAAO,CAAC;KACpB,CAAC;IAEF,SAAS,CAAC,EAAE;QACR,OAAO,EAAE,OAAO,CAAC;KACpB,CAAC;CACL;AAED,MAAM,WAAW,qBAAqB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,SAAS,EAAE,2BAA2B,CAAC;IACvC,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACvC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,QAAQ,CAAC,EAAE,WAAW,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/property-definition.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { AXPDefinitionCategory } from '@acorex-platform/framework-shared/core';
|
|
2
|
+
import type { AXPCommandCapability } from './command-registry.types';
|
|
3
|
+
import type { AXPPropertyDefinition } from './property-definition.types';
|
|
4
|
+
/**
|
|
5
|
+
* Persisted query registry row (e.g. Dexie/Firestore via AXPEntityDefinitionCrudService).
|
|
6
|
+
* `name` is the runtime query key; `active` is the toggle stored for mock/admin UIs.
|
|
7
|
+
* Queries expose `fetch(input)` only — no command outcomes.
|
|
8
|
+
*/
|
|
9
|
+
export interface AXPQueryRegistryRecord {
|
|
10
|
+
name: string;
|
|
11
|
+
active: boolean;
|
|
12
|
+
/** Human / AI-oriented description of what the query returns. */
|
|
13
|
+
description?: string;
|
|
14
|
+
/** Input parameters (filter / criteria) as property definition rows. */
|
|
15
|
+
inputOptionDefinitions?: AXPPropertyDefinition[];
|
|
16
|
+
/** Result shape as property definition rows (documentation / tooling). */
|
|
17
|
+
outputOptionDefinitions?: AXPPropertyDefinition[];
|
|
18
|
+
/** Display title from build-time query metadata (`*.query.definition.ts`). */
|
|
19
|
+
catalogTitle?: string;
|
|
20
|
+
/** Where the query runs (metadata). */
|
|
21
|
+
executionMode?: 'frontend' | 'backend' | 'both';
|
|
22
|
+
/** Pretty-printed JSON of AI hints from metadata (readonly display). */
|
|
23
|
+
aiMetadataJson?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Optional capability flags (from build-time `capabilities` on query metadata).
|
|
26
|
+
* Omitted or empty means no declared surface; consumers may still apply legacy rules (e.g. AI `ai-tool` tag).
|
|
27
|
+
*/
|
|
28
|
+
capabilities?: AXPCommandCapability[];
|
|
29
|
+
/** Optional grouping from build-time query metadata (`categories` on `defineQuery`). */
|
|
30
|
+
categories?: AXPDefinitionCategory[];
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=query-registry.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-registry.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/query-registry.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAEpF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAIzE;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,iEAAiE;IACjE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wEAAwE;IACxE,sBAAsB,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACjD,0EAA0E;IAC1E,uBAAuB,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAClD,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uCAAuC;IACvC,aAAa,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,MAAM,CAAC;IAChD,wEAAwE;IACxE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,YAAY,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACtC,wFAAwF;IACxF,UAAU,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-registry.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/query-registry.types.ts"],"names":[],"mappings":";;AAoCA,YAAY"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare enum AXPRelationshipKind {
|
|
2
|
+
Association = 0,
|
|
3
|
+
Composition = 1,
|
|
4
|
+
Aggregation = 2
|
|
5
|
+
}
|
|
6
|
+
export declare enum AXPRelationshipCardinality {
|
|
7
|
+
OneToOne = 0,
|
|
8
|
+
OneToMany = 1,
|
|
9
|
+
ManyToMany = 2
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Standalone relation definition with full source and target.
|
|
13
|
+
* Relations live in their own collection, independent of aggregates.
|
|
14
|
+
*/
|
|
15
|
+
export interface AXPRelationDefinition {
|
|
16
|
+
id?: string;
|
|
17
|
+
type: AXPRelationshipCardinality;
|
|
18
|
+
kind: AXPRelationshipKind;
|
|
19
|
+
source: {
|
|
20
|
+
aggregate: string;
|
|
21
|
+
entity: string;
|
|
22
|
+
key: string;
|
|
23
|
+
};
|
|
24
|
+
target: {
|
|
25
|
+
aggregate: string;
|
|
26
|
+
entity: string;
|
|
27
|
+
key: string;
|
|
28
|
+
};
|
|
29
|
+
isRequired: boolean;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=relation-definition.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"relation-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/relation-definition.types.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC3B,WAAW,IAAA;IACX,WAAW,IAAA;IACX,WAAW,IAAA;CACd;AAED,oBAAY,0BAA0B;IAClC,QAAQ,IAAA;IACR,SAAS,IAAA;IACT,UAAU,IAAA;CACb;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,0BAA0B,CAAC;IACjC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,MAAM,EAAE;QACJ,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,MAAM,EAAE;QACJ,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,UAAU,EAAE,OAAO,CAAC;CACvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AXPRelationshipCardinality = exports.AXPRelationshipKind = void 0;
|
|
4
|
+
var AXPRelationshipKind;
|
|
5
|
+
(function (AXPRelationshipKind) {
|
|
6
|
+
AXPRelationshipKind[AXPRelationshipKind["Association"] = 0] = "Association";
|
|
7
|
+
AXPRelationshipKind[AXPRelationshipKind["Composition"] = 1] = "Composition";
|
|
8
|
+
AXPRelationshipKind[AXPRelationshipKind["Aggregation"] = 2] = "Aggregation";
|
|
9
|
+
})(AXPRelationshipKind || (exports.AXPRelationshipKind = AXPRelationshipKind = {}));
|
|
10
|
+
var AXPRelationshipCardinality;
|
|
11
|
+
(function (AXPRelationshipCardinality) {
|
|
12
|
+
AXPRelationshipCardinality[AXPRelationshipCardinality["OneToOne"] = 0] = "OneToOne";
|
|
13
|
+
AXPRelationshipCardinality[AXPRelationshipCardinality["OneToMany"] = 1] = "OneToMany";
|
|
14
|
+
AXPRelationshipCardinality[AXPRelationshipCardinality["ManyToMany"] = 2] = "ManyToMany";
|
|
15
|
+
})(AXPRelationshipCardinality || (exports.AXPRelationshipCardinality = AXPRelationshipCardinality = {}));
|
|
16
|
+
//# sourceMappingURL=relation-definition.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"relation-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/relation-definition.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC3B,2EAAW,CAAA;IACX,2EAAW,CAAA;IACX,2EAAW,CAAA;AACf,CAAC,EAJW,mBAAmB,mCAAnB,mBAAmB,QAI9B;AAED,IAAY,0BAIX;AAJD,WAAY,0BAA0B;IAClC,mFAAQ,CAAA;IACR,qFAAS,CAAA;IACT,uFAAU,CAAA;AACd,CAAC,EAJW,0BAA0B,0CAA1B,0BAA0B,QAIrC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AXPMetaData } from '@acorex-platform/framework-shared/core';
|
|
2
|
+
import { AXPDomainRealtedModuleEntity } from "./base.types";
|
|
3
|
+
import { AXPPropertyDefinition } from "./property-definition.types";
|
|
4
|
+
/**
|
|
5
|
+
* Where the validation rule runs: client-side only, server-side only, or both.
|
|
6
|
+
*/
|
|
7
|
+
export type AXPValidationRunAt = 'client' | 'server' | 'both';
|
|
8
|
+
/**
|
|
9
|
+
* Validation rule definition (catalog model): metadata for available validation rules.
|
|
10
|
+
* Used in UI to list validation rules: name (rule key), title, description, and runAt.
|
|
11
|
+
* The actual rule usage on properties uses AXPValidationRule from @acorex/platform/core.
|
|
12
|
+
*/
|
|
13
|
+
export interface AXPValidationRuleDefinition extends AXPDomainRealtedModuleEntity {
|
|
14
|
+
rule: string;
|
|
15
|
+
title: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
icon?: string;
|
|
18
|
+
/** Where the validation runs: client-side, server-side, or both. Default: 'client' */
|
|
19
|
+
runAt?: AXPValidationRunAt;
|
|
20
|
+
message?: string;
|
|
21
|
+
options?: AXPPropertyDefinition[];
|
|
22
|
+
}
|
|
23
|
+
export interface AXPValidationRuleValue {
|
|
24
|
+
rule: string;
|
|
25
|
+
title?: string;
|
|
26
|
+
message?: string;
|
|
27
|
+
options?: AXPMetaData;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=validation-definition.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/validation-definition.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAEpE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,2BAA4B,SAAQ,4BAA4B;IAC/E,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sFAAsF;IACtF,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/validation-definition.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Persisted layout-widget catalog row (Dexie/Firestore via AXPEntityDefinitionCrudService).
|
|
3
|
+
* `name` is the widget registry name from build-time `defineWidget` metadata; `metadataJson` holds the full payload.
|
|
4
|
+
*/
|
|
5
|
+
export interface AXPWidgetCatalogRecord {
|
|
6
|
+
name: string;
|
|
7
|
+
active: boolean;
|
|
8
|
+
description?: string;
|
|
9
|
+
/** Localized / catalog title from metadata `title`. */
|
|
10
|
+
catalogTitle?: string;
|
|
11
|
+
/** Pretty-printed JSON of full widget metadata (`defineWidget` sidecar). */
|
|
12
|
+
metadataJson?: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=widget-catalog.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-catalog.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/widget-catalog.types.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uDAAuD;IACvD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4EAA4E;IAC5E,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-catalog.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/widget-catalog.types.ts"],"names":[],"mappings":";AAAA,mDAAmD;;AAgBnD,YAAY"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from './definitions/base.types';
|
|
2
|
+
export * from './definitions/module-definition.types';
|
|
3
|
+
export * from './definitions/aggregate-definition.types';
|
|
4
|
+
export * from './definitions/entity-definition.types';
|
|
5
|
+
export * from './definitions/plugin-definition.types';
|
|
6
|
+
export * from './definitions/property-definition.types';
|
|
7
|
+
export * from './definitions/relation-definition.types';
|
|
8
|
+
export * from './definitions/interface-definition.types';
|
|
9
|
+
export * from './definitions/validation-definition.types';
|
|
10
|
+
export * from './definitions/menu-definition.types';
|
|
11
|
+
export * from './definitions/permission-definition.types';
|
|
12
|
+
export * from './definitions/command-registry.types';
|
|
13
|
+
export * from './definitions/query-registry.types';
|
|
14
|
+
export * from './definitions/widget-catalog.types';
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../libs/framework/shared/domain/src/lib/index.ts"],"names":[],"mappings":"AAEA,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- Domain definition contracts ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./definitions/base.types"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./definitions/module-definition.types"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./definitions/aggregate-definition.types"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./definitions/entity-definition.types"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./definitions/plugin-definition.types"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./definitions/property-definition.types"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./definitions/relation-definition.types"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./definitions/interface-definition.types"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./definitions/validation-definition.types"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./definitions/menu-definition.types"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./definitions/permission-definition.types"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./definitions/command-registry.types"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./definitions/query-registry.types"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./definitions/widget-catalog.types"), exports);
|
|
19
|
+
//#endregion
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../libs/framework/shared/domain/src/lib/index.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAE/C,mEAAyC;AACzC,gFAAsD;AACtD,mFAAyD;AACzD,gFAAsD;AACtD,gFAAsD;AACtD,kFAAwD;AACxD,kFAAwD;AACxD,mFAAyD;AACzD,oFAA0D;AAC1D,8EAAoD;AACpD,oFAA0D;AAC1D,+EAAqD;AACrD,6EAAmD;AACnD,6EAAmD;AAEnD,YAAY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/framework/shared/entity/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/framework/shared/entity/src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-datasource.keys.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-datasource.keys.ts"],"names":[],"mappings":"AAEA,wDAAwD;AACxD,eAAO,MAAM,uBAAuB;;CAE1B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- Entity datasource keys ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AXPEntityDataSourceKeys = void 0;
|
|
5
|
+
/** Platform entity layout datasource registry names. */
|
|
6
|
+
exports.AXPEntityDataSourceKeys = {
|
|
7
|
+
Entities: 'entities',
|
|
8
|
+
};
|
|
9
|
+
//#endregion
|
|
10
|
+
//# sourceMappingURL=entity-datasource.keys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-datasource.keys.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-datasource.keys.ts"],"names":[],"mappings":";AAAA,0CAA0C;;;AAE1C,wDAAwD;AAC3C,QAAA,uBAAuB,GAAG;IACrC,QAAQ,EAAE,UAAU;CACZ,CAAC;AAEX,YAAY"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/** Row path used when context carries a nested entity layout title. */
|
|
2
|
+
export declare const ENTITY_LAYOUT_SINGLE_TITLE_PATH = "entity.layout.single.title";
|
|
3
|
+
/** Widget option for a pre-evaluated or template entity row title (entity list column mappers). */
|
|
4
|
+
export declare const ENTITY_ROW_POPUP_TITLE_OPTION = "popupTitle";
|
|
5
|
+
/** Widget option alias for entity row title templates in view/edit forms. */
|
|
6
|
+
export declare const ENTITY_ROW_TITLE_TEMPLATE_OPTION = "titleTemplate";
|
|
7
|
+
//# sourceMappingURL=entity-display.constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-display.constants.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-display.constants.ts"],"names":[],"mappings":"AAEA,uEAAuE;AACvE,eAAO,MAAM,+BAA+B,+BAA+B,CAAC;AAE5E,mGAAmG;AACnG,eAAO,MAAM,6BAA6B,eAAe,CAAC;AAE1D,6EAA6E;AAC7E,eAAO,MAAM,gCAAgC,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- Entity display constants ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ENTITY_ROW_TITLE_TEMPLATE_OPTION = exports.ENTITY_ROW_POPUP_TITLE_OPTION = exports.ENTITY_LAYOUT_SINGLE_TITLE_PATH = void 0;
|
|
5
|
+
/** Row path used when context carries a nested entity layout title. */
|
|
6
|
+
exports.ENTITY_LAYOUT_SINGLE_TITLE_PATH = 'entity.layout.single.title';
|
|
7
|
+
/** Widget option for a pre-evaluated or template entity row title (entity list column mappers). */
|
|
8
|
+
exports.ENTITY_ROW_POPUP_TITLE_OPTION = 'popupTitle';
|
|
9
|
+
/** Widget option alias for entity row title templates in view/edit forms. */
|
|
10
|
+
exports.ENTITY_ROW_TITLE_TEMPLATE_OPTION = 'titleTemplate';
|
|
11
|
+
//#endregion
|
|
12
|
+
//# sourceMappingURL=entity-display.constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-display.constants.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-display.constants.ts"],"names":[],"mappings":";AAAA,4CAA4C;;;AAE5C,uEAAuE;AAC1D,QAAA,+BAA+B,GAAG,4BAA4B,CAAC;AAE5E,mGAAmG;AACtF,QAAA,6BAA6B,GAAG,YAAY,CAAC;AAE1D,6EAA6E;AAChE,QAAA,gCAAgC,GAAG,eAAe,CAAC;AAEhE,YAAY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-events.keys.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-events.keys.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- Entity events ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AXPEntityEventsKeys = void 0;
|
|
5
|
+
exports.AXPEntityEventsKeys = {
|
|
6
|
+
REFRESH_LAYOUT: 'entity:refresh-layout',
|
|
7
|
+
REFRESH_DATA: 'entity:refresh-data',
|
|
8
|
+
};
|
|
9
|
+
//#endregion
|
|
10
|
+
//# sourceMappingURL=entity-events.keys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity-events.keys.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-events.keys.ts"],"names":[],"mappings":";AAAA,iCAAiC;;;AAEpB,QAAA,mBAAmB,GAAG;IACjC,cAAc,EAAE,uBAAuB;IACvC,YAAY,EAAE,qBAAqB;CAC3B,CAAC;AAEX,YAAY"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/index.ts"],"names":[],"mappings":"AAEA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
//#region ---- Constants barrel ----
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./entity-display.constants"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./entity-datasource.keys"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./entity-events.keys"), exports);
|
|
8
|
+
//#endregion
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/index.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;AAEpC,qEAA2C;AAC3C,mEAAyC;AACzC,+DAAqC;AAErC,YAAY"}
|