@univerjs/sheets-zen-editor 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/lib/es/index.js +2 -28
- package/package.json +17 -18
package/README.md
CHANGED
|
@@ -5,12 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
## Introduction
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
`@univerjs/sheets-zen-mode-editor` enhances the immersive editing experience for cells in sheets.
|
|
9
9
|
|
|
10
10
|
## Usage
|
|
11
11
|
|
|
12
12
|
### Installation
|
|
13
13
|
|
|
14
14
|
```shell
|
|
15
|
-
|
|
15
|
+
# Using npm
|
|
16
|
+
npm install @univerjs/sheets-zen-editor
|
|
17
|
+
|
|
18
|
+
# Using pnpm
|
|
19
|
+
pnpm add @univerjs/sheets-zen-editor
|
|
16
20
|
```
|
package/lib/es/index.js
CHANGED
|
@@ -293,21 +293,7 @@ function Je() {
|
|
|
293
293
|
return Math.random().toString(36).substring(2, 8);
|
|
294
294
|
}
|
|
295
295
|
B.displayName = "UniverIcon";
|
|
296
|
-
var Qe = {
|
|
297
|
-
tag: "svg",
|
|
298
|
-
attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" },
|
|
299
|
-
children: [
|
|
300
|
-
{
|
|
301
|
-
tag: "path",
|
|
302
|
-
attrs: {
|
|
303
|
-
fill: "currentColor",
|
|
304
|
-
d: "M14.44 3.57291C14.698 3.83093 14.698 4.24927 14.44 4.50729L6.44342 12.5037C6.28721 12.6599 6.03395 12.6599 5.87774 12.5037L1.55992 8.18578C1.3019 7.92776 1.3019 7.50942 1.55993 7.2514C1.81795 6.99338 2.23629 6.99338 2.49431 7.25141L6.01916 10.7763C6.09727 10.8544 6.2239 10.8544 6.30201 10.7763L13.5056 3.57291C13.7636 3.31489 14.1819 3.31489 14.44 3.57291Z",
|
|
305
|
-
fillRule: "evenodd",
|
|
306
|
-
clipRule: "evenodd"
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
]
|
|
310
|
-
}, ie = L(function(e, t) {
|
|
296
|
+
var Qe = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M14.44 3.57291C14.698 3.83093 14.698 4.24927 14.44 4.50729L6.44342 12.5037C6.28721 12.6599 6.03395 12.6599 5.87774 12.5037L1.55992 8.18578C1.3019 7.92776 1.3019 7.50942 1.55993 7.2514C1.81795 6.99338 2.23629 6.99338 2.49431 7.25141L6.01916 10.7763C6.09727 10.8544 6.2239 10.8544 6.30201 10.7763L13.5056 3.57291C13.7636 3.31489 14.1819 3.31489 14.44 3.57291Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, ie = L(function(e, t) {
|
|
311
297
|
return Z(B, Object.assign({}, e, {
|
|
312
298
|
id: "check-mark-single",
|
|
313
299
|
ref: t,
|
|
@@ -316,19 +302,7 @@ var Qe = {
|
|
|
316
302
|
});
|
|
317
303
|
ie.displayName = "CheckMarkSingle";
|
|
318
304
|
const et = ie;
|
|
319
|
-
var tt = {
|
|
320
|
-
tag: "svg",
|
|
321
|
-
attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" },
|
|
322
|
-
children: [
|
|
323
|
-
{
|
|
324
|
-
tag: "path",
|
|
325
|
-
attrs: {
|
|
326
|
-
fill: "currentColor",
|
|
327
|
-
d: "M4.57061 3.65132C4.31677 3.39748 3.90521 3.39748 3.65137 3.65132C3.39753 3.90516 3.39753 4.31672 3.65137 4.57056L7.08079 7.99998L3.65123 11.4295C3.39739 11.6834 3.39739 12.0949 3.65123 12.3488C3.90507 12.6026 4.31662 12.6026 4.57047 12.3488L8.00003 8.91921L11.4295 12.3487C11.6834 12.6026 12.0949 12.6026 12.3488 12.3487C12.6026 12.0949 12.6026 11.6833 12.3488 11.4295L8.91927 7.99998L12.3486 4.57061C12.6025 4.31677 12.6025 3.90521 12.3486 3.65137C12.0948 3.39753 11.6832 3.39753 11.4294 3.65137L8.00003 7.08074L4.57061 3.65132Z"
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
]
|
|
331
|
-
}, re = L(function(e, t) {
|
|
305
|
+
var tt = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M4.57061 3.65132C4.31677 3.39748 3.90521 3.39748 3.65137 3.65132C3.39753 3.90516 3.39753 4.31672 3.65137 4.57056L7.08079 7.99998L3.65123 11.4295C3.39739 11.6834 3.39739 12.0949 3.65123 12.3488C3.90507 12.6026 4.31662 12.6026 4.57047 12.3488L8.00003 8.91921L11.4295 12.3487C11.6834 12.6026 12.0949 12.6026 12.3488 12.3487C12.6026 12.0949 12.6026 11.6833 12.3488 11.4295L8.91927 7.99998L12.3486 4.57061C12.6025 4.31677 12.6025 3.90521 12.3486 3.65137C12.0948 3.39753 11.6832 3.39753 11.4294 3.65137L8.00003 7.08074L4.57061 3.65132Z" } }] }, re = L(function(e, t) {
|
|
332
306
|
return Z(B, Object.assign({}, e, {
|
|
333
307
|
id: "close-single",
|
|
334
308
|
ref: t,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-zen-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Zen Editor plugin for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -48,19 +48,18 @@
|
|
|
48
48
|
"npm": ">=8.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@wendellhu/redi": "
|
|
51
|
+
"@wendellhu/redi": "0.13.0",
|
|
52
52
|
"clsx": ">=2.0.0",
|
|
53
53
|
"react": ">=16.9.0",
|
|
54
54
|
"rxjs": ">=7.0.0",
|
|
55
|
-
"@univerjs/core": "0.1.
|
|
56
|
-
"@univerjs/
|
|
57
|
-
"@univerjs/
|
|
58
|
-
"@univerjs/
|
|
59
|
-
"@univerjs/ui": "0.1.
|
|
60
|
-
"@univerjs/sheets-ui": "0.1.1"
|
|
55
|
+
"@univerjs/core": "0.1.3",
|
|
56
|
+
"@univerjs/docs": "0.1.3",
|
|
57
|
+
"@univerjs/engine-render": "0.1.3",
|
|
58
|
+
"@univerjs/sheets-ui": "0.1.3",
|
|
59
|
+
"@univerjs/ui": "0.1.3"
|
|
61
60
|
},
|
|
62
61
|
"dependencies": {
|
|
63
|
-
"@univerjs/icons": "^0.1.
|
|
62
|
+
"@univerjs/icons": "^0.1.41"
|
|
64
63
|
},
|
|
65
64
|
"devDependencies": {
|
|
66
65
|
"@wendellhu/redi": "^0.13.0",
|
|
@@ -68,16 +67,16 @@
|
|
|
68
67
|
"less": "^4.2.0",
|
|
69
68
|
"react": "^18.2.0",
|
|
70
69
|
"rxjs": "^7.8.1",
|
|
71
|
-
"typescript": "^5.
|
|
72
|
-
"vite": "^5.1.
|
|
70
|
+
"typescript": "^5.4.2",
|
|
71
|
+
"vite": "^5.1.6",
|
|
73
72
|
"vitest": "^1.3.1",
|
|
74
|
-
"@univerjs/core": "0.1.
|
|
75
|
-
"@univerjs/design": "0.1.
|
|
76
|
-
"@univerjs/docs": "0.1.
|
|
77
|
-
"@univerjs/engine-render": "0.1.
|
|
78
|
-
"@univerjs/
|
|
79
|
-
"@univerjs/ui": "0.1.
|
|
80
|
-
"@univerjs/
|
|
73
|
+
"@univerjs/core": "0.1.3",
|
|
74
|
+
"@univerjs/design": "0.1.3",
|
|
75
|
+
"@univerjs/docs": "0.1.3",
|
|
76
|
+
"@univerjs/engine-render": "0.1.3",
|
|
77
|
+
"@univerjs/shared": "0.1.3",
|
|
78
|
+
"@univerjs/sheets-ui": "0.1.3",
|
|
79
|
+
"@univerjs/ui": "0.1.3"
|
|
81
80
|
},
|
|
82
81
|
"scripts": {
|
|
83
82
|
"test": "vitest run",
|