Cargo Partner
Description
Cargo Partner integration settings page for Enso UI.
Installation
This package is distributed as part of the private Enso UI workspace and is normally consumed from the Solarlink client bundle.
Features
- exports the settings page used to manage Cargo Partner integration records
- wraps the backend-driven Enso form payload exposed by the integration package
- recreates the form after the first submit when the newly created settings row receives its route param
- ships the integration route group consumed by the Enso shell
Usage
<script>
import CargoPartnerSettings from '@enso-ui/cargo-partner';
export default {
components: { CargoPartnerSettings },
};
</script>
API
Index
Default export for the Cargo Partner settings page.
Import: @enso-ui/cargo-partner
Props:
- No public props.
Events:
- No public emits.
Methods:
- Internally bumps the local form key after the initial create flow.
Routes
integrations/cargoPartner/settings
Route name: integrations.cargoPartner.settings.index
Page:
src/bulma/pages/integrations/settings/Index.vue
The package exposes a nested integration route group under integrations/cargoPartner/ and wires the settings form through its child route.
Companion Backend Package
The backend package provides the integration routes, form contracts, and persistence used by the settings page.
Depends On
License
Proprietary. See LICENSE.