@univerjs/sheets-zen-editor 0.6.5 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/types/facade/f-workbook.d.ts +2 -2
- package/package.json +10 -10
|
@@ -4,7 +4,7 @@ import { FWorkbook } from '@univerjs/sheets/facade';
|
|
|
4
4
|
*/
|
|
5
5
|
export interface IFWorkbookSheetsZenEditorMixin {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Enter the zen editing process on the active cell
|
|
8
8
|
* @returns {Promise<boolean>} A promise that resolves to a boolean indicating whether the zen editing process was started successfully.
|
|
9
9
|
* @example
|
|
10
10
|
* ```ts
|
|
@@ -15,7 +15,7 @@ export interface IFWorkbookSheetsZenEditorMixin {
|
|
|
15
15
|
*/
|
|
16
16
|
startZenEditingAsync(): Promise<boolean>;
|
|
17
17
|
/**
|
|
18
|
-
* End the zen editing process
|
|
18
|
+
* End the zen editing process on the active cell and optionally save the changes
|
|
19
19
|
* @async
|
|
20
20
|
* @param {boolean} save - Whether to save the changes, default is true
|
|
21
21
|
* @returns {Promise<boolean>} A promise that resolves to a boolean indicating whether the zen editing process was ended successfully.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-zen-editor",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Zen Editor plugin for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@univerjs/icons": "^0.2.21",
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/
|
|
66
|
-
"@univerjs/
|
|
67
|
-
"@univerjs/sheets": "0.6.
|
|
68
|
-
"@univerjs/ui": "0.6.
|
|
69
|
-
"@univerjs/sheets-ui": "0.6.
|
|
70
|
-
"@univerjs/
|
|
63
|
+
"@univerjs/docs": "0.6.6",
|
|
64
|
+
"@univerjs/design": "0.6.6",
|
|
65
|
+
"@univerjs/docs-ui": "0.6.6",
|
|
66
|
+
"@univerjs/engine-render": "0.6.6",
|
|
67
|
+
"@univerjs/sheets": "0.6.6",
|
|
68
|
+
"@univerjs/ui": "0.6.6",
|
|
69
|
+
"@univerjs/sheets-ui": "0.6.6",
|
|
70
|
+
"@univerjs/core": "0.6.6"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"less": "^4.2.2",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"typescript": "^5.8.2",
|
|
79
79
|
"vite": "^6.2.1",
|
|
80
80
|
"vitest": "^3.0.8",
|
|
81
|
-
"@univerjs-infra/shared": "0.6.
|
|
81
|
+
"@univerjs-infra/shared": "0.6.6"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"test": "vitest run",
|