@univerjs-pro/bases
v1.0.2
Published
Base database core model and commands for Univer.
Readme
@univerjs-pro/bases
@univerjs-pro/bases is part of Univer Pro. Base database core model and commands for Univer.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs-pro/bases | UniverProBases | No | Yes | Yes |
Installation
pnpm add @univerjs-pro/bases
# or
npm install @univerjs-pro/basesKeep all @univerjs/* and @univerjs-pro/* packages on the same version.
Usage
import EnUS from '@univerjs-pro/bases/locale/en-US';
import { UniverRemoteBasesPlugin } from '@univerjs-pro/bases';
univer.registerPlugin(UniverRemoteBasesPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.Integration Notes
- Keep this package on the same version as the other
@univerjs/*and@univerjs-pro/*packages in your application. - Import locale files only for the languages your application enables.
- Use the facade entry when integrating through Univer Facade APIs.
