@univerjs/sheets-conditional-formatting-ui 0.1.13 → 0.1.15
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-conditional-formatting-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Conditional formatting plugin for Univer Sheets",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"homepage": "https://univer.ai",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "https://github.com/dream-num/univer
|
|
15
|
+
"url": "https://github.com/dream-num/univer"
|
|
16
16
|
},
|
|
17
17
|
"bugs": {
|
|
18
18
|
"url": "https://github.com/dream-num/univer/issues"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"require": "./lib/cjs/*",
|
|
35
35
|
"types": "./lib/types/index.d.ts"
|
|
36
36
|
},
|
|
37
|
-
"./
|
|
38
|
-
"./
|
|
37
|
+
"./lib/*": "./lib/*",
|
|
38
|
+
"./locale/*": "./lib/locale/*.json"
|
|
39
39
|
},
|
|
40
40
|
"main": "./lib/cjs/index.js",
|
|
41
41
|
"module": "./lib/es/index.js",
|
|
@@ -49,61 +49,72 @@
|
|
|
49
49
|
"files": [
|
|
50
50
|
"lib"
|
|
51
51
|
],
|
|
52
|
-
"engines": {
|
|
53
|
-
"node": ">=16.0.0",
|
|
54
|
-
"npm": ">=8.0.0"
|
|
55
|
-
},
|
|
56
52
|
"peerDependencies": {
|
|
57
|
-
"@wendellhu/redi": "0.15.
|
|
53
|
+
"@wendellhu/redi": "0.15.4",
|
|
58
54
|
"clsx": ">=2.0.0",
|
|
59
55
|
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
|
|
60
56
|
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
|
|
61
57
|
"rxjs": ">=7.0.0",
|
|
62
|
-
"@univerjs/
|
|
63
|
-
"@univerjs/engine-formula": "0.1.
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/
|
|
66
|
-
"@univerjs/
|
|
67
|
-
"@univerjs/sheets-
|
|
68
|
-
"@univerjs/sheets": "0.1.
|
|
69
|
-
"@univerjs/ui": "0.1.
|
|
58
|
+
"@univerjs/design": "0.1.15",
|
|
59
|
+
"@univerjs/engine-formula": "0.1.15",
|
|
60
|
+
"@univerjs/core": "0.1.15",
|
|
61
|
+
"@univerjs/sheets": "0.1.15",
|
|
62
|
+
"@univerjs/engine-render": "0.1.15",
|
|
63
|
+
"@univerjs/sheets-conditional-formatting": "0.1.15",
|
|
64
|
+
"@univerjs/sheets-ui": "0.1.15",
|
|
65
|
+
"@univerjs/ui": "0.1.15"
|
|
70
66
|
},
|
|
71
67
|
"dependencies": {
|
|
72
|
-
"@univerjs/icons": "^0.1.
|
|
73
|
-
"@univerjs/protocol": "
|
|
68
|
+
"@univerjs/icons": "^0.1.56",
|
|
69
|
+
"@univerjs/protocol": "0.1.38-alpha.3",
|
|
74
70
|
"lodash.get": "^4.4.2",
|
|
75
71
|
"lodash.set": "^4.3.2",
|
|
76
72
|
"react-grid-layout": "^1.4.4",
|
|
77
73
|
"react-resizable": "^3.0.5",
|
|
78
|
-
"@univerjs/sheets-conditional-formatting": "0.1.
|
|
74
|
+
"@univerjs/sheets-conditional-formatting": "0.1.15"
|
|
79
75
|
},
|
|
80
76
|
"devDependencies": {
|
|
81
77
|
"@types/lodash.get": "^4.4.9",
|
|
82
78
|
"@types/lodash.set": "^4.3.9",
|
|
83
79
|
"@types/react-grid-layout": "^1.3.5",
|
|
84
80
|
"@univerjs/icons-svg": "^0.1.45",
|
|
85
|
-
"@wendellhu/redi": "0.15.
|
|
81
|
+
"@wendellhu/redi": "0.15.4",
|
|
86
82
|
"clsx": "^2.1.1",
|
|
87
83
|
"less": "^4.2.0",
|
|
88
|
-
"react": "18.
|
|
84
|
+
"react": "18.3.1",
|
|
89
85
|
"rxjs": "^7.8.1",
|
|
90
86
|
"typescript": "^5.4.5",
|
|
91
|
-
"vite": "^5.2.
|
|
87
|
+
"vite": "^5.2.13",
|
|
92
88
|
"vitest": "^1.6.0",
|
|
93
|
-
"@univerjs/
|
|
94
|
-
"@univerjs/
|
|
95
|
-
"@univerjs/
|
|
96
|
-
"@univerjs/engine-render": "0.1.
|
|
97
|
-
"@univerjs/shared": "0.1.
|
|
98
|
-
"@univerjs/sheets": "0.1.
|
|
99
|
-
"@univerjs/
|
|
100
|
-
"@univerjs/ui": "0.1.
|
|
89
|
+
"@univerjs/core": "0.1.15",
|
|
90
|
+
"@univerjs/design": "0.1.15",
|
|
91
|
+
"@univerjs/engine-formula": "0.1.15",
|
|
92
|
+
"@univerjs/engine-render": "0.1.15",
|
|
93
|
+
"@univerjs/shared": "0.1.15",
|
|
94
|
+
"@univerjs/sheets": "0.1.15",
|
|
95
|
+
"@univerjs/ui": "0.1.15",
|
|
96
|
+
"@univerjs/sheets-ui": "0.1.15"
|
|
97
|
+
},
|
|
98
|
+
"univerSpace": {
|
|
99
|
+
".": {
|
|
100
|
+
"import": "./lib/es/index.js",
|
|
101
|
+
"require": "./lib/cjs/index.js",
|
|
102
|
+
"types": "./lib/types/index.d.ts"
|
|
103
|
+
},
|
|
104
|
+
"./*": {
|
|
105
|
+
"import": "./lib/es/*",
|
|
106
|
+
"require": "./lib/cjs/*",
|
|
107
|
+
"types": "./lib/types/index.d.ts"
|
|
108
|
+
},
|
|
109
|
+
"./lib/*": "./lib/*",
|
|
110
|
+
"./locale/*": "./lib/locale/*.json"
|
|
101
111
|
},
|
|
102
112
|
"scripts": {
|
|
103
113
|
"test": "vitest run",
|
|
104
114
|
"test:watch": "vitest",
|
|
105
115
|
"coverage": "vitest run --coverage",
|
|
106
116
|
"lint:types": "tsc --noEmit",
|
|
107
|
-
"build": "tsc && vite build"
|
|
117
|
+
"build": "tsc && vite build",
|
|
118
|
+
"sync:cnpm": "cnpm sync"
|
|
108
119
|
}
|
|
109
120
|
}
|