@univerjs-pro/engine-pivot 1.0.0-alpha.1 → 1.0.0-alpha.3
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 +9 -3
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/types/index.d.ts +14 -8
- package/lib/umd/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# @univerjs-pro/engine-pivot
|
|
2
2
|
|
|
3
3
|
[](https://npmjs.com/package/@univerjs-pro/engine-pivot)
|
|
4
|
+
[](https://npmjs.com/package/@univerjs-pro/engine-pivot)
|
|
4
5
|
[](https://npmjs.com/package/@univerjs-pro/engine-pivot)
|
|
5
6
|
|
|
6
|
-
`@univerjs-pro/engine-pivot`
|
|
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
|
|
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
|
-
|