diff --git a/content/en-US/guides/sheets/getting-started/cell-data.mdx b/content/en-US/guides/sheets/getting-started/cell-data.mdx index c39e135a..5dbf31ee 100644 --- a/content/en-US/guides/sheets/getting-started/cell-data.mdx +++ b/content/en-US/guides/sheets/getting-started/cell-data.mdx @@ -125,6 +125,7 @@ The complete style field is as follows. | ht | Horizontal alignment | | vt | Vertical alignment | | tb | Truncate overflow | +| pd | Padding | | n | Number format | You can check out the type information of each field of [IStyleData](https://reference.univer.ai/en-US/interfaces/IStyleData). @@ -351,6 +352,22 @@ You can check out the type information of each field of [IStyleData](https://ref } ``` +#### Padding + +`pd` is an object, represents padding. + +```typescript +// IStyleData +{ + pd: { + t: 0, // Top padding + b: 0, // Bottom paddingAdd commentMore actions + l: 0, // Left padding + r: 0 // Right padding + } +} +``` + #### Number Format [#number-format] `n` is an object, The `pattern` field indicates the number format. The number format is a string, please refer to [here](https://support.microsoft.com/en-us/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68)。 diff --git a/content/zh-CN/guides/sheets/getting-started/cell-data.mdx b/content/zh-CN/guides/sheets/getting-started/cell-data.mdx index 64499656..4c7c02fc 100644 --- a/content/zh-CN/guides/sheets/getting-started/cell-data.mdx +++ b/content/zh-CN/guides/sheets/getting-started/cell-data.mdx @@ -125,6 +125,7 @@ cellData 的结构如下 | ht | 水平对齐方式 | | vt | 垂直对齐方式 | | tb | 截断溢出 | +| pd | 内边距 | | n | 数字格式 | 详细了解 [IStyleData](https://reference.univer.ai/zh-CN/interfaces/IStyleData) 每个字段的类型信息。 @@ -351,6 +352,22 @@ cellData 的结构如下 } ``` +#### 内边距 + +`pd` 是一个对象,表示内边距。 + +```typescript +// IStyleData +{ + pd: {Add commentMore actions + t: 0, // 上边距 + b: 0, // 下边距 + l: 0, // 左边距 + r: 0 // 右边距 + } +} +``` + #### 数字格式 [#number-format] `n` 是一个对象,其 `pattern` 字段表示数字格式。数字格式是一个字符串,具体请参考 [这里](https://support.microsoft.com/zh-cn/office/%E6%95%B0%E5%AD%97%E6%A0%BC%E5%BC%8F%E4%BB%A3%E7%A0%81-5026bbd6-04bc-48cd-bf33-80f18b4eae68)。 diff --git a/package.json b/package.json index f11496c9..e3f333bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@univerjs-site/docs", "type": "module", - "version": "0.8.1", + "version": "0.8.2", "private": true, "packageManager": "pnpm@10.12.1", "scripts": { @@ -18,12 +18,12 @@ "@feelback/react": "^0.3.4", "@lit/react": "^1.0.7", "@univerjs/icons": "^0.4.4", - "@univerjs/presets": "0.8.1", - "@univerjs/sheets-crosshair-highlight": "0.8.1", - "@univerjs/sheets-formula-ui": "0.8.1", - "@univerjs/themes": "0.8.1", - "@univerjs/uniscript": "0.8.1", - "@univerjs/watermark": "0.8.1", + "@univerjs/presets": "0.8.2", + "@univerjs/sheets-crosshair-highlight": "0.8.2", + "@univerjs/sheets-formula-ui": "0.8.2", + "@univerjs/themes": "0.8.2", + "@univerjs/uniscript": "0.8.2", + "@univerjs/watermark": "0.8.2", "clsx": "^2.1.1", "lit": "^3.3.0", "next": "15.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3600a367..a79891cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,23 +24,23 @@ importers: specifier: ^0.4.4 version: 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@univerjs/presets': - specifier: 0.8.1 - version: 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + specifier: 0.8.2 + version: 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) '@univerjs/sheets-crosshair-highlight': - specifier: 0.8.1 - version: 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + specifier: 0.8.2 + version: 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) '@univerjs/sheets-formula-ui': - specifier: 0.8.1 - version: 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + specifier: 0.8.2 + version: 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) '@univerjs/themes': - specifier: 0.8.1 - version: 0.8.1 + specifier: 0.8.2 + version: 0.8.2 '@univerjs/uniscript': - specifier: 0.8.1 - version: 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(monaco-editor@0.52.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + specifier: 0.8.2 + version: 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(monaco-editor@0.52.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) '@univerjs/watermark': - specifier: 0.8.1 - version: 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + specifier: 0.8.2 + version: 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -1741,195 +1741,195 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - '@univerjs-pro/collaboration-client-ui@0.8.1': - resolution: {integrity: sha512-TLEnPksuxhOpoYgUBDX7pAFI3GBYG8vDmvFm5SrL51XuJhBmXFxT82YHJiJnpV3VFgPnJ7pewvkXoaSBtOFBTQ==} + '@univerjs-pro/collaboration-client-ui@0.8.2': + resolution: {integrity: sha512-Cnlo31do9XZr3+ymJZkKx36K+6xBVxWuydnfL046+1ObyQvP1qTzurfKFlSQ8pFl5H++1qfsQ0sdP33EW/m+uw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs-pro/collaboration-client@0.8.1': - resolution: {integrity: sha512-6I9MiMUMpG3vtoKzbPm6rr/8hxiTuhM7BdfMciFgvRXOGlg8ekeMgDNK/MUZod4R0PmAwVYT7HNFAwVOamSMjg==} + '@univerjs-pro/collaboration-client@0.8.2': + resolution: {integrity: sha512-pEp8mllmL4DyUFYikNo1tLTaj+2A7TY3ry1q3JzSGFzULu+znDasD1Dmi7oF5gyBMNSQRMM7PMdgKlBRnjRDuw==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs-pro/collaboration@0.8.1': - resolution: {integrity: sha512-9Ejb8nbwLwFMuThVwphPqGGpoYLdFlPbH67tV0bjdgg4saWDUkGW6+f+KxUkIxeVKs3qIglcQOqqeCDWqsi0HA==} + '@univerjs-pro/collaboration@0.8.2': + resolution: {integrity: sha512-uISRgzHkk+PS7tzhPYR9gllmEMcyaxY+eXWrRvfmDSiqbf5qgwyFambEu2k2dhZae7twEdo/SlYYYebAaVPTzg==} - '@univerjs-pro/docs-exchange-client@0.8.1': - resolution: {integrity: sha512-kwLxzms79CziEDijh9N8intldcqUfh4A+SoyRtCzkNQKfTbUGl39q7yuh0GdkBe7pEXLC261S5EaA8yFS10aPQ==} + '@univerjs-pro/docs-exchange-client@0.8.2': + resolution: {integrity: sha512-pw1QzVtJl3e679O1YnaH1lm/R5vDHtTe5flOXumjWVZbYkMambQvciovpnItaqtEQg3VaKDEoSGlOMj5lw/jLA==} - '@univerjs-pro/docs-print@0.8.1': - resolution: {integrity: sha512-x5N3ZN6csigcDYPGQx55jj/n5LAZsQAyJVkx7WYEFIaeF32FKwEa8bVb5T6X2oZVdN29eRVrYh03WCuF1soyYg==} + '@univerjs-pro/docs-print@0.8.2': + resolution: {integrity: sha512-jN/rGmuSESoyWNGOFZNjM/S0ooHbEPEgLKIc+3Tw8m/UqgTwSBQywjmD8niEmeJ8hF7F8f7m6+SgTYsRNRsWpg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc - '@univerjs-pro/edit-history-loader@0.8.1': - resolution: {integrity: sha512-mpR9cyrfyQZQClsWpaKw7I2P3OT74Byl21Lo7eHwHqmK4GepBV0Q8RuafllA5jTDqBputy6lP8tt3aWBvno/tQ==} + '@univerjs-pro/edit-history-loader@0.8.2': + resolution: {integrity: sha512-r8f87CWC91dX/8SB10v1pKMrrMg1g4xoywdkRY5eZDAfV1coOJ5BSd8UMfgjOuckX/0GNyKiw3ja4uN275XZ6g==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs-pro/edit-history-viewer@0.8.1': - resolution: {integrity: sha512-LDJKvwCown0Im22CwhZIOQdQ/z/1Wf6ciGEdH6CaeLlq6wcrXmgbBFmOROs6o2MzsjYT7QEFFw5Wa1rPVjJf2Q==} + '@univerjs-pro/edit-history-viewer@0.8.2': + resolution: {integrity: sha512-VDyp5zca4lN0TV6haJ3o2NdmnaPYswO1f5P3ukg8NTkA6niyLaqGI8kgph42gCXIvWaD6kiYybBgM3ZlNhZ43g==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs-pro/engine-chart@0.8.1': - resolution: {integrity: sha512-gttacIwiOb7IltCgrRbGDLIz6jDhu2xTJ0jwk0g2fEWg5OHkgkru2K9YHXdLnWhv2Jx0e8qp4zsewpAwZFDKyw==} + '@univerjs-pro/engine-chart@0.8.2': + resolution: {integrity: sha512-lOctoBbdOLEPkstpo0M8mfvKG/qMuWcUyl6Ec0ptiJ3ivdk/3Y1d8OudUZ0CN+E/RDnXBjCHRn7272Qmjjam7Q==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs-pro/engine-formula@0.8.1': - resolution: {integrity: sha512-4W3V4Vd7IBdfvYWFXExVD/Aafbfj2wnOTwzaaOS3rXB9Orm6YiMo76uIzIO2F4iDNgpDC0mH9fWL7KLK/t40bw==} + '@univerjs-pro/engine-formula@0.8.2': + resolution: {integrity: sha512-kTYQC9US4l9blR43T0QczOUxjndlYMDEufesFbT7wyOuqU4ovTQhPMvmPpxLe+NMTGMWMze/UXT5EELdR45WTQ==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs-pro/engine-pivot@0.8.1': - resolution: {integrity: sha512-V9cDjGMnb3mI26lY440wmFb8oY/PMgTOC3egvrU5D1gqQiDSVhfVmkfV9/fQsIIZZiCekABuHDFTn4PcVG0MQw==} + '@univerjs-pro/engine-pivot@0.8.2': + resolution: {integrity: sha512-alKLcRafwMV9dTIhyw1RWmbhJX+NnJp3w9SSZp8f+Z7Egj8KAIXZI87cw7u6AGympdPVs3IO81NHqm+ieZN06g==} - '@univerjs-pro/exchange-client@0.8.1': - resolution: {integrity: sha512-eo9X9IywkRN3nLHnaJTJoXgYojof1V1cBofYq79sqKgelieGYMw2jd9yEZINpAtFEWaqUUeX0M2i0ujuPn43kQ==} + '@univerjs-pro/exchange-client@0.8.2': + resolution: {integrity: sha512-dkDyi4rshJ7Xk9DqIdbchN08MFwQAswonL/IMj0Q2f9cy5p4VXYKDvktFVFi9w3pfNI3aLWTCuMgxnfS01inVw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs-pro/license@0.8.1': - resolution: {integrity: sha512-jq+YCKJw/VxBpxdLn08VVSjfitQ/LbzLKblzc6/eMWls4vvPYDKskBHaV7VyjfGTgDfeaesqkWmk/JUJw+S0tQ==} + '@univerjs-pro/license@0.8.2': + resolution: {integrity: sha512-8v9OuX3afjt5jtCEv6sRx0gQaGrjXzdXJ8YmLPwTS/hlKVM5DwtCNoiTBEP7VDJpo89fgipi3okOGiZfCTaMvw==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs-pro/print@0.8.1': - resolution: {integrity: sha512-tjnT2Zs/2XqMY5aWFzoz/4ggU5GuwMToAB41XT4/LvjqWTc2Z4TBM2ii/fPgV3PPHRA78JkuchbjmaI3aHp48Q==} + '@univerjs-pro/print@0.8.2': + resolution: {integrity: sha512-JiMM7CwYfRs0TB1NOTg5zQcZ7L4IaaK3qbzqG7VjHyITqOxoUk96jZvrOspctejWlXTOonIkW4ApnS42+5FNMA==} - '@univerjs-pro/sheets-chart-ui@0.8.1': - resolution: {integrity: sha512-dQ2YY8HPnLlxHcz72Pt/advvY840b0ylbWQJ6GHxdkdY8iI2JP4/8dH7jLpB6kvr3pHeld54IYC8nDTNqmUjMA==} + '@univerjs-pro/sheets-chart-ui@0.8.2': + resolution: {integrity: sha512-c1Sdl47Hf5uxf6gB4A+5HqIYfHrvWKzOmbufGqIZzo9G/Y6kCTwv0ZO8mIbpZfwfBmx8+QDfhCRvKMsRTPoy8w==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs-pro/sheets-chart@0.8.1': - resolution: {integrity: sha512-CckQRoSoH8dtOpwJWe8ymBe03kXe4IiFKLHwqJRS32LYjfI3mIIiFgf29jNYf1xDeRZKQ1638Cah3hQEXI0SNQ==} + '@univerjs-pro/sheets-chart@0.8.2': + resolution: {integrity: sha512-+YHd8AGx9t/ZoBc+HVAPQMXPsXbLEmur63/ogPCBPwrOuySEXDORoag3etlsyR61rfIzTqEMDdpMbQuWlsSUVQ==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs-pro/sheets-exchange-client@0.8.1': - resolution: {integrity: sha512-tSA8Edr9tVsN/TX4RlhrDLXlFnX7tP9YWH3wn6A1mMJrFwXMtc/fZZyqSXRGdhePs/DehSBB5BYyIbaSRXeguQ==} + '@univerjs-pro/sheets-exchange-client@0.8.2': + resolution: {integrity: sha512-BQ7Dw8ExtGKJy8YRY8INrwk5jmvgCCbRpWB2uXzUilGsvK+sfAc2eQA4lxIVzB3AWk5sx/FrSXHnW0N8rNYMSQ==} - '@univerjs-pro/sheets-pivot-ui@0.8.1': - resolution: {integrity: sha512-5GNsUL2TJn/VJbY9UsA0wcEPktLc/L9i2c+AtWvqcBB+x+G3jX+A0tB+Br1KDn4S6CZlBEhNsGu1f57JeksdRw==} + '@univerjs-pro/sheets-pivot-ui@0.8.2': + resolution: {integrity: sha512-OQJmLY0lktpMYZ466pJV9jpPfBUN78M8Kklx+jh/6sdMwbrh/ucYxjiRTr82Ch17y5ODruKzzHJjFQJKFhykmQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs-pro/sheets-pivot@0.8.1': - resolution: {integrity: sha512-npGXzYcPH53N7qTszf2s6H6xMTDZfmVv70+/Sqgf0o3n5moEPF2EzCFlOZh/Ql7j4Q1QR33ZYkKwZzGVo1qpcg==} + '@univerjs-pro/sheets-pivot@0.8.2': + resolution: {integrity: sha512-Mb7I/S+alrOd8UUOjsAf6h8Ws+JFOFo1p59yaVc3E6xbjsKA7AAoEFw9lXtyCPFtFPUJXurs0aRteWKfmGPVWA==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs-pro/sheets-print@0.8.1': - resolution: {integrity: sha512-Skrvfbh6Ndln+6juT+2AMSrGNOvYYBaTIOjlwLCUl+FkBXozqoHmjr2vJ1Sn95W6s8V9dHhSBkq3v/g158Vzzg==} + '@univerjs-pro/sheets-print@0.8.2': + resolution: {integrity: sha512-ZiAY7dfNxS/K5z2l+TCcs7Ae4zhA6HPTnoA/p9MgbO2eSsw2EaJTE1o0DDPXCSt0Gwz2ZWjJ64lekAe7C3zZ1A==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs-pro/sheets-sparkline-ui@0.8.1': - resolution: {integrity: sha512-FxSa5OpbJrvCIh0f5sNThX/2wJLrg7jWjPnRIySpi3AX+fMhOFywLgHVSo1qDbZMpQ28+Z7tpONMCmNJgmC7lQ==} + '@univerjs-pro/sheets-sparkline-ui@0.8.2': + resolution: {integrity: sha512-jh8eSeCqqmgp9p+XDaciLAWXa3860AXOfSZk9wXB1O7wIzRgi9/PD/2WsJ5OUE7yLzkt6aWeICTOVUVzHhtTbA==} engines: {node: '>=16.0.0', npm: '>=8.0.0'} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs-pro/sheets-sparkline@0.8.1': - resolution: {integrity: sha512-zMkzjmH9LL/Dx2vIYrrjPL5GI5WlZ7j0doYR22/ms2RqoeUQcpwFXxg83+5V80/JzUwvgIp7+yz+Bei/cS4/ig==} + '@univerjs-pro/sheets-sparkline@0.8.2': + resolution: {integrity: sha512-7q9FyTHxW/NKSXRFFUjfAPYOeNxTK2ufWOcrm9seiCAUWgM7wojwviYXEvNo5Kyy0bQOJcXm6sJ1dlHdiLrsPQ==} engines: {node: '>=16.0.0', npm: '>=8.0.0'} peerDependencies: rxjs: '>=7.0.0' - '@univerjs-pro/thread-comment-datasource@0.8.1': - resolution: {integrity: sha512-3HucOufxg6UHn6WE/Ss+JHAjhQQEHSuuYF6WmyfdRoAiNfQd+VObmzWlN+XJm2zmbahzE8Re9MxK0DRxQdL9Vg==} + '@univerjs-pro/thread-comment-datasource@0.8.2': + resolution: {integrity: sha512-MsA0h6/JGzncLxIzayPdfwNJzv7GESYrCOuLHM/+vZz1Bn2Ft2OUUhsiXyWVu8CamYtKfpunbU2RMpoQOu12ug==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/core@0.8.1': - resolution: {integrity: sha512-DcN7ExXCz0CesxY7X+8j/hfDCjZLIKRXjfUOMGste5Xv+tc+4VDXli1rsQBWC7FFRmfHBP0qRxdKlQDHs3GSgQ==} + '@univerjs/core@0.8.2': + resolution: {integrity: sha512-upi1OJIK8Ghyd5zNxQMfsTFKfmbNarUEFn1cCWYutrhbs21nAao8M3D/bKJ0POX3NDBdG3RzMXnXM1vWKbbjnQ==} peerDependencies: '@wendellhu/redi': 0.18.3 rxjs: '>=7.0.0' - '@univerjs/data-validation@0.8.1': - resolution: {integrity: sha512-dAu1zWBIH7DD9B+pAplt2ksR4YQqoYFPQ5T9Yw+K6KYCluouFrYqOP3daxuWMva1V/BMGMn8ZJG8Dj8I6TELAg==} + '@univerjs/data-validation@0.8.2': + resolution: {integrity: sha512-s9YSAd7Dt6oexB3j7CjEfKGQ1m0RPU4Xmk1nfwuBIKts6QbwqK1Bkz7ASQl2SXT/f2YCf3RW7PWe/1MaUlQC9A==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/design@0.8.1': - resolution: {integrity: sha512-RXzYG91DYi69ED/i00mitvsGTbOS8q9kiUBNqUlmKgw4YeXdpv4ISdT4kNqN0T5MPlrWwARDntYBEzam35KHiw==} + '@univerjs/design@0.8.2': + resolution: {integrity: sha512-NemOtcQq9MY1Kf2hTfl3UOimRz7u4JmV8Ph2dswUgSXouBc6iUhhpr3fYf1ld+PSgtKLF/vzkg0CFgOpnyEgzA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc - '@univerjs/docs-drawing-ui@0.8.1': - resolution: {integrity: sha512-r/x4W69/Ae5ogwi5Px6Xk+fRigkrjXSoVkEKzP/blYo3ocagpU3oZjUj6RMf+aP2mDKNHHXQQ1+9ARtaGMrxag==} + '@univerjs/docs-drawing-ui@0.8.2': + resolution: {integrity: sha512-ZpYT+Spvql45D1imgMKkrvtwefuUSdtT4JXzIMcMM/YP7RTvQmDr0K8VFQbq9ixPKqSBAuEZP2iSIuFiGVloRg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/docs-drawing@0.8.1': - resolution: {integrity: sha512-aoD5oEUxcNUKTRxLVQGKv2RkgIpqdRMmBZCIJrkOMX9n/92/56NBq8KuiJM7Q+MHI/uLMRKygfBtWjJmA+i1tQ==} + '@univerjs/docs-drawing@0.8.2': + resolution: {integrity: sha512-1odVlKYclkau2Wy3l7LIUH6nLKRxnFkjb63is6STgb5h/QH9+3W5CzsnblYSVLR1DGmn6NplCXIN5v2/HBrifA==} - '@univerjs/docs-hyper-link-ui@0.8.1': - resolution: {integrity: sha512-qF229VjhT9LTDnB2t/pverie0b0hGiej3L/JAFqIGaQWxrV732q6PBvcjTERUARlKHme/Rp1Q+fP6hKK5N8Q+A==} + '@univerjs/docs-hyper-link-ui@0.8.2': + resolution: {integrity: sha512-50CSXEeAUVrtbcmQbQQtyjMcZYGKF/5LOMdO0mVe/38926wCC1C3tdgPgebNjeum1c9VUYyCG4Yo8HZxc58YUw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/docs-hyper-link@0.8.1': - resolution: {integrity: sha512-omyOHS/h9tJLtd6ec8BvsOA61kj0HR2uQukrAMtlUEI9ezxLT3pfn9//wMx6D77uWxToWdOXju9dgB6JdV/RMQ==} + '@univerjs/docs-hyper-link@0.8.2': + resolution: {integrity: sha512-3x6LCVdiuFmtxrvbrtqT5+n4p9WT0bjzSebUWlMYG4qLCH88FuJpUOovm4O5GwAGVU6yUmDqpVPErBVULDYgng==} - '@univerjs/docs-thread-comment-ui@0.8.1': - resolution: {integrity: sha512-Q0WSgPMu2woRWPZC4d0AFjs01Op263yk1SQVJED77ueX5bqEugkkj7YnVR/1FX1kzfTMYvHQNCTdkJms41Oc1Q==} + '@univerjs/docs-thread-comment-ui@0.8.2': + resolution: {integrity: sha512-t/JLE9OMsqlC6lK9ZWEOY9SISqoMjZOnrbpeoxOtxsrEBJihNAnIwQ+rsFJTWGLIMR7YXX+smWlRjJP4us+Bsw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/docs-ui@0.8.1': - resolution: {integrity: sha512-kKanvAerZ+/B0VutWPSs59P3V+ZPFtZl7XLGhi7MEQ95O00hnlJ+pTHLVL4VLNolx0EWA1uhEVTZ7m9WxJbaUg==} + '@univerjs/docs-ui@0.8.2': + resolution: {integrity: sha512-uOJgubaLaXC0LqlZ0DH4OF6FFEPFIAieB+5JxhcA3W3UOQ/xMo7mzW40FwNswFsXbBxW7MeHflb+bo7imZ43Mw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/docs@0.8.1': - resolution: {integrity: sha512-1V03EWOO66RvGx/LUfbDI7CCOovvaLSXeh9weWFL+knF7uyco+9KOt2sGTK8dTpcpw43kJVYw8vMftnToyH8lA==} + '@univerjs/docs@0.8.2': + resolution: {integrity: sha512-YenS6XUOUhAKh1x0YYiUKcJX50RZLwsyinRM1hXfw2qOvWRZP9tEsma0s9mdrm3+ArqFM3OcovsDP8j0cSNqgw==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/drawing-ui@0.8.1': - resolution: {integrity: sha512-5K+cyKOtFiXpRn9VeHc2GJRl8p+ecbTI6/RuI5OGBCsEmdZdeVUIVfb/pChB4g2Rvq57FmzQtyOj+a3bmWuGKg==} + '@univerjs/drawing-ui@0.8.2': + resolution: {integrity: sha512-5dR3x8nMlWQfbw2glOP73fTJKx8hcnt/tMjGPkf6NLJ5MCJsRjHctJTTIkbGS3Z30ABGEaUKlI5hdxjP3GRdyQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/drawing@0.8.1': - resolution: {integrity: sha512-HnQhSO0OWSISP7WPpH8YHTWKkwlraGppgjUTcEi50UptHO1ONZ0smkzT5j366AUhGKdwYiigTThPzcaFrg6twA==} + '@univerjs/drawing@0.8.2': + resolution: {integrity: sha512-UQofJe7NS+B4osE9FwkrcXUxCGn4BR5VQf2si9iJ0KhFAchsDHkVWZLIS/1s0laNjFGc4tmzO4zH9hMyqmKCdA==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/engine-formula@0.8.1': - resolution: {integrity: sha512-koDHlJoVsal3gqzaIJGVBQajfOc0a3Q7OmJuURe/cS/VXT+eajTM74xstDCtrD1tt+XIaNiyPkeRfaJ+NS+qmA==} + '@univerjs/engine-formula@0.8.2': + resolution: {integrity: sha512-Ss6SDb3dGoBqbGUI0MiKIlzcB5/Zi661kpN+0kh8JFNYhcoOeDTalgWXfhfWno4SCbgDOrO/cEAri/OWZIXqSQ==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/engine-numfmt@0.8.1': - resolution: {integrity: sha512-Rj9otCXibwvjhOwimG7q+/my/Z4p1weVRFPyAygflyB1SFJdp+WjC2fCeFz+gAlA4HxGHdcOpV0eYtvyWCpVjQ==} + '@univerjs/engine-numfmt@0.8.2': + resolution: {integrity: sha512-s2RkRQBxB7AjGUwwXk9J87sBt2M5HIgnLu0k3c0BN8i3X8KjtSJnuIviavCAdxJuOoHnqI01wuyX2dx57qn1TQ==} - '@univerjs/engine-render@0.8.1': - resolution: {integrity: sha512-EV0sBX9TOVCAFpfg2QHYnLzGtvQRKgs1AtemKGOuAmT5ol4is4l32z0D54AdAk8W3WmJwpJe5aurlGd6bPCelw==} + '@univerjs/engine-render@0.8.2': + resolution: {integrity: sha512-IZUsx2qzQRYnPriE4RZXcsi7pFOU41LJr3k03ovhfAIosioDSwdNwCppz0Jf2wjb50ZZ5fSO5UqmZoMnlqhhOw==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/find-replace@0.8.1': - resolution: {integrity: sha512-Anyp6qwOpvOydzdnaixcFMYxgca4ow75kq2UX2a+0YWQo9aqqbqLqzwfpIm1Aqi/U6Duk2LOePM6XeyOXJiWzA==} + '@univerjs/find-replace@0.8.2': + resolution: {integrity: sha512-tVIwSuG9eEgsf6MKfO3ATtj2phIrknQqowilBRoyyduL9O17QBcTlCiVB1Yl7WUbabo8I3vMOxgzF+0uFG0e1g==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' @@ -1940,151 +1940,151 @@ packages: react: '*' react-dom: '*' - '@univerjs/network@0.8.1': - resolution: {integrity: sha512-CkSPoRSOb/vdiuoi+HdyXQdKo876vwvZ0igiHfEkNMUI4nNJm5EwOu2bEtZlrSu1NQtmoYaInstrcRoVjW247Q==} + '@univerjs/network@0.8.2': + resolution: {integrity: sha512-Wa5puPgiGVaal3Q5f38A8tbZTBeECdKw+PyZwyofoZyilb/mCY112gVMxRtSfiVKgdOdjXkMancsIDiNj7YH+A==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/preset-docs-advanced@0.8.1': - resolution: {integrity: sha512-vekSHITmZIfVKpvD1kUpLj5GGDmK1kZiNgwLobXuryL2zK59qkRDly28EjC0KR7BuG9nm9GISISX0+JmmN+ung==} + '@univerjs/preset-docs-advanced@0.8.2': + resolution: {integrity: sha512-HNn9n/dv/E19cviBKWlETb0Fn3JJDDnyCX/GI4pdxY4SeozJwXwmWTxhJ2nIYa47bvml49Cc8KGFGkNZ+Lh+Ow==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-docs-collaboration@0.8.1': - resolution: {integrity: sha512-T2fhPuMyAqeu23tz8Xgg70whMNrdW25mnaEnH9YMBIKGC+FuRyujApHr01tT//euitjnwpL7wQ32rvh90Y6/+g==} + '@univerjs/preset-docs-collaboration@0.8.2': + resolution: {integrity: sha512-wXe3fp6A9Ic4Gw/XTrsbiQb3Jrqxl9WURYcDfNPoMC4tXhmU41HGI3eSuEybqfnNDlqkjO+KJ2T6ZvxmfelFzQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-docs-core@0.8.1': - resolution: {integrity: sha512-pNnJr/i9J0SMHrlmtY+Ht1812pFy1KhHV5UATtixQGQoAJx8yK90/aswbZiMeyXhR6Ygb9AnhflbaQoFt4tD2g==} + '@univerjs/preset-docs-core@0.8.2': + resolution: {integrity: sha512-0amrNCmukDiezKxo7ygDxc90eMOKmIJW0frD5ff7zCNLBFRL1Hpu3MpaaJXKF+3cdpOaoIafH7Dh4VyNj5CGrA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-docs-drawing@0.8.1': - resolution: {integrity: sha512-jau0WsKzqgpTmX39LVEW8DxwVGCIg4iSxvTb7ug/xEVSeWVOuzAa60AcFkwPbKte3qT4VX9KqWzIQ8s5DFfXIA==} + '@univerjs/preset-docs-drawing@0.8.2': + resolution: {integrity: sha512-QcV6hoxxgZInleGIwzmU+iX80QCR4sgG7K1Dr+OpbgdxGaBzu7W/+pOsqu6I0nr+5eyTNrf5BzurM0Ot3K8B6g==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-docs-hyper-link@0.8.1': - resolution: {integrity: sha512-O1ij4xmbCIqe/iUM3CRRFmdqvgqR8M0GUvqmDvbVZGrF3IuJjMMGlGs4bPyxBDj0KdHmJ7Pki/7ZEz1ouu70AQ==} + '@univerjs/preset-docs-hyper-link@0.8.2': + resolution: {integrity: sha512-CnHwdlF00bgVNgLZk0C2p6mNVjqhjrj7htwbXywvI5QoR63Oqxn+giUT4fb5rPuFgDvdVvxkW9+n71/c30MmFw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-docs-thread-comment@0.8.1': - resolution: {integrity: sha512-4DnlDtXAtH4J7PWkwxMzK8qoOAlkrMao8iPQaTrdM41zB0WPAFLIjYXSlJwIpl9CNqreAUe2s/kasgLWsLWmNQ==} + '@univerjs/preset-docs-thread-comment@0.8.2': + resolution: {integrity: sha512-1sd6oAq+vSFqcVg6IWzHhTHZqAaBvYDlY7dGq8GZ07MP5mT8gD8tLwqqRN9rEumP7YPr8KgMU6RwdTXZCTVoHQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-advanced@0.8.1': - resolution: {integrity: sha512-L8li6Z07ztCZO2OgTYf94JeZaOQ8vzqcsZVqj8Lok8LP67m3100tH39ga1vkQfieFtueRLh/qupL/ioHcpHjuQ==} + '@univerjs/preset-sheets-advanced@0.8.2': + resolution: {integrity: sha512-9knkFm98/XWPWWRo8cn7EzVhS8aL63kG1I0MQgHWaN98wthG4WlNXbcIiHOOaFVfRXvon34Bi0rQpGipEzeRTg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-collaboration@0.8.1': - resolution: {integrity: sha512-8NiGYYUajgrQQRBWytLz4swAVtzDr08wRkR2Zx+JlPUpuz5ScADYPoSaVpTNAGYHQ3ywnk993rnDUdJIaDcodg==} + '@univerjs/preset-sheets-collaboration@0.8.2': + resolution: {integrity: sha512-IOzYKKwT67ODInF8WsM8WTslroOH/fAu18Jv/HGdLdeUiqHTZPbQKXT23/+ieCWB8ybMR43zpCnLR8E8GaC0UQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-conditional-formatting@0.8.1': - resolution: {integrity: sha512-TJogbQk61O0cykCYAvIiaZgKE9XpqPInEZEHa169x7X9FdGYszo2jwz9y/40zbATzwn++Po1JAEgxrU4LCS8NQ==} + '@univerjs/preset-sheets-conditional-formatting@0.8.2': + resolution: {integrity: sha512-QKqDlDsZz8Jmt5gRGNqfNNX6DDUebaGhf7FHorqaiCqxv7A0RDIZYHG1i7QhLUh1/Pd4mHq7Ysa+IqWuQtUL6w==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-core@0.8.1': - resolution: {integrity: sha512-3fo/vF65KDG98oNl0B2XOYhrelN+fOUgj8QzCurTvXV6Rl84Rge4hzSYy5MQUqmX+Qhsby3d/uAVpXbjLXNDNA==} + '@univerjs/preset-sheets-core@0.8.2': + resolution: {integrity: sha512-B/8kx80Pnhj5usheuhFRv9iOUdVRg8+ywC+qzd6COUD2qonabSdpkTzg1WtEupUUUK06rDWTZkVl72UyHrYYpA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-data-validation@0.8.1': - resolution: {integrity: sha512-IEPnJwTIj9Uhq8nRxkI7o9hkPjNJC+LfqwSePz+YN6bR/npgdWIS4rWcxeVnzwT0SCQMr/va2+tL0R0AP32BEQ==} + '@univerjs/preset-sheets-data-validation@0.8.2': + resolution: {integrity: sha512-/zlMf5rx+bzwJbn08xRDilB9JSrSshx5mv43jjntjm+1oXZPfn5AIbNLlTi4rajgiXwYXb9972G36TxlyRERwA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-drawing@0.8.1': - resolution: {integrity: sha512-1ysGN+R/yXSoOQ9XB21GwUDezjmpWRP0egFYvNZETsJubLNRXitv3hT7bSr1nMcLkTiFzbSq5NarQi7ucGFMHg==} + '@univerjs/preset-sheets-drawing@0.8.2': + resolution: {integrity: sha512-VlAp8p5V2oY+/FkcQswZyC8DKjDj2hiMV9XfUNMpNJ6KpCYGTik9gYkh7oNGC2bc9Uoi4MCs514UAGzyfG9AQA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-filter@0.8.1': - resolution: {integrity: sha512-zfkb2mFQQCEBT/K/G0v8Wyym7zG947ZQ0WJBWZxmT9ktmnJjGvPtNHVEl6lvonZEamGCJn4WvjZjsxN9lHu4qA==} + '@univerjs/preset-sheets-filter@0.8.2': + resolution: {integrity: sha512-2yDL1n+6tjqjIbbOWzkG/zlW594400vT8NrbXaM1er1UzXO6+/XAdOjx+ln1Kdzfz1n9DlaEqZkpyL8k8MbTaQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-find-replace@0.8.1': - resolution: {integrity: sha512-WVq2DeUBifmNN7wW3uUgl+2q5NJkQGUD07NpIA2qhWBS32OJQompQ7AzC8/N8NFVzwPh7P/qyA+muET/QJAjmw==} + '@univerjs/preset-sheets-find-replace@0.8.2': + resolution: {integrity: sha512-1R3WJNdHF0/YMdORyOgW/c5jIAwPCTwBwD51gPlxpHnEUz3ZItpDddA/nKpkN2yU8UgNa95QjHHNLnw25mv3Sg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-hyper-link@0.8.1': - resolution: {integrity: sha512-/Z5Pq/nEav6lE0RZL3wULqBKECpaugdWomHYxkjeNLnMlqU8ucS12QzaPRSfCYpmxC1Sq8puxtLcvL49cHM7qQ==} + '@univerjs/preset-sheets-hyper-link@0.8.2': + resolution: {integrity: sha512-xbayCkBPrwCDUD04w37kk3SOqYYg5TLRsjgfEGERXQiwrKFmxrGRBOvXQ8VVYO0Nf1oNVzNse+uHGagFCxXtsw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-node-core@0.8.1': - resolution: {integrity: sha512-kBtwMhqVhQ2fTld+TMNv+xAcmkKCjjhLlGW4aGImCioI4N/dwGJyD8gKI/l1Jxtn6GMdfoIl7M+29aWjNUlYaw==} + '@univerjs/preset-sheets-node-core@0.8.2': + resolution: {integrity: sha512-5u6EJrG6b+5+c7ybjS0tfiAJFi6diAZXIpm3dfRT1kBEBxWN31rWRSUb1fQlq3DofKrpCRIH8veY2itlU8w3Yg==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/preset-sheets-note@0.8.1': - resolution: {integrity: sha512-8/CkhT5nINvlb5k8lS9NKFFEdmilADQN8YgJJtdQ0gbw80k1v63NCN0VwB0fRpMmRHM3fk756hry3DoRSQBKKQ==} + '@univerjs/preset-sheets-note@0.8.2': + resolution: {integrity: sha512-i+X59pyknQiE9m/IhEprcpPN17JOGFafkA2/NIqQmb9Rml8nbVc9fMtSXMlyMB28sS8AAtGB60mEkMVBa12OGg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-sort@0.8.1': - resolution: {integrity: sha512-1wDNfcTbcYD63H3snkFKzAh9j0yzSa/wqAZ0tQmKKCXddIiDsDu/DTSJFI9Rk/AusgbpDT8wjcGSP4v3jPLkUw==} + '@univerjs/preset-sheets-sort@0.8.2': + resolution: {integrity: sha512-4Ne6YtZ41xp0/xLPIjosdcSbbHYC9o+isVz0O4XXQPgRFRmy6JgUC2OXvl0cYKEc/hTO1YqeQFfKJcsCbr9ahw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-table@0.8.1': - resolution: {integrity: sha512-KdVEnHNXPmNyJf9FtZYsNfaY4ulsw1xmtiGW4FScieZ7/8i90e4Yehb6yKrKND88z3zrj2O+LmQXoXKHlRS3fQ==} + '@univerjs/preset-sheets-table@0.8.2': + resolution: {integrity: sha512-0U0cxslbxuoD9F06OM4kHzmFzdobEZ8bdAhpCMFeYpOUDAOPZ9yCsbeUoCDXogItLx9JjBGNJN4HIT3BZQim0A==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/preset-sheets-thread-comment@0.8.1': - resolution: {integrity: sha512-kgve68xxb/OktOZ7eqNajY+s2MCkxkGIYHFxNUV9u+4EI+bdX2LloKdeeiS3aRFDRe3kRE8nAZ4hHa4XYJf1hQ==} + '@univerjs/preset-sheets-thread-comment@0.8.2': + resolution: {integrity: sha512-yp2KO3yV/7rhetjHQNEavV8p98TiRL9ZvUXe1HVp47idsmug7SPidWSD2RXlH/JpZZHVxFD1wjYVdfotSjbpDA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/presets@0.8.1': - resolution: {integrity: sha512-mg0iKysBv4kvsC+c2PbkWEEh4/wKgAILuTty+/BsDadwiDP+p7m8XCR80jSYjPrUAC1R/u1fxG9tPMU4Beybpg==} + '@univerjs/presets@0.8.2': + resolution: {integrity: sha512-uJ2KFQXy8TxBB6VMVYiELohjUel4mqO9XaSfG4OV1675f2pUG+dYCGUTR2F7zMe1gG437O+f6ESy6sDmYCMUDQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc @@ -2104,191 +2104,191 @@ packages: '@grpc/grpc-js': '>=1' rxjs: '>=7.8' - '@univerjs/rpc-node@0.8.1': - resolution: {integrity: sha512-IqEYAR9OVIk3wR6nMDw0598gZGFicOScdedyJ6HUuTA0LiQH0kGB4ywmfrL9upy9TMFBmzMt3sdIJw8/4z1/kA==} + '@univerjs/rpc-node@0.8.2': + resolution: {integrity: sha512-uprdQJitxM3a2PTm3ucBF004Iz7ZxAivgPK6P9xyzIwv7fDoevHse6b8ZhMvBhUIBTilOaaY53tcgpAjYoH4LA==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/rpc@0.8.1': - resolution: {integrity: sha512-VdfR4/DGi4h7vfPi1Uy3mnJRid086J1RatLV20P5emRjb+Rk5u2oSJcYFUyTD1SbXd8lFbV5G9cSi/UPlq+z1w==} + '@univerjs/rpc@0.8.2': + resolution: {integrity: sha512-GLgdME+0LRNdB2Wi2I52oSqq3A6qpgqr7OeBw//XOv9XCyBiJh9ls5ErBpo0Dus9vlP+r7gCJdvNYvozL2XfBw==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-conditional-formatting-ui@0.8.1': - resolution: {integrity: sha512-5xgAXi1kDesLyo733NKWR2sJtWpwuGvOr5yXGbUqb8H6ts5uRlHJPRq2BSWYW392Gihl2GErxjP+vMYFa9RSTw==} + '@univerjs/sheets-conditional-formatting-ui@0.8.2': + resolution: {integrity: sha512-iMlzKTFN0JzG/BaHlP+M9AXUTh96lm6r3rtbNUnTaaNUapYH8JFSAdswjKoBvUfHR0uQCJFHk8AWIkbmBYgSdA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-conditional-formatting@0.8.1': - resolution: {integrity: sha512-hIgzmGXnNQGlZB51MSXvQolEtJwyDRIMVUp4D6vzcOoxQaH08FaKHPLtwC3JvaA7Ck/ZlWZx41uTcWsD11TJ+Q==} + '@univerjs/sheets-conditional-formatting@0.8.2': + resolution: {integrity: sha512-cRdfz31KPcqifcCs3UJc/M0kiXlvH3uGlYQxFGXxnieUb1tJ5O1PSFljArTryW5qFq/BCvVuMSzIVE/y604g3g==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-crosshair-highlight@0.8.1': - resolution: {integrity: sha512-3hMhR7dRTNKipe3g3nyzRf3/FHk07l5zJ/u35z+g9wlLiAfnFk5CEN8oHt6SSWBj6P2iO8DHZL8j6oyciNZiPw==} + '@univerjs/sheets-crosshair-highlight@0.8.2': + resolution: {integrity: sha512-t83rkMFQi8NCYBv8st4rUhx6d9ScLGQ+xckYNglWkdTAYVY5FEpkiiWPAKfm1gXBtglpf8WSc+U4oc/bOWObYg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-data-validation-ui@0.8.1': - resolution: {integrity: sha512-rek4yaL1/c9Gf4/b16m86Y0YLQ12z+HlvDZ4AgOUGG4TV/OFfRdOYjF/XUMebu/tpD8QnIn6kntuDADrHF5TAQ==} + '@univerjs/sheets-data-validation-ui@0.8.2': + resolution: {integrity: sha512-3Rf2CDzw63zmZLdSvCgviTwHhM8ufyWOd7fCI1pbA6wa3TRcYQVi3AZPw6Y3HjMfs+3sa3Hn+R2omUjzFI6k0g==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-data-validation@0.8.1': - resolution: {integrity: sha512-29cgwqheN6nfB/jCG3Q80C++LtMEcIaAUhq4pd1kFCo5uUITrqvCaeduIBb9SolFz6muA5hZmmzLbBvUTL0vRw==} + '@univerjs/sheets-data-validation@0.8.2': + resolution: {integrity: sha512-2LpX2OvUx56DDrRoh8vS3f1M6kOHIPuYt9uhjqIZPrBvk7ZxtaP/BK7RWJGWgUWTcRReSF5Yu77qDuCTAG3RUg==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-drawing-ui@0.8.1': - resolution: {integrity: sha512-an7Um7sr0BW0o70NZvTIzofvTclXXhkX+P2QLaekE6f/wZSFhMeIOpyRm/Sj3DHBEcazWE2LbpMGUOS7eg0i2g==} + '@univerjs/sheets-drawing-ui@0.8.2': + resolution: {integrity: sha512-wxzw5/dCFEDtqS6I4EGUP0GwOcROld+qAx179iT3X86rB4nYbHK31oH9Oc7DppFDsBdxSnsIXfW9HzyR3rIiaw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-drawing@0.8.1': - resolution: {integrity: sha512-HcyKrZFjzwQ7OL5bJr1t0+fsA7XxsJSYzfn14mvApTNNcVddtZuu0Heo/AVYXW7K+gRRAMYDCwUGMi1r7dolmw==} + '@univerjs/sheets-drawing@0.8.2': + resolution: {integrity: sha512-cuLc7Uxpacx4utuKd8uBhXlm63dOaR1JBnP/fp0hLrvPJPKS0V85bLUa00yUI+ka9jkLXbaThA26IyMeu6kAcQ==} - '@univerjs/sheets-filter-ui@0.8.1': - resolution: {integrity: sha512-ZuffmU9nOfNfGuNv1FI0oh7Plpb2mZZ4XbnHElb5qdiV/z7AUI7uxPv0CGQCNgBSyFe+ndwWgrcZ7DJsHkyfcA==} + '@univerjs/sheets-filter-ui@0.8.2': + resolution: {integrity: sha512-wyGhBhyBpYUr69rFkU3njnoo6jkRBOp1YW/5J17s/jrDNVnkm/5446ke1hpV25XzBJmEsUYRScDa9K8XkFtMzA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-filter@0.8.1': - resolution: {integrity: sha512-h0Kik9eINiQKAfkN2Bxa8i+6wnevVnmGInICmCIiLX2RMw7QYCLLggMHZzetwxtA5aTghlk8TAkPDTqW36E3Fg==} + '@univerjs/sheets-filter@0.8.2': + resolution: {integrity: sha512-V3eWKDepfsa/blfb2sYwOt628HvMxgTpvJPxzVFwsRCC6PYx5zDak1j8Rdt85GcVKjmUv3t7IwDjjE2+U94jGA==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-find-replace@0.8.1': - resolution: {integrity: sha512-6NK+H7HbOsxWlqmNIbMmCOKI9BT8QWtoTNYTftwAXU9yNRRXRkVjyVWk2htBlrQK3jwLS76t7S+1XNaYTbSQ7w==} + '@univerjs/sheets-find-replace@0.8.2': + resolution: {integrity: sha512-VxgA7/pV8Q5nvh5frlV1kGdnsNPyLGe+nk9Y+Y2DfQJ9lzeZnAjxkFHxmSfvGvWDInFPDdv1RiFdUH+aAVDjZQ==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-formula-ui@0.8.1': - resolution: {integrity: sha512-5xkhHVBZ3OA0AV8tJB0JUNeQwVjqY32JaE+dFUXjO0ftke6iN7cqlgdHe/EQBRkNhiQKKo2s4PM/qqCfHIjBQA==} + '@univerjs/sheets-formula-ui@0.8.2': + resolution: {integrity: sha512-QD+2/nSeBJMLMvAByoVviiavUHrVedwR0YW3qU2X2e6PwrSLChv5TA/DVXrAPvsmbW/m3q4m/zIqblWuMAqDrg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-formula@0.8.1': - resolution: {integrity: sha512-uvamnE7dipbwRoKvSRWyf8iz2SNJx9GOU6eyAaV/faNBkPMfkEMLNyp1W1XJDKQQ1skGjk2KwTfL16WIXsMsIQ==} + '@univerjs/sheets-formula@0.8.2': + resolution: {integrity: sha512-mw3oHAu+wBQkH88QEZsld8tGVB2D3d06wi7Yfy6VwmiAwHt4AurwXEF21L7epgULpYGvCfflEmuv/tF3pKrG6g==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-graphics@0.8.1': - resolution: {integrity: sha512-jb5pSHf/c92h/xwwF9fv7s9GXTE4vmS4qnis/J6DhnShYzv6pS8Bd28kcxaZbR2PPhhgvmGxKaa7IyIoAJy9AQ==} + '@univerjs/sheets-graphics@0.8.2': + resolution: {integrity: sha512-Fq0svF/IIzdaIUa4ViROuD13Svm7G4HV+SX9k7e36Znrj5YfXqlhwi/z83fjTANRCzCyrmX+BPyvZr63RU1W8g==} - '@univerjs/sheets-hyper-link-ui@0.8.1': - resolution: {integrity: sha512-F3DcnS15FB0QQDrkK1yZQL9hV1QapC3qY9bmUaTDWKClCdZRm6mukBb3sYwL75/0rl8espCy1XPgZMo2KMcvKA==} + '@univerjs/sheets-hyper-link-ui@0.8.2': + resolution: {integrity: sha512-YT5eQee3UvSwPUxdSceqF1iu1Nlq6aJrPrckFwJxcLcLYntCVwvVXEmKawmPCwM9rJGlfApRePeZip7GKXp/wA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-hyper-link@0.8.1': - resolution: {integrity: sha512-CUgJZapiWqb58oo0oWaYVM/0ydlss4yQsNw+G4Uz+852ktLOQjGNsC+0X/p9snm/D12n0jTg4TjPFC1NMVxF7g==} + '@univerjs/sheets-hyper-link@0.8.2': + resolution: {integrity: sha512-CX/8iO50qgo0WwM0dvEaPkp8QRtcfG3OwvGvEP2SyHl2e/QXyXPf0B9H11fh7IRBKA0NKnlpU2b2miqKCwGj5Q==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-note-ui@0.8.1': - resolution: {integrity: sha512-KkfFm1piTdD/5vqs2eWc7hhfgfAGwQKdRwGwxJm+zIST+IhKP1aZrDtycEr998VFAWNM1enyPdJI4YgqdGFWXQ==} + '@univerjs/sheets-note-ui@0.8.2': + resolution: {integrity: sha512-i2UWLNVOJXQRJHxV2D6agnzGrNkLBiCWkehAUxeefIiI5mYwvF32tEj+cyXQkk2K/vkVL9LVX5nLMdFcHzuJdw==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-note@0.8.1': - resolution: {integrity: sha512-CeAeBlV4EwS2VcIiOg2N+F/cTLfh3rW/Lrm5hiIacnoaTvtJL2TO4oMvEu9xVmB7ESDC4ggn2Oo13No1sqqDEA==} + '@univerjs/sheets-note@0.8.2': + resolution: {integrity: sha512-JHSIPTZrgkPNcAxWzUwSs9AbF4hdovkpzK1DysW2WCEDXn8mtOw1V4RMsdYFWPJcVApV87D+2RWctGbiaUFeHA==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-numfmt-ui@0.8.1': - resolution: {integrity: sha512-jP6XB7lWPDtqW07EDdQ8Of/meqvV4kUApSwNiHAJMy8L2vfQ305uRjzEwGQe7CFvRJfa0T+BENU6a9KZ1HoE+A==} + '@univerjs/sheets-numfmt-ui@0.8.2': + resolution: {integrity: sha512-KtfLVvv1bv4qRmzVHdhAgcpExtYufcXjAWVf73UymW8b0ZSGjgsy4VcwJOJrWmoYKdZYC9FgnIcsI+OP483IPQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-numfmt@0.8.1': - resolution: {integrity: sha512-BH5rNT3aq2CGN9iagPJS0O3uFC/aO9/pWDqap5nb6DzXlNFRVC7p1/zKUW4Lqgs1h5Xx5FjZjCCpcqZIyDnOxg==} + '@univerjs/sheets-numfmt@0.8.2': + resolution: {integrity: sha512-BQdqu7F/LEiClogIPqQokOgNEgDFa/T/KD8qowcnVVEKNzKct1Ao0Qqh8V8ds2o+BHCMh1tvSMa1PhJ/cysGpw==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-sort-ui@0.8.1': - resolution: {integrity: sha512-6JdnPjuvdymDt2i30LoAieHv8ty3mLCvqiHES7szyCOCvT1sM8Mi6QHWY3kMiLpuieq4IYi0P0JVGnnmEqST7Q==} + '@univerjs/sheets-sort-ui@0.8.2': + resolution: {integrity: sha512-ctljQWiZiLfA3I4gfOX53szs7yRm/1fJW6G8RQkZWS/vE3p//C4VdTA+HHx1f3FhUOaZwBLh9XSIvgLW6b5GTQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-sort@0.8.1': - resolution: {integrity: sha512-WuUJ3y8ctNpjz74dJtvhVHYPItvEUMbV1o0TFrRKrZsztu4A5t8acWenG4FmFO0MVp2g5mnNPpRwYNfekNmAsA==} + '@univerjs/sheets-sort@0.8.2': + resolution: {integrity: sha512-JsWkI8ZAZrymmMSl0s4U+bfDH8OhJgwzbbn71JSU5qCeQzVJ5zwr9lXJaS8Qh9AyrDCDcoDi8A+Ioc+FEhxhLA==} - '@univerjs/sheets-table-ui@0.8.1': - resolution: {integrity: sha512-Epj2weucczJUValGqb/h7TBd4SpmL7SS+OY/RDx0iIh1EA+uDtaLelvfYo7zQgItOp/+MXw85wTJMfLx2ewd/Q==} + '@univerjs/sheets-table-ui@0.8.2': + resolution: {integrity: sha512-aVWzAq6HnpfrRGSdQdxWN07kxzxFUtJZdsBTWMF47LgTVuJvmF46l/OtThNVEPkthJYNKi+HdXMY9Grvga2+Rg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-table@0.8.1': - resolution: {integrity: sha512-7ZEkDmAkyNkJ54ONMvfouxrpE52/MJik65Mzul7xYTFTIjhnIPZnA4nEyfrMnqrUEUBUgGT6rDX77y2kQI4wmQ==} + '@univerjs/sheets-table@0.8.2': + resolution: {integrity: sha512-OiB/qwuAQbwklMmpxEJD6xAF7C7UGwX8oI1CXoItxcZuqy/zroXe8XF5kau7nt68HKidb9RiBsYZrRVWgfIkxg==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-thread-comment-ui@0.8.1': - resolution: {integrity: sha512-bDdZhj9fZsGxPNFE4BIk6I7hiDV6UmdZ0pHOo15iQKm2O09ioNOo3yyzQO8sgdCVe0K9CHED1V/k/sD97PEJ1g==} + '@univerjs/sheets-thread-comment-ui@0.8.2': + resolution: {integrity: sha512-QIgkGyjJHs/8jbh4KP1IhwqM0QjQLE1t4OEsMEhw1oYtggPwEibP1Nu2wrF4Ab1FjBHCKSNtLdTM514v9WIZcQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets-thread-comment@0.8.1': - resolution: {integrity: sha512-N6duenu7Drna/JwbBH1eaRgRgSJaXgMlbXT74i6BRAGGD8pUBZaQSXrGuilbD4zb5tZHNCYuWw9RpoUpl7t/2A==} + '@univerjs/sheets-thread-comment@0.8.2': + resolution: {integrity: sha512-qmfqU5tlZ3kfe+hUFVZfvqJP6kuB0DZ/6fEVFxCBn6R3lBmo6ZGBaOHc1uECOr7gyqI3C+kqYt3psjpSakZEdg==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/sheets-ui@0.8.1': - resolution: {integrity: sha512-QlHM+oblGQUckhTiZ9WCK6XFXokSd/XXVWj3OEKU3nGI/83IhlMoZLDqbA5FffKtrCnE6Gdm23C2R88BH2pZVA==} + '@univerjs/sheets-ui@0.8.2': + resolution: {integrity: sha512-yXjIfJd9mtInbR2vd8aI4BXDvpax99NWwp2Epj2tUi9CneDTM5BEhTSRxVRqOEAyvi0FudvNa1Juk40d3LXs+A==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/sheets@0.8.1': - resolution: {integrity: sha512-2qi9zLXu8ohgXslT48bkrp1QCv8H48pg6a5ScnUNCp7DRysR5ziy4ub7VMRUtz/wShf2M0RxILJB/QfHyw1CpA==} + '@univerjs/sheets@0.8.2': + resolution: {integrity: sha512-iaTNvhFucwEMYCCNnsafmQAbsPIxbfmcnFPXdQfT77dHBYq3CztnGz1VA/86sUONE6RFfdVGxwmMWB+7JD+ypw==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/telemetry@0.8.1': - resolution: {integrity: sha512-TXFF1B6gcLLXgM+BUm1BlPgyafSgzrQkyf9xPyxmuGuTDWmfxoQudxEA8bGu+D12Fj30Cqqq75rd/TZpNwIkgA==} + '@univerjs/telemetry@0.8.2': + resolution: {integrity: sha512-P8y18yAk6qg0Um5Gdl9G4D+S/A+k63cA3wn1+/dbD+ZymKXkz/s2Z/yTLLd4uIWAVNXuwrGEBDCPzydY2owtpg==} - '@univerjs/themes@0.8.1': - resolution: {integrity: sha512-AwViA9Eu+yhRt8rMiewKsuPaPfFMwwpBxXFe0QOfmqk9PNyrVYA7NsZf2Mim8ZDQEuLIM3a2yxGtVjaGuIaIbw==} + '@univerjs/themes@0.8.2': + resolution: {integrity: sha512-VFU/YnanI+T51/eMn/O2HFnITxs7ToJiePPSUe54rnYhQOsH4b3GbAOztpfKBLqHKu8+IDnwLGEplL5+SNlP3w==} - '@univerjs/thread-comment-ui@0.8.1': - resolution: {integrity: sha512-DQazlrlGodFt9ulyy6EmGsbvlb4sBzO2XaCbbNaiNBK/R38iwJtIxrLlGKr2rPGIQoC4JKocYK4XgdHhGzdnUQ==} + '@univerjs/thread-comment-ui@0.8.2': + resolution: {integrity: sha512-Dt8X6+QYCi6cZ/9Ls9CNGDn/fBDBInKXUq0zZCe+yGUAWYMPYgpU2blQSf2aMEQI84poy8IQ/nV+Ox49PAMFFA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/thread-comment@0.8.1': - resolution: {integrity: sha512-JZsgQwH2xnNONnPwXPifAeMWsMdQi/ZPb8c4sa2JjQkEiLQgVT6GZ/2cmJSdBt/pjsyiHTicJAp021FutPY/NQ==} + '@univerjs/thread-comment@0.8.2': + resolution: {integrity: sha512-g+AknMdwLC7rq0LKo0RDKQxARzgha2CPqr7Lu3d+XCiO9WvbUY6rqAiIdx2Yk9rbZO9Exxhib31q7nepFJEUvA==} peerDependencies: rxjs: '>=7.0.0' - '@univerjs/ui@0.8.1': - resolution: {integrity: sha512-P+ZUSR+AyTmpesY3bBf/HR+vDQqrIhcycRTIP7x5kF3pyJW3Q+DXaF9JvEyvLGywp9YD/SPZtM9P+xtKC7+t0Q==} + '@univerjs/ui@0.8.2': + resolution: {integrity: sha512-4FAo9W7aFFQDx+qcLYioYj5NI67e2nSsAINbfHu6FNk6Bj4iunQ+0JudP0VX7EwkhFG571RJwNyC/IMRlT4i+w==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/uniscript@0.8.1': - resolution: {integrity: sha512-39bvkrbFLAEVhu6BJbaOR6hwNLTp6WXdZsaJ2cL3idzzIsKIbGWHFBw7rcLA+WnYBJJliBWzsH2rDYUIqt+g4w==} + '@univerjs/uniscript@0.8.2': + resolution: {integrity: sha512-DRib78G+HtuA99QUrf2vudDMvdx5OmG6E/ThH8/CX4onJJduzjJqxz63G6KOVkhlXbMqy8qJSIq87LeOfO8fdQ==} peerDependencies: monaco-editor: '>=0.50.0' react: ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc rxjs: '>=7.0.0' - '@univerjs/watermark@0.8.1': - resolution: {integrity: sha512-8QZEgOy856G56qYHB4hOJr4TJ9LeLHYPCNN5chNZ22pyLPhtl+kDAWOR9Oj2bNwI3EW4JAQ3JKCiP+TCIR0Piw==} + '@univerjs/watermark@0.8.2': + resolution: {integrity: sha512-yPF0QBijGm8yIba9oXit/Go62b9js9qacB7+rWMMepYzXjqMic+g93tzh+VfKaPanKwFtBGgUBLicnBOArEGug==} peerDependencies: rxjs: '>=7.0.0' @@ -7251,24 +7251,24 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@univerjs-pro/collaboration-client-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': - dependencies: - '@univerjs-pro/collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/collaboration-client': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + dependencies: + '@univerjs-pro/collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/protocol': 0.1.47-alpha.0(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) crypto-js: 4.2.0 react: 19.1.0 rxjs: 7.8.2 @@ -7283,48 +7283,48 @@ snapshots: - react-dom - typescript - '@univerjs-pro/collaboration-client@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs-pro/collaboration-client@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs-pro/collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/protocol': 0.1.47-alpha.0(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/telemetry': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/telemetry': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) crypto-js: 4.2.0 rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs-pro/collaboration@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs-pro/collaboration@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/protocol': 0.1.47-alpha.0(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-conditional-formatting': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-filter': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-conditional-formatting': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-filter': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) uuid: 11.1.0 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - rxjs - '@univerjs-pro/docs-exchange-client@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/docs-exchange-client@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/exchange-client': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/exchange-client': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) transitivePeerDependencies: - '@grpc/grpc-js' - '@types/react' @@ -7338,20 +7338,20 @@ snapshots: - rxjs - typescript - '@univerjs-pro/docs-print@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/docs-print@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/print': 0.8.1 - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/print': 0.8.2 + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 optionalDependencies: - '@univerjs-pro/collaboration-client': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) transitivePeerDependencies: - '@grpc/grpc-js' - '@types/react' @@ -7364,43 +7364,43 @@ snapshots: - rxjs - typescript - '@univerjs-pro/edit-history-loader@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': - dependencies: - '@univerjs-pro/collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/collaboration-client': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/edit-history-viewer': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/sheets-pivot': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/sheets-sparkline': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/sheets-sparkline-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/edit-history-loader@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + dependencies: + '@univerjs-pro/collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/edit-history-viewer': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-pivot': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-sparkline': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-sparkline-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-conditional-formatting': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-conditional-formatting-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-data-validation-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-filter': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-filter-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-hyper-link-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-numfmt': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-conditional-formatting': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-conditional-formatting-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-data-validation-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-filter': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-filter-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-hyper-link-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-numfmt': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7414,25 +7414,25 @@ snapshots: - react-dom - typescript - '@univerjs-pro/edit-history-viewer@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': - dependencies: - '@univerjs-pro/collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/collaboration-client': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/collaboration-client-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/sheets-sparkline': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/edit-history-viewer@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + dependencies: + '@univerjs-pro/collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/sheets-sparkline': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/protocol': 0.1.47-alpha.0(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-conditional-formatting': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-filter': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-conditional-formatting': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-filter': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7446,37 +7446,37 @@ snapshots: - react-dom - typescript - '@univerjs-pro/engine-chart@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs-pro/engine-chart@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs-pro/engine-formula@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs-pro/engine-formula@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs-pro/engine-pivot@0.8.1': {} + '@univerjs-pro/engine-pivot@0.8.2': {} - '@univerjs-pro/exchange-client@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/exchange-client@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs-pro/collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/protocol': 0.1.47-alpha.0(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) pako: 2.1.0 react: 19.1.0 rxjs: 7.8.2 @@ -7491,34 +7491,34 @@ snapshots: - react-dom - typescript - '@univerjs-pro/license@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs-pro/license@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: '@noble/ed25519': 2.2.3 '@noble/hashes': 1.7.1 - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs-pro/print@0.8.1': {} + '@univerjs-pro/print@0.8.2': {} - '@univerjs-pro/sheets-chart-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/sheets-chart-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/engine-chart': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/sheets-chart': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/engine-chart': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-chart': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) echarts: 5.6.0 echarts-wordcloud: 2.1.0(echarts@5.6.0) react: 19.1.0 @@ -7534,24 +7534,24 @@ snapshots: - react-dom - typescript - '@univerjs-pro/sheets-chart@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs-pro/sheets-chart@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs-pro/engine-chart': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/engine-chart': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs-pro/sheets-exchange-client@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/sheets-exchange-client@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/exchange-client': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/exchange-client': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) transitivePeerDependencies: - '@grpc/grpc-js' - '@types/react' @@ -7565,20 +7565,20 @@ snapshots: - rxjs - typescript - '@univerjs-pro/sheets-pivot-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/sheets-pivot-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/engine-pivot': 0.8.1 - '@univerjs-pro/sheets-pivot': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/engine-pivot': 0.8.2 + '@univerjs-pro/sheets-pivot': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-beautiful-dnd: 13.1.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react-dom: 19.1.0(react@19.1.0) @@ -7594,39 +7594,39 @@ snapshots: - react-native - typescript - '@univerjs-pro/sheets-pivot@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs-pro/sheets-pivot@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs-pro/engine-pivot': 0.8.1 - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-filter': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/engine-pivot': 0.8.2 + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-filter': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs-pro/sheets-print@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/sheets-print@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/print': 0.8.1 - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/print': 0.8.2 + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 optionalDependencies: - '@univerjs-pro/collaboration-client': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) transitivePeerDependencies: - '@grpc/grpc-js' - '@types/react' @@ -7638,19 +7638,19 @@ snapshots: - react-dom - typescript - '@univerjs-pro/sheets-sparkline-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/sheets-sparkline-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/sheets-sparkline': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-sparkline': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-graphics': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-graphics': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7664,25 +7664,25 @@ snapshots: - react-dom - typescript - '@univerjs-pro/sheets-sparkline@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs-pro/sheets-sparkline@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs-pro/thread-comment-datasource@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs-pro/thread-comment-datasource@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/collaboration-client': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/protocol': 0.1.47-alpha.0(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/thread-comment-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/thread-comment-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' @@ -7696,10 +7696,10 @@ snapshots: - react-dom - typescript - '@univerjs/core@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/core@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: '@univerjs/protocol': 0.1.46(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/themes': 0.8.1 + '@univerjs/themes': 0.8.2 '@wendellhu/redi': 0.18.3 async-lock: 1.4.1 dayjs: 1.11.13 @@ -7714,15 +7714,15 @@ snapshots: transitivePeerDependencies: - '@grpc/grpc-js' - '@univerjs/data-validation@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/data-validation@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/design@0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@univerjs/design@0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-dropdown-menu': 2.1.15(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -7733,7 +7733,7 @@ snapshots: '@radix-ui/react-tooltip': 1.2.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@rc-component/trigger': 2.2.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/themes': 0.8.1 + '@univerjs/themes': 0.8.2 class-variance-authority: 0.7.1 clsx: 2.1.1 dayjs: 1.11.13 @@ -7754,17 +7754,17 @@ snapshots: - luxon - moment - '@univerjs/docs-drawing-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/docs-drawing-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7778,25 +7778,25 @@ snapshots: - react-dom - typescript - '@univerjs/docs-drawing@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/docs-drawing@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - rxjs - '@univerjs/docs-hyper-link-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/docs-hyper-link-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7810,24 +7810,24 @@ snapshots: - react-dom - typescript - '@univerjs/docs-hyper-link@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/docs-hyper-link@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - rxjs - '@univerjs/docs-thread-comment-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/docs-thread-comment-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/thread-comment-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/thread-comment-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7841,15 +7841,15 @@ snapshots: - react-dom - typescript - '@univerjs/docs-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/docs-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7863,23 +7863,23 @@ snapshots: - react-dom - typescript - '@univerjs/docs@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/docs@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/drawing-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/drawing-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7893,34 +7893,34 @@ snapshots: - react-dom - typescript - '@univerjs/drawing@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/drawing@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) ot-json1: 1.0.2 rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/engine-formula@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/engine-formula@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: '@flatten-js/interval-tree': 1.1.3 - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-numfmt': 0.8.1 - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-numfmt': 0.8.2 + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) decimal.js: 10.5.0 rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/engine-numfmt@0.8.1': {} + '@univerjs/engine-numfmt@0.8.2': {} - '@univerjs/engine-render@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/engine-render@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: '@floating-ui/dom': 1.7.1 '@floating-ui/utils': 0.2.9 - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) cjk-regex: 3.3.0 franc-min: 6.2.0 opentype.js: 1.3.4 @@ -7929,13 +7929,13 @@ snapshots: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/find-replace@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/find-replace@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -7954,20 +7954,20 @@ snapshots: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@univerjs/network@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/network@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/preset-docs-advanced@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-docs-advanced@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/docs-exchange-client': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/docs-print': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/exchange-client': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/docs-exchange-client': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/docs-print': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/exchange-client': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -7981,11 +7981,11 @@ snapshots: - moment - typescript - '@univerjs/preset-docs-collaboration@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-docs-collaboration@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/collaboration-client': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/collaboration-client-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -7999,15 +7999,15 @@ snapshots: - moment - typescript - '@univerjs/preset-docs-core@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-docs-core@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8021,12 +8021,12 @@ snapshots: - moment - typescript - '@univerjs/preset-docs-drawing@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-docs-drawing@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/docs-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/docs-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8040,10 +8040,10 @@ snapshots: - moment - typescript - '@univerjs/preset-docs-hyper-link@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-docs-hyper-link@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/docs-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-hyper-link-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/docs-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-hyper-link-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8057,10 +8057,11 @@ snapshots: - moment - typescript - '@univerjs/preset-docs-thread-comment@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-docs-thread-comment@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/docs-thread-comment-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/thread-comment-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/docs-thread-comment-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/thread-comment-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8074,21 +8075,21 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-advanced@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': - dependencies: - '@univerjs-pro/engine-chart': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/exchange-client': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/license': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/sheets-chart': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/sheets-chart-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/sheets-exchange-client': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/sheets-pivot': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/sheets-pivot-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/sheets-print': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/sheets-sparkline': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/sheets-sparkline-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-graphics': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-advanced@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + dependencies: + '@univerjs-pro/engine-chart': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/exchange-client': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/license': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-chart': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-chart-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/sheets-exchange-client': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/sheets-pivot': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-pivot-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/sheets-print': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/sheets-sparkline': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/sheets-sparkline-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-graphics': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8103,15 +8104,15 @@ snapshots: - react-native - typescript - '@univerjs/preset-sheets-collaboration@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-collaboration@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs-pro/collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/collaboration-client': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs-pro/collaboration-client-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/edit-history-loader': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/edit-history-viewer': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs-pro/thread-comment-datasource': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-advanced': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs-pro/collaboration-client-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/edit-history-loader': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/edit-history-viewer': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs-pro/thread-comment-datasource': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-advanced': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8126,10 +8127,10 @@ snapshots: - react-native - typescript - '@univerjs/preset-sheets-conditional-formatting@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-conditional-formatting@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/sheets-conditional-formatting': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-conditional-formatting-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-conditional-formatting': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-conditional-formatting-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8143,23 +8144,23 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-core@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': - dependencies: - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-numfmt': 0.8.1 - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/network': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-numfmt': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-numfmt-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-core@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + dependencies: + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-numfmt': 0.8.2 + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/network': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-numfmt': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-numfmt-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8173,11 +8174,11 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-data-validation@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-data-validation@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-data-validation-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-data-validation-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8191,13 +8192,13 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-drawing@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-drawing@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/docs-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/docs-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8211,10 +8212,10 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-filter@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-filter@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/sheets-filter': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-filter-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-filter': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-filter-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8228,10 +8229,10 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-find-replace@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-find-replace@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/find-replace': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-find-replace': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/find-replace': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-find-replace': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8245,10 +8246,10 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-hyper-link@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-hyper-link@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/sheets-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-hyper-link-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-hyper-link-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8262,31 +8263,31 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-node-core@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': - dependencies: - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/rpc-node': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-filter': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-numfmt': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-sort': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/preset-sheets-node-core@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + dependencies: + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/rpc-node': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-filter': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-numfmt': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-sort': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/preset-sheets-note@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-note@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/sheets-note': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-note-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-note': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-note-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8300,10 +8301,10 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-sort@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-sort@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/sheets-sort': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-sort-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-sort': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-sort-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8317,10 +8318,10 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-table@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-table@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/sheets-table': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-table-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-table': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-table-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8334,12 +8335,12 @@ snapshots: - moment - typescript - '@univerjs/preset-sheets-thread-comment@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/preset-sheets-thread-comment@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/sheets-thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-thread-comment-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/thread-comment-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-thread-comment-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/thread-comment-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8353,30 +8354,30 @@ snapshots: - moment - typescript - '@univerjs/presets@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': - dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/preset-docs-advanced': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-docs-collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-docs-core': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-docs-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-docs-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-docs-thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-advanced': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-collaboration': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-conditional-formatting': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-core': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-filter': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-find-replace': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-node-core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/preset-sheets-note': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-sort': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-table': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/preset-sheets-thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/presets@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + dependencies: + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/preset-docs-advanced': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-docs-collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-docs-core': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-docs-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-docs-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-docs-thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-advanced': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-collaboration': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-conditional-formatting': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-core': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-filter': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-find-replace': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-node-core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/preset-sheets-note': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-sort': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-table': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/preset-sheets-thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) rxjs: 7.8.2 @@ -8401,35 +8402,35 @@ snapshots: '@grpc/grpc-js': 1.13.4 rxjs: 7.8.2 - '@univerjs/rpc-node@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/rpc-node@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/rpc@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/rpc@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-conditional-formatting-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-conditional-formatting-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-conditional-formatting': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-conditional-formatting': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8443,26 +8444,26 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-conditional-formatting@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-conditional-formatting@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-crosshair-highlight@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-crosshair-highlight@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8476,21 +8477,21 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-data-validation-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-data-validation-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: '@flatten-js/interval-tree': 1.1.3 - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-numfmt': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-numfmt': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8504,32 +8505,32 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-data-validation@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-data-validation@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/protocol': 0.1.46(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-drawing-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-drawing-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8543,26 +8544,26 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-drawing@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-drawing@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/drawing': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/drawing': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - rxjs - '@univerjs/sheets-filter-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-filter-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-filter': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-filter': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8576,24 +8577,24 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-filter@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-filter@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-find-replace@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-find-replace@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/find-replace': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/find-replace': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' @@ -8607,19 +8608,19 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-formula-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-formula-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8633,22 +8634,22 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-formula@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-formula@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-graphics@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-graphics@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) transitivePeerDependencies: - '@grpc/grpc-js' - '@types/react' @@ -8662,21 +8663,21 @@ snapshots: - rxjs - typescript - '@univerjs/sheets-hyper-link-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-hyper-link-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-data-validation': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-hyper-link': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-data-validation': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-hyper-link': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8690,27 +8691,27 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-hyper-link@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-hyper-link@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-note-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-note-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-note': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-note': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8724,26 +8725,26 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-note@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-note@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-numfmt-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-numfmt-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-numfmt': 0.8.1 - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-numfmt': 0.8.2 + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-numfmt': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-numfmt': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8757,27 +8758,27 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-numfmt@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-numfmt@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-numfmt': 0.8.1 - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-numfmt': 0.8.2 + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-sort-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-sort-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-sort': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-sort': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8791,29 +8792,29 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-sort@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-sort@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - rxjs - '@univerjs/sheets-table-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-table-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-formula-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/sheets-sort': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-table': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-formula-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets-sort': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-table': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8827,27 +8828,27 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-table@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-table@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-thread-comment-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-thread-comment-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/thread-comment-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/thread-comment-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8861,31 +8862,31 @@ snapshots: - react-dom - typescript - '@univerjs/sheets-thread-comment@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets-thread-comment@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/sheets-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/sheets-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-numfmt': 0.8.1 - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-numfmt': 0.8.2 + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@univerjs/protocol': 0.1.46(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/telemetry': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/telemetry': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8899,36 +8900,36 @@ snapshots: - react-dom - typescript - '@univerjs/sheets@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/sheets@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-formula': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-numfmt': 0.8.1 + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-formula': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-numfmt': 0.8.2 '@univerjs/protocol': 0.1.46(@grpc/grpc-js@1.13.4)(rxjs@7.8.2) - '@univerjs/rpc': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/rpc': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/telemetry@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/telemetry@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - rxjs - '@univerjs/themes@0.8.1': {} + '@univerjs/themes@0.8.2': {} - '@univerjs/thread-comment-ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/thread-comment-ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/docs-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/docs-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/thread-comment': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/thread-comment': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) react: 19.1.0 rxjs: 7.8.2 transitivePeerDependencies: @@ -8942,19 +8943,19 @@ snapshots: - react-dom - typescript - '@univerjs/thread-comment@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/thread-comment@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js' - '@wendellhu/redi' - '@univerjs/ui@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/ui@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) '@univerjs/icons': 0.4.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@wendellhu/redi': 0.18.3 localforage: 1.10.0 @@ -8972,13 +8973,13 @@ snapshots: - moment - typescript - '@univerjs/uniscript@0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(monaco-editor@0.52.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': + '@univerjs/uniscript@0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(monaco-editor@0.52.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/design': 0.8.1(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@univerjs/sheets': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/sheets-ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) - '@univerjs/ui': 0.8.1(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/design': 0.8.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@univerjs/sheets': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/sheets-ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(@wendellhu/redi@0.18.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) + '@univerjs/ui': 0.8.2(@grpc/grpc-js@1.13.4)(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rxjs@7.8.2)(typescript@5.8.3) monaco-editor: 0.52.2 react: 19.1.0 rxjs: 7.8.2 @@ -8993,10 +8994,10 @@ snapshots: - react-dom - typescript - '@univerjs/watermark@0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': + '@univerjs/watermark@0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2)': dependencies: - '@univerjs/core': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) - '@univerjs/engine-render': 0.8.1(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/core': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) + '@univerjs/engine-render': 0.8.2(@grpc/grpc-js@1.13.4)(@wendellhu/redi@0.18.3)(rxjs@7.8.2) rxjs: 7.8.2 transitivePeerDependencies: - '@grpc/grpc-js'