InvenTree/src/frontend
dependabot[bot] c8d41bc207
chore(deps): bump dompurify from 3.2.6 to 3.3.2 in /src/frontend (#11477)
* chore(deps): bump dompurify from 3.2.6 to 3.3.2 in /src/frontend

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.6 to 3.3.2.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.6...3.3.2)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix style

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
Co-authored-by: Matthias Mair <code@mjmair.com>
2026-03-13 11:47:58 +11:00
..
lib Enhance MonitorDataOutput (#11458) 2026-03-12 12:22:16 +11:00
playwright [bug] Playwright fixes (#9933) 2025-07-02 22:12:17 +10:00
public Platform UI - React integration (#5011) 2023-07-18 22:45:49 +10:00
src Allow bulk edit of stock batch code (#11499) 2026-03-13 01:23:55 +11:00
tests chore(deps): bump the dependencies group across 1 directory with 4 updates (#11494) 2026-03-13 10:57:53 +11:00
.babelrc fix(backend): Bump maybe vulnerable esbuild (#9155) 2025-03-26 09:30:59 +11:00
.gitignore [PUI] Add coverage testing (#6881) 2024-04-03 19:26:38 +11:00
.linguirc [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
.npmignore [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
CHANGELOG.md Enhance MonitorDataOutput (#11458) 2026-03-12 12:22:16 +11:00
LICENSE [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
README.md [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
index.html chore: bump react to current major versions (#8913) 2025-05-10 22:38:41 +01:00
netlify.toml Specify python version in netlify.toml (#10859) 2025-11-19 13:55:34 +11:00
package.json chore(deps): bump the dependencies group across 1 directory with 4 updates (#11494) 2026-03-13 10:57:53 +11:00
playwright.config.ts [bug] Fix custom logo and splash (#11391) 2026-02-22 22:04:49 +11:00
tsconfig.json [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
tsconfig.lib.json [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
tsconfig.node.json [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
version-info.ts [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
vite-env.d.ts [Plugin] Plugin context (#9439) 2025-04-16 00:30:34 +10:00
vite.config.ts fix medium sec issues in frontend dependencies (#10686) 2025-10-28 07:09:51 +11:00
vite.lib.config.ts [plugin] Library updates (#10070) 2025-07-25 01:23:34 +10:00
yarn.lock chore(deps): bump dompurify from 3.2.6 to 3.3.2 in /src/frontend (#11477) 2026-03-13 11:47:58 +11:00

README.md

inventree-ui

User Interface (UI) elements for the InvenTree web interface.

Description

This package provides a public interface allowing plugins to hook into core UI functionality. In particular, it defines a set of interface types provided by the InvenTree user interface, to be used by a custom plugin to implement some custom UI feature.

This library is intended to be used for creating plugins - any other use is outside of its scope and is not supported.

Plugin Creator

This library is intended to be used with the InvenTree Plugin Creator. Read the documentation for the plugin creation tool for more information.

The plugin creation tool uses the types provided in this package at build time, but it is intended that most of the major packages are externalized - as these are provided as global objects by the core InvenTree UI code.

Installation

This should be installed as a part of the plugin creator tool. If you need to install it manually, e.g. using npm:

npm i @inventreedb/ui

Versioning

Each change to the plugin API will be described in the CHANGELOG file.