npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@enso-ui/emag

v6.3.9

Published

Emag integration settings, catalog pages, and offer widgets for Enso UI.

Readme

Emag

License Stable Vue JavaScript SCSS npm Issues Merge Requests

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/settings route module
  • provides deep-import pages for product listing, product editing, and commercial sales with Emag-specific tooling
  • exposes reusable offer widgets such as Emag and QuarantinedOrders

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: object required

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.vue
  • src/bulma/pages/products/Edit.vue
  • src/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.vue adds Emag offer filters and widgets on top of the products table
  • src/bulma/pages/products/Edit.vue extends the product edit flow with stock, comments, and documents tabs
  • src/bulma/pages/commercial/sales/Index.vue adds 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

License

Proprietary. See LICENSE.