Emag
Description
Emag provides the Enso UI pages and widgets used for Emag integration settings, product publishing, offer management, and order triage.
The package mixes routed settings pages with deep-import catalog and commercial modules that surface Emag-specific filters, offer actions, product matches, and quarantined orders.
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 Emag settings page as the package main entry
- ships the
/integrations/emag/settingsroute module - provides deep-import pages for product listing, product editing, and commercial sales with Emag-specific tooling
- exposes reusable offer widgets such as
EmagandQuarantinedOrders
Usage
import EmagSettings from '@enso-ui/emag';
import EmagProductsIndex from '@enso-ui/emag/src/bulma/pages/products/Index.vue';
import EmagProductEdit from '@enso-ui/emag/src/bulma/pages/products/Edit.vue';
import QuarantinedOrders from '@enso-ui/emag/src/bulma/components/QuarantinedOrders.vue';
The package is primarily page-oriented. Applications usually consume the routed settings page plus deep-import product and sales modules under src/bulma.
API
Index
Default export for the integration settings page.
Import: @enso-ui/emag
Props:
- No public props.
Events:
- No public emits.
Emag
Offer-status dropdown and action widget used in product tables.
Import: @enso-ui/emag/src/bulma/components/Emag.vue
Props:
product: objectrequired
QuarantinedOrders
Popover widget that loads and resolves quarantined Emag orders.
Import: @enso-ui/emag/src/bulma/components/QuarantinedOrders.vue
Props:
- No public props.
Additional page modules
src/bulma/pages/products/Index.vuesrc/bulma/pages/products/Edit.vuesrc/bulma/pages/commercial/sales/Index.vue
Routes
/integrations/emag/settings
Route name:
integrations.emag.settings.index
Page:
src/bulma/pages/integrations/settings/Index.vue
Deep-import page modules
src/bulma/pages/products/Index.vueadds Emag offer filters and widgets on top of the products tablesrc/bulma/pages/products/Edit.vueextends the product edit flow with stock, comments, and documents tabssrc/bulma/pages/commercial/sales/Index.vueadds channel, status, user, product, and quarantined-order controls for Emag sales monitoring
Companion Backend Package
The backend companion provides the routes, forms, product tables, integration settings, offer actions, and order endpoints consumed by the frontend package.
Depends On
@enso-ui/accessories↗@enso-ui/comments↗@enso-ui/commercial↗@enso-ui/documents↗@enso-ui/filters↗@enso-ui/forms↗@enso-ui/inventory↗@enso-ui/modal↗@enso-ui/products↗@enso-ui/tables↗@enso-ui/tabs↗
License
Proprietary. See LICENSE.