@univerjs/sheets-conditional-formatting-ui 0.1.13 → 0.1.14
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.14",
|
|
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,33 +49,29 @@
|
|
|
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
53
|
"@wendellhu/redi": "0.15.2",
|
|
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/core": "0.1.
|
|
63
|
-
"@univerjs/engine-formula": "0.1.
|
|
64
|
-
"@univerjs/design": "0.1.
|
|
65
|
-
"@univerjs/engine-render": "0.1.
|
|
66
|
-
"@univerjs/sheets
|
|
67
|
-
"@univerjs/sheets-
|
|
68
|
-
"@univerjs/sheets": "0.1.
|
|
69
|
-
"@univerjs/ui": "0.1.
|
|
58
|
+
"@univerjs/core": "0.1.14",
|
|
59
|
+
"@univerjs/engine-formula": "0.1.14",
|
|
60
|
+
"@univerjs/design": "0.1.14",
|
|
61
|
+
"@univerjs/engine-render": "0.1.14",
|
|
62
|
+
"@univerjs/sheets": "0.1.14",
|
|
63
|
+
"@univerjs/sheets-conditional-formatting": "0.1.14",
|
|
64
|
+
"@univerjs/sheets-ui": "0.1.14",
|
|
65
|
+
"@univerjs/ui": "0.1.14"
|
|
70
66
|
},
|
|
71
67
|
"dependencies": {
|
|
72
|
-
"@univerjs/icons": "^0.1.
|
|
73
|
-
"@univerjs/protocol": "^0.1.
|
|
68
|
+
"@univerjs/icons": "^0.1.56",
|
|
69
|
+
"@univerjs/protocol": "^0.1.36",
|
|
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.14"
|
|
79
75
|
},
|
|
80
76
|
"devDependencies": {
|
|
81
77
|
"@types/lodash.get": "^4.4.9",
|
|
@@ -85,19 +81,33 @@
|
|
|
85
81
|
"@wendellhu/redi": "0.15.2",
|
|
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
87
|
"vite": "^5.2.12",
|
|
92
88
|
"vitest": "^1.6.0",
|
|
93
|
-
"@univerjs/
|
|
94
|
-
"@univerjs/
|
|
95
|
-
"@univerjs/
|
|
96
|
-
"@univerjs/engine-render": "0.1.
|
|
97
|
-
"@univerjs/
|
|
98
|
-
"@univerjs/
|
|
99
|
-
"@univerjs/sheets-ui": "0.1.
|
|
100
|
-
"@univerjs/ui": "0.1.
|
|
89
|
+
"@univerjs/core": "0.1.14",
|
|
90
|
+
"@univerjs/design": "0.1.14",
|
|
91
|
+
"@univerjs/engine-formula": "0.1.14",
|
|
92
|
+
"@univerjs/engine-render": "0.1.14",
|
|
93
|
+
"@univerjs/sheets": "0.1.14",
|
|
94
|
+
"@univerjs/shared": "0.1.14",
|
|
95
|
+
"@univerjs/sheets-ui": "0.1.14",
|
|
96
|
+
"@univerjs/ui": "0.1.14"
|
|
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",
|