Alfa Sign
Description
Alfa Sign integration settings page for Enso UI. Provides the Vue 3 admin interface for managing the Alfa Sign remote signing service configuration within the Enso application shell.
Installation
This package is distributed as part of the private Enso UI workspace and is normally consumed from the Solarlink client bundle.
Features
- ships route-aware page modules consumed by the Enso application shell
- includes the Settings page backed by an Enso form for managing the Alfa Sign
url,auth_token, andenabledflag
Usage
<script setup>
import Index from '@enso-ui/alfa-sign/src/bulma/pages/integrations/alfaSign/settings/Index.vue';
</script>
API
Route pages
The practical public surface is page-oriented and centered on the route modules shipped by the package.
Pages:
src/bulma/pages/integrations/alfaSign/settings/Index.vue
Routes
Alfa Sign ships the following named route entries:
integrations.alfaSign.settings.indexPath fragment:settingsRoute file:src/bulma/routes/integrations/alfaSign/settings.js
The parent route group is registered at:
src/bulma/routes/integrations/alfaSign.js→ path:alfaSign/src/bulma/routes/integrations.js→ registers thealfaSigngroup underintegrations/
Companion Backend Package
laravel-enso/alfasign— provides the SOAP operations, Settings model, and API endpoints
Depends On
@enso-ui/forms^4.1.0— Enso form component used by the Settings page@enso-ui/ui^7.1.0— Enso application shell and Router componentvue^3.5.0@fortawesome/fontawesome-svg-core+@fortawesome/free-solid-svg-icons—file-signatureanduser-cogicons
Contributions
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!
License
Proprietary. See LICENSE.