@univerjs/sheets-graphics 0.21.1 → 0.22.0

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,27 +1,38 @@
1
1
  # @univerjs/sheets-graphics
2
2
 
3
- ## Package Overview
3
+ [![npm version](https://img.shields.io/npm/v/@univerjs/sheets-graphics?style=flat-square)](https://npmjs.com/package/@univerjs/sheets-graphics)
4
+ [![license](https://img.shields.io/npm/l/@univerjs/sheets-graphics?style=flat-square)](https://npmjs.com/package/@univerjs/sheets-graphics)
5
+ [![downloads](https://img.shields.io/npm/dm/@univerjs/sheets-graphics?style=flat-square)](https://npmjs.com/package/@univerjs/sheets-graphics)
4
6
 
5
- | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
6
- | --- | --- | --- | --- | --- | :---: | :---: |
7
- | `@univerjs/sheets-graphics` | `UniverSheetGraphicsPlugin` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ❌ | ❌ |
7
+ `@univerjs/sheets-graphics` adds support for drawing simple in-cell graphics on Univer Sheets render surfaces.
8
8
 
9
- ## Introduction
9
+ ## Package Overview
10
10
 
11
- `@univerjs/sheets-graphics` is a basic in-cell graphics drawing plugin for Univer Sheet.
11
+ | Package | UMD global | CSS | Locales | Facade entry |
12
+ | --- | --- | :---: | :---: | :---: |
13
+ | `@univerjs/sheets-graphics` | `UniverSheetsGraphics` | No | No | No |
12
14
 
13
15
  ## Installation
14
16
 
15
- ```shell
16
- # Using npm
17
+ ```sh
18
+ pnpm add @univerjs/sheets-graphics
19
+ # or
17
20
  npm install @univerjs/sheets-graphics
21
+ ```
18
22
 
19
- # Using pnpm
20
- pnpm add @univerjs/sheets-graphics
23
+ Keep all `@univerjs/*` packages on the same version.
24
+
25
+ ## Usage
26
+
27
+ ```ts
28
+ import { UniverSheetsGraphicsPlugin } from '@univerjs/sheets-graphics';
29
+
30
+ univer.registerPlugin(UniverSheetsGraphicsPlugin);
21
31
  ```
22
32
 
23
- <!-- Links -->
24
- [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/sheets-graphics?style=flat-square
25
- [npm-version-link]: https://npmjs.com/package/@univerjs/sheets-graphics
26
- [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/sheets-graphics?style=flat-square
27
- [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/sheets-graphics?style=flat-square
33
+ ## Resources
34
+
35
+ - [Documentation](https://docs.univer.ai)
36
+ - [NPM package](https://npmjs.com/package/@univerjs/sheets-graphics)
37
+ - [GitHub repository](https://github.com/dream-num/univer)
38
+
package/lib/cjs/index.js CHANGED
@@ -22,7 +22,7 @@ let _univerjs_engine_render = require("@univerjs/engine-render");
22
22
  const UNIQUE_KEY = "SheetGraphicsExtension";
23
23
 
24
24
  //#endregion
25
- //#region \0@oxc-project+runtime@0.124.0/helpers/typeof.js
25
+ //#region \0@oxc-project+runtime@0.129.0/helpers/typeof.js
26
26
  function _typeof(o) {
27
27
  "@babel/helpers - typeof";
28
28
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -33,7 +33,7 @@ function _typeof(o) {
33
33
  }
34
34
 
35
35
  //#endregion
36
- //#region \0@oxc-project+runtime@0.124.0/helpers/toPrimitive.js
36
+ //#region \0@oxc-project+runtime@0.129.0/helpers/toPrimitive.js
37
37
  function toPrimitive(t, r) {
38
38
  if ("object" != _typeof(t) || !t) return t;
39
39
  var e = t[Symbol.toPrimitive];
@@ -46,14 +46,14 @@ function toPrimitive(t, r) {
46
46
  }
47
47
 
48
48
  //#endregion
49
- //#region \0@oxc-project+runtime@0.124.0/helpers/toPropertyKey.js
49
+ //#region \0@oxc-project+runtime@0.129.0/helpers/toPropertyKey.js
50
50
  function toPropertyKey(t) {
51
51
  var i = toPrimitive(t, "string");
52
52
  return "symbol" == _typeof(i) ? i : i + "";
53
53
  }
54
54
 
55
55
  //#endregion
56
- //#region \0@oxc-project+runtime@0.124.0/helpers/defineProperty.js
56
+ //#region \0@oxc-project+runtime@0.129.0/helpers/defineProperty.js
57
57
  function _defineProperty(e, r, t) {
58
58
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
59
59
  value: t,
@@ -101,7 +101,7 @@ var Graphics = class Graphics extends _univerjs_engine_render.SheetExtension {
101
101
  };
102
102
 
103
103
  //#endregion
104
- //#region \0@oxc-project+runtime@0.124.0/helpers/decorateParam.js
104
+ //#region \0@oxc-project+runtime@0.129.0/helpers/decorateParam.js
105
105
  function __decorateParam(paramIndex, decorator) {
106
106
  return function(target, key) {
107
107
  decorator(target, key, paramIndex);
@@ -109,7 +109,7 @@ function __decorateParam(paramIndex, decorator) {
109
109
  }
110
110
 
111
111
  //#endregion
112
- //#region \0@oxc-project+runtime@0.124.0/helpers/decorate.js
112
+ //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
113
113
  function __decorate(decorators, target, key, desc) {
114
114
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
115
115
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -152,7 +152,7 @@ SheetGraphicsRenderController = __decorate([__decorateParam(1, (0, _univerjs_cor
152
152
  //#endregion
153
153
  //#region package.json
154
154
  var name = "@univerjs/sheets-graphics";
155
- var version = "0.21.1";
155
+ var version = "0.22.0";
156
156
 
157
157
  //#endregion
158
158
  //#region src/config/config.ts
package/lib/es/index.js CHANGED
@@ -21,7 +21,7 @@ import { IRenderManagerService, SheetExtension } from "@univerjs/engine-render";
21
21
  const UNIQUE_KEY = "SheetGraphicsExtension";
22
22
 
23
23
  //#endregion
24
- //#region \0@oxc-project+runtime@0.124.0/helpers/typeof.js
24
+ //#region \0@oxc-project+runtime@0.129.0/helpers/typeof.js
25
25
  function _typeof(o) {
26
26
  "@babel/helpers - typeof";
27
27
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -32,7 +32,7 @@ function _typeof(o) {
32
32
  }
33
33
 
34
34
  //#endregion
35
- //#region \0@oxc-project+runtime@0.124.0/helpers/toPrimitive.js
35
+ //#region \0@oxc-project+runtime@0.129.0/helpers/toPrimitive.js
36
36
  function toPrimitive(t, r) {
37
37
  if ("object" != _typeof(t) || !t) return t;
38
38
  var e = t[Symbol.toPrimitive];
@@ -45,14 +45,14 @@ function toPrimitive(t, r) {
45
45
  }
46
46
 
47
47
  //#endregion
48
- //#region \0@oxc-project+runtime@0.124.0/helpers/toPropertyKey.js
48
+ //#region \0@oxc-project+runtime@0.129.0/helpers/toPropertyKey.js
49
49
  function toPropertyKey(t) {
50
50
  var i = toPrimitive(t, "string");
51
51
  return "symbol" == _typeof(i) ? i : i + "";
52
52
  }
53
53
 
54
54
  //#endregion
55
- //#region \0@oxc-project+runtime@0.124.0/helpers/defineProperty.js
55
+ //#region \0@oxc-project+runtime@0.129.0/helpers/defineProperty.js
56
56
  function _defineProperty(e, r, t) {
57
57
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
58
58
  value: t,
@@ -100,7 +100,7 @@ var Graphics = class Graphics extends SheetExtension {
100
100
  };
101
101
 
102
102
  //#endregion
103
- //#region \0@oxc-project+runtime@0.124.0/helpers/decorateParam.js
103
+ //#region \0@oxc-project+runtime@0.129.0/helpers/decorateParam.js
104
104
  function __decorateParam(paramIndex, decorator) {
105
105
  return function(target, key) {
106
106
  decorator(target, key, paramIndex);
@@ -108,7 +108,7 @@ function __decorateParam(paramIndex, decorator) {
108
108
  }
109
109
 
110
110
  //#endregion
111
- //#region \0@oxc-project+runtime@0.124.0/helpers/decorate.js
111
+ //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
112
112
  function __decorate(decorators, target, key, desc) {
113
113
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
114
114
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -151,7 +151,7 @@ SheetGraphicsRenderController = __decorate([__decorateParam(1, Inject(SheetPrint
151
151
  //#endregion
152
152
  //#region package.json
153
153
  var name = "@univerjs/sheets-graphics";
154
- var version = "0.21.1";
154
+ var version = "0.22.0";
155
155
 
156
156
  //#endregion
157
157
  //#region src/config/config.ts
package/lib/index.js CHANGED
@@ -21,7 +21,7 @@ import { IRenderManagerService, SheetExtension } from "@univerjs/engine-render";
21
21
  const UNIQUE_KEY = "SheetGraphicsExtension";
22
22
 
23
23
  //#endregion
24
- //#region \0@oxc-project+runtime@0.124.0/helpers/typeof.js
24
+ //#region \0@oxc-project+runtime@0.129.0/helpers/typeof.js
25
25
  function _typeof(o) {
26
26
  "@babel/helpers - typeof";
27
27
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -32,7 +32,7 @@ function _typeof(o) {
32
32
  }
33
33
 
34
34
  //#endregion
35
- //#region \0@oxc-project+runtime@0.124.0/helpers/toPrimitive.js
35
+ //#region \0@oxc-project+runtime@0.129.0/helpers/toPrimitive.js
36
36
  function toPrimitive(t, r) {
37
37
  if ("object" != _typeof(t) || !t) return t;
38
38
  var e = t[Symbol.toPrimitive];
@@ -45,14 +45,14 @@ function toPrimitive(t, r) {
45
45
  }
46
46
 
47
47
  //#endregion
48
- //#region \0@oxc-project+runtime@0.124.0/helpers/toPropertyKey.js
48
+ //#region \0@oxc-project+runtime@0.129.0/helpers/toPropertyKey.js
49
49
  function toPropertyKey(t) {
50
50
  var i = toPrimitive(t, "string");
51
51
  return "symbol" == _typeof(i) ? i : i + "";
52
52
  }
53
53
 
54
54
  //#endregion
55
- //#region \0@oxc-project+runtime@0.124.0/helpers/defineProperty.js
55
+ //#region \0@oxc-project+runtime@0.129.0/helpers/defineProperty.js
56
56
  function _defineProperty(e, r, t) {
57
57
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
58
58
  value: t,
@@ -100,7 +100,7 @@ var Graphics = class Graphics extends SheetExtension {
100
100
  };
101
101
 
102
102
  //#endregion
103
- //#region \0@oxc-project+runtime@0.124.0/helpers/decorateParam.js
103
+ //#region \0@oxc-project+runtime@0.129.0/helpers/decorateParam.js
104
104
  function __decorateParam(paramIndex, decorator) {
105
105
  return function(target, key) {
106
106
  decorator(target, key, paramIndex);
@@ -108,7 +108,7 @@ function __decorateParam(paramIndex, decorator) {
108
108
  }
109
109
 
110
110
  //#endregion
111
- //#region \0@oxc-project+runtime@0.124.0/helpers/decorate.js
111
+ //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
112
112
  function __decorate(decorators, target, key, desc) {
113
113
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
114
114
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -151,7 +151,7 @@ SheetGraphicsRenderController = __decorate([__decorateParam(1, Inject(SheetPrint
151
151
  //#endregion
152
152
  //#region package.json
153
153
  var name = "@univerjs/sheets-graphics";
154
- var version = "0.21.1";
154
+ var version = "0.22.0";
155
155
 
156
156
  //#endregion
157
157
  //#region src/config/config.ts
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`@univerjs/core`),require(`@univerjs/sheets-ui`),require(`@univerjs/engine-render`)):typeof define==`function`&&define.amd?define([`exports`,`@univerjs/core`,`@univerjs/sheets-ui`,`@univerjs/engine-render`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.UniverSheetsGraphics={},e.UniverCore,e.UniverSheetsUi,e.UniverEngineRender))})(this,function(e,t,n,r){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});function i(e){"@babel/helpers - typeof";return i=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},i(e)}function a(e,t){if(i(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(i(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function o(e){var t=a(e,`string`);return i(t)==`symbol`?t:t+``}function s(e,t,n){return(t=o(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var c=class e extends r.SheetExtension{constructor(...e){super(...e),s(this,`uKey`,`SheetGraphicsExtension`),s(this,`Z_INDEX`,35),s(this,`_graphicsRenderMap`,new Map)}registerRenderer(e,t){this._graphicsRenderMap.set(e,t)}draw(e,n,r,i,{viewRanges:a}){let o=Array.from(this._graphicsRenderMap.keys());a.forEach(n=>{t.Range.foreach(n,(t,n)=>{let i=r.getCellByIndexWithNoHeader(t,n);i&&o.forEach(t=>{let n=this._graphicsRenderMap.get(t);n==null||n(e,r,i)})})})}dispose(){this._graphicsRenderMap.clear()}copy(){let t=new e;return this._graphicsRenderMap.forEach((e,n)=>{t.registerRenderer(n,e)}),t}};function l(e,t){return function(n,r){t(n,r,e)}}function u(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}let d=class extends t.Disposable{constructor(e,t){super(),this._context=e,this._sheetPrintInterceptorService=t,s(this,`_graphicsExtensionInstance`,null),this._initRender(),this._initPrinting()}_initRender(){let e=this._context.mainComponent;e&&!e.getExtensionByKey(`SheetGraphicsExtension`)&&(this._graphicsExtensionInstance=new c,e.register(this._graphicsExtensionInstance))}_initPrinting(){this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_COMPONENT_COLLECT,{handler:(e,t,n)=>{let{spreadsheet:r}=t;return this._graphicsExtensionInstance&&r.register(this._graphicsExtensionInstance.copy()),n(e)}}))}registerRenderer(e,t){var n;(n=this._graphicsExtensionInstance)==null||n.registerRenderer(e,t)}};d=u([l(1,(0,t.Inject)(n.SheetPrintInterceptorService))],d);var f=`@univerjs/sheets-graphics`,p=`0.21.1`;let m=`graphics.config`;Symbol(m);let h={},g=class extends t.Plugin{constructor(e=h,n,r,i){super(),this._config=e,this._injector=n,this._configService=r,this._renderManagerService=i;let{...a}=(0,t.merge)({},h,this._config);this._configService.setConfig(m,a)}onRendered(){[[d]].forEach(e=>{this._renderManagerService.registerRenderModule(t.UniverInstanceType.UNIVER_SHEET,e)})}};s(g,`pluginName`,`UNIVER_SHEET_DRAWING_PLUGIN`),s(g,`packageName`,f),s(g,`version`,p),g=u([l(1,(0,t.Inject)(t.Injector)),l(2,t.IConfigService),l(3,r.IRenderManagerService)],g),Object.defineProperty(e,`SheetGraphicsRenderController`,{enumerable:!0,get:function(){return d}}),Object.defineProperty(e,`UniverSheetsGraphicsPlugin`,{enumerable:!0,get:function(){return g}})});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`@univerjs/core`),require(`@univerjs/sheets-ui`),require(`@univerjs/engine-render`)):typeof define==`function`&&define.amd?define([`exports`,`@univerjs/core`,`@univerjs/sheets-ui`,`@univerjs/engine-render`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.UniverSheetsGraphics={},e.UniverCore,e.UniverSheetsUi,e.UniverEngineRender))})(this,function(e,t,n,r){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});function i(e){"@babel/helpers - typeof";return i=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},i(e)}function a(e,t){if(i(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(i(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function o(e){var t=a(e,`string`);return i(t)==`symbol`?t:t+``}function s(e,t,n){return(t=o(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var c=class e extends r.SheetExtension{constructor(...e){super(...e),s(this,`uKey`,`SheetGraphicsExtension`),s(this,`Z_INDEX`,35),s(this,`_graphicsRenderMap`,new Map)}registerRenderer(e,t){this._graphicsRenderMap.set(e,t)}draw(e,n,r,i,{viewRanges:a}){let o=Array.from(this._graphicsRenderMap.keys());a.forEach(n=>{t.Range.foreach(n,(t,n)=>{let i=r.getCellByIndexWithNoHeader(t,n);i&&o.forEach(t=>{let n=this._graphicsRenderMap.get(t);n==null||n(e,r,i)})})})}dispose(){this._graphicsRenderMap.clear()}copy(){let t=new e;return this._graphicsRenderMap.forEach((e,n)=>{t.registerRenderer(n,e)}),t}};function l(e,t){return function(n,r){t(n,r,e)}}function u(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}let d=class extends t.Disposable{constructor(e,t){super(),this._context=e,this._sheetPrintInterceptorService=t,s(this,`_graphicsExtensionInstance`,null),this._initRender(),this._initPrinting()}_initRender(){let e=this._context.mainComponent;e&&!e.getExtensionByKey(`SheetGraphicsExtension`)&&(this._graphicsExtensionInstance=new c,e.register(this._graphicsExtensionInstance))}_initPrinting(){this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_COMPONENT_COLLECT,{handler:(e,t,n)=>{let{spreadsheet:r}=t;return this._graphicsExtensionInstance&&r.register(this._graphicsExtensionInstance.copy()),n(e)}}))}registerRenderer(e,t){var n;(n=this._graphicsExtensionInstance)==null||n.registerRenderer(e,t)}};d=u([l(1,(0,t.Inject)(n.SheetPrintInterceptorService))],d);var f=`@univerjs/sheets-graphics`,p=`0.22.0`;let m=`graphics.config`;Symbol(m);let h={},g=class extends t.Plugin{constructor(e=h,n,r,i){super(),this._config=e,this._injector=n,this._configService=r,this._renderManagerService=i;let{...a}=(0,t.merge)({},h,this._config);this._configService.setConfig(m,a)}onRendered(){[[d]].forEach(e=>{this._renderManagerService.registerRenderModule(t.UniverInstanceType.UNIVER_SHEET,e)})}};s(g,`pluginName`,`UNIVER_SHEET_DRAWING_PLUGIN`),s(g,`packageName`,f),s(g,`version`,p),g=u([l(1,(0,t.Inject)(t.Injector)),l(2,t.IConfigService),l(3,r.IRenderManagerService)],g),Object.defineProperty(e,`SheetGraphicsRenderController`,{enumerable:!0,get:function(){return d}}),Object.defineProperty(e,`UniverSheetsGraphicsPlugin`,{enumerable:!0,get:function(){return g}})});
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-graphics",
3
- "version": "0.21.1",
3
+ "version": "0.22.0",
4
4
  "private": false,
5
- "description": "Drawing graphics for Univer Sheets",
6
- "author": "DreamNum <developer@univer.ai>",
5
+ "description": "In-cell graphics rendering support for Univer Sheets.",
6
+ "author": "DreamNum Co., Ltd. <developer@univer.ai>",
7
7
  "license": "Apache-2.0",
8
8
  "funding": {
9
9
  "type": "opencollective",
@@ -17,7 +17,13 @@
17
17
  "bugs": {
18
18
  "url": "https://github.com/dream-num/univer/issues"
19
19
  },
20
- "keywords": [],
20
+ "keywords": [
21
+ "univer",
22
+ "sheets",
23
+ "graphics",
24
+ "drawing",
25
+ "plugin"
26
+ ],
21
27
  "exports": {
22
28
  ".": {
23
29
  "import": "./lib/es/index.js",
@@ -43,14 +49,14 @@
43
49
  "lib"
44
50
  ],
45
51
  "dependencies": {
46
- "@univerjs/core": "0.21.1",
47
- "@univerjs/sheets-ui": "0.21.1",
48
- "@univerjs/engine-render": "0.21.1"
52
+ "@univerjs/core": "0.22.0",
53
+ "@univerjs/engine-render": "0.22.0",
54
+ "@univerjs/sheets-ui": "0.22.0"
49
55
  },
50
56
  "devDependencies": {
51
- "typescript": "^6.0.2",
52
- "vitest": "^4.1.4",
53
- "@univerjs-infra/shared": "0.21.1"
57
+ "typescript": "^6.0.3",
58
+ "vitest": "^4.1.5",
59
+ "@univerjs-infra/shared": "0.22.0"
54
60
  },
55
61
  "scripts": {
56
62
  "test": "vitest run",