@univerjs-pro/engine-pivot 1.0.0-alpha.2 → 1.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # @univerjs-pro/engine-pivot
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@univerjs-pro/engine-pivot?style=flat-square)](https://npmjs.com/package/@univerjs-pro/engine-pivot)
4
+ [![license](https://img.shields.io/npm/l/@univerjs-pro/engine-pivot?style=flat-square)](https://npmjs.com/package/@univerjs-pro/engine-pivot)
4
5
  [![downloads](https://img.shields.io/npm/dm/@univerjs-pro/engine-pivot?style=flat-square)](https://npmjs.com/package/@univerjs-pro/engine-pivot)
5
6
 
6
- `@univerjs-pro/engine-pivot` provides pivot table calculation engine for Univer Pro.
7
+ `@univerjs-pro/engine-pivot` is part of Univer Pro. Pivot table calculation engine for Univer Pro.
7
8
 
8
9
  ## Package Overview
9
10
 
@@ -24,11 +25,16 @@ Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.
24
25
  ## Usage
25
26
 
26
27
  ```ts
27
- import { PivotModel, PivotTable } from '@univerjs-pro/engine-pivot';
28
+ import * as EnginePivot from '@univerjs-pro/engine-pivot';
29
+
30
+ // Use exported APIs from EnginePivot as needed.
28
31
  ```
29
32
 
33
+ ## Integration Notes
34
+
35
+ - Keep this package on the same version as the other `@univerjs/*` and `@univerjs-pro/*` packages in your application.
36
+
30
37
  ## Resources
31
38
 
32
39
  - [Documentation](https://docs.univer.ai/guides/pro)
33
40
  - [NPM package](https://npmjs.com/package/@univerjs-pro/engine-pivot)
34
-