@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,724 @@
|
|
|
1
|
+
import type { AXStyleColorType } from './shims.types';
|
|
2
|
+
import { AXPSystemAction, AXPSystemActionType } from './core.types';
|
|
3
|
+
export declare const AXPSystemActions: Readonly<{
|
|
4
|
+
readonly View: {
|
|
5
|
+
readonly key: AXPSystemActionType.View;
|
|
6
|
+
readonly title: string;
|
|
7
|
+
readonly icon: "fa-light fa-eye";
|
|
8
|
+
readonly color: "primary";
|
|
9
|
+
readonly descriptions: {
|
|
10
|
+
readonly title: string;
|
|
11
|
+
readonly tooltip: string;
|
|
12
|
+
readonly permission: string;
|
|
13
|
+
readonly audit: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
readonly Create: {
|
|
17
|
+
readonly key: AXPSystemActionType.Create;
|
|
18
|
+
readonly title: string;
|
|
19
|
+
readonly icon: "fa-light fa-plus";
|
|
20
|
+
readonly color: "primary";
|
|
21
|
+
readonly descriptions: {
|
|
22
|
+
readonly title: string;
|
|
23
|
+
readonly tooltip: string;
|
|
24
|
+
readonly permission: string;
|
|
25
|
+
readonly audit: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
readonly Edit: {
|
|
29
|
+
readonly key: AXPSystemActionType.Update;
|
|
30
|
+
readonly title: string;
|
|
31
|
+
readonly icon: "fa-light fa-pen";
|
|
32
|
+
readonly color: "default";
|
|
33
|
+
readonly descriptions: {
|
|
34
|
+
readonly title: string;
|
|
35
|
+
readonly tooltip: string;
|
|
36
|
+
readonly permission: string;
|
|
37
|
+
readonly audit: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
readonly Delete: {
|
|
41
|
+
readonly key: AXPSystemActionType.Delete;
|
|
42
|
+
readonly title: string;
|
|
43
|
+
readonly icon: "fa-light fa-trash";
|
|
44
|
+
readonly color: "danger";
|
|
45
|
+
readonly critical: true;
|
|
46
|
+
readonly descriptions: {
|
|
47
|
+
readonly title: string;
|
|
48
|
+
readonly tooltip: string;
|
|
49
|
+
readonly permission: string;
|
|
50
|
+
readonly audit: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
readonly Approve: {
|
|
54
|
+
readonly key: AXPSystemActionType.Approve;
|
|
55
|
+
readonly title: string;
|
|
56
|
+
readonly icon: "fa-light fa-circle-check";
|
|
57
|
+
readonly color: "success";
|
|
58
|
+
readonly critical: true;
|
|
59
|
+
readonly descriptions: {
|
|
60
|
+
readonly title: string;
|
|
61
|
+
readonly tooltip: string;
|
|
62
|
+
readonly permission: string;
|
|
63
|
+
readonly audit: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
readonly Submit: {
|
|
67
|
+
readonly key: AXPSystemActionType.Submit;
|
|
68
|
+
readonly title: string;
|
|
69
|
+
readonly icon: "fa-light fa-paper-plane";
|
|
70
|
+
readonly color: "primary";
|
|
71
|
+
readonly descriptions: {
|
|
72
|
+
readonly title: string;
|
|
73
|
+
readonly tooltip: string;
|
|
74
|
+
readonly permission: string;
|
|
75
|
+
readonly audit: string;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
readonly Reject: {
|
|
79
|
+
readonly key: AXPSystemActionType.Reject;
|
|
80
|
+
readonly title: string;
|
|
81
|
+
readonly icon: "fa-light fa-ban";
|
|
82
|
+
readonly color: "danger";
|
|
83
|
+
readonly critical: true;
|
|
84
|
+
readonly descriptions: {
|
|
85
|
+
readonly title: string;
|
|
86
|
+
readonly tooltip: string;
|
|
87
|
+
readonly permission: string;
|
|
88
|
+
readonly audit: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
readonly Export: {
|
|
92
|
+
readonly key: AXPSystemActionType.Export;
|
|
93
|
+
readonly title: string;
|
|
94
|
+
readonly icon: "fa-light fa-download";
|
|
95
|
+
readonly color: "default";
|
|
96
|
+
readonly descriptions: {
|
|
97
|
+
readonly title: string;
|
|
98
|
+
readonly tooltip: string;
|
|
99
|
+
readonly permission: string;
|
|
100
|
+
readonly audit: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
readonly Import: {
|
|
104
|
+
readonly key: AXPSystemActionType.Import;
|
|
105
|
+
readonly title: string;
|
|
106
|
+
readonly icon: "fa-light fa-upload";
|
|
107
|
+
readonly color: "default";
|
|
108
|
+
readonly descriptions: {
|
|
109
|
+
readonly title: string;
|
|
110
|
+
readonly tooltip: string;
|
|
111
|
+
readonly permission: string;
|
|
112
|
+
readonly audit: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
readonly Print: {
|
|
116
|
+
readonly key: AXPSystemActionType.Print;
|
|
117
|
+
readonly title: string;
|
|
118
|
+
readonly icon: "fa-light fa-print";
|
|
119
|
+
readonly color: "default";
|
|
120
|
+
readonly descriptions: {
|
|
121
|
+
readonly title: string;
|
|
122
|
+
readonly tooltip: string;
|
|
123
|
+
readonly permission: string;
|
|
124
|
+
readonly audit: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
readonly Duplicate: {
|
|
128
|
+
readonly key: AXPSystemActionType.Duplicate;
|
|
129
|
+
readonly title: string;
|
|
130
|
+
readonly icon: "fa-light fa-clone";
|
|
131
|
+
readonly color: "warning";
|
|
132
|
+
readonly descriptions: {
|
|
133
|
+
readonly title: string;
|
|
134
|
+
readonly tooltip: string;
|
|
135
|
+
readonly permission: string;
|
|
136
|
+
readonly audit: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
readonly Archive: {
|
|
140
|
+
readonly key: AXPSystemActionType.Archive;
|
|
141
|
+
readonly title: string;
|
|
142
|
+
readonly icon: "fa-light fa-box-archive";
|
|
143
|
+
readonly color: "default";
|
|
144
|
+
readonly descriptions: {
|
|
145
|
+
readonly title: string;
|
|
146
|
+
readonly tooltip: string;
|
|
147
|
+
readonly permission: string;
|
|
148
|
+
readonly audit: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
readonly Restore: {
|
|
152
|
+
readonly key: AXPSystemActionType.Restore;
|
|
153
|
+
readonly title: string;
|
|
154
|
+
readonly icon: "fa-light fa-arrow-rotate-left";
|
|
155
|
+
readonly color: "default";
|
|
156
|
+
readonly descriptions: {
|
|
157
|
+
readonly title: string;
|
|
158
|
+
readonly tooltip: string;
|
|
159
|
+
readonly permission: string;
|
|
160
|
+
readonly audit: string;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
readonly Assign: {
|
|
164
|
+
readonly key: AXPSystemActionType.Assign;
|
|
165
|
+
readonly title: string;
|
|
166
|
+
readonly icon: "fa-light fa-user-plus";
|
|
167
|
+
readonly color: "primary";
|
|
168
|
+
readonly descriptions: {
|
|
169
|
+
readonly title: string;
|
|
170
|
+
readonly tooltip: string;
|
|
171
|
+
readonly permission: string;
|
|
172
|
+
readonly audit: string;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
readonly Lock: {
|
|
176
|
+
readonly key: AXPSystemActionType.Lock;
|
|
177
|
+
readonly title: string;
|
|
178
|
+
readonly icon: "fa-light fa-lock";
|
|
179
|
+
readonly color: "warning";
|
|
180
|
+
readonly descriptions: {
|
|
181
|
+
readonly title: string;
|
|
182
|
+
readonly tooltip: string;
|
|
183
|
+
readonly permission: string;
|
|
184
|
+
readonly audit: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
readonly Unlock: {
|
|
188
|
+
readonly key: AXPSystemActionType.Unlock;
|
|
189
|
+
readonly title: string;
|
|
190
|
+
readonly icon: "fa-light fa-unlock";
|
|
191
|
+
readonly color: "success";
|
|
192
|
+
readonly descriptions: {
|
|
193
|
+
readonly title: string;
|
|
194
|
+
readonly tooltip: string;
|
|
195
|
+
readonly permission: string;
|
|
196
|
+
readonly audit: string;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
readonly Share: {
|
|
200
|
+
readonly key: AXPSystemActionType.Share;
|
|
201
|
+
readonly title: string;
|
|
202
|
+
readonly icon: "fa-light fa-share-nodes";
|
|
203
|
+
readonly color: "info";
|
|
204
|
+
readonly descriptions: {
|
|
205
|
+
readonly title: string;
|
|
206
|
+
readonly tooltip: string;
|
|
207
|
+
readonly permission: string;
|
|
208
|
+
readonly audit: string;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
readonly Configure: {
|
|
212
|
+
readonly key: AXPSystemActionType.Configure;
|
|
213
|
+
readonly title: string;
|
|
214
|
+
readonly icon: "fa-light fa-sliders";
|
|
215
|
+
readonly color: "primary";
|
|
216
|
+
readonly descriptions: {
|
|
217
|
+
readonly title: string;
|
|
218
|
+
readonly tooltip: string;
|
|
219
|
+
readonly permission: string;
|
|
220
|
+
readonly audit: string;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
readonly Reorder: {
|
|
224
|
+
readonly key: AXPSystemActionType.Reorder;
|
|
225
|
+
readonly title: string;
|
|
226
|
+
readonly icon: "fa-light fa-arrow-down-up-across-line";
|
|
227
|
+
readonly color: "default";
|
|
228
|
+
readonly descriptions: {
|
|
229
|
+
readonly title: string;
|
|
230
|
+
readonly tooltip: string;
|
|
231
|
+
readonly permission: string;
|
|
232
|
+
readonly audit: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
readonly Preview: {
|
|
236
|
+
readonly key: AXPSystemActionType.Preview;
|
|
237
|
+
readonly title: string;
|
|
238
|
+
readonly icon: "fa-light fa-magnifying-glass";
|
|
239
|
+
readonly color: "default";
|
|
240
|
+
readonly descriptions: {
|
|
241
|
+
readonly title: string;
|
|
242
|
+
readonly tooltip: string;
|
|
243
|
+
readonly permission: string;
|
|
244
|
+
readonly audit: string;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
readonly Publish: {
|
|
248
|
+
readonly key: AXPSystemActionType.Publish;
|
|
249
|
+
readonly title: string;
|
|
250
|
+
readonly icon: "fa-light fa-globe";
|
|
251
|
+
readonly color: "success";
|
|
252
|
+
readonly descriptions: {
|
|
253
|
+
readonly title: string;
|
|
254
|
+
readonly tooltip: string;
|
|
255
|
+
readonly permission: string;
|
|
256
|
+
readonly audit: string;
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
readonly Unpublish: {
|
|
260
|
+
readonly key: AXPSystemActionType.Unpublish;
|
|
261
|
+
readonly title: string;
|
|
262
|
+
readonly icon: "fa-light fa-globe-slash";
|
|
263
|
+
readonly color: "danger";
|
|
264
|
+
readonly descriptions: {
|
|
265
|
+
readonly title: string;
|
|
266
|
+
readonly tooltip: string;
|
|
267
|
+
readonly permission: string;
|
|
268
|
+
readonly audit: string;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
readonly Upload: {
|
|
272
|
+
readonly key: AXPSystemActionType.Upload;
|
|
273
|
+
readonly title: string;
|
|
274
|
+
readonly icon: "fa-light fa-upload";
|
|
275
|
+
readonly color: "default";
|
|
276
|
+
readonly descriptions: {
|
|
277
|
+
readonly title: string;
|
|
278
|
+
readonly tooltip: string;
|
|
279
|
+
readonly permission: string;
|
|
280
|
+
readonly audit: string;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
readonly Download: {
|
|
284
|
+
readonly key: AXPSystemActionType.Download;
|
|
285
|
+
readonly title: string;
|
|
286
|
+
readonly icon: "fa-light fa-download";
|
|
287
|
+
readonly color: "default";
|
|
288
|
+
readonly descriptions: {
|
|
289
|
+
readonly title: string;
|
|
290
|
+
readonly tooltip: string;
|
|
291
|
+
readonly permission: string;
|
|
292
|
+
readonly audit: string;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
readonly Copy: {
|
|
296
|
+
readonly key: AXPSystemActionType.Copy;
|
|
297
|
+
readonly title: string;
|
|
298
|
+
readonly icon: "fa-light fa-copy";
|
|
299
|
+
readonly color: "default";
|
|
300
|
+
readonly descriptions: {
|
|
301
|
+
readonly title: string;
|
|
302
|
+
readonly tooltip: string;
|
|
303
|
+
readonly permission: string;
|
|
304
|
+
readonly audit: string;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
readonly Move: {
|
|
308
|
+
readonly key: AXPSystemActionType.Move;
|
|
309
|
+
readonly title: string;
|
|
310
|
+
readonly icon: "fa-light fa-arrow-right-arrow-left";
|
|
311
|
+
readonly color: "default";
|
|
312
|
+
readonly descriptions: {
|
|
313
|
+
readonly title: string;
|
|
314
|
+
readonly tooltip: string;
|
|
315
|
+
readonly permission: string;
|
|
316
|
+
readonly audit: string;
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
readonly Rename: {
|
|
320
|
+
readonly key: AXPSystemActionType.Rename;
|
|
321
|
+
readonly title: string;
|
|
322
|
+
readonly icon: "fa-light fa-pen";
|
|
323
|
+
readonly color: "default";
|
|
324
|
+
readonly descriptions: {
|
|
325
|
+
readonly title: string;
|
|
326
|
+
readonly tooltip: string;
|
|
327
|
+
readonly permission: string;
|
|
328
|
+
readonly audit: string;
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
readonly Manage: {
|
|
332
|
+
readonly key: AXPSystemActionType.Manage;
|
|
333
|
+
readonly title: string;
|
|
334
|
+
readonly icon: "fa-light fa-gear";
|
|
335
|
+
readonly color: "default";
|
|
336
|
+
readonly descriptions: {
|
|
337
|
+
readonly title: string;
|
|
338
|
+
readonly tooltip: string;
|
|
339
|
+
readonly permission: string;
|
|
340
|
+
readonly audit: string;
|
|
341
|
+
};
|
|
342
|
+
};
|
|
343
|
+
readonly Info: {
|
|
344
|
+
readonly key: AXPSystemActionType.Info;
|
|
345
|
+
readonly title: string;
|
|
346
|
+
readonly icon: "fa-light fa-info";
|
|
347
|
+
readonly color: "default";
|
|
348
|
+
readonly descriptions: {
|
|
349
|
+
readonly title: string;
|
|
350
|
+
readonly tooltip: string;
|
|
351
|
+
readonly permission: string;
|
|
352
|
+
readonly audit: string;
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
readonly Confirm: {
|
|
356
|
+
readonly key: AXPSystemActionType.Confirm;
|
|
357
|
+
readonly title: string;
|
|
358
|
+
readonly icon: "fa-light fa-check";
|
|
359
|
+
readonly color: "success";
|
|
360
|
+
readonly descriptions: {
|
|
361
|
+
readonly title: string;
|
|
362
|
+
readonly tooltip: string;
|
|
363
|
+
readonly permission: string;
|
|
364
|
+
readonly audit: string;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
readonly Design: {
|
|
368
|
+
readonly key: AXPSystemActionType.Design;
|
|
369
|
+
readonly title: string;
|
|
370
|
+
readonly icon: "fa-light fa-paintbrush";
|
|
371
|
+
readonly color: "default";
|
|
372
|
+
readonly descriptions: {
|
|
373
|
+
readonly title: string;
|
|
374
|
+
readonly tooltip: string;
|
|
375
|
+
readonly permission: string;
|
|
376
|
+
readonly audit: string;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
readonly VersionHistory: {
|
|
380
|
+
readonly key: AXPSystemActionType.VersionHistory;
|
|
381
|
+
readonly title: string;
|
|
382
|
+
readonly icon: "fa-light fa-history";
|
|
383
|
+
readonly color: "default";
|
|
384
|
+
readonly descriptions: {
|
|
385
|
+
readonly title: string;
|
|
386
|
+
readonly tooltip: string;
|
|
387
|
+
readonly permission: string;
|
|
388
|
+
readonly audit: string;
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
readonly Compare: {
|
|
392
|
+
readonly key: AXPSystemActionType.Compare;
|
|
393
|
+
readonly title: string;
|
|
394
|
+
readonly icon: "fa-light fa-code-compare";
|
|
395
|
+
readonly color: "default";
|
|
396
|
+
readonly descriptions: {
|
|
397
|
+
readonly title: string;
|
|
398
|
+
readonly tooltip: string;
|
|
399
|
+
readonly permission: string;
|
|
400
|
+
readonly audit: string;
|
|
401
|
+
};
|
|
402
|
+
};
|
|
403
|
+
readonly Comments: {
|
|
404
|
+
readonly key: AXPSystemActionType.Comments;
|
|
405
|
+
readonly title: string;
|
|
406
|
+
readonly icon: "fa-light fa-comments";
|
|
407
|
+
readonly color: "default";
|
|
408
|
+
readonly descriptions: {
|
|
409
|
+
readonly title: string;
|
|
410
|
+
readonly tooltip: string;
|
|
411
|
+
readonly permission: string;
|
|
412
|
+
readonly audit: string;
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
readonly Sign: {
|
|
416
|
+
readonly key: AXPSystemActionType.Sign;
|
|
417
|
+
readonly title: string;
|
|
418
|
+
readonly icon: "fa-light fa-signature";
|
|
419
|
+
readonly color: "default";
|
|
420
|
+
readonly descriptions: {
|
|
421
|
+
readonly title: string;
|
|
422
|
+
readonly tooltip: string;
|
|
423
|
+
readonly permission: string;
|
|
424
|
+
readonly audit: string;
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
readonly Setup: {
|
|
428
|
+
readonly key: AXPSystemActionType.Setup;
|
|
429
|
+
readonly title: string;
|
|
430
|
+
readonly icon: "fa-light fa-cog";
|
|
431
|
+
readonly color: "default";
|
|
432
|
+
readonly descriptions: {
|
|
433
|
+
readonly title: string;
|
|
434
|
+
readonly tooltip: string;
|
|
435
|
+
readonly permission: string;
|
|
436
|
+
readonly audit: string;
|
|
437
|
+
};
|
|
438
|
+
};
|
|
439
|
+
readonly Send: {
|
|
440
|
+
readonly key: AXPSystemActionType.Send;
|
|
441
|
+
readonly title: string;
|
|
442
|
+
readonly icon: "fa-light fa-envelope";
|
|
443
|
+
readonly color: "default";
|
|
444
|
+
readonly descriptions: {
|
|
445
|
+
readonly title: string;
|
|
446
|
+
readonly tooltip: string;
|
|
447
|
+
readonly permission: string;
|
|
448
|
+
readonly audit: string;
|
|
449
|
+
};
|
|
450
|
+
};
|
|
451
|
+
readonly Report: {
|
|
452
|
+
readonly key: AXPSystemActionType.Report;
|
|
453
|
+
readonly title: string;
|
|
454
|
+
readonly icon: "fa-light fa-chart-line";
|
|
455
|
+
readonly color: "default";
|
|
456
|
+
readonly descriptions: {
|
|
457
|
+
readonly title: string;
|
|
458
|
+
readonly tooltip: string;
|
|
459
|
+
readonly permission: string;
|
|
460
|
+
readonly audit: string;
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
readonly Sent: {
|
|
464
|
+
readonly key: AXPSystemActionType.Sent;
|
|
465
|
+
readonly title: string;
|
|
466
|
+
readonly icon: "fa-light fa-paper-plane";
|
|
467
|
+
readonly color: "default";
|
|
468
|
+
readonly descriptions: {
|
|
469
|
+
readonly title: string;
|
|
470
|
+
readonly tooltip: string;
|
|
471
|
+
readonly permission: string;
|
|
472
|
+
readonly audit: string;
|
|
473
|
+
};
|
|
474
|
+
};
|
|
475
|
+
readonly Review: {
|
|
476
|
+
readonly key: AXPSystemActionType.Review;
|
|
477
|
+
readonly title: string;
|
|
478
|
+
readonly icon: "fa-light fa-eye";
|
|
479
|
+
readonly color: "default";
|
|
480
|
+
readonly descriptions: {
|
|
481
|
+
readonly title: string;
|
|
482
|
+
readonly tooltip: string;
|
|
483
|
+
readonly permission: string;
|
|
484
|
+
readonly audit: string;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
readonly Generate: {
|
|
488
|
+
readonly key: AXPSystemActionType.Generate;
|
|
489
|
+
readonly title: string;
|
|
490
|
+
readonly icon: "fa-light fa-wand-magic-sparkles";
|
|
491
|
+
readonly color: "primary";
|
|
492
|
+
readonly descriptions: {
|
|
493
|
+
readonly title: string;
|
|
494
|
+
readonly tooltip: string;
|
|
495
|
+
readonly permission: string;
|
|
496
|
+
readonly audit: string;
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
readonly Refresh: {
|
|
500
|
+
readonly key: AXPSystemActionType.Refresh;
|
|
501
|
+
readonly title: string;
|
|
502
|
+
readonly icon: "fa-light fa-arrows-rotate";
|
|
503
|
+
readonly color: "default";
|
|
504
|
+
readonly descriptions: {
|
|
505
|
+
readonly title: string;
|
|
506
|
+
readonly tooltip: string;
|
|
507
|
+
readonly permission: string;
|
|
508
|
+
readonly audit: string;
|
|
509
|
+
};
|
|
510
|
+
};
|
|
511
|
+
readonly Reload: {
|
|
512
|
+
readonly key: AXPSystemActionType.Reload;
|
|
513
|
+
readonly title: string;
|
|
514
|
+
readonly icon: "fa-light fa-arrows-rotate";
|
|
515
|
+
readonly color: "default";
|
|
516
|
+
readonly descriptions: {
|
|
517
|
+
readonly title: string;
|
|
518
|
+
readonly tooltip: string;
|
|
519
|
+
readonly permission: string;
|
|
520
|
+
readonly audit: string;
|
|
521
|
+
};
|
|
522
|
+
};
|
|
523
|
+
readonly Search: {
|
|
524
|
+
readonly key: AXPSystemActionType.Search;
|
|
525
|
+
readonly title: string;
|
|
526
|
+
readonly icon: "fa-light fa-magnifying-glass";
|
|
527
|
+
readonly color: "default";
|
|
528
|
+
readonly descriptions: {
|
|
529
|
+
readonly title: string;
|
|
530
|
+
readonly tooltip: string;
|
|
531
|
+
readonly permission: string;
|
|
532
|
+
readonly audit: string;
|
|
533
|
+
};
|
|
534
|
+
};
|
|
535
|
+
readonly Filter: {
|
|
536
|
+
readonly key: AXPSystemActionType.Filter;
|
|
537
|
+
readonly title: string;
|
|
538
|
+
readonly icon: "fa-light fa-filter";
|
|
539
|
+
readonly color: "default";
|
|
540
|
+
readonly descriptions: {
|
|
541
|
+
readonly title: string;
|
|
542
|
+
readonly tooltip: string;
|
|
543
|
+
readonly permission: string;
|
|
544
|
+
readonly audit: string;
|
|
545
|
+
};
|
|
546
|
+
};
|
|
547
|
+
readonly Sort: {
|
|
548
|
+
readonly key: AXPSystemActionType.Sort;
|
|
549
|
+
readonly title: string;
|
|
550
|
+
readonly icon: "fa-light fa-arrow-down-up-across-line";
|
|
551
|
+
readonly color: "default";
|
|
552
|
+
readonly descriptions: {
|
|
553
|
+
readonly title: string;
|
|
554
|
+
readonly tooltip: string;
|
|
555
|
+
readonly permission: string;
|
|
556
|
+
readonly audit: string;
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
readonly Start: {
|
|
560
|
+
readonly key: AXPSystemActionType.Start;
|
|
561
|
+
readonly title: string;
|
|
562
|
+
readonly icon: "fa-light fa-play";
|
|
563
|
+
readonly color: "success";
|
|
564
|
+
readonly descriptions: {
|
|
565
|
+
readonly title: string;
|
|
566
|
+
readonly tooltip: string;
|
|
567
|
+
readonly permission: string;
|
|
568
|
+
readonly audit: string;
|
|
569
|
+
};
|
|
570
|
+
};
|
|
571
|
+
readonly Stop: {
|
|
572
|
+
readonly key: AXPSystemActionType.Stop;
|
|
573
|
+
readonly title: string;
|
|
574
|
+
readonly icon: "fa-light fa-stop";
|
|
575
|
+
readonly color: "danger";
|
|
576
|
+
readonly critical: true;
|
|
577
|
+
readonly descriptions: {
|
|
578
|
+
readonly title: string;
|
|
579
|
+
readonly tooltip: string;
|
|
580
|
+
readonly permission: string;
|
|
581
|
+
readonly audit: string;
|
|
582
|
+
};
|
|
583
|
+
};
|
|
584
|
+
readonly Pause: {
|
|
585
|
+
readonly key: AXPSystemActionType.Pause;
|
|
586
|
+
readonly title: string;
|
|
587
|
+
readonly icon: "fa-light fa-pause";
|
|
588
|
+
readonly color: "warning";
|
|
589
|
+
readonly descriptions: {
|
|
590
|
+
readonly title: string;
|
|
591
|
+
readonly tooltip: string;
|
|
592
|
+
readonly permission: string;
|
|
593
|
+
readonly audit: string;
|
|
594
|
+
};
|
|
595
|
+
};
|
|
596
|
+
readonly Cancel: {
|
|
597
|
+
readonly key: AXPSystemActionType.Cancel;
|
|
598
|
+
readonly title: string;
|
|
599
|
+
readonly icon: "fa-light fa-xmark";
|
|
600
|
+
readonly critical: true;
|
|
601
|
+
readonly descriptions: {
|
|
602
|
+
readonly title: string;
|
|
603
|
+
readonly tooltip: string;
|
|
604
|
+
readonly permission: string;
|
|
605
|
+
readonly audit: string;
|
|
606
|
+
};
|
|
607
|
+
};
|
|
608
|
+
readonly Close: {
|
|
609
|
+
readonly key: AXPSystemActionType.Close;
|
|
610
|
+
readonly title: string;
|
|
611
|
+
readonly icon: "fa-light fa-xmark";
|
|
612
|
+
readonly color: "default";
|
|
613
|
+
readonly descriptions: {
|
|
614
|
+
readonly title: string;
|
|
615
|
+
readonly tooltip: string;
|
|
616
|
+
readonly permission: string;
|
|
617
|
+
readonly audit: string;
|
|
618
|
+
};
|
|
619
|
+
};
|
|
620
|
+
readonly Complete: {
|
|
621
|
+
readonly key: AXPSystemActionType.Complete;
|
|
622
|
+
readonly title: string;
|
|
623
|
+
readonly icon: "fa-light fa-check";
|
|
624
|
+
readonly color: "success";
|
|
625
|
+
readonly descriptions: {
|
|
626
|
+
readonly title: string;
|
|
627
|
+
readonly tooltip: string;
|
|
628
|
+
readonly permission: string;
|
|
629
|
+
readonly audit: string;
|
|
630
|
+
};
|
|
631
|
+
};
|
|
632
|
+
readonly Save: {
|
|
633
|
+
readonly key: AXPSystemActionType.Save;
|
|
634
|
+
readonly title: string;
|
|
635
|
+
readonly icon: "fa-light fa-floppy-disk";
|
|
636
|
+
readonly color: "primary";
|
|
637
|
+
readonly descriptions: {
|
|
638
|
+
readonly title: string;
|
|
639
|
+
readonly tooltip: string;
|
|
640
|
+
readonly permission: string;
|
|
641
|
+
readonly audit: string;
|
|
642
|
+
};
|
|
643
|
+
};
|
|
644
|
+
readonly SaveAs: {
|
|
645
|
+
readonly key: AXPSystemActionType.SaveAs;
|
|
646
|
+
readonly title: string;
|
|
647
|
+
readonly icon: "fa-light fa-floppy-disk";
|
|
648
|
+
readonly color: "default";
|
|
649
|
+
readonly descriptions: {
|
|
650
|
+
readonly title: string;
|
|
651
|
+
readonly tooltip: string;
|
|
652
|
+
readonly permission: string;
|
|
653
|
+
readonly audit: string;
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
readonly Sync: {
|
|
657
|
+
readonly key: AXPSystemActionType.Sync;
|
|
658
|
+
readonly title: string;
|
|
659
|
+
readonly icon: "fa-light fa-arrows-rotate";
|
|
660
|
+
readonly color: "default";
|
|
661
|
+
readonly descriptions: {
|
|
662
|
+
readonly title: string;
|
|
663
|
+
readonly tooltip: string;
|
|
664
|
+
readonly permission: string;
|
|
665
|
+
readonly audit: string;
|
|
666
|
+
};
|
|
667
|
+
};
|
|
668
|
+
readonly Reset: {
|
|
669
|
+
readonly key: AXPSystemActionType.Reset;
|
|
670
|
+
readonly title: string;
|
|
671
|
+
readonly icon: "fa-light fa-arrow-rotate-left";
|
|
672
|
+
readonly color: "warning";
|
|
673
|
+
readonly critical: true;
|
|
674
|
+
readonly descriptions: {
|
|
675
|
+
readonly title: string;
|
|
676
|
+
readonly tooltip: string;
|
|
677
|
+
readonly permission: string;
|
|
678
|
+
readonly audit: string;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
readonly Clear: {
|
|
682
|
+
readonly key: AXPSystemActionType.Clear;
|
|
683
|
+
readonly title: string;
|
|
684
|
+
readonly icon: "fa-light fa-eraser";
|
|
685
|
+
readonly color: "default";
|
|
686
|
+
readonly descriptions: {
|
|
687
|
+
readonly title: string;
|
|
688
|
+
readonly tooltip: string;
|
|
689
|
+
readonly permission: string;
|
|
690
|
+
readonly audit: string;
|
|
691
|
+
};
|
|
692
|
+
};
|
|
693
|
+
readonly Distribution: {
|
|
694
|
+
readonly key: AXPSystemActionType.Distribution;
|
|
695
|
+
readonly title: string;
|
|
696
|
+
readonly icon: "fa-light fa-share-nodes";
|
|
697
|
+
readonly color: "default";
|
|
698
|
+
readonly descriptions: {
|
|
699
|
+
readonly title: string;
|
|
700
|
+
readonly tooltip: string;
|
|
701
|
+
readonly permission: string;
|
|
702
|
+
readonly audit: string;
|
|
703
|
+
};
|
|
704
|
+
};
|
|
705
|
+
}>;
|
|
706
|
+
export declare function getSystemActions(type: AXPSystemActionType): AXPSystemAction;
|
|
707
|
+
/**
|
|
708
|
+
* Resolves the visual appearance (color and icon) for entity actions.
|
|
709
|
+
*/
|
|
710
|
+
export declare function resolveActionLook(actionType: string): {
|
|
711
|
+
color: AXStyleColorType;
|
|
712
|
+
icon: string;
|
|
713
|
+
};
|
|
714
|
+
/**
|
|
715
|
+
* Resolves the title, description, icon and color for button actions.
|
|
716
|
+
*/
|
|
717
|
+
export declare function getActionButton(actionType: string): {
|
|
718
|
+
name: string;
|
|
719
|
+
title: string;
|
|
720
|
+
description: string;
|
|
721
|
+
icon: string;
|
|
722
|
+
color: string;
|
|
723
|
+
};
|
|
724
|
+
//# sourceMappingURL=actions.types.d.ts.map
|